SSR Render Test

If you can read this text in the page source (View Source in your browser) without JavaScript running, server-side rendering is working correctly.

What to check:
  • View the page source (Ctrl+U / Cmd+Option+U)
  • Search for "SSR Render Test" — it should appear in the raw HTML
  • Search for <title> — it should contain the page-specific title, not the generic one
  • Search for <meta name="description" — it should contain this page's unique description
  • Search for application/ld+json — structured data should be present

Pre-rendered static HTML confirmed — Googlebot will see this content on initial load.