{
“@context”: “https://schema.org”,
“@type”: “Article”,
“@id”: “https://www.example.com/blog/semantic-seo-article#article”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://www.example.com/blog/semantic-seo-article”
},
“headline”: “Understanding Semantic SEO”,
“datePublished”: “2023-08-10”,
“dateModified”: “2023-08-12”,
“author”: {
“@type”: “Person”,
“@id”: “https://www.example.com/about#john-doe”,
“name”: “John Doe”,
“sameAs”: [
“https://www.linkedin.com/in/john-doe”,
“https://g.co/kgs/ABC456”
]
},
“description”: “This article provides insights into Semantic SEO, explaining the use of JSON-LD, schema markup, and entity linking to enhance search visibility.”,
“image”: “https://www.example.com/blog/semantic-seo-article/cover.jpg”,
“publisher”: {
“@type”: “Organization”,
“@id”: “https://www.example.com/#organization”,
“name”: “Example Media”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://www.example.com/assets/logo.png”
}
},
“keywords”: “Semantic SEO, JSON-LD, schema markup, entity linking”,
“about”: [
“Semantic SEO”,
“JSON-LD”,
“schema markup”,
“entity linking”
],
“wordCount”: “1200”,
“potentialAction”: {
“@type”: “ViewAction”,
“target”: “https://www.example.com/blog/semantic-seo-article/print”
},
“isPartOf”: {
“@type”: “CreativeWorkSeries”,
“name”: “SEO Strategies”
}
}