{"id":2657,"date":"2016-10-01T19:59:08","date_gmt":"2016-10-01T14:29:08","guid":{"rendered":"https:\/\/www.hitechwork.com\/?p=2657"},"modified":"2023-11-08T17:57:02","modified_gmt":"2023-11-08T12:27:02","slug":"add-rel-nofollow-tag-specific-links-stop-passing-link-juice","status":"publish","type":"post","link":"https:\/\/www.hitechwork.com\/add-rel-nofollow-tag-specific-links-stop-passing-link-juice\/","title":{"rendered":"How To Check & Add HTML rel=”nofollow” Tag In Specific Link"},"content":{"rendered":"

Well, there is a lot of robots meta tags<\/a> are available to tell or guide crawler (bots) what to do on site but the most widely use the tag in the world of SEO is rel=\u201dnofollow\u201d tag<\/strong>.\u00a0<\/p>\n

This tag is generally used to tell bots (crawler), “no need to follow this link” means don’t pass any ranking value (link juice) to the page where we link.<\/p>\n

\"add
add rel follow tag<\/figcaption><\/figure>\n

Any blogger who is familiar with the\u00a0Robots.txt file<\/a>\u00a0and\u00a0No\u00a0Index No Follow Meta Tag<\/a> should know the importance of rel=\u201dnofollow\u201d tag.\u00a0If not, then please take your time and read the post first,<\/p>\n

In this article, we will explore the following things,<\/p>\n

    \n
  • What is\u00a0rel=\u201dnofollow\u201d link<\/a>?<\/li>\n
  • How To create a link nofollow In WordPress<\/a>?\n
      \n
    • Manually Add Nofollow Links In WordPress<\/a><\/li>\n
    • By Using WordPress Nofollow Plugin<\/a><\/li>\n<\/ul>\n<\/li>\n
    • How To Check Nofollow Links In Chrome<\/a><\/li>\n<\/ul>\n
      \n
      \n

      Table of Contents<\/p>\nToggle<\/span><\/path><\/svg><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n

      • What is\u00a0rel=\u201dnofollow\u201d Link?<\/a><\/li>
      • How To Create A Nofollow Link In WordPress?<\/a>
        • Manually Add Nofollow Links In WordPress<\/a><\/li>
        • By Using WordPress Nofollow Plugin<\/a><\/li><\/ul><\/li>
        • How To Check Nofollow Links In Chrome<\/a><\/li><\/ul><\/nav><\/div>\n

          <\/span>What is\u00a0rel=\u201dnofollow\u201d Link?<\/span><\/h2>\n

          In a technical context, it is a value that we assign to rel attribute of HTML to instruct the search engine bots that this hyperlink doesn’t contain any ranking value.<\/p>\n

          Whereas<\/p>\n

            \n
          • rel<\/strong>\u201d is\u00a0stand for \u201crelationship\u201d. means, these attributes help define the relationship a link has with a page that it points to and<\/li>\n
          • nofollow<\/strong> tag signals that the page linking out is claiming no endorsement.<\/li>\n<\/ul>\n

            In simple words, we use this attribute to tell search engine, no need to pass any page rank ( in SEO we call it link juice )\u00a0to other article\u00a0or media or whatever is it.<\/p>\n

            By default, all the link on the web is “follow” link ( means s Dofollow link)<\/p>\n

            For example, if I
            \na simple link\u00a0(in coding) it looks like.<\/p>\n

            <a href=\"https:\/\/www.hitechwork.com\">HiTechWork<\/a><\/pre>\n

            If bots come to your site. It follows through the link and passes your 13% Page authority to another page.<\/p>\n

            but, if I add\u00a0rel=\u201dnofollow\u201d tag in the hyperlink,<\/p>\n

            <a href=\"https:\/\/www.hitechwork.com\" rel=\"nofollow\">HiTechWork<\/a><\/pre>\n
            \n

            Then bots still pass\u00a0through\u00a0the link but this time, it does not pass any value.<\/p>\n

            There has been confusion when it comes to how Google treats nofollow links. So, have a look\u00a0Matt Cutt Say<\/a>\u00a0about it.<\/p>\n