Nofollow/Dofollow Detection?

by kaytav
8 replies
  • WEB DESIGN
  • |
Hi i want to know the best and some easy method to detect that the forum / site /blog is NOFOLLOW or DOFOLLOW .

Suggest me any tool or any trick .


Thanks
#detection #nofollow or dofollow
  • Profile picture of the author RyanAndrews
    Using firefox, add this to userContent.css

    Code:
    a[rel~="nofollow"]{  
     text-decoration: line-through;
    }
    This will strike though all nofollow links. I leave this on all the time, because at all times I want to see what search engines see.
    {{ DiscussionBoard.errors[3567017].message }}
  • Profile picture of the author kaytav
    Where to add this code ? I did't know where to add it .
    As i am not a firefox addict .
    {{ DiscussionBoard.errors[3567030].message }}
    • Profile picture of the author RyanAndrews
      If you don't like hacking firefox settings, then you could also try the SEOquake plugin, which has nofollow highlighting.
      {{ DiscussionBoard.errors[3567046].message }}
  • Profile picture of the author kaytav
    Thanks i am going to give it a try .
    {{ DiscussionBoard.errors[3567059].message }}
  • firefox actually has a nofollow plugin. It highlights all links in the websites that you look at as dofollow or nofollow. Its called nodofollow
    Signature
    Reverse Engineering Faro, Romer, & MicroScribe
    {{ DiscussionBoard.errors[3569424].message }}
  • Profile picture of the author kaytav
    Thanks all for helping , I start using sequake . Its good .
    {{ DiscussionBoard.errors[3571959].message }}
  • Profile picture of the author julie9999
    There is one addons knows as nodofollow which i use to see whether links are nofollow or dofollow.
    {{ DiscussionBoard.errors[3572042].message }}
  • Profile picture of the author opiz2012
    I always go to View Source, this is not a good way, RyanAndrews mentioned a good way, I think I'll be done by this method. Ha ha.
    {{ DiscussionBoard.errors[3572451].message }}

Trending Topics