Hi all,
I'm looking at preserving some of homepage's pagerank by using the rel="nofollow" attribute within some links.
As youre probably aware, using 'nofollow' in a link doesnt pass on any page rank to the linked page. This seems useful as i'm sure i'm losing some pagerank to the 'contact us' 'terms/info' and 'sitemap' pages which would be best added to pages with stock on!
I know how to add the attribute to normal links,
However, how can i add this attribute to the navbar buttons across the top of the page, which are place with the NETQUOTEVAR on my Act_Primary file?
All the best,
Mark
http://www.arka-shop.co.uk
I'm looking at preserving some of homepage's pagerank by using the rel="nofollow" attribute within some links.
As youre probably aware, using 'nofollow' in a link doesnt pass on any page rank to the linked page. This seems useful as i'm sure i'm losing some pagerank to the 'contact us' 'terms/info' and 'sitemap' pages which would be best added to pages with stock on!
I know how to add the attribute to normal links,
Code:
<a href="http://www.mysite/page.html" rel="nofollow">Link</a>
Code:
<tr> <td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td> <td width="167">NETQUOTEVAR:NAVBMAIL</td> <td width="168">NETQUOTEVAR:NAVBINFO</td> <td> </td> </tr>
Mark
http://www.arka-shop.co.uk
Comment