@id vs. URL for linking JSON-LD nodes
问题 I have defined the publisher Organization on the WebSite node defined on the home page, and I now want to link to that publisher from articles on other pages. However, I also want to link to the WebSite as well, and they naturally share the same @id if I follow the advice of using the URL as the @id . { "@context": "http://schema.org", "@type": "WebSite", "@id": "http://www.example.com/", "url": "http://www.example.com/", ... "publisher": { "@type": "Organization", "@id": "http://www.example