Author: S.Stewart (7 Feb 05 5:21pm)
I read about this project earlier today on New Scientist, and immediately set about putting it on our website, linked from two of our most popular pages. Respect. We have an anchor link to our organisaton email on every page of over 300, and as a result get hammered because of harvesters. Nice to see this project doing something about it. BUT....
[quote]We provide instructions on how to format these links so that most humans visiting your pages will never see them[/quote]
Several of the examples shown on the projecthoneypot website could cause you problems with Search Engines, being essentially "hidden links". Specifically, a link in this form <a href="http://www.mysite.org/cgi-bin/filename.cgi"></a>, is dicey, and although I can't find the suggested linking forms now, there were a few that were along those lines.
I did note in the source code:
<meta name="robots" content="noarchive">
<meta name="robots" content="noindex">
but it is uncertain that this is enough to satisfy Google, Y, and MSN that it isn't hidden linking, something that can get you booted right out of the index.
If there's something I'm missing, please pass it along. I got around it by using a small jpg as <a href="http://www.mysite.org/cgi-bin/filename.cgi"><img src="example.jpg" alt="Not a link - Do not click" title="Not a link - Do not click"></a> down at the bottom of the page, (it's a helmet, and we're cavers, so that's cool).
Stefan
|