Internal links with rel="nofollow" block PageRank flow, reducing SEO value for linked pages.
By Seoxpert Editorial · Published
Using rel="nofollow" on internal links prevents PageRank and link equity from reaching important pages, which can hurt their ability to rank in search results. This also leads to inefficient use of crawl budget, as search engines may not prioritize these pages. Google recommends reserving nofollow for untrusted external links, not internal navigation.
Pages linked internally with rel="nofollow" may not receive ranking signals, reducing their visibility in search engines.
An automated crawler scans internal links and flags those containing rel="nofollow" attributes pointing to the same domain.
Incorrect: Internal link with rel="nofollow"
<a href="/about-us" rel="nofollow">About Us</a>Correct: Internal link without rel="nofollow"
<a href="/about-us">About Us</a>Alternative: Use noindex on target page
<!-- On /about-us page -->
<meta name="robots" content="noindex">No, rel="nofollow" should not be used on internal links. It is intended for untrusted external links.
Use a noindex meta tag on the target page instead of adding rel="nofollow" to internal links.
Yes, it allows PageRank and link equity to flow to important pages, potentially improving their search visibility.
Yes, it can waste crawl budget by signaling search engines not to prioritize those links.
Run a scan to see if Internal Links Tagged With rel="nofollow" (PageRank Sink) affects your pages.
Scan my website →