Announcement

Collapse
No announcement yet.

No follow links using Blue Voda

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

  • No follow links using Blue Voda

    Does anybody know how to put "no follow" links on our pages using blue voda.

    I can find some discussion on no follow links but nobody has said how to input them using blue voda (least ways I can't find it) In blue voda we can highlight the text and click on the hyperlink icon but i can not see how I would input the html code for a no follow link. For anyone else's reference the code would be something like this I believe: < a href="/yourpage.html"rel="nofollow">link text</a>

    Thanks

  • #2
    Re: No follow links using Blue Voda

    Hi BCFC
    If you don't want Search Engines like Google to index certain pages..
    place this script in the head of your page you do not want them to index
    <META NAME="ROBOTS" CONTENT="NOINDEX, NOARCHIVE, NOODP, NOFOLLOW">
    <META NAME="GOOGLEBOT" CONTENT="NOINDEX, NOARCHIVE, NOODP, NOFOLLOW ">
    Hope that helps
    Doug

    Comment


    • #3
      Re: No follow links using Blue Voda

      Hi Doug, Thanks, but it's not that I don't want certain pages indexed, it is just I don't want google spider to follow certain links off my page that are unnecessary, like disclaimer, about us etc.....just don't want those pages affecting the page rank of a certain page....same goes for outgoing links to other sites. Google will kow they are there but will know they don't need to count them.

      BUt thanks anyway, this will come in handy for other pages that I don't want indexed

      Comment

      Working...
      X