Proven Strategy.
Measured Results. News and analysis by John Colascione.
Internet & Tech

Easily Detecting NoFollow Links With Internet Explorer

There are many tools, plugins and browser add-ons for detecting NoFollow links but most display the data all the time regardless of whether or not you actually want to know about it at that time. I prefer this IE favorite bookmark because it doesn’t work unless I want it to, and when I do, it’s just one click away from detecting the NoFollow tag on web pages. When clicked on it highlights links with NoFollow red within the page.

To save this tool into your IE browser do this:

  1. Create a new bookmark favorite (can be anything).
  2. Hover over the new bookmark in your favorites list.
  3. Right click on the new bookmark and select properties.
  4. Copy and paste the code below into the URL line.
  5. Click on the “General” Tab and rename the bookmark NOFOLLOW

Code: javascript: var anchors;anchors = document.getElementsByTagName(“a”);var anchorIndex;for(anchorIndex = 0;anchorIndex < anchors.length;anchorIndex++) { if(anchors[anchorIndex].getAttribute(“rel”) && anchors[anchorIndex].getAttribute(“rel”)==”nofollow”) anchors[anchorIndex].style.backgroundColor=”red”;} void(0);

This is a very helpful tool which I’ve been using for a few years now and I find myself looking all over for it everytime I need to reinstall it.

📌 Enjoyed This Content?

Add STRATEGIC REVENUE as a Google Preferred Source to see more of our business, technology, and digital strategy coverage in Google Search.

Add Strategic Revenue

Join the Discussion

Your email address will not be published. Required fields are marked *










Related Articles