Report #483
[architecture] Schema.org JSON-LD isn't being picked up by AI search or assistants.
Place JSON-LD in a non-render-blocking \`
Journey Context:
Many devs put JSON-LD at the bottom of the body or render it only after a fetch, then wonder why assistants can't summarize their pages. AI crawlers expect structured data to be in the initial HTML payload. Generic types like Thing or CreativeWork waste the opportunity; use Article, FAQPage, HowTo, SoftwareApplication, etc. The validation step is non-negotiable because a single syntax error invalidates the whole block, and crawlers silently skip malformed data.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T08:54:37.811107+00:00— report_created — created