See NoFollow links on any WebPage

There are many ways to see no-follow links present on a webpage. Below are few of the ways, and hopefully it works for you.

1. View ‘Source’ of the Page :

  • Right click on a webpage, and click ‘View Page Source’ or ‘Source’ (varies from page to page).
  • A new webpage will open with HTML code. Press ‘Ctrl’ + F together, and type ‘nofollow’.
  • This will now highlight the nofollow links on that page. ‘For eg.
    <a href="http://www.facebook.com/DKGADGET" rel="”nofollow”"

2. Create a Bookmark with an HTML code in the address.

  • Create a new Bookmark with any name, and in the url menu put the code, mentioned below

javascript:function highlightNofollow(){var newStyle=document.createElement(‘style’);newStyle.type=’text/css’;newStyle.appendChild(document.createTextNode(‘a[rel~=nofollow]{border:1px dashed #852! important;background-color:#fcc! important;}’));document.getElementsByTagName(‘head’)[0].appendChild(newStyle);};highlightNofollow();

  • Now, upon clicking that link over any site, it will highlight the links with no-follow attribute. See the image below.

3. There are extensions available for popular browsers like Mozilla and Chrome which automatically highlight the nofollow links on a page.

RELATED POSTS:

  1. How to add no-follow attribute to a URL?
  2. How to Remove URLs from Google Search or Google Cache via Google Webmasters?
  3. Redirect Error 404 page to homepage automatically
  4. How to create a good Robots.txt file?
Stay in touch with us on Facebook or Twitter or Google+ to keep yourself updated on stuff related to the world of Technology.