Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
thedaviddias avatar

Sitemap Coverage

  • 1 installs
  • 73.4k repo stars
  • Updated June 18, 2026
  • thedaviddias/frontendchecklist

Compares indexable pages against the sitemap to find canonical pages missing from it and add them for faster discovery.

About

Verifies every canonical indexable page appears in the sitemap while noindex and non-self-canonical pages are excluded. A developer uses it when new pages take too long to appear in search.

  • Every indexable canonical page should be in the sitemap
  • Exclude noindex, non-self-canonical, and faceted URLs

Sitemap Coverage by the numbers

  • 1 all-time installs (skills.sh)
  • Ranked #1,710 of 1,879 Marketing & SEO skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/thedaviddias/frontendchecklist --skill sitemap-coverage

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs1
repo stars73.4k
Last updatedJune 18, 2026
Repositorythedaviddias/frontendchecklist

What it does

Compares indexable pages against the sitemap to find canonical pages missing from it and add them for faster discovery.

Files

SKILL.mdMarkdownGitHub ↗

Include indexable pages in your sitemap

Pages absent from the sitemap rely entirely on crawl discovery via links, which can delay indexing of new content, especially on large sites or pages with few inbound links.

Quick Reference

  • Every canonical-url, indexable page should appear in the sitemap
  • Pages with noindex or non-self canonical tags must NOT be included in the sitemap
  • Paginated pages, filtered variants, and faceted URLs are usually excluded unless they have unique content
  • Use Google Search Console Coverage report to find indexable pages not in the sitemap

Check

Compare the list of all canonical-url, indexable URLs on the site against the URLs in the XML sitemap. Flag any page that returns HTTP 200, has no noindex directive, has a self-referencing canonical, but is absent from the sitemap.

Fix

Add missing indexable pages to the sitemap. Remove pages that carry noindex, redirect, or non-self canonical tags from the sitemap. Automate sitemap generation so newly published content is included immediately.

Explain

Explain how missing sitemap coverage slows crawl discovery, which types of pages should and should not be included, and how to use Google Search Console to identify gaps.

Code Review

Review metadata generation, rendered HTML, structured data, and response headers related to Include indexable pages in your sitemap. Flag exact routes or templates where search-facing output violates the rule, and describe how to verify the final page output.

---

For full implementation details, code examples, and framework-specific guidance, see references/rule.md.

Rule page: https://frontendchecklist.io/en/rules/seo/sitemap-coverage

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.