The structured data in this website includes Schema.org markup for a BlogPosting with key metadata such as the title, author, publisher, image, publication|modification date, and more. It also features a BreadcrumbList to improve navigation and search engine visibility. Click view-source to view.
{
"@context": "http://schema.org",
"@graph": [
{
"@type": "BlogPosting",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://wem.my.id/blog/structured-data/"
},
"headline": "This Page Includes Schema JSON Structured Data",
"image": {
"@type": "ImageObject",
"url": "https://wem.my.id/_astro/example.jpg"
},
"datePublished": "2024-10-04T08:57:41.000Z",
"dateModified": "2024-10-05T07:32:19.000Z",
"author": [
{
"@type": "Person",
"name": "Abdillah",
"url": "https://wem.my.id/tentang/"
}
],
"publisher": {
"@type": "Organization",
"name": "Wemmy",
"url": "https://wem.my.id",
"logo": {
"@type": "ImageObject",
"url": "https://wem.my.id/assets/logo.png"
}
},
"description": "This page contains Schema JSON structured data, helping search engines better understand and display its content in search results.",
"url": "https://wem.my.id/blog/structured-data/"
},
{
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Beranda",
"item": "https://wem.my.id"
},
{
"@type": "ListItem",
"position": 2,
"name": "Blog",
"item": "https://wem.my.id/blog/"
},
{
"@type": "ListItem",
"position": 3,
"name": "Hanya Tes [EN]",
"item": "https://wem.my.id/blog/category/just-a-test/"
}
]
}
]
}