Home  /  Guides  /  XML Sitemap
Indexing & Sitemaps · Guide #6

XML Sitemap

Configure your XML sitemap structure, content type priorities, change frequencies, excluded post types, and sitemap index format — helping search engines discover and crawl your content efficiently.

⏱ 5 min read 👤 Beginner 📦 v6.5+

Where to Find This Tab

Go to SEO Rank Genius → Indexing & Sitemaps → XML Sitemap (second tab under the “Main” group).

Sitemap Structure

The XML Sitemap tab lets you choose how your sitemap is organized and set global defaults.

Enable XML Sitemap
Auto-generate and serve at /sitemap.xml
Include Images
Add image entries for Google Image search indexing
Max URLs per Sitemap
Creates a sitemap index when exceeded
1000
💡
Sitemap Index: If your site exceeds the max URLs, the plugin creates a sitemap.xml index pointing to sitemap-post-1.xml, sitemap-page-1.xml, etc.

Content Type Priorities

Each content type gets its own priority and change frequency, telling search engines how important and how often-updated a URL is.

Content TypePriorityFrequency
📝 Posts0.8Weekly
📄 Pages0.6Monthly
🏷 Categories0.4Weekly

Priority Values Explained

RangeMeaning
1.0Highest — homepage, critical landing pages
0.8High — blog posts, main content
0.5–0.6Medium — static pages, about, contact
0.1–0.3Low — archive pages, tags, utility pages
⚠️
Note: Priority is a hint to search engines, not a directive. Don’t set everything to 1.0 — it defeats the purpose.

Excluded Post Types

Exclude specific custom post types from your sitemap entirely — useful for page builder templates, popups, or internal-only content.

Media/Attachment
attachment
Product
product
Landing Page
landing_page
💡
Recommendation: Always exclude attachment — WordPress creates a separate URL for each uploaded image, which wastes crawl budget.

Advanced Settings

Sitemap Filename Format

By default, your sitemap is served at yoursite.com/sitemap.xml. If another plugin claims that URL, SEO Rank Genius detects the conflict and offers an alternative path.

Stylesheet (XSL)

The plugin includes a built-in XSL stylesheet that makes your raw XML sitemap human-readable in a browser. Purely cosmetic — search engines ignore it.

Last Modified Dates

Each URL includes a <lastmod> tag based on the post’s last modified date, helping search engines prioritize recently updated content.

Troubleshooting

Sitemap Returns 404

  • Go to Settings → Permalinks and click “Save Changes” to flush rewrite rules.
  • Check if another plugin is also generating a sitemap at the same URL.
  • Verify your .htaccess or nginx config isn’t blocking the sitemap.

Missing Posts in Sitemap

  • Check the Content Rules tab — posts below the thin content threshold are excluded.
  • Ensure the post type is not in the “Excluded Post Types” list.
  • Posts set to noindex in the post editor are excluded automatically.

Sitemap Too Large / Slow to Load

  • Reduce Max URLs per Sitemap from 1000 to 500.
  • Disable Include Images if you don’t need image search indexing.