Forum Moderators: open
So, this brought me to the idea of using a Javascript link for the webpages I don't wish to have a high PR on (and then index them instead via a Site Map). My initial idea for coding it is such:
=================================================
<A HREF="#" OnClick="document.location.href='/contact/';" OnMouseOut="window.status=''; return true" OnMouseOver="window.status='http://www.?.com/contact/'; return true">Contact Us</A>
=================================================
Note: The OnMouseOver/OnMouseOut is just for aesthetics, and the HREF="#" is to make the link function seemingly normal.
Any ideas or thoughts? I want to still have these items in my Menu throughout my website, however, I don't want to waste PR needlessly on them...
- canuck