{
“@context”: “https://schema.org”,
“@type”: “Article”,
“@id”: “https://www.example.com/blog/sample-article#article”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://www.example.com/blog/sample-article”
},
“headline”: “Sample Article Headline”,
“description”: “This is a comprehensive guide on the sample article, covering key concepts and related topics in depth.”,
“image”: “https://www.example.com/blog/sample-article/cover.jpg”,
“datePublished”: “2025-10-01”,
“dateModified”: “2025-10-02”,
“author”: {
“@type”: “Person”,
“@id”: “https://www.example.com/about#jane-doe”,
“name”: “Jane Doe”,
“sameAs”: [
“https://www.linkedin.com/in/jane-doe”,
“https://g.co/kgs/XYZ123”
],
“description”: “Jane Doe is a seasoned SEO expert with over 10 years of experience in semantic search optimization.”
},
“publisher”: {
“@type”: “Organization”,
“@id”: “https://www.example.com/#organization”,
“name”: “Example Media”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://www.example.com/assets/logo.png”
}
},
“relatedLink”: [
{“@type”: “WebPage”, “url”: “https://www.example.com/blog/related-article”, “description”: “A related article expanding on similar topics covered here.”}
],
“keywords”: “Semantic SEO, JSON-LD, article optimization, SEO strategies”,
“about”: {
“@type”: “Thing”,
“name”: “Semantic SEO and its importance”
},
“wordCount”: “1200”
}