How to connect homepage and blog using cross-site structured data with Schema.org?
问题 I have a website, a blog, and several social media profiles. I want to explain the relation between these online presences to search engines using Schema.org. From the documentation and from examples on Google, I know that the following code connects the website and the social media profiles to my name: <script type="application/ld+json"> { "@context": "http://schema.org", "@type": "Person", "name": "your name", "url": "http://www.your-site.com", // <= homepage "sameAs": [ "http://www