{
“@context”: “https://schema.org”,
“@type”: “Article”,
“@id”: “https://www.example.com/blog/example-article#article”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://www.example.com/blog/example-article”
},
“headline”: “Example Article Headline”,
“description”: “Dive into the nuances of our example article, exploring specific semantic SEO strategies, entity attributes, and their impacts on search visibility.”,
“image”: “https://www.example.com/blog/example-article/cover.jpg”,
“datePublished”: “2023-10-15”,
“author”: {
“@type”: “Person”,
“@id”: “https://www.example.com/about#author-name”,
“name”: “John Doe”,
“jobTitle”: “SEO Specialist”,
“affiliation”: {
“@type”: “Organization”,
“name”: “Example Media”
},
“sameAs”: [
“https://www.linkedin.com/in/johndoe”,
“https://g.co/kgs/Example”,
“https://www.example.com/blog/john-doe-publications”
],
“worksFor”: {
“@type”: “Organization”,
“name”: “Example Media”
},
“knowsAbout”: [“Semantic SEO”, “Entity Attributes”, “Search Visibility”]
},
“publisher”: {
“@type”: “Organization”,
“@id”: “https://www.example.com/#organization”,
“name”: “Example Media”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://www.example.com/assets/logo.png”
},
“location”: “New York, USA”,
“foundingDate”: “2010-04-01”,
“sameAs”: [
“https://en.wikipedia.org/wiki/Example_Media”,
“https://www.linkedin.com/company/example-media”
],
“awards”: “Best Media Company 2022”
}
}