2
การใช้ @id ในไวยากรณ์ json-ld คืออะไร?
ฉันสับสนจริง ๆ ว่าสิ่งที่@idใช้ในไวยากรณ์ json-ld ตัวอย่างจาก apple.com อะไรที่@idเป็นตัวแทนของจริง ความช่วยเหลือใด ๆ ที่จะดี? <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" ] } ], "sameAs": [ "http://www.wikidata.org/entity/Q312", "https://www.youtube.com/user/Apple", "https://www.linkedin.com/company/apple" ] }