Home / Knowledge Base / Glossary / noindex, nofollow and robots.txt: what kills a link

noindex, nofollow and robots.txt: what kills a link

Glossary 2 min read Updated 12.09.2026
Three instructions that constantly confuse, each devaluing a link in its own way. A table of differences, the worst combination of 'dofollow on a noindex page', and what to check on your site.

Three different things that are constantly confused: nofollow prevents weight transfer through the link, noindex removes the page from the index, and robots.txt prohibits crawling it. All three are important for link promotion, and they kill the link in different ways.

Differences

InstructionWhere it isWhat it doesWhat happens to your link
rel="nofollow"In the link itselfRequests not to consider the link as a recommendationThere is a mention, weight is not transferred
noindexIn the page's meta tag or response headerRemoves the page from the indexThe link is useless: the donor page is not in search
Disallow in robots.txtIn the file on the domainProhibits crawling the pageThe robot will not see either the page or the link on it
rel="ugc" / rel="sponsored"In the linkMarks the user-generated or advertising natureConsidered as a hint, weight is usually not transferred

The worst combination: dofollow on a noindex page

This exact case occurs on past services: the link is honest, without nofollow, but the page itself is closed from indexing. In our pool, there are such platforms, and their share of publications in the index is measured at zero — hence they receive low priority or are turned off altogether. How the selection works is described in the article “How we select platforms”.

You need to check the rendered page
The rel attribute in the source code often lies: one platform removes nofollow with a script already in the browser, another, on the contrary, adds it. You should look in the developer tools, not in the “Page Source” — details in the article about weight transfer.

What to check on your site

  1. The promoted page should not contain noindex — otherwise, links lead nowhere.
  2. It should not be closed in robots.txt: a closed page will not be crawled by the robot, even knowing the address.
  3. The canonical address should point to itself, not to another page.
  4. You can check everything at once with robots.txt check, meta tag analysis, and index checker.

Are nofollow links needed at all

Yes, as part of a natural profile: a link mass consisting entirely of dofollow looks less plausible than a mixed one. But it is not worth paying for them as if they transfer weight — that’s why we keep this flag for each platform separately.

FAQ

Does a dofollow link on a noindex page work?
No. The page is not in the index, so there is nothing to transfer weight to: such a link is useless, although formally it is honest.
What is the difference between nofollow and disallow in robots.txt?
Nofollow is in the link itself and concerns weight transfer; robots.txt prohibits crawling the page entirely, so the robot will not see either the page or the links on it.
Why are nofollow links needed at all?
For the naturalness of the profile: a link mass consisting only of dofollow looks less plausible than a mixed one.
Was this article helpful?
Try it on your project Everything described in the article is available in the dashboard — the registration bonus is already in your balance.
Open dashboard