Questions tagged [cloaking]

this tag should be use when developing techniques against web crawler or spider web bots

Cloaking is a search engine optimization (SEO) technique in which the content presented to the search engine spider is different from that presented to the user's browser.

this technique also known as stealth, basically consist to deliver one page to a search engine for indexing while serving an entirely different page to everyone else.

When a user is identified as a search engine spider, a server-side script delivers a different version of the web page, one that contains content not present on the visible page, or that is present but not searchable. The purpose of cloaking is sometimes to deceive search engines so they display the page when it would not otherwise be displayed (black hat SEO).

enter image description here

58 questions
0
votes
1 answer

Why does TFS Power Tools 2012 not recognise newly uncloaked project?

I have TFS Power Tools 2012 installed on my PC. I recently uncloaked a project in TFS and performed a get operation to bring the project folder into my private workspace (using server-side for backwards compatability with VS2010). Whilst in Visual…
Riegardt Steyn
  • 5,431
  • 2
  • 34
  • 49
0
votes
1 answer

Cloaking url but keeping sub-urls

I have a dot-tk (www.dot.tk) domain that redirects to a blog of mine. But I have a problem. If a visitor of the blog who have entered through the tk-redirection, navigates to a specific post or even follows a link that leads elsewhere, then the…
Clox
  • 1,923
  • 5
  • 28
  • 43
0
votes
1 answer

htaccess to rewrite image url from other site

i want to rewrite image url from other site, example : image from other site: http://othersite.com/images/dir/image1.jpg i want to cloak that link to : http://mysite.com/images/dir/image1.jpg now i use this htaccess RewriteRule ^images/dir/(.*)$…
0
votes
1 answer

tomcat DNS forwarding with multiple applications

I recently installed business objects software on tomcat 6. I have 2 domains - domain1 and domain2. This software allows access to two of its applications via these URLS: xxxxxhttp://myservername.domain1:8080/BO/APP1 and…
0
votes
1 answer

Facebook open graph on a domain with url masking and wordpress

im using wordpress on my web site and im having problems posting articles on facebook. for every article i post i always get the same og title and og url. this is cleary a url masking issue as my meta tags cannot change even if i settled them on…
-1
votes
1 answer

How to protect VB.Net project settings when merging in TFS?

In a simplified version of my scenario, I am developing a VB.Net app deployed using ClickOnce, with a Live branch for production code, and a Dev branch for working in. I want to deploy each of these branches to a different location (live for…
McOz
  • 1
  • 3
-1
votes
1 answer

Cloaking Specific Text on Web Page

Is there any way I could make specific text strings "invisible" on my web page? For example, If I were to specify the string "hxxp://nullrefer.com/?", I would need that text to appear invisible on my page everywhere it's mentioned,…
Thomas
  • 1
  • 1
  • 2
-2
votes
3 answers

Wordpress: cloaking links

I am cloaking my affiliate link in wordpress and I don't want my user to see it in the status bar or something so is there a way for me to go to a page like www.mysite.com/my-redirect.php?p=foo without me having to create a page or post? or is there…
Loreto Gabawa Jr.
  • 1,996
  • 5
  • 21
  • 33
-2
votes
1 answer

Specific cloaking for legal reasons, better solution?

I have a somewhat specific question about Cloaking, I'm aware that this might be one of the worst things to do for SEO, however my client has a product that is due to legal reasons named differently in Germany, now this means based on the location…
mars
  • 13
  • 3
-2
votes
1 answer

Redirect User based on hostname

The idea is to redirect the user group A with "aaa" in their hostname to url.com/a/ and send user group B with "bbb" in their hostname to url.com/b/ Would appreciate any hint!
marketom
  • 47
  • 2
  • 7
-2
votes
2 answers

Javascript - Link Cloaking Script needs modifying

The following script adds my affiliate extension to every url on my page. For example, if http://www.Google.com/ is on my page somewhere... Adding this script to the page will automatically change the url to-…
Thomas
  • 1
  • 1
  • 2
-3
votes
1 answer

php script for dynamic redirect

I've been searching for a php script which does dynamic url redirect, but could not find any. Does anyone know a good one? I want to track outgoing clicks and to transform outgoing urls into this: website/go/feedtitleID See image:…
merxie
  • 95
  • 10
-6
votes
1 answer

Need php script just like used by mysmartprice dot com on Go To Store button (URL Cloaking)

Need code of php script used for example by mysmartprice dot com on their "Go To Store" button for URL cloaking.
masterwoo
  • 1
  • 1
1 2 3
4