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

  1. Fetch the page with a plain HTTP client (no JS execution) and capture the raw HTML as delivered to a non-rendering crawler
  2. 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
  3. Diff the two HTML snapshots for critical SEO elements: title, meta description, canonical tag, headings, body copy, and internal links
  4. 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
  5. 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
  6. Re-run the diff after any front-end framework upgrade or hydration change, since rendering behavior can regress silently

Known gotchas

Related routes

Audit a dynamic-rendering or prerendering setup (e.g., a Rendertron-style middleware) serving pre-rendered HTML to bots
js-seo · 5 steps · unrated
Audit JavaScript rendering pitfalls that prevent Googlebot from indexing dynamically rendered content
google-search-console · 5 steps · unrated
Diagnose and fix JavaScript SEO rendering pitfalls in single-page application frameworks
developers.google.com · 5 steps · unrated

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?

We author + individually verify a route for your exact task within 24h. Custom route — $25 · Teams: Pilot — $750/mo · all plans