Not every page on your WordPress site should be in Google’s index. Admin pages, search result pages, thank-you pages, thin tag archives, paginated category pages beyond a certain depth — these are all good candidates for noindex. SEO Forge gives you granular control over search visibility with a simple set of checkboxes.
The <meta name="robots" content="noindex"> tag tells Google not to include this page in search results. Google will still crawl the page (unless you also block it in robots.txt, which you usually shouldn’t), but it won’t show it to searchers.
The <meta name="robots" content="nofollow"> tag tells Google not to follow links from this page to other pages. Nofollow doesn’t affect whether the page is indexed — only whether link equity flows through it.
The two are often combined as noindex, nofollow for pages you want completely isolated from your SEO graph.
In the SEO Forge meta box on any post, two checkboxes:
Check either (or both) and the corresponding tags are output in the HTML head. Uncheck to revert.
In SEO Forge settings, enable noindex for entire taxonomies:
Each can be toggled independently. Taxonomy-level noindex overrides per-post settings for archive pages (not for individual terms).
SEO Forge offers archive-specific noindex toggles:
/author/{name}/ pages/2024/, /2024/03/ pages/?s=queryFor more granular control, you can mark specific categories or tags as noindex via the taxonomy edit screen. Useful when one category is valuable (e.g., “tutorials”) and another isn’t (e.g., “misc”).
Noindex and nofollow tags are output as standard meta tags in wp_head:
<meta name="robots" content="noindex, nofollow" />
When only one flag is set, the output reflects that:
<meta name="robots" content="noindex, follow" />
Standard syntax that every search engine understands.
Pages marked noindex are automatically excluded from the XML sitemap. SEO Forge doesn’t send Google to index pages you’ve told it not to index. This is critical — many SEO plugins forget this and send conflicting signals (sitemap says “crawl this”, meta tag says “don’t index it”).
Noindex pages don’t appear in the rank tracking dashboard because they shouldn’t be ranking in search results. If a noindex page accidentally starts showing up in GSC data, SEO Forge alerts you that something is wrong — either the noindex tag isn’t being applied or Google hasn’t re-crawled the page yet.
From the dashboard, bulk-apply noindex to multiple posts based on filters:
Useful for quick cleanup of low-value archives.
Get SEO Forge — from $39/year →
Search visibility control is included in every version of SEO Forge, including the free one.