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.
Noindex Toggle — Meta Box
A clean “SEO Settings” meta box appears in the post and page editor sidebar. It includes:
Built-in Tag Verifier
A “Verify Tag in Source” button inside the meta box performs a live server-side HTTP request to the post’s public URL and checks whether the robots meta tag is actually present in the page source — using PHP’s DOMDocument parser for reliable, regex-free detection. Results display inline with three clear states:
Admin Bar Indicator
A live SEO status badge appears in the WordPress admin bar showing:
Visible both on the frontend (when browsing any singular post or page) and inside the WordPress admin post editor. Clicking the badge takes you directly to the post edit screen.
Post List Table Column
A sortable “SEO” column on the Posts and Pages list tables. Each row shows a colored status badge — red “● Noindex” or green “● Indexed” — giving editors an instant full-site noindex audit at a glance without opening individual posts.
The column is sortable: click the column header to sort all noindexed content to the top.
Bulk Actions
Two new bulk actions in the Posts and Pages list tables:
A dismissible admin notice confirms how many posts were updated after each bulk action.
Quick Edit Support
A “Noindex this post” checkbox appears inside the Quick Edit row — toggle noindex without opening the full post editor. The checkbox is automatically pre-populated with the current post’s noindex status when Quick Edit opens.
Settings Page
Found under Settings Simple SEO Noindex. Provides:
When noindex is enabled for a post or page, the following tag is added to <head> with priority 1 (near the very top, before any third-party tags):
<meta name="robots" content="noindex, nofollow" />
SSN_ prefix throughoutsanitize_text_field(), esc_attr(), esc_html(), current_user_can() on every save operationSEO-focused site owners, developers, and marketing teams who need a precise, lightweight tool to manage content indexing without installing a full SEO plugin. Works standalone or alongside any existing SEO stack.
There are three ways to confirm the noindex tag is active on the frontend:
Method 1 — Built-in Tag Verifier (recommended)
Method 2 — View Page Source
Ctrl+U / Cmd+U).Ctrl+F and search for noindex.<meta name="robots" content="noindex, nofollow" /> appears near the top of <head>.Method 3 — Google Search Console
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.