
August 29th, 2005, 12:37 AM
|
 |
while ($i < 1) { echo $i; }
|
|
Join Date: Dec 2004
Location: Helsinki
|
|
And I find that another website has gone way down in the ranking due to a simple hidden div opened by clicking an envelope figure, saying "Click this to send to a friend", which then opens a form for sending to a friend! How annoying is that!
And here's the rant that was sent to the Google support.
Quote: [CC'd: Help for Webmasters / Site Disappeared - In case these go to different departments.]
While hidden divs have been used for spamming, they also have a very legitimate usage in providing content on demand without loading new pages by means of javascript changing the div's property. Google takes advantage of the said technology in their services, such as GMail.
However, it appears that Google penalizes sites for any and all hidden tags. We've recently noticed this occur on at least two sites, one having a larger block of text available on demand, the other a mere "Send this page to a friend" form.
Please revise your algorithms to detect hidden divs that are available on demand. If necessary, I would be more than happy to provide you with the necessary information on how to detect the existence of means for opening a given hidden div on a page, should you not have the information readily at your disposal.
If possible, once you have integrated the said suggestion into your spam prevention algorithms, please provide information on how you detect legitimate hidden divs to enable us to employ the technology in accordance with your criteria.
Sincerely -
// Markus Loponen
// CodeWallah.Com
// Lead web developer
// +358-504-494-127 |
Last edited by CodeWallah : August 29th, 2005 at 12:57 AM.
|