Documentation → Administrator Guides

Administration Guide

Complete reference for all Developer Sitemap settings and options.

Developer Sitemap adds a top-level menu to your WordPress admin sidebar:

Sitemap
├── Dashboard      — Status and statistics
├── Settings       — Content types and priorities
├── Advanced       — Exclusions and performance
└── Help & Support — Documentation and resources

Dashboard Page

The Dashboard provides an at-a-glance view of your sitemap’s status and health.

Status Card

FieldDescription
StatusWhether the sitemap is enabled or disabled
Sitemap URLThe public URL of your sitemap index
Total URLsCombined count across all sitemaps
Last GeneratedWhen the cache was last rebuilt

Content Breakdown

Shows each content type with:

  • Enable/disable status indicator
  • Number of URLs in that sitemap
  • Link to view the individual sitemap

Actions

ActionDescription
View SitemapOpens sitemap.xml in a new tab
Regenerate SitemapClears cache and rebuilds all sitemaps
Copy URLCopies sitemap URL to clipboard

Search Engine Links

Quick links to submit your sitemap to:

  • Google Search Console
  • Bing Webmaster Tools

Settings Page

Configure what content is included and how it’s prioritized.

General Settings

SettingDefaultDescription
Enable SitemapEnabledMaster switch for public sitemap access

Content Types

TypeDefaultDescription
PostsEnabledStandard blog posts
PagesEnabledStatic pages
Products*EnabledWooCommerce products
TaxonomiesDisabledCategory/tag archives
AuthorsDisabledAuthor archive pages
*Only visible when WooCommerce is active

Priority Settings

Sliders for each content type (0.0 – 1.0). See the Configuration Walkthrough for recommended values.

Output Options

OptionDefault
Include Last ModifiedEnabled
Include Change FrequencyEnabled
Include PriorityEnabled

Cache Settings

OptionDefaultRange
Enable CacheEnabledOn/Off
Cache Duration360060 – 86400 seconds
GZIP CompressionDisabledOn/Off

Advanced Page

Fine-tune exclusions and performance settings.

Exclusions

Exclusion TypeMethod
Posts/Pages/ProductsVisual selector with search
CategoriesVisual selector with search
TagsVisual selector with search

Performance Settings

SettingDefaultDescription
Items Per Sitemap1000Max URLs per sitemap file (100-50000)

Debug Mode

When enabled, logs additional information to help troubleshoot issues. Debug output is written to the WordPress debug log.


Help & Support Page

Built-in documentation and resources including:

  • What is an XML Sitemap?
  • How to submit your sitemap
  • Common issues and solutions
  • WooCommerce integration notes
  • Links to external resources

Permissions

Access to Developer Sitemap admin pages requires the manage_options capability. By default, this means:

RoleAccess
AdministratorFull access
EditorNo access
AuthorNo access
ContributorNo access
SubscriberNo access

Note: If you use a role management plugin that grants manage_options to other roles, those users will also have access to sitemap settings.