Not every page on your site belongs in Google search results. Thank-you pages, internal landing pages, duplicate content, staging URLs, login pages, and utility pages can clutter search results and dilute your site’s SEO value. When Google indexes these low-value pages, it wastes crawl budget — the limited time Google spends on your site — and can make your site look less authoritative overall. The noindex and nofollow controls in SEO Forge let you tell Google exactly which pages to include and which to skip.
Understanding Noindex vs. Nofollow
| Setting | What It Does | When to Use It | Example |
|---|---|---|---|
| Noindex | Tells Google: “Do not include this page in search results” | Thank-you pages, confirmation pages, login pages, internal-only content, duplicate pages, author archives with no unique content | A “Thank you for subscribing” page that has no value in search results |
| Nofollow | Tells Google: “Do not follow or pass ranking authority through links on this page” | Pages full of user-generated links, affiliate pages with many outbound links, sponsored content pages | A community forum page where users can post any link |
Most of the time, you will only use Noindex. Nofollow is less common and serves a more specific purpose.
> WordPress global setting wins: If Settings > Reading > Discourage search engines from indexing this site is enabled, WordPress forces noindex, nofollow for the whole site. SEO Forge preserves that core directive even if an individual post or archive would otherwise be indexable.
Step-by-Step: Hiding a Single Post or Page
- Open the post or page in the WordPress editor.
- Scroll to the SEO Forge box on the right side.
- Look for the Advanced section (click to expand it if collapsed).
- Check the Noindex checkbox.
- Optionally check Nofollow if you also want to prevent link authority from flowing through this page.
- Save or publish the post.
- The page remains live on your site and accessible via direct link, but Google will remove it from search results within a few days to a few weeks.
[Screenshot: The Advanced section of the SEO box with the Noindex checkbox checked]
Step-by-Step: Hiding an Entire Category or Tag
- Go to Posts > Categories (or Posts > Tags) in the WordPress sidebar.
- Click Edit on the category or tag you want to hide.
- Scroll down to the SEO Forge section on the edit screen.
- Check the Noindex option.
- Click Update.
- All pages in this category archive are now hidden from Google.
Step-by-Step: Hiding Archive Types Globally
- Go to SEO Forge > Settings > Search Appearance.
- You will see checkboxes for each archive type:
yoursite.com/category/news/
– Tag archives — pages like yoursite.com/tag/wordpress/
– Date archives — pages like yoursite.com/2026/03/
– Author archives — pages like yoursite.com/author/sarah/
- Check the types you want hidden from search.
- Click Save Changes.
Which Pages Should You Noindex
| Page Type | Recommend Noindex? | Why |
|---|---|---|
| Thank-you and confirmation pages | Yes | No search value — nobody searches for “thank you for your order” |
| Tag archives | Usually yes | Often thin content that duplicates your main pages |
| Date archives | Yes | Almost never provide unique value; they just list posts by date |
| Author archives | Depends | Yes for single-author sites (duplicate of your blog page). Keep indexed for multi-author sites. |
| Category archives | Usually no | Categories often have unique descriptions and serve as useful landing pages |
| Login and registration pages | Yes | Private functionality, not search content |
| Staging or test pages | Yes | Should never appear in Google |
| Paginated archives (page 2, page 3) | Optional | Some SEOs noindex paginated archives to concentrate authority on page 1 |
Real-World Example
Imagine you run a membership site with a “Welcome” page that appears after someone signs up. This page says “Welcome, your account is ready! Click here to get started.” There is zero value in this page appearing in Google — it would just confuse searchers who land on it without context. Checking the Noindex box ensures it stays out of search results while remaining fully accessible to your logged-in members.
> Good to know: Noindex removes a page from search results, but it does not make the page private. Anyone with the direct URL can still visit it. If you need true privacy, use WordPress password protection or a membership plugin.
> Tip: Many SEO experts recommend hiding date archives and tag archives as a first step after installing any SEO plugin. These archive types rarely provide unique value and often contain thin, duplicate content that dilutes your site’s overall quality signal to Google.
Common Mistakes
- Accidentally noindexing important pages. Always double-check the Advanced section before publishing. A noindexed homepage or blog page would be disastrous.
- Expecting instant results. Google may take days to weeks to remove a noindexed page from results. Be patient.
- Using noindex instead of a redirect. If a page has moved to a new URL, use a redirect (301) instead of noindex. Noindex removes it; a redirect transfers its value to the new page.
—