Saltar al contenido

Fix a URL missing from the sitemap

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

Lo recordamos en este navegador para que la siguiente guía use el mismo CMS.

At a glance

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

Pasos

  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.

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