{
“@context”: “https://schema.org”,
“@type”: “Article”,
“@id”: “https://www.example.com/blog/article#article”,
“mainEntityOfPage”: {
“@type”: “WebPage”,
“@id”: “https://www.example.com/blog/article”
},
“headline”: “Advanced Techniques in Semantic SEO: Entity Linking and Beyond”,
“description”: “Dive into Semantic SEO with comprehensive strategies, using entity linking, tools, and case studies to boost search visibility.”,
“image”: “https://www.example.com/blog/article/cover.jpg”,
“datePublished”: “2023-10-14”,
“author”: {
“@type”: “Person”,
“@id”: “https://www.example.com/about#john-doe”,
“name”: “John Doe”,
“role”: “SEO Specialist”,
“sameAs”: [
“https://www.linkedin.com/in/john-doe”,
“https://g.co/kgs/ABC456”
]
},
“publisher”: {
“@type”: “Organization”,
“@id”: “https://www.example.com/#organization”,
“name”: “Example Media”,
“logo”: {
“@type”: “ImageObject”,
“url”: “https://www.example.com/assets/logo.png”
}
},
“potentialAction”: {
“@type”: “ReadAction”,
“target”: [
{
“@type”: “EntryPoint”,
“urlTemplate”: “https://www.example.com/blog/article#read”
}
]
},
“mentions”: [
{
“@type”: “SoftwareApplication”,
“name”: “Yoast SEO”,
“url”: “https://yoast.com/wordpress/plugins/seo/”
},
{
“@type”: “SoftwareApplication”,
“name”: “Google Search Console”,
“url”: “https://search.google.com/search-console”
}
]
}