It sounds like you’re running into the common confusion between how AEM (Adobe Experience Manager) handles metadata via page.json and how JSON-LD needs to be rendered for SEO.When you define a property in page.json, AEM by default maps that into<meta name="..." content="...">. That’s why you’re seei...