WebmasterID logoWebmasterID
AI crawlers

AI crawlers and sitemap priority

An XML sitemap lists the URLs you want discovered and carries optional hints like lastmod, changefreq, and priority. For AI crawlers a sitemap is a discovery aid, not a command: it helps them find and re-check pages, but crawlers decide for themselves what to fetch. Accurate lastmod is the most useful signal; priority is advisory and widely ignored.

Verified against primary sources

What a sitemap does and does not do

An XML sitemap is a list of URLs you want crawlers to know about, optionally annotated with lastmod (when the page last changed), changefreq (how often it changes), and priority (relative importance from 0.0 to 1.0). The sitemaps.org protocol is explicit that these are hints: a sitemap helps crawlers discover URLs and does not guarantee they will be crawled or that the hints will be obeyed.

For AI crawlers the same applies. A sitemap can speed discovery of new or deep pages and signal what changed, but the crawler still decides what to fetch and how often. Treat the sitemap as an invitation, not an instruction.

Why lastmod beats priority

Of the optional fields, an accurate lastmod is the most useful. It tells a crawler which pages have actually changed since its last visit, which is exactly the signal a re-crawling AI crawler can act on to avoid re-fetching unchanged content. Google has said it uses lastmod when it is consistently accurate and ignores it when it is not.

Priority and changefreq are weaker. Priority is relative and advisory; many crawlers, including major search engines, give it little or no weight, so setting every page to 1.0 achieves nothing. Honest lastmod values do more for crawl efficiency than any priority scheme.

Keeping a sitemap useful for AI crawlers

A sitemap helps AI crawlers most when it is accurate and current: list canonical, indexable URLs, update lastmod only when content genuinely changes, and keep removed or non-canonical URLs out. An inflated or stale sitemap trains crawlers to distrust your hints, so they fall back to crawling on their own judgement.

The sitemap complements robots.txt and structured data rather than replacing them. Use robots.txt to say what may be crawled, the sitemap to help discovery of what should be, and accurate lastmod so re-crawls land on genuinely changed pages.

How it appears in analytics and logs

If AI crawlers fetch pages soon after they appear in your sitemap, the sitemap is aiding discovery. If they ignore the priority values you set, that is expected — priority is a hint crawlers are free to disregard.

Diagnostic use case

Use an XML sitemap to help AI crawlers discover and re-check your important pages, keeping lastmod accurate so crawlers can prioritise changed content, rather than relying on the priority field to force attention.

What WebmasterID can help detect

WebmasterID records which AI tokens fetched which URLs and when, so you can see whether the pages you prioritised in your sitemap are actually being reached by AI crawlers on the bot-intelligence and AI-visibility surfaces.

Common mistakes

Privacy and accuracy notes

A sitemap lists URLs, not people. Sitemap-driven crawling concerns content discovery; detection of which crawler fetched a listed URL keys on the crawler token, never on visitor identity.

Frequently asked questions

Does the sitemap priority field make AI crawlers fetch a page first?
No. Priority is an advisory hint that many crawlers ignore, and AI crawlers are no exception. The most useful sitemap signal is an accurate lastmod, which lets a re-crawling crawler focus on pages that genuinely changed.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.