Overview
The Sitemap panel tunes how your site publishes its wp-sitemap.xml stage composition. WordPress auto-generates this file for every public post type, taxonomy, and author. Exclude low-signal content types and pages that should not appear in search results to tighten crawl budgets and direct indexer attention to your highest-value content.

All controls reside in one Block Editor sidebar panel. Changes populate the next wp-sitemap.xml request immediately — no cache flush is required.
What you can control
- Post types included in the stage composition (Posts, Pages, Products, and custom post types)
- Taxonomies included (Categories, Tags, and custom taxonomies)
- Author archive pages — enabled or suppressed
- Individual user exclusion from author sitemap entries
- Per-page
noindexand sitemap exclusion
Technical Prerequisites & Blocks
- Gregius Optimizer plugin installed and activated
- WordPress 6.9 or later
Exclude a post type from the sitemap
Exclude a post type when it serves internal workflows and adds no value to search discovery. Internal notes, archived events, and administrative content types belong outside the public stage composition.
- Open any post or page in the Block Editor.
- Locate the Sitemap panel in the right sidebar. If you don’t see it, check that the post type supports custom fields.
- Click Settings to open the configuration modal.
- Under Post types, find the post type you want to exclude.
- Toggle the switch to off.
- Click Update to save.
The post type drops from wp-sitemap.xml immediately. Existing posts of that type remain accessible by direct URL — only indexer visibility is removed.
Re-enable a post type
- Open the Sitemap modal again.
- Toggle the post type back to on.
- Click Update.
Exclude a taxonomy from the sitemap
Categories and Tags are suppressed by default to keep the stage composition lean. Enable them only when they carry unique, substantive content worth indexing. Exclude any taxonomy that adds crawl noise.
- Open the Sitemap modal from the Block Editor sidebar.
- Scroll to the Taxonomies section.
- Toggle each taxonomy on or off as needed.
- Click Update.
Note: Sparse taxonomies — those with fewer than a handful of entries — dilute crawl budget and produce thin-content index signals. Enable only when the taxonomy pages carry original, substantial body content.
Enable the author sitemap
Author archives are suppressed by default. Enable them only when individual author pages carry distinct, indexed content — then selectively exclude authors who have not published or whose work should remain outside search visibility.
- Open the Sitemap modal.
- Under Author sitemap, toggle Include author page in sitemap to on.
- A list of all authors appears below the toggle.
- Toggle individual authors off to exclude them from the sitemap.
- Click Update.
Hide a page from search engines
Mark any page or post as hidden from search engines. Gregius Optimizer inserts a <meta name="robots" content="noindex"> tag and strips the URL from all sitemaps in one action.
- Open the post in the Block Editor.
- In the Sitemap panel, find the Hide page from search engines toggle.
- Toggle it to on.
- Update or publish the post.
- The page gets a
<meta name="robots" content="noindex">tag. - The page is excluded from
wp-sitemap.xml. - The page remains accessible via direct link.
Tip: Apply to thank-you pages, admin-only content, low-quality posts, and any URL that should not consume crawl budget.
Reset to defaults
Restore all toggles to their original composition:
- Open the Sitemap modal.
- Click Reset to defaults.
- The button is disabled when no overrides exist — a grayed-out control confirms you are at default settings.
This reverts all post type, taxonomy, and author toggles to their original composition. The per-page “Hide from search engines” setting on individual posts is unaffected.
Permissions
| Action | Required capability |
|---|---|
| View sitemap settings | manage_options |
| Update sitemap settings | manage_options |
| Hide a post from search engines | edit_post (on that post) |
Global sitemap configuration requires manage_options capability — administrators and super admins. Content editors with edit_post can suppress their own posts from search visibility.
Next Steps
Gregius Optimizer is fully open-source, transparent, and built for modern development workflows.
Available on WordPress.org: Install the plugin directly from the official in the WordPress Plugin Directory.
View on GitHub: You can review, fork, and inspect the entire codebase and core logic over at the repository on GitHub.
Documentation: Read the setup guides and technical documentation below to get started.
- Sitemap – Control which content appears in your XML sitemap
- Robots.txt – Configure crawl directives for search engines and AI bots
- Schema – Add structured data markup to help search engines understand your content
- Social Card – Control how your content appears when shared on social media and in search results.
- LLMs – Optimize your site for AI agents and large language models with an
/llms.txtfile