WPGO documentationSimple Sitemap

Free and Pro guide

Build a useful HTML sitemap in WordPress.

Start with a ready-made block pattern, configure a visitor-friendly sitemap in the editor, or maintain an established shortcode workflow. This guide covers the verified Simple Sitemap 3.6.2 Free and Pro feature set.

Current documentation Version 3.6.2Released 11 August 2026See what changed

Reviewed11 August 2026

PluginSimple Sitemap 3.6.2

RequirementsWordPress 6.3+ · PHP 7.4+

Quick start

Publish your first sitemap

  1. Create a Page. Give it a clear title such as “Sitemap”.
  2. Insert a starter pattern. Open the inserter, choose Patterns → Simple Sitemap, then select Posts and Pages, Tabbed Posts and Pages, or Child Pages. You can also add an individual sitemap block.
  3. Choose the content. Select the block and use the sidebar to set content, ordering, labels, exclusions, pagination, and presentation.
  4. Preview the public result. Test every tab and link while signed out, then publish the Page.

Simple Sitemap creates a visible HTML sitemap for people browsing your site. It does not replace the XML sitemap used by search engines.

Checkpoint: the editor should show a live preview, and the block sidebar should expose controls relevant to the selected sitemap type.

Choose the right sitemap block

Start with the block that matches the structure visitors need. Free includes three complete sitemap workflows; Pro adds four specialist blocks and deeper controls to the existing ones.

Included in Free

Core sitemap blocks

Simple Sitemap

List published posts and Pages, use one continuous list or responsive tabs, and control labels, links, excerpts, ordering, include/exclude IDs, and pagination.

Simple Sitemap Group

Group posts under built-in taxonomy terms such as categories or tags, then control term limits, item ordering, labels, excerpts, links, and per-section pagination.

Child Pages

Display the published child-page hierarchy beneath a chosen parent, with depth and ordering controls and a live editor preview.

Pro

Specialist sitemap blocks

Taxonomy Terms

Publish a hierarchy of terms from any public taxonomy, with include/exclude rules, depth, counts, ordering, and empty-term controls.

Navigation Menu

Turn a saved WordPress menu into a curated sitemap and optionally include or exclude individual menu items.

Archive Links

List post-type, date, author, or taxonomy archives with link limits, headings, counts, ordering, and nofollow control.

Products

Build a bounded WooCommerce product sitemap as one list or grouped by category, with stock, category, product detail, and visibility controls.

Use Simple Sitemap when…

You need a straightforward list of posts, Pages, or—with Pro—another public content type.

Use Simple Sitemap Group when…

Visitors should browse entries under terms such as categories, tags, or—with Pro—a custom taxonomy.

Free and Pro feature guide

Free is a capable HTML sitemap plugin for posts and Pages. Pro is for structured sites that need custom content, specialist sitemap types, advanced presentation, or integration-aware filtering.

Simple Sitemap editions
CapabilityFreePro
Core content sitemapsPosts and PagesPosts, Pages, and public custom post types
Included blocksSimple Sitemap, Group, and Child PagesAll Free blocks plus Taxonomy Terms, Navigation Menu, Archive Links, and WooCommerce Products
Content selectionSearch for posts or Pages to include or exclude by IDCustom content, taxonomy-term rules, subtree exclusions, and per-section rules
Ordering and scaleMultiple sort modes, term limits, and linked paginationPer-section ordering and limits plus additional large-site controls
PresentationStandard lists, responsive tabs, labels, excerpts, links, and Page depthHorizontal layouts, images, separators, nofollow, colour, spacing, line-height, width, and breakpoint controls
Child PagesParent, depth, and orderingHierarchical custom post types, include/exclude rules, descendant removal, excerpts, images, and nofollow
SEO and languagesNormal public WordPress content queriesOptional noindex filtering for Yoast SEO, Rank Math, and SEOPress; current-language filtering for WPML and Polylang
Shortcodes[simple-sitemap] and [simple-sitemap-group]Enhanced core shortcodes plus child-page, taxonomy-term, and navigation-menu shortcodes
SupportPublic WordPress.org support forumPrivate customer support and updates while the licence is active

Important: basic include-only and exclude-by-ID controls for posts and Pages are part of Free in 3.6.2. You do not need Pro for those controls.

Follow the visual workflow

The surrounding WordPress editor may look different with another WordPress version or theme, but the sitemap workflow remains the same: select a block, configure its sidebar, preview the result, and check the published Page.

Settings reference

Select a sitemap block to open its settings. Only controls that apply to that block and edition are shown.

Common editor controls
ControlWhat it changesWhat to check
Content typesSelect the lists shown by the Content block.Every selected type has published, publicly viewable entries.
Include / excludeSearch for exact posts or Pages, or enter a comma-separated ID list.An include list intentionally hides every item not named.
Order / order bySort by title, author, date, ID, menu order, comment count, or random order.The order makes sense to visitors, not only administrators.
Labels and excerptsAdd context above each section and beneath individual items.Long excerpts do not make the sitemap harder to scan.
Links and new tabsUse linked or plain-text items and optional new-tab behaviour.New tabs are genuinely useful and not enabled by habit.
Responsive tabsSeparate content types within a compact interface.Every tab works with a keyboard and at narrow widths.
Page depthControl how much of the Page hierarchy is displayed.Child Pages appear under the intended parent.
PaginationSplit large lists into bounded pages; the default page size is 50.Each sitemap on the Page has a distinct ID when necessary.

Use shortcodes when you need them

Blocks and starter patterns are recommended for new Pages. Existing classic-editor and page-builder layouts can keep their shortcodes; upgrading does not require replacing them.

Free

Content sitemap

[simple-sitemap types="page,post" orderby="title" order="asc"]

Common options include types, order, orderby, show_excerpt, show_label, links, page_depth, include, exclude, paginate, and page_size.

Free

Grouped sitemap

[simple-sitemap-group tax="category" orderby="title" order="asc"]

Use tax for the taxonomy, then control item order, excerpts, labels, links, Page depth, term limits, and per-section pagination.

Pro

Child pages

[simple-sitemap-child child_of="42" show_excerpt="true"]

Build a child-page list for a parent ID, with optional includes, exclusions, title, nofollow, content type, and excerpt controls.

Pro

Terms and menus

[simple-sitemap-tax taxonomy="category" show_count="true"]
[simple-sitemap-menu menu="primary" label="Site navigation"]

Use specialist shortcodes when a block is unavailable in an established builder workflow.

Pagination example: [simple-sitemap types="page" paginate="true" page_size="50" id="main-pages"]. Add a unique id when more than one similar sitemap appears on the same Page.

Advanced Pro controls

Pro extends the same editor-first workflow rather than replacing it. Enable advanced controls only when they solve a clear content or presentation requirement.

  • Custom content: select public custom post types and custom taxonomies.
  • Per-section rules: use different ordering, limits, and include/exclude rules for individual Content block sections.
  • Presentation: show featured images, remove list icons, add separators, create horizontal lists, and control colours, spacing, width, and responsive breakpoints.
  • SEO awareness: optionally omit content explicitly marked noindex by Yoast SEO, Rank Math, or SEOPress.
  • Language awareness: optionally limit results to the current WPML or Polylang language.
  • WooCommerce: filter products by category, stock status, featured state, or exact product IDs and show selected product details.
  • Developer extension: use the plugin’s filters when a project needs a controlled custom rule.

Large-site advice: enable bounded pagination, set deliberate limits, and avoid loading every entry when a sitemap covers a very large content library.

Troubleshooting

The sitemap is not showing the content I expected

Confirm the selected content type, publication status, include/exclude rules, taxonomy, and ordering. Preview while signed out so private or draft content does not affect the test.

A sitemap becomes empty after adding include rules

An include list intentionally removes every item not named. Clear the include field, confirm the list returns, then add the required items again using the content search control or valid IDs.

The layout looks different in the editor and on the front end

Check the public Page at desktop and narrow widths. Theme styles can affect list spacing and typography, while the plugin controls the sitemap structure and responsive behaviour.

The grouped sitemap is empty

Confirm that the chosen content type uses the selected taxonomy and that published items are assigned to visible terms. Temporarily remove term and item rules to identify which filter removes the expected content.

The tabs or links do not respond

Check for a JavaScript error, temporarily disable optimisation that combines or delays scripts, and test with a default WordPress theme on a non-production copy. Re-enable each layer separately once the conflict is identified.

Do existing shortcodes still work?

Yes. Blocks provide the visual workflow, while the established Free and Pro shortcodes remain available for existing content and page builders.

Is this an XML sitemap plugin?

No. It creates an HTML sitemap for visitors. WordPress or your SEO plugin can continue providing an XML sitemap for search engines.

Include this context with a support request

  • Simple Sitemap version and Free or Pro edition.
  • WordPress, PHP, active theme, and editor or page-builder versions.
  • The block name or shortcode, with private IDs and URLs removed.
  • Steps that reproduce the issue and the result you expected.
  • A screenshot of the block settings and published result when relevant.

Still stuck?

Choose support for your edition.

Pro customers can sign in for private support connected to their purchase. Free-edition questions belong in the public WordPress.org forum.