🔎 Focus: Rendering
🔴 Impact: High
🔴 Difficulty: Pretty High

Sponsored By Peec AI
AI search is the fastest-growing discovery channel. Your customers ask ChatGPT, Perplexity, Claude, and Gemini for recommendations daily.
Is your brand the answer?
Peec AI shows you exactly where you stand:
Track your visibility and sentiment across all major LLMs
Benchmark against competitors to see your share of voice
Get step-by-step guidance on improving your AI visibility
Turn AI search from a black box into a measurable growth channel with clear metrics and a scalable strategy.
AI Search Has a JavaScript Problem
For years, frontend development has moved toward richer client-side experiences.
More JavaScript.
More hydration.
More client-side rendering.
More beautiful apps.
And traditional search engines have mostly adapted.
Google became capable of rendering JavaScript-heavy applications, even if it wasn’t always perfect - and isn’t.
AI search engines are changing the rules again - they go back to basics.
And most developers haven’t realized it yet.
A growing number of AI search systems do not fully render JavaScript-heavy websites before extracting information.
That means if your content depends on:
client-side rendering (CSR)
delayed hydration
JavaScript execution
dynamic API fetching in the browser
There’s a good chance AI crawlers never properly see your content.
Your website may appear visually correct to users while remaining nearly invisible to AI systems generating answers, summaries, recommendations, and citations.
This creates a massive gap between:
“The page works in my browser”
and
“The content is accessible to AI search engines.”
Why This Is Becoming a Bigger SEO Problem
Traditional SEO focused heavily on Google indexing.
But AI search introduces an entirely different consumption model.
AI systems don’t just rank pages.
They:
extract information
summarize content
generate direct answers
cite sources
build retrieval indexes
And many of these systems prioritize speed and efficiency over full browser rendering.
Rendering JavaScript is expensive.
It requires:
spinning up browser environments
executing scripts
waiting for hydration
processing asynchronous requests
That is computationally expensive at an AI-search scale.
So many crawlers like ChatGPT, Claude, or Grok simply don’t do it reliably.
What This Looks Like in Practice
Let’s take my favorite brand - Lowe’s - as an example. Their product pages rely a lot on JS rendering. The initial HTML version of the product page looks like this

Blurry image, no price, no reviews. Daaaaaamn
To a user, the page eventually becomes fully interactive and they can see all the info after rendering.

Price, related products, all images, delivery info - all visible after rendering
But to an AI crawler that never executes JavaScript?
The page is effectively empty.
No product details.
No reviews.
No price.
No link to other products
This becomes even worse on other sites with:
infinite loading states
delayed hydration
API-dependent rendering
JavaScript-only markdown rendering
skeleton loaders replacing actual HTML
Modern frontend patterns optimized for UX can unintentionally break discoverability for AI systems.
Rendering Is Becoming an AI Search Strategy
This is why rendering architecture now matters far beyond traditional SEO.
If you care about visibility in AI-powered search ecosystems, you need to prioritize:
server-rendered HTML
static generation
progressive enhancement
reduced hydration dependency
content-first rendering
Patterns like:
SSR (Server-Side Rendering)
SSG (Static Site Generation)
ISR (Incremental Static Regeneration)
React Server Components
are becoming increasingly important because they ensure meaningful HTML exists before JavaScript executes.
The key idea is simple:
AI crawlers can only reliably understand what exists in the initial response.
The Next Frontend Shift
For years, frontend optimization focused heavily on user experience.
Now there’s a second requirement:
AI readability.
The industry spent years asking:
“Does the page render for Google?”
The next era will ask:
“Does the content exist before JavaScript for AI search?”
That distinction is becoming incredibly important necause in AI search, rendering isn’t just a performance decision anymore.
It’s a discoverability decision.
And developers who optimize for AI-readable rendering early on may gain a massive visibility advantage over websites that still rely heavily on client-side rendering.
Reply to this email with “Render” and your domain.
I’ll take a look at your site and check if your rendering breaks your visibility in AI search.
How I analyze Technical SEO on Fortune 100 Stores.
Here you can find my full analysis of Lowe’s - their tech SEO is one of my favorite cases to analyze.
Until next time 👋
oh that’s a human
—

