Zum Inhalt springen

Fix a URL missing from the sitemap

Etwa 15 Min.

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.

Wir merken uns das in diesem Browser, damit die nächste Anleitung denselben Stack verwendet.

At a glance

Time~15 min
CategorySEO
Steps4
StacksWordPress, Shopify, Webflow, Next.js, HTML, more

Schritte

  1. Confirm the URL returns 200 and is not noindex.

  2. Check CMS settings: drafts, “exclude from sitemap”, or noindex plugins often omit URLs.

  3. Regenerate the sitemap and confirm the URL appears in sitemap.xml.

  4. 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.