Fix a URL missing from the sitemap
If a live page is not in sitemap.xml, engines may discover it slowly or not at all. Follow the steps below on your stack, then re-check the live URL.
If a live page is not in sitemap.xml, engines may discover it slowly or not at all.
We remember this on this browser so the next guide opens with the same CMS.
At a glance
| Time | ~15 min |
|---|---|
| Category | SEO |
| Steps | 4 |
| Stacks | WordPress, Shopify, Webflow, Next.js, HTML, more |
Steps
Confirm the URL returns 200 and is not noindex.
Check CMS settings: drafts, “exclude from sitemap”, or noindex plugins often omit URLs.
Regenerate the sitemap and confirm the URL appears in sitemap.xml.
Keep Sitemap: in robots.txt pointing at the updated file.
In HTML / static
Serve /robots.txt at the origin with Allow rules for retrieval crawlers.
Snippet
<?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <url><loc>https://yoursite.com/this-page</loc></url> </urlset>
FAQ
- What does “Fix a URL missing from the sitemap” fix?
- If a live page is not in sitemap.xml, engines may discover it slowly or not at all.
- How long does this usually take?
- About 15 minutes on most CMS and code stacks when you already have access to edit the page.
- Where do I start?
- Start with: Confirm the URL returns 200 and is not noindex. Then use the platform picker on this page for placement notes.