Simple SEO Noindex Toggle
Simple SEO Noindex Toggle

Simple SEO Noindex Toggle

0/5 (0 ratings) — active installs Updated Jun 2, 2026
Main settings page

Main settings page

Simple SEO Noindex Toggle gives you precise, per-content control over which posts and pages are indexed by search engines — without the overhead of a full SEO plugin suite.

In one click, you can exclude any post or page from search engine indexes using the standard <meta name="robots" content="noindex, nofollow"> tag. Every feature is built around a clean admin UI, WordPress coding standards, and zero unnecessary dependencies.

How to Verify the Plugin Is Working

There are three ways to confirm the noindex tag is active on the frontend:

Method 1 — Built-in Tag Verifier (recommended)

  1. Enable the Noindex toggle on a published post and save.
  2. In the editor, click Verify Tag in Source in the SEO Settings meta box.
  3. A green ✓ Confirmed result appears, showing the exact tag found in the live page source.

Method 2 — View Page Source

  1. Visit the published post on the frontend.
  2. Right-click View Page Source (or press Ctrl+U / Cmd+U).
  3. Press Ctrl+F and search for noindex.
  4. The tag <meta name="robots" content="noindex, nofollow" /> appears near the top of <head>.

Method 3 — Google Search Console

  1. Open URL Inspection in Google Search Console.
  2. Paste the post URL and click Test Live URL.
  3. Under Page Indexing, Google reports: “Page is not indexed — noindex tag detected”.
  4. Under HTTP response Detected meta tags, the robots tag is listed explicitly.

Method 4 — site: Search Operator

After Google recrawls the page (typically 24–72 hours), searching site:yourdomain.com/post-slug on Google returns no results, confirming the page has been de-indexed.