Bing AI Performance and IndexNow: Small Business SEO Checks

14 min read 2,800 words
Bing AI Performance and IndexNow: Small Business SEO Checks featured image

If your business website has been relying solely on Google Search Console for traffic insights, you may be missing what Bing is already showing you. Bing Webmaster Tools now includes AI Performance reporting, and it is quietly becoming one of the more useful signals for understanding how AI-driven search experiences interact with your pages. Alongside that, IndexNow offers a way to notify search engines directly when your content changes, which can matter especially for small business sites that update prices, services, or blog posts regularly. Both tools are free, both are worth understanding, and neither requires a large marketing budget to use effectively.

Why Bing still matters for small business search visibility

It is easy to assume that Google handles the bulk of search traffic in the UK and move on. That assumption is not wrong, but it is incomplete. Bing powers search results for Bing.com, DuckDuckGo, Yahoo, and other engines through partnership agreements. That means pages that perform well in Bing's index can reach audiences well beyond the Bing.com homepage. For small businesses targeting UK customers, appearing in those secondary channels can add meaningful exposure without any additional optimisation work.

Beyond traditional search, Bing has been integrating AI-generated answers, chat-style responses, and structured data signals into its results more prominently. The official Bing Webmaster Tools announcement introduced AI Performance as a public preview feature, specifically designed to help webmasters understand how their content performs in AI-driven search contexts. This is different from standard click data, and the distinction matters for how you interpret your traffic.

What Bing AI Performance reporting actually shows

Standard Search Console data tells you how many times your page appeared in search results and how many people clicked through. That is useful, but it does not distinguish between a visitor who found your page through a traditional list result and one who encountered it inside an AI-generated answer or a chat-style response built from your content.

Bing AI Performance reporting separates these signals. It attempts to show you how often your content is being cited, referenced, or directly used within AI-generated responses that Bing serves to searchers. If your technical content, service descriptions, or blog posts are being used as source material for AI answers, that shows up here rather than vanishing into the noise of standard impression counts.

For a small business, this has practical implications. If you write detailed service pages, publish answers to common customer questions, or maintain a blog with original insight, AI search engines may be using pieces of that content in their responses. Understanding whether that is happening helps you decide whether to invest more in that type of content or whether your current pages need more structured data and clarity to be useful source material.

How IndexNow changes the way search engines discover your content

When you publish a new page or update an existing one, search engines traditionally discover it through crawling. That process can take days or weeks depending on how frequently your site is crawled, how many pages you have, and how your server responds to crawler requests. For a small business that updates a product price, adds a new service description, or publishes a time-sensitive blog post, waiting a week for indexing can mean missing the moment when the content was most relevant.

IndexNow is a protocol that lets you notify participating search engines directly when content changes. Rather than waiting for a crawler to arrive, you send a message saying "this URL changed." The search engine can then prioritise fetching and indexing that specific URL. The protocol is open, free, and supported by Bing and other major search engines.

The practical benefit is speed and predictability. If you run a small business site with infrequent but important updates, IndexNow means your changes surface faster in search results. If you maintain a blog or news section, IndexNow reduces the gap between publishing and appearing in search. It does not guarantee ranking positions, but it does mean search engines know about your content sooner, which is the first step in getting it in front of the right people.

Setting up IndexNow on a small business website

The implementation has a few moving parts, but none of them require specialist knowledge if you are comfortable with your hosting control panel or CMS.

Step 1: Generate an API key

IndexNow requires you to prove you own the domain before it will accept notifications from you. You do this by hosting a small text file at your domain root containing a unique API key. Bing provides a key generator, or you can use your own. The key is a string of alphanumeric characters, and it looks something like this in practice:

0d9f3a1b2c4e5f6a7b8c9d0e1f2a3b4c

Save this key somewhere secure. You will need it every time you submit a URL change.

Step 2: Host the key file

Create a plain text file named using your API key, with a .txt extension. For example, if your key is 0d9f3a1b2c4e5f6a7b8c9d0e1f2a3b4c, the file should be named 0d9f3a1b2c4e5f6a7b8c9d0e1f2a3b4c.txt. Upload this file to the root of your website, typically the same directory as your homepage. It must be publicly accessible via HTTP or HTTPS.

Step 3: Configure your CMS or hosting to send notifications

If you use WordPress, several SEO plugins support IndexNow natively or through a lightweight add-on plugin. If you use a custom CMS or static site generator, you can submit URLs programmatically using the IndexNow API endpoint. The basic POST request format looks like this:

POST /indexnow HTTP/1.1
Content-Type: application/json

{
  "host": "www.example.com",
  "key": "0d9f3a1b2c4e5f6a7b8c9d0e1f2a3b4c",
  "keyLocation": "https://www.example.com/0d9f3a1b2c4e5f6a7b8c9d0e1f2a3b4c.txt",
  "urlList": ["https://www.example.com/new-service-page"]
}

Many hosting providers and CDN services now include IndexNow support as a built-in feature, which means you may not need to write any code at all. Check your hosting dashboard or speak with your hosting provider to see whether IndexNow is available as a one-click option.

Step 4: Verify the setup

After configuration, you can test whether IndexNow is working correctly using Bing Webmaster Tools. The platform includes an IndexNow verification tool that lets you submit a test URL and confirm that the notification reaches Bing successfully. Running this test once after setup is good practice and takes only a minute.

Small business checklist for Bing AI Performance and IndexNow

  • Create a Bing Webmaster Tools account and add your website. Verification can be done via an XML file, a meta tag, or your DNS records.
  • Explore the AI Performance report under the Search Performance section. Note which content types are appearing in AI contexts and which are not.
  • Check whether your structured data is in place. Pages using Schema.org markup for services, products, FAQ sections, and organisation details tend to perform better as AI source material.
  • Generate or confirm your IndexNow API key and verify the key file is accessible at your domain root.
  • Enable IndexNow notifications through your CMS plugin, hosting panel, or by configuring a simple script that fires when content is published or updated.
  • Submit a test URL via Bing Webmaster Tools to confirm the notification chain is working end to end.
  • Monitor the AI Performance report over several weeks to see whether changes to your content update cycle show up as faster indexing or increased citations.
  • Review your most important pages for clarity, completeness, and proper structured data. These are the pages most likely to be used as source material by AI search responses.

Common mistakes when using IndexNow and AI Performance data

IndexNow is straightforward in principle, but small oversights can prevent it from working correctly or reduce its effectiveness.

Forgetting the key file after a hosting migration

If you move hosting providers or change domains, the API key file may not transfer automatically. The key file is tied to the specific domain, so after any migration, you should regenerate the key and update your IndexNow configuration. Failing to do this means notifications go to the wrong place or are rejected entirely.

Submitting too many URLs at once without batching

IndexNow accepts a list of URLs in a single notification, but submitting thousands of URLs in rapid bursts can flag your domain for rate limiting. If you are updating a large catalogue or have a site with hundreds of pages, spread your notifications across several minutes rather than firing them all at once. A batch of 10 to 50 URLs per notification is a reasonable approach for most small business sites.

Misreading AI Performance data as ranking data

Seeing your content cited in an AI-generated answer does not mean your page ranks number one for a keyword. AI systems pull from multiple sources and present synthesised answers. The AI Performance report shows you are part of the source material, which is valuable, but it is a different metric from search position or organic click-through rate. Comparing the two directly leads to incorrect conclusions about what is working.

Not updating structured data when content changes

If you use structured data on service or product pages and then update the prices, descriptions, or availability without refreshing the Schema markup, AI systems may surface outdated information from your page. Keep your structured data synchronised with your visible content. This is a common oversight that can quietly degrade the usefulness of your pages as AI source material.

How to know whether these tools are worth your time

Not every small business needs IndexNow or detailed AI Performance analysis. If your website changes infrequently, receives mostly direct traffic or referrals rather than search traffic, and you are not publishing content regularly, the incremental benefit may be small. In those cases, your time is better spent on other areas of your online presence.

If you fall into any of these categories, the tools are worth setting up:

  • You publish blog posts, news updates, or technical articles that have a short relevance window.
  • You manage a site with prices, availability, or service details that change regularly.
  • You are investing in preparing your website content for AI search and want to measure whether it is working.
  • Your business relies on local search visibility in the UK and you want to understand all the channels where potential customers might find you.
  • You want a clearer picture of how your content performs beyond what Google Search Console shows, particularly if you are already monitoring AI visibility reports in Google tools.

What an IT specialist would check during a technical review

If you decide to get a professional review of how your site handles indexing and AI search visibility, here is roughly what that process involves. Knowing the scope helps you decide whether to handle it yourself or ask for help.

A technical review would typically cover the IndexNow key file setup and whether notifications are actually reaching Bing when content changes. It would also check your structured data implementation for completeness and accuracy, verify that your CMS or hosting environment is configured correctly for fast crawling, and review your technical SEO audit checklist to identify any crawl or indexation issues that might be working against you.

Particularly for WordPress sites, a review would check whether your hosting environment, cache configuration, or security plugins are inadvertently blocking search engine crawlers or interfering with IndexNow notifications. These are problems that do not always show obvious symptoms in your analytics but can quietly slow down how quickly search engines pick up your changes.

SEO questions people ask before hiring help

What is SEO and how does it work?

SEO, or search engine optimisation, is the work of making a website easier for search engines and real users to understand. It works through technical crawlability, useful content, internal links, authority signals, and clear page structure so Google, Bing, and AI search systems can match pages to relevant searches.

How do I learn SEO for beginners?

Start with the basics: learn how search engines crawl pages, how titles and headings describe intent, how internal links guide users, and how Search Console or Bing Webmaster Tools show performance. For beginners, the best learning path is to improve one real website, measure the results, and build from small technical and content fixes.

How long does it take for SEO to work?

Small technical fixes can be crawled within days or weeks, but meaningful SEO growth usually takes several months because search engines need time to crawl, test, compare, and trust the improved pages. Competitive topics, new domains, and weak content can take longer.

What is the difference between SEO and SEM?

SEO focuses on earning organic visibility through better pages, stronger technical foundations, and useful content. SEM usually refers to paid search activity, such as Google Ads or Microsoft Ads, where visibility is bought through campaigns. Most businesses use SEO for durable visibility and SEM when they need immediate paid demand.

How much do SEO services cost?

SEO costs depend on the site size, technical condition, competition, content needs, and reporting depth. A small audit or focused fix may cost far less than ongoing monthly SEO support. The sensible approach is to scope the work first, agree what needs fixing, and avoid paying for generic monthly activity that does not match the business goal.

Frequently Asked Questions

Is Bing Webmaster Tools free to use?
Yes. Bing Webmaster Tools is completely free. You can add your website, verify ownership, and access all reports including the AI Performance section without any cost. There is no premium tier for the features discussed here.
Does IndexNow work with Google as well as Bing?
IndexNow is an open protocol supported by Bing, Yandex, and other search engines. At the time of writing, Google does not officially support the IndexNow protocol directly, though it has its own indexing APIs and notification methods. Using IndexNow does not prevent you from using other indexing methods alongside it. The benefit is that it covers Bing and any other participating engines in a single notification.
Will IndexNow help my pages rank better?
IndexNow speeds up discovery. It tells search engines your content exists and has changed. Faster discovery is useful, but it does not change the quality signals that determine where your page appears in results. A page that is indexed quickly but lacks relevant, well-structured content will not outrank a slower-indexed page that answers search intent more clearly.
How quickly should I expect to see results from IndexNow?
Bing typically acknowledges IndexNow notifications within minutes to a few hours. Actual indexing and appearance in search results depends on the page itself and how the search engine processes it. For time-sensitive content like event announcements or price changes, IndexNow can make a meaningful difference in how soon the update surfaces. For static pages with no search demand, faster indexing has less visible impact.
Do I need to submit IndexNow notifications every time I edit a page?
Yes. IndexNow is a notification system, not a passive update. Every time you publish new content or make a meaningful change to an existing page, you should send a notification. Most CMS plugins automate this process so it happens without you needing to remember. If you are managing a site manually, you would need to trigger the notification yourself through the API or a manual submission tool.
What counts as a meaningful change worth notifying?
Significant content changes such as new pages, substantial rewrites, price updates, new product listings, or updated service descriptions are worth notifying. Minor changes like fixing a typo or adjusting a CSS file do not need IndexNow notifications. Sending notifications for every trivial edit wastes your rate limit budget and adds noise without benefit.
Can I use IndexNow on a site behind a CDN or firewall?
You can, but the CDN or firewall must be configured to allow IndexNow notifications to pass through to your origin server. Some CDN providers now support IndexNow natively on their edge networks, which means the notification can be handled at the CDN level without reaching your origin. If you are not sure whether your setup supports this, check with your hosting provider or CDN documentation before relying on IndexNow for critical updates.