I have a links directory on my site that i dont want the search engines to see but i want my visitors to click on the link to it.
I have been trying to think of a way of doing this and this is my latest theory:
Use <script type="text/javascript" src="myspecialfile.js"></script> on my page.
The external JS file will contain a document.write() function to write the link to the directory into the page. If i specify in my robots.txt file not to index "myspecialfile.js" it will hopefully not scan that file for links?
Anyone got any ideas how i can test this?
I know google understands javascript but does it parse server side includes or is there any other way of including content that google cant see?
Thanks,
G
PS i have already been warned "this is not a good idea, dont try to cheat the search engines" and i ignored the advice 
|