Als «json-ld» getaggte Fragen

16
Was ist die Verwendung von @id in der json-ld-Syntax?

Ich bin wirklich verwirrt, wofür @iddie json-ld-Syntax verwendet wird. Probe von apple.com. Was @idrepräsentiert eigentlich. Jede Hilfe wäre toll? <script type="application/ld+json"> { "@context": "http://schema.org", "@id": "http://www.apple.com/#organization", "@type": "Organization",...

8
Mehrere Adressen in JSON-LD Schema.org

Ich habe eine Website, die ich für eine gemeinnützige Organisation erstelle. Ihre Organisation hat eine Postanschrift in den USA und eine Postanschrift in Kanada. Ich möchte beide Adressen mit Schema.org hinzufügen (mit JSON-LD), kann aber nicht herausfinden, wie. Ich habe das ursprünglich...