HTML Sitemap for Visitors
The visitor-facing HTML sitemap is separate from your XML sitemap: it renders a readable page on your domain for humans and bots that follow linksβnot a crawl feed like /sitemap.xml. SEO Rank Genius lets you enable it, choose the URL slug, control how sections and sort behavior are derived (pillar, post-type buckets, or AβZ), match styling to your theme, andβwhen your build exposes the controlsβnarrow which post types visitors see and paste an optional shortcode.
Before you start
XML vs HTML: The XML sitemap is for search-engine discovery (URLs, freshness, segmentation). The HTML sitemap is a theme-wrapped web page humans can skim. They complement each other; turning one off does not replace the other.
- Open SEO Rank Genius β Indexing & Sitemaps β HTML Sitemap.
- Use pretty permalinks so the slug URL resolves cleanly (Settings β Permalinks).
- After changing the slug, if the front-end URL 404s, flush permalinks once (save Permalinks again) and review Advanced options for edge cases.
HTML sitemap settings
The HTML Sitemap tab is split into Sitemap Settings (master enable + slug) and Content Grouping (how sections and sort order behave on the visitor page). Use Preview before saving when you want a quick render check, and Save to persist.
Indexing & Sitemaps
HTML Sitemap Β· User-friendly sitemap page settings
Sitemap settings
Content grouping
Choose how content is organized and ordered on the HTML sitemap (sort behavior depends on mode).
Visitor page preview
The public page uses your active themeβs header and footer, with a centered content column. Typographic styling (fonts, link colors) follows the theme; Rank Genius supplies structure and basic spacing so the list stays readable without a page builder.
Sitemap
Posts
- How to choose focus keywords
- Internal linking checklist
- Schema for local businesses
Pages
- Pricing
- Contact
Post type filters
Default behavior: With Post Type grouping selected, the visitor page walks every public post type (WordPress core and your CPTs) except attachments, then lists published titles alphabetically inside each section.
Optional UI: When checkboxes are available on the HTML Sitemap tab, treat them as an include list for the visitor page onlyβhiding a type here does not unpublish content and does not by itself change your XML sitemap coverage. Keep machine-indexing goals aligned via the XML Sitemap tab and the broader tour in Indexing & Sitemaps overview plus Advanced options.
Public post types on HTML sitemap
Attachments stay off by default; custom types inherit their public label.
Shortcode embed
Most sites link to https://domain.tld/your-slug/ from the footer menu. That standalone URL is the canonical pattern: it always reflects your slug, grouping mode, and filters.
When your Rank Genius build shows a Copy shortcode field on this tab, paste the string into any context that executes WordPress shortcodes (Shortcode block, widget areas with shortcode support, some page builders). The mock below is illustrativeβuse the exact token from your screen if it differs.
Troubleshooting
404 on the slug
Re-save Permalinks, disable conflicting plugins temporarily, and inspect redirect plugins. Confirm Enable HTML Sitemap is on.
Blocked by robots?
Verify robots.txt policies in Robots.txt & LLMs.txt. HTML sitemap pages should generally remain crawlable unless you deliberately noindex helper views.
Empty pillar sections
Pillar grouping needs pillar/cluster metadata populated (Authority Coverage / silo tooling). Fallback: switch to Post Type or Alphabetical until pillars exist.
Shortcode shows raw brackets
Ensure the snippet runs inside a Shortcode-aware area (classic Shortcode block, widgets that execute shortcodes). Raw HTML blocks will print text literally.