Sitemap

SleekRank automatically adds all generated pages to your WordPress sitemap, ensuring search engines can discover and index them. It supports multiple SEO plugins out of the box.

Supported SEO plugins

SleekRank integrates with the following sitemap providers:

  • WordPress Core Sitemaps — Built-in sitemaps (WordPress 5.5+)
  • Yoast SEO — via the wpseo_sitemap hooks
  • Rank Math — via Rank Math's sitemap API
  • The SEO Framework — via TSF sitemap hooks
  • All in One SEO — via AIOSEO sitemap hooks

SleekRank detects supported sitemap providers and activates the first matching integration automatically. No configuration is needed in the common single-plugin setup.

Sitemap settings

Each page group has its own sitemap configuration in the Sitemap tab:

  • Enable sitemap: Toggle whether the page group's URLs are included in the sitemap
  • Priority: Value between 0 and 1 (default: 0.5) indicating the relative importance of these pages
  • Change frequency: How often the content typically changes (always, hourly, daily, weekly, monthly, yearly, never)

How it works

When your sitemap is requested, SleekRank loops through all active page groups with sitemap enabled, resolves every valid URL from the data sources, and adds each as a sitemap entry. Each entry includes:

  • URL: The full generated page URL
  • Last Modified: Based on the base page's last modification time
  • Priority: Configured per page group
  • Change Frequency: Configured per page group

Base page exclusion

Base pages used as templates are marked with a noindex robots meta tag. For WordPress Core and The SEO Framework, SleekRank also excludes those template pages from the corresponding sitemap queries. If you use another SEO plugin, verify the rendered sitemap output for your active setup.

Multiple SEO plugins

If you have more than one SEO plugin active (not recommended but sometimes unavoidable), use caution. SleekRank activates the first supported sitemap integration it detects, so a single SEO plugin is the safest setup.

Verifying your sitemap

After setting up page groups, verify that generated URLs appear in your sitemap by visiting your sitemap URL (usually /sitemap.xml or /sitemap_index.xml). Look for the URLs matching your page group patterns.