Internal Link Blocked from Passing Authority
Using rel="nofollow" on internal links blocks PageRank flow between your own pages — usually a mistake unless you have a specific reason (login, admin, user-generated content).
Why it matters
Using rel="nofollow" on internal links blocks PageRank flow between your own pages — usually a mistake unless you have a specific reason (login, admin, user-generated content).
Address when convenient — notices usually mark a polish opportunity rather than a defect. Estimated SEO impact: low — small marginal improvement, but cheap to fix.
How to fix
- Remove
rel="nofollow"from internal links - Keep nofollow only for user-generated content (comments, forums)
- Use
rel="ugc"or "sponsored" instead where appropriate
Common causes
If the rule is firing across many pages, the root cause is almost always one of these:
- Old anchor text ("click here", "read more") survives template refactors.
- Migration changes URLs but leaves internal links pointing at the old paths.
- Footer or sidebar widgets reference removed pages that haven't been re-pruned.
- Generated category/tag pages create orphaned link clusters.
Anti-patterns to avoid
Even with the best intentions, these "fixes" make the issue worse — recognise them so you don't ship them:
- Anchor text "click here" / "read more" / "this link".
- Linking the same anchor to multiple destinations within one page.
- Hiding important internal links behind
onclickhandlers without anhref.
How atlookup detects this
Our crawler renders each page with a real headless browser, then normalises every internal href, follows redirects, and grades anchor descriptiveness. Pages where the rule fires for internal link blocked from passing authority are flagged on the report.
If you'd like to see this rule fire on your own site, run a free 60-second audit — every page is reported with the exact lines that triggered it.
Tools to verify the fix
Once you've applied the fix, double-check with these external validators:
- Screaming Frog — Site-wide link audit.
- Google Search Console — Sees Google's view of internal linking.
Frequently asked questions
Why does Internal Link Blocked from Passing Authority matter for SEO?
Using rel="nofollow" on internal links blocks PageRank flow between your own pages — usually a mistake unless you have a specific reason (login, admin, user-generated content).
How do I fix internal link blocked from passing authority?
Remove rel="nofollow" from internal links Keep nofollow only for user-generated content (comments, forums) Use rel="ugc" or "sponsored" instead where appropriate
Is this a critical SEO issue?
Address when convenient — notices usually mark a polish opportunity rather than a defect. Estimated SEO impact: low — small marginal improvement, but cheap to fix.
How does atlookup detect internal link blocked from passing authority?
Our crawler renders each page with a real headless browser, then normalises every internal href, follows redirects, and grades anchor descriptiveness. Pages where the rule fires for internal link blocked from passing authority are flagged on the report.
How long does it take to fix?
5–15 minutes per page. Most teams batch similar issues across templates so the per-page time goes down at scale.
Related issues
LINK_JAVASCRIPT_HREF
Link Uses javascript: URL
javascript:void(0) links are not crawlable, open in weird ways, and fail when JavaScript is disabled.
LINK_EMPTY_ANCHOR
Links with Empty Anchor Text
Links with no visible text (empty <a>, icon-only) are invisible to screen readers and give Google no anchor-text signal for the target page.
INTERNAL_LINKS_NONE
No Internal Links on Page
Pages with zero internal links are orphans in the site structure — Google has no way to discover related pages, and PageRank cannot flow to them.
LINK_GENERIC_ANCHOR
Generic Link Anchor Text
Anchor text like "click here", "read more", "learn more" provides no context — both users and Google miss what the link is about.