Pages with noindex meta tags are incorrectly included in sitemap.xml, sending conflicting signals to search engines.
By Seoxpert Editorial · Published
Including noindex pages in your sitemap tells search engines to crawl and consider them for indexing, while the noindex tag instructs them not to index the page. This contradiction can waste crawl budget and reduce the efficiency of your site's indexing. It may also indicate misconfiguration in your CMS or sitemap generation process.
Leaving this unresolved wastes crawl budget and may slow down the indexing of important pages.
An automated crawler cross-references sitemap.xml URLs with on-page meta robots tags to identify noindex pages listed in the sitemap.
Problem: Sitemap includes a noindex page
<!-- sitemap.xml -->
<url>
<loc>https://example.com/thank-you</loc>
</url>Problem: Page has noindex meta tag
<!-- thank-you.html -->
<meta name="robots" content="noindex">Fix: Remove noindex page from sitemap
<!-- sitemap.xml (after fix) -->
<!-- thank-you page removed -->It sends conflicting signals to search engines, wasting crawl budget and reducing indexing efficiency.
Decide if you want the page indexed. Remove the noindex tag if yes, or remove it from the sitemap if no.
Configure your sitemap generator or SEO plugin to filter out pages with a noindex meta tag.
No, Google will honor the noindex tag, but may still crawl the page if it's in the sitemap.
Run a scan to see if Noindex Pages Listed in Sitemap affects your pages.
Scan my website →