Technical SEO. Field Notes From Multiple Brand Audits
Your Content Exists But Google Cannot See It: Diagnosing and Fixing Client-Side Rendering
The pattern is always the same. A founder or marketing head tells me their content is not ranking, sometimes not even indexed. The team swears everything is fine: the pages load, the content is there, the sitemap is submitted. Everyone is confused and someone has usually already blamed the content team.
Then I open the page source, and the mystery dissolves in about thirty seconds. The HTML the server sends contains a page title, a JavaScript bundle, and almost nothing else. The content everyone can see in their browser is assembled by JavaScript after the page arrives. Visitors get the full page. Google’s first crawl gets an empty shell.
I have now audited and fixed this exact situation for seven brands in the past year: React storefronts, Vue marketing sites, and single page applications of every flavour. This post is the full playbook: how to diagnose it in five minutes, why it happens, and which fix fits which situation, because the right answer is different for a 40 page marketing site and a 40,000 page store.
Why This Happens: Google Crawls in Two Waves
Googlebot processes pages in two passes. The first wave fetches your raw HTML and indexes what it finds immediately. If your content, links, and meta tags are in that HTML, you are done. The second wave happens only for JavaScript-heavy pages: the URL goes into a rendering queue, where Google’s Web Rendering Service eventually executes your JavaScript and sees the assembled page.
The word doing the damage is eventually. That rendering queue can take hours, days, or in low-authority sites, weeks. And rendering is expensive for Google, so pages that look empty on the first pass get crawled less enthusiastically over time. On one audit, a client’s new product pages were taking 3 weeks to appear in the index while their server-rendered competitor showed up in hours. Same content quality. Different plumbing.
“Client-side rendering asks Google to do your work for you. Google will do it, reluctantly, slowly, and less often for sites that make it a habit.”
Ram Kr Shukla, SEO and Technical Consultant
The Five Minute Diagnostic
The Fixes, From Cheapest to Deepest
This is where most guides go wrong by prescribing one answer for everyone. The right fix depends on your stack, your team, and how much of your site actually has the problem. Here is the decision table I use across client audits:
What Actually Happened After the Fixes
Across the seven audits, the pattern after shipping the fix was remarkably consistent. Indexing lag for new pages collapsed from weeks to days. Pages that had been indexed but ranked poorly began moving within one to two crawl cycles, because Google finally saw their full content and internal link context. On the e-commerce site with the 12 word category pages, category impressions in Search Console grew 60 percent over the following two months with zero new content, purely from Google finally reading what was already there.
One more effect nobody expects: AI visibility improves too. ChatGPT, Perplexity, and other assistants crawl with far less patience than Google, and most of them execute little or no JavaScript. A client-side rendered site is often completely invisible to them. Fixing rendering for Google quietly fixes it for the AI layer as well, which is increasingly where buying decisions start.
The Checklist Before You Call a Developer
- View Source on your five most important pages and search for the main content. Missing means you have the problem.
- Run the Text Only versus JavaScript crawl comparison in Screaming Frog and export the word count gap per page.
- Inspect three URLs in Search Console and compare crawled HTML against the live page.
- Verify every internal link is a real anchor tag with an href, not a JavaScript click handler.
- Check your titles, meta descriptions, and structured data are in the initial HTML, not injected later.
- Prioritise fixes by revenue: money pages first, blog second, everything else after.
If that checklist confirms the problem, do not let it become a two-quarter engineering debate. The partial fix, critical content server-rendered and everything else hydrated after, is achievable in weeks on most stacks, and it captures the majority of the SEO value while the full solution gets planned properly.
Suspect Google is not seeing your content?
I will run the full rendering diagnostic on your site, show you exactly what Google’s first crawl sees versus your visitors, and give your developers a prioritised, stack-specific fix plan they can actually execute.
Explore Technical SEO Services Book a Rendering AuditTags: Technical SEOJavaScript SEOCrawling and IndexingField Notes
