Forum Moderators: open
By having links to these pages on every page in the site we are surely boosting their importance unnecessarily?
If you agree, what is the best way to stop google from following these links.
I am thinking either:
-stick the pages in a non crawlable (via robots.txt) folder
or
-link to these pages with some javascript link. (if you think this is the best can you suggest some example code which you know google will not follow?)
Any input appreciated.
Matthew
I have also been investigating this recently. If you use JavaScript you need to make sure the http: is missing. Google can follow JavaScript if it has the full hhtp:www.mysite.com/page but not www.mysite.com/page. Or that is my understanding.