2
¿Para qué sirve @id en la sintaxis json-ld?
Estoy realmente confundido para qué se @idusa en la sintaxis json-ld. Muestra de apple.com. Lo que @idrealmente representa. ¿Alguna ayuda sería genial? <script type="application/ld+json"> { "@context": "http://schema.org", "@id": "http://www.apple.com/#organization", "@type": "Organization", "url": "http://www.apple.com/", "logo": "https://www.apple.com/ac/structured-data/images/knowledge_graph_logo.png?201608191052", "contactPoint": [ { "@type": "ContactPoint", "telephone": "+1-800-692-7753", "contactType": "sales", "areaServed": [ "US" ] } ], …