Is SitemapAudit really 100% free? What’s the catch?▼
Yes, completely free. No account, no credit card, no usage limits. The AI analysis uses Groq’s free API tier and is embedded so it works for every visitor instantly. There is no catch — we built this for our own client work and decided to make it public.
How does the automatic sitemap detection work?▼
When you enter a URL, our Vercel edge server (not your browser) fetches your sitemap using real Chrome 124 browser headers. This bypasses Cloudflare and CORS restrictions. We check your robots.txt for Sitemap: declarations first, then try 9 common paths: /sitemap.xml, /sitemap_index.xml, /wp-sitemap.xml, and 6 more. For sitemap index files, we automatically fetch and merge all child sitemaps.
What does the sitemap health score mean?▼
The 0–100 score reflects how well your sitemap is optimised for Google indexing. It’s calculated from: URL classification ratio (up to -35 points), missing lastmod dates (up to -20 points), duplicate URLs (up to -20 points), and HTTP URLs on HTTPS sites (up to -15 points). 80+ is excellent, 60–79 is good, 40–59 needs attention, below 40 requires immediate action.
Will fixing my sitemap actually improve my Google rankings?▼
Sitemap fixes remove technical barriers preventing Google from finding and indexing your pages. If pages aren’t indexed, they can’t rank — regardless of content quality. Many sites see 20–40% organic traffic increases within 4–8 weeks of cleaning their sitemap, especially those with significant previously unindexed content.
How do I fix “Not Indexed” URLs in my sitemap?▼
For not-indexed URLs: 1) Remove URLs with query parameters (?page=, ?sort=, ?utm=). 2) Remove file asset URLs (.pdf, .jpg, .css, .js). 3) Remove admin, login, and API paths. 4) Check that remaining URLs return HTTP 200 (not 301/302/404). 5) After fixing, submit the updated sitemap in Google Search Console → Sitemaps and request re-indexing for priority pages via URL Inspection.
What’s the difference between “Not Indexed” and “Needs Verification”?▼
Not Indexed = the URL has a clear technical reason Google won’t index it (query parameter, file extension, admin path). These should almost always be removed from your sitemap. Needs Verification = the URL has patterns often associated with thin content (pagination, category pages, archive pages) that should be checked in Google Search Console → Coverage to confirm their actual indexing status before removing.
Is my sitemap data stored or shared anywhere?▼
Nothing is stored. All audits are processed in real-time on Vercel’s serverless infrastructure and immediately discarded. We don’t log URLs, sitemaps, scores, or results anywhere. The AI prompt sent to Groq contains only aggregate statistics (counts and percentages) — never your actual URLs.
How often should I run a sitemap audit?▼
Run an audit: after every major site change (CMS update, URL restructure, content migration), after adding 20+ new pages, and as a monthly routine check. Sitemaps accumulate issues silently — deleted pages leave behind dead URLs, CMS updates add unwanted paths, and plugin changes can corrupt priority and lastmod values without any visible warning.
What is crawl budget and why does it matter?▼
Crawl budget is the number of pages Googlebot will crawl on your site within a given timeframe. For large sites, every wasted crawl on a dead URL, redirect chain, or thin page means a real page goes uncrawled and unindexed. A clean sitemap that only lists indexable, canonical URLs maximises your crawl budget — ensuring Googlebot spends its time on pages that can actually rank. Sites with 1,000+ pages should audit their sitemap monthly to protect crawl budget.
Why does my sitemap show HTTP URLs when my site is HTTPS?▼
This is one of the most common sitemap errors and usually happens when: your CMS was migrated from HTTP to HTTPS but the sitemap was never regenerated, a plugin is generating sitemap URLs from an old base URL setting, or individual pages were added manually with the wrong protocol. HTTP URLs in an HTTPS sitemap create redirect chains (HTTP → HTTPS) that waste crawl budget and dilute link equity. Fix: update your CMS site URL setting, regenerate the sitemap, and verify all URLs start with https://.
Can I use this sitemap checker for Shopify, WordPress, or Wix?▼
Yes — SitemapAudit works with any website platform: WordPress (Yoast SEO, Rank Math, or default XML sitemap), Shopify (/sitemap.xml is always available), Wix, Squarespace, Webflow, custom-built sites, and more. Simply enter your domain and we auto-detect the sitemap format. For WordPress specifically, we check both /sitemap.xml and /wp-sitemap.xml since different plugins use different paths.
What should I do after fixing my sitemap?▼
After cleaning your sitemap: 1) Resubmit it in Google Search Console → Sitemaps tab (delete the old submission, add the fresh URL). 2) Use URL Inspection in GSC to request indexing for your most important pages individually. 3) Monitor GSC Coverage report over the next 2–4 weeks to confirm previously excluded pages are being indexed. 4) Set a monthly reminder to re-audit your sitemap — every site update has the potential to introduce new issues.