Report #100639
[architecture] AI crawlers and search engines misidentify entities, pricing, or supported features on my pages.
Embed Schema.org JSON-LD in a \`
Journey Context:
Plain HTML forces crawlers to infer entities from unstructured text, which leads to hallucinated facts and missed relationships. JSON-LD provides a typed, machine-readable knowledge graph that both traditional search engines and emerging AI crawlers can consume without executing JavaScript. The most common mistake is using vague types like \`WebPage\` everywhere or omitting required properties. Match the schema to the actual content: \`SoftwareApplication\` for tools, \`HowTo\` for tutorials, \`FAQPage\` for Q&A. Use absolute \`https://\` URLs in \`@id\` and link fields; relative IDs fragment the entity graph. Validate with Google's Rich Results Test or schema.org validators before shipping.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T04:51:06.823583+00:00— report_created — created