Announcement

Collapse
No announcement yet.

nofollow link attribute on navbar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    nofollow link attribute on navbar

    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,

    Code:
    <a href="http://www.mysite/page.html" rel="nofollow">Link</a>
    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?

    Code:
    <tr> 
              <td width="168" height="26">NETQUOTEVAR:NAVBSITEMAP</td>
              <td width="167">NETQUOTEVAR:NAVBMAIL</td>
              <td width="168">NETQUOTEVAR:NAVBINFO</td>
              <td>&nbsp;</td>
            </tr>
    All the best,
    Mark

    http://www.arka-shop.co.uk
    Arka Tribal Jewellery

    #2
    I'd remove the NETQUOTEVAR and just add your own link instead.

    Comment


      #3
      Hi Lee, thanks for the quick reply,
      and yes, of course... thanks,
      what a numpty
      Arka Tribal Jewellery

      Comment

      Working...
      X