Crawl & indexing
Whether search engines can reach your pages and figure out which canonical URL to index.
Source modules: robots.ts, sitemap.ts, redirects.ts, hreflang.ts
Known rule IDs
| Rule ID | What it catches |
|---|---|
| page-noindex | A page is <meta name="robots" content="noindex"> — Google won't index it. |
| page-canonical-localhost | Canonical URL points at a preview / localhost host. |
| sitemap-phantom | Sitemap entry returns 404 / is unreachable. |
More rules ship per release; see the changelog.
Run just this category
smartspec audit https://example.com --categories robots,sitemap,redirects,hreflang