AI Overviews Still Depend on Indexing: A WordPress Audit
Across 2026, many U.S. site owners are seeing the same pattern in Search Console: impressions rising, clicks flat or drifting down. AI Overviews and other AI-assisted results are redistributing attention in the SERP.
What hasn’t changed: eligibility. If a page isn’t crawlable and indexable, it isn’t eligible for standard Search results—or AI-generated summaries.
Google Search Central’s documentation on How Search Works confirms that Search relies on automated systems to crawl, index, and rank content. There is no separate “AI index.” AI-generated features operate within the same core systems. That means technical hygiene is still the gatekeeper.
AI Overviews Run on the Same Crawl and Index Systems
Google’s documentation is explicit: Search systems crawl pages they can access, index content they can understand, and rank results based on relevance and usefulness. If your page is blocked from crawling or excluded from the index, it cannot appear in Search features built on indexed content.
Four eligibility gates matter for WordPress and WooCommerce:
- robots.txt (crawl control). Per Google Search Central’s robots.txt documentation, disallow rules control crawling. If you block important paths, Googlebot may not crawl updated content. No crawl means no updated signals for indexing or summarization.
- noindex (index control). Google’s guidance on blocking indexing confirms that a
noindexmeta tag or HTTP header prevents a page from appearing in Search results. If it’s not in the index, it’s not eligible for AI-assisted features. - Canonicalization. Google consolidates duplicate URLs and selects a canonical. Signals are attributed to the chosen canonical URL, not every variant. Misconfigured canonicals can suppress the URL you actually want surfaced.
- JavaScript rendering. Google can render JavaScript, but its JavaScript SEO documentation makes clear that improper implementation can still cause indexing gaps. If primary content depends on client-side rendering and fails to render consistently, eligibility is at risk.
Fixing these does not guarantee inclusion in AI Overviews. Failing them guarantees exclusion.
The WordPress Eligibility Audit (Where Sites Quietly Break)
1. Staging rules pushed live.
I still see production sites shipping with a staging Disallow: / in robots.txt or broad directory blocks left in place. Confirm your live robots.txt aligns with production intent, not development shortcuts.
2. Accidental noindex via SEO plugins.
WordPress SEO plugins make it easy to set noindex on post types, taxonomies, or filtered archives. A single misclick on categories, products, or paginated URLs can quietly remove large sections from eligibility.
3. WooCommerce duplicate traps.
Filtered URLs, sorting parameters, tag archives, and multiple category paths create duplication. Google’s canonicalization guidance explains that signals consolidate to the selected canonical. If your preferred product or category URL isn’t selected, authority and extractable passages may accrue elsewhere.
Common failure patterns:
- Self-referencing canonicals missing on products.
- Category URLs canonically pointing to page 1 while paginated content carries primary copy.
- Filtered URLs unintentionally indexed and competing with core categories.
4. JavaScript-heavy themes and builders.
Modern themes and page builders often rely on client-side rendering. Google can process JavaScript, but if critical content loads late, requires user interaction, or is blocked by resource errors, the indexed HTML may not reflect what users see.
This is not an argument against JavaScript. It’s a reminder to verify that rendered HTML contains primary content and links.
What to do next
1. Run URL Inspection in Search Console.
Use the URL Inspection tool to check:
- Indexing status (Indexed vs. Excluded)
- Crawl allowed or blocked
- User-declared vs. Google-selected canonical
Compare the indexed version to the live test to catch rendering or canonical mismatches.
2. Review the Page Indexing report.
Look for spikes in “Blocked by robots.txt,” “Excluded by ‘noindex’,” or duplicate-related exclusions. These are governance issues, not ranking tweaks.
3. Audit robots.txt and SEO plugin settings.
Confirm that key post types (products, services, blog posts, core categories) are crawlable and indexable. Validate that development directives were not pushed to production.
4. Spot-check rendered HTML.
View rendered HTML in URL Inspection and confirm primary headings, body content, and internal links are present without user interaction.
5. Confirm canonical alignment.
For key revenue URLs, verify the selected canonical matches your preferred URL. If not, review internal linking, sitemaps, and canonical tags.
AI Overviews are changing click distribution. That’s a SERP reality. But eligibility is still technical. Crawlability, indexability, canonical clarity, and rendering stability reduce business risk—even if CTR shifts continue.
Before debating AI tactics, make sure your WordPress foundation qualifies for consideration.
Sources
- Google Search Central Docs: How Search Works
- Google Search Central Docs: robots.txt Introduction
- Google Search Central Docs: Block Indexing with noindex
- Google Search Central Docs: Canonicalization
- Google Search Central Docs: JavaScript SEO Basics
- Search Console Help: URL Inspection Tool
Need help checking this on your WordPress, Google Ads, Analytics, local SEO, or website setup? Splinternet Marketing can review the issue and help you prioritize the next fix.
This article is for informational purposes only and reflects general marketing, technology, website, and small-business guidance. Platform features, policies, search behavior, pricing, and security conditions can change. Verify current requirements with the relevant platform, provider, or professional advisor before acting. Nothing in this article should be treated as legal, tax, financial, cybersecurity, or other professional advice.
Editorial note: Splinternet Marketing articles are researched from cited platform, documentation, regulatory, and industry sources. AI may assist with drafting and review; final content is checked for source support, practical usefulness, and platform/date accuracy before publication.