Bing AI Search: Keep Sitemaps Accurate and IndexNow Fast
By Greg Nowak. Last updated 2026-08-31.
When a price changes, a page moves, or an offer expires, publishing the update is only half the job. Search engines still need to discover and process the new state. If that hand-off is slow or unreliable, customers may encounter an old URL, obsolete product information, or superseded advice in search and AI-generated answers.
Microsoft’s guidance is clear about the solution: XML sitemaps and IndexNow perform different jobs. The sitemap provides comprehensive coverage; IndexNow reports individual changes quickly. Neither guarantees indexing or inclusion in an AI answer, but together they give Bing cleaner, timelier information about the site.
Freshness is now measurable beyond conventional search
Microsoft introduced AI Performance in Bing Webmaster Tools as a public preview in February 2026. It reports metrics such as citations and cited pages across supported Microsoft AI experiences. That does not establish a direct link between an IndexNow request and a citation, but it gives teams another place to observe whether current, useful pages are appearing in AI answers.
This makes freshness more than an occasional technical SEO task. It belongs in the publishing and platform workflow, with an owner, event triggers, logs, and routine checks.
Sitemaps and IndexNow solve different problems
| Signal | Use it for | Trigger or cadence | Check |
|---|---|---|---|
| XML sitemap | A complete inventory of canonical, indexable URLs | Generate automatically as the inventory changes | Last read date, errors, URL coverage and accurate lastmod |
| IndexNow | New, materially updated, redirected or deleted URLs | Send from the event that changes the page | Request logs, response codes and duplicate submissions |
| Bing Webmaster Tools | Crawl, indexing and supported AI visibility diagnostics | Review on a regular operating schedule | Sitemap processing, URL inspection and AI Performance trends |
Fix sitemap truth before adding more automation
A sitemap should list the URLs you genuinely want discovered—not redirects, error pages, staging URLs, parameter combinations, or every address the CMS can produce. For larger or multi-platform sites, reconcile the sitemap inventory against canonical rules, status codes and indexability. Otherwise, automation simply distributes conflicting instructions faster.
The most important freshness field is lastmod. It should describe the page’s real content modification time, not the time of the latest deployment or sitemap build. Bing recommends an ISO 8601 value including date and time for precise, frequently changing content. A valid example is 2026-08-31T14:30:00+02:00.
Do not spend effort manufacturing changefreq or priority values for Bing; Microsoft says it ignores both for crawling and ranking. Put that effort into trustworthy URLs and timestamps instead.
Expose the sitemap in robots.txt with Sitemap: https://www.example.com/sitemap.xml, and submit it through Bing Webmaster Tools. Microsoft says Bing normally revisits known sitemaps at least daily, but the dashboard’s actual last-read date and processing status are the operational evidence that matters.
Connect IndexNow to meaningful business events
IndexNow works best when it is triggered by the system that knows a real change occurred. Useful events include publishing an article, changing a product’s price or availability, updating a policy, applying a redirect, and returning 404 or 410 after deletion. A colour change, tracking-code deployment, or unrelated template rebuild generally should not submit every URL again.
First check whether the CMS, hosting platform, CDN or SEO extension already supports IndexNow. For a custom implementation, create an 8–128-character key and host the UTF-8 key file on the same host, preferably at https://www.example.com/YOUR_KEY.txt. A single encoded URL can then be submitted with:
curl "https://api.indexnow.org/indexnow?url=https%3A%2F%2Fwww.example.com%2Fchanged-page&key=YOUR_KEY"
For migrations or coordinated releases, the JSON endpoint accepts as many as 10,000 URLs in one POST. Batch only URLs affected by the release; do not use IndexNow as a recurring full-site submission mechanism. Existing historical URLs belong in the sitemap, with accurate modification dates.
Debounce rapid updates so the same URL is not submitted repeatedly. Current IndexNow guidance recommends waiting at least five minutes between submissions for frequently changing pages and filtering for substantial content, price, availability or structural changes.
Operate the workflow, not just the integration
- Assign ownership across development, content operations and the agency or SEO lead.
- Log the URL, event type, timestamp, endpoint and HTTP response for every request.
- Treat
200as successful receipt—not proof of crawling, indexing or AI inclusion. - Recognise
202as receipt with key validation pending; investigate400,403and422rather than blindly retrying. - Back off on
429responses and follow anyRetry-Afterinstruction. - After launches and migrations, sample important URLs in Bing Webmaster Tools and confirm that sitemap processing remains healthy.
For commerce teams, include the structured product data that explains the current price and availability; IndexNow only reports that a URL changed. For agencies, make sitemap integrity and submission logging part of handover documentation rather than leaving them buried inside a plugin nobody monitors.
Make freshness someone’s responsibility
The useful question is not whether the site technically “has IndexNow.” It is whether the right events produce accurate sitemap timestamps, timely notifications and visible logs. Greg can help audit that chain across a CMS, commerce platform or custom application, then turn the findings into a manageable implementation plan. Talk to Greg about your search freshness workflow.
Related on GrN.dk
- Google’s 2026 AI Search Guidance: SEO Still Counts, Reporting Changes
- AI Shopping Makes Product Data Integrity a Technical Ops Job
- Search Console Can See Social Posts—Your Reports Need a New Map
Need help with this kind of work?
Discuss your sitemap and IndexNow workflow Get in touch with Greg.