Meta robots tag contains nofollow: what it is, why it matters, and how to fix it
The meta robots tag on this page includes a nofollow directive, instructing search engines not to follow any links on the page. This prevents link equity from flowing to linked pages.
Where this fits: metadata in SEO
Why meta robots tag contains nofollow hurts your rankings
A page-level nofollow directive stops all link equity from being distributed to any page linked from this page, including your own internal pages. This can severely damage internal link equity distribution and hurt the rankings of linked pages. It is rarely the correct approach; individual link-level nofollow is preferred when needed.
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it.
How to fix it
Remove the nofollow directive from the meta robots tag unless you intentionally want to prevent all link equity flow from this page. If you need to nofollow specific links, use rel="nofollow" on individual link elements instead.
<!-- Before -->
<meta name="robots" content="index, nofollow" />
<!-- After -->
<meta name="robots" content="index, follow" />Frequently asked questions
What does "Meta robots tag contains nofollow" mean?
The meta robots tag on this page includes a nofollow directive, instructing search engines not to follow any links on the page. This prevents link equity from flowing to linked pages.
Why does meta robots tag contains nofollow matter for SEO?
A page-level nofollow directive stops all link equity from being distributed to any page linked from this page, including your own internal pages. This can severely damage internal link equity distribution and hurt the rankings of linked pages. It is rarely the correct approach; individual link-level nofollow is preferred when needed.
How do I fix meta robots tag contains nofollow?
Remove the nofollow directive from the meta robots tag unless you intentionally want to prevent all link equity flow from this page. If you need to nofollow specific links, use rel="nofollow" on individual link elements instead.
How serious is this issue?
This is a high-severity issue: it directly suppresses rankings or click-through on the pages it affects. It belongs in your current sprint, prioritised by how many pages carry it. It belongs to the metadata family of checks.
How do I find every page affected by this on my site?
Run a free Dr Urls audit: it crawls your site, detects meta robots tag contains nofollow on every affected page, shows example URLs, and generates a ready-to-use fix task. Re-scan after fixing to verify the issue is gone.
Does your site have this issue?
A free Dr Urls audit crawls your site, finds every page affected by meta robots tag contains nofollow, and hands you a ready-made fix task.
Check my site free