In the sitemap, still not indexed
A URL in the sitemap is a hint, not a guarantee. Indexing still fails when the page is thin, canonicalized away, blocked, soft-404, or low priority in crawl budget.
A sitemap asks engines to consider a URL. It does not guarantee indexing. Use this checklist when a new landing page stays missing from search.
Sitemap ≠ indexed
Common reasons a listed URL stays out
noindex or robots meta
Staging habits left on production.
Canonical to another URL
The sitemap lists A; the page says B is preferred.
Thin or duplicate content
Doorway landings and near-copies are often skipped.
Blocked by robots.txt
Listed in sitemap but Disallow on the path — conflicting signals.
Not linked internally
Orphan URLs can sit in the sitemap and still get low crawl priority.
What to check on your page
Does the live URL return 200 without noindex?
View source for robots meta and headers.
Does the canonical match the sitemap loc?
Align them.
Is the URL linked from a crawlable page?
Add at least one internal link with descriptive anchor text.
FAQ
Does IndexNow fix indexing?
IndexNow notifies participating engines of URL changes. It does not force Google indexing and does not override noindex.
How long should I wait?
New URLs can take days to weeks. Fix blocking issues first; waiting alone rarely helps a noindexed page.