Verify whether a crawler-facing page's raw HTML differs materially from its client-rendered DOM, and fix gaps that hide content from bots
domain: developers.google.com · 6 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Fetch the page with a plain HTTP client (no JS execution) and capture the raw HTML as delivered to a non-rendering crawler
Separately render the same URL with a headless browser (or via the URL Inspection API's 'View Tested Page' rendered HTML/screenshot) to capture the post-JavaScript DOM
Diff the two HTML snapshots for critical SEO elements: title, meta description, canonical tag, headings, body copy, and internal links
Confirm content that only appears after client-side rendering (e.g. lazy-loaded product data, infinite scroll) is present in the rendered snapshot Google actually indexes from
Check that render-blocking resources (JS/CSS Google needs to render the page) are not disallowed in robots.txt, which would prevent Googlebot from producing the rendered version at all
Re-run the diff after any front-end framework upgrade or hydration change, since rendering behavior can regress silently
Known gotchas
Google indexes based on the rendered HTML for JS-heavy pages, but rendering is a second, resource-limited pass — a page can be crawled (raw HTML fetched) long before it's actually rendered and its rendered content indexed
Other crawlers (many AI/LLM bots and some smaller search engines) do not execute JavaScript at all, so content that only appears after client-side rendering may be invisible to them regardless of what Googlebot sees
Client-side redirects or noindex tags injected via JavaScript can be missed or misapplied if the renderer times out or a script errors
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?