WordPress Noindex Plugin — Search Visibility Control | SEO Forge
Download Log in
All Features: AI-Powered WordPress SEO

Search Visibility Control — Noindex, Nofollow for WordPress

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.


What noindex and nofollow mean

Noindex

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.

Nofollow

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.

Combined

The two are often combined as noindex, nofollow for pages you want completely isolated from your SEO graph.


Per-post control

In the SEO Forge meta box on any post, two checkboxes:

  • Noindex this post — adds the noindex meta tag
  • Nofollow this post — adds the nofollow meta tag

Check either (or both) and the corresponding tags are output in the HTML head. Uncheck to revert.

Good candidates for per-post noindex

  • Thank-you pages (conversion tracking only, no value in search)
  • Private landing pages used for internal or client-specific content
  • Draft-quality content you’re keeping around but don’t want indexed
  • Old content that’s been superseded but can’t be redirected yet
  • Coupon pages, time-limited offers
  • Internal documentation pages

Per-taxonomy control

In SEO Forge settings, enable noindex for entire taxonomies:

  • Tag archivesmany sites have thin tag archive pages that dilute crawl budget
  • Custom taxonomy archivesespecially useful for internal-only taxonomies
  • Author archiveson sites with a single author, author archives duplicate the main feed
  • Date archivesmonthly/yearly archives often have little SEO value

Each can be toggled independently. Taxonomy-level noindex overrides per-post settings for archive pages (not for individual terms).


Per-archive control

SEO Forge offers archive-specific noindex toggles:

  • Author archivesnoindex all /author/{name}/ pages
  • Date archivesnoindex all /2024/, /2024/03/ pages
  • Search results pagenoindex /?s=query
  • 404 pagealready noindex by default but configurable
  • Pagination beyond page Nnoindex paginated archives beyond a configurable depth (default: page 3)

Per-category / per-tag individual control

For 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”).


Output in HTML head

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.


Integration with sitemap

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”).


Integration with rank tracking

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.


Bulk noindex

From the dashboard, bulk-apply noindex to multiple posts based on filters:

  • All posts in a specific category
  • All posts older than a date
  • All posts under a certain word count
  • All posts with a SEO score below a threshold

Useful for quick cleanup of low-value archives.


Ready to control your search visibility?

Get SEO Forge — from $39/year →

Search visibility control is included in every version of SEO Forge, including the free one.

Forge AI Assistant Online

Hi! I'm the SEO Forge AI assistant. Ask me anything about the plugin — setup, features, troubleshooting, or development.

Just now
Powered by Forge AI · Browse docs