Hi,
I wondered if any other members had experience in setting up inaccessible links on a page? I have a situation where a websites I work on has a 'buy' option but uses:
<a href="#">Buy</a>
The page is automatically updated with the information (item added to checkout), but the page has around 500 'buy' links. So I was hoping that I could setup a piece of code that doesn't pass PageRank on, whilst maintaining the user experience.
I have setup a JavaScript method, however the destination page will still be found (although not as much weight will be carried).
Any ideas?