Report #2379
[architecture] Critical content is hidden behind client-side JavaScript and never reaches AI crawlers
Server-render the primary content and metadata; use dynamic rendering or prerendering if SPA architecture is required.
Journey Context:
Most AI crawlers and search bots do not execute JavaScript as comprehensively as browsers. If content, links, or JSON-LD are injected by JS, crawlers may miss them. The tradeoff is SSR adds backend complexity but ensures discoverability. The common mistake is assuming 'Google can render JavaScript' means all crawlers can; AI crawlers are typically more conservative and bandwidth-constrained.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T11:50:42.200026+00:00— report_created — created