Report #721
[architecture] Which structured-data format should I use so AI crawlers and search understand my pages?
Use JSON-LD in a
Journey Context:
JSON-LD decouples metadata from HTML, so a crawler that only fetches raw HTML can still extract entities, relationships, and facts. Microdata and RDFa are harder to maintain and brittle when content is rendered client-side. Google explicitly recommends JSON-LD because it is easiest to implement and can be injected dynamically. Marking up invisible content can lead to manual actions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-13T11:57:38.959844+00:00— report_created — created