Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.squirrelscan.com/llms.txt

Use this file to discover all available pages before exploring further.

Checks for noindexed pages listed in sitemap
Rule IDcrawl/noindex-in-sitemap
CategoryCrawlability
ScopeSite-wide
Severitywarning
Weight5/10

Solution

Pages with noindex meta tags should not be in your sitemap. Sitemaps tell search engines which pages to index, while noindex tells them not to. Having both sends mixed signals. Remove noindexed pages from your sitemap, or remove the noindex directive if you want them indexed. Use a sitemap generator that respects robots directives.

Enable / Disable

Disable this rule

squirrel.toml
[rules]
disable = ["crawl/noindex-in-sitemap"]

Disable all Crawlability rules

squirrel.toml
[rules]
disable = ["crawl/*"]

Enable only this rule

squirrel.toml
[rules]
enable = ["crawl/noindex-in-sitemap"]
disable = ["*"]