creating links to bookmarks on page that won't be spidered
beezee
1:48 pm on Nov 11, 2003 (gmt 0)
An unusual request, perhaps, but i'd like to be able to create a few hyperlinks at the top of a page that will link to bookmarks on that same page but I do NOT want those links to be 'seen' by search engines. How might i create such hyperlinks that googlebot, as example, can NOT spider?
Hmm. I don't know. If I were a spider, that would seem strange to me, but I probably wouldn't mind.
kaled
4:12 pm on Nov 11, 2003 (gmt 0)
I don't do much HTML coding but surely HREF="#target" in the links will achieve the required result. Spiders will ignore such links.
Am I missing something?
Kaled.
netnerd
5:09 pm on Nov 11, 2003 (gmt 0)
javascript include it using document.write and robots.txt deny the include file. Simple!
beezee
8:01 pm on Nov 11, 2003 (gmt 0)
Yeah, now you're talking, NetNerd. I was thinking javascript might be an answer. Would you (or someone else) paste in some code? Less is more - just what's needed to get the job done. You guys rock. Thanks!