Forum Moderators: Robert Charlton & goodroi
Cloaking is when you show two different pages to a SE -- EG A SE visits and the page is about apples, but when a regular person lands it's about widgeting.
1) So what is bad and what is not when it comes to cloaking?
2) Are certain sites exceptions and if so why? if these are exceptions, how does google actually recognize them?
Some examples of cloaking include:
- Serving a page of HTML text to search engines, while showing a page of images or Flash to users
- Inserting text or keywords into a page only when the User-agent requesting the page is a search engine, not a human visitor
However, not all hidden text is considered deceptive. For example, if your site includes technologies that search engines have difficulty accessing, like JavaScript, images, or Flash files, using descriptive text for these items can improve the accessibility of your site.
(...)
JavaScript: Place the same content from the JavaScript in a <noscript> tag. If you use this method, ensure the contents are exactly the same as what’s contained in the JavaScript, and that this content is shown to visitors who do not have JavaScript enabled in their browser.