When you first arrive on my site from a search engine, you will see what we call an "SEO" page. We give you the content, but do not include the "aaplication," the ajax driven search. A user is then cookied. On the second pageview a user sees our page with a full search application. From then on the URL is dynamic.
Now, if you have been cookied by my site and you do a search and one of our pages comes up and you click on it, the page you get will have a different URL than the one listed in Google. This is cloaking. But not nefarious! It's sort of due to the Ajax. What's a girl to do? How can we communicate with Google that we are not doing this for bad? What do other sites do that build pages dynamically but want static pages that can be indexed by google?
Are you a Google Analytics enthusiast?
Share and download Custom Google Analytics Reports, dashboards and advanced segments--for FREE!

www.CustomReportSharing.com
From the folks who brought you High Rankings!
More SEO Content
International SEM | Social Media | Search Friendly Design | SEO | Paid Search / PPC | Seminars | Forum Threads | Q&A | Copywriting | Keyword Research | Web Analytics / Conversions | Blogging | Dynamic Sites | Linking | SEO Services | Site Architecture | Search Engine Spam | Wrap-ups | Business Issues | HRA Questions | Online Courses
Cloaking
Started by
eteare
, Jan 06 2011 05:59 PM
5 replies to this topic
#1
Posted 06 January 2011 - 05:59 PM
#2
Posted 08 January 2011 - 06:24 PM
Nope!
Cloaking is showing different content to search engines, if the content is the same with or without cookies there is no cloaking.
Cloaking is showing different content to search engines, if the content is the same with or without cookies there is no cloaking.
#3
Posted 09 January 2011 - 05:48 PM
As long as when they click through to a URL on your site from a Google SERP the searcher sees what Googlebot saw when it crawled that URL, there's no way that can be called cloaking.
Once the searcher starts seeing different things on the landing page to that which Googlebot saw, you may have issues. But AFAICT from your description, that isn't the case.
Once the searcher starts seeing different things on the landing page to that which Googlebot saw, you may have issues. But AFAICT from your description, that isn't the case.
#4
Posted 14 January 2011 - 04:10 PM
The URL changes and we actually give you additional content. We do this to limit damage from scrapers. What do you think?
#5
Posted 14 January 2011 - 04:36 PM
Sounds OK. However, if you want to be sure, implement something like the following logic:
CODE
if (referrer == search engine) or (no cookie set) then
show default content
set cookie
else
redirect to additional content
end if
show default content
set cookie
else
redirect to additional content
end if
#6
Posted 17 January 2011 - 01:39 PM
Sounds OK. However, if you want to be sure, implement something like the following logic:
CODE
if (referrer == search engine) or (no cookie set) then
show default content
set cookie
else
redirect to additional content
end if
show default content
set cookie
else
redirect to additional content
end if
That was TOTALLY the solution I came up with. I am so thrilled to see you agree!!!
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









