Post-Launch Measurement: Search Console, Bing & AI Citations
Short answer
After launch, verify in three layers: Is the page itself correct (health check, Rich Results Test)? Have search engines indexed it (the indexing and performance reports in Google Search Console and Bing Webmaster Tools)? Is AI citing it (regularly ask ChatGPT and Perplexity a fixed set of questions, and watch referral traffic from AI platforms)?
Layer 1: Is the page itself correct?
Do this both before and after launch, and ideally automate it:
- Automatic checks at build time: This site runs a check script on every build. A missing title or malformed JSON-LD fails the build, so errors never go live.
- Health check tool: Spot-check 30+ indicators on any page.
- Rich Results Test: Confirm your structured data meets Google’s requirements.
Layer 2: Have search engines indexed it?
Google Search Console
- Add a property in Google Search Console. For a domain you own, a “Domain” property (DNS verification) is recommended; a free subdomain can only use a “URL prefix” property (upload an HTML verification file or add a meta tag).
- Submit
sitemap-index.xmlunder “Sitemaps.” - Use “URL Inspection” to check individual URLs, and “Request Indexing” when needed.
Reports to review a few weeks after launch:
| Report | What to look for |
|---|---|
| Pages (Indexing) | How many pages are indexed, and why others aren’t |
| Performance | Impressions, clicks, CTR, average position, the queries users searched |
| Core Web Vitals | Whether real-user experience passes |
| Enhancements | Structured data errors |
Bing Webmaster Tools
Bing Webmaster Tools can import your site directly from Search Console with no need to verify again. Don’t overlook Bing: the search features of AI services such as ChatGPT are closely tied to the Bing index.
IndexNow: proactively notify search engines
IndexNow lets you notify Bing and other search engines as soon as content is updated, instead of waiting for them to crawl. You place a key file at the site root, then submit updated URLs to the API. Google does not currently support it.
Layer 3: Is AI citing it?
There’s currently no official AI citation report like Search Console, so you have to build your own tracking:
- A fixed question set: List 10 to 20 questions you want to be cited for. Every two weeks, ask them in ChatGPT (with search on), Perplexity, and Gemini, and record whether you’re cited and which page.
- Referral traffic: In your analytics tool, watch traffic from
chatgpt.com,perplexity.ai,gemini.google.com, andcopilot.microsoft.com. - Crawler logs: Search your CDN or server logs for
OAI-SearchBot,PerplexityBot, andClaude-SearchBotto confirm they’re fetching your pages.
How long until you see results?
- Indexing: a few days to a few weeks after submitting a sitemap.
- Stable rankings: usually several months for a new site.
- AI citations: depends on search index coverage and content authority; there’s no fixed timeline.
SEO is long-term work. Check the three layers above once a month and write the numbers down; that’s more meaningful than watching rankings every day.
FAQ
What are the ways to verify site ownership in Search Console?
A Domain property must be verified with a DNS TXT record. A URL-prefix property can be verified by uploading an HTML file, adding a meta tag, using Google Analytics, and other methods. If you use a free subdomain (such as pages.dev), you can only use a URL-prefix property.
Why does Search Console show "Crawled - currently not indexed"?
It means Google has crawled the page but decided not to index it for now. Common reasons are thin content, duplication with other pages, or insufficient quality. It's very common on new sites and usually takes time and more external links.
Does IndexNow work for Google?
Not currently. IndexNow is supported by search engines such as Bing and Yandex, but Google has not adopted it. For Google, use sitemaps and Search Console.