-
Recently all of sudden while validation product schema defult woocommerce its showing post schema
{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “Organization”,
“@id”: “https://www.milanmedicals.com/#organization”,
“name”: “#site_title”
},
{
“@type”: “WebSite”,
“@id”: “https://www.milanmedicals.com/#website”,
“url”: “https://www.milanmedicals.com”,
“name”: “Milan Medicals”,
“alternateName”: “milanmedicals.com”,
“publisher”: {
“@id”: “https://www.milanmedicals.com/#organization”
},
“inLanguage”: “en-US”
},
{
“@type”: “Product”,
“@id”: “https://www.milanmedicals.com/blog/#webpage”,
“url”: “https://www.milanmedicals.com/blog/”,
“name”: “Health Insights & Pharmacy News | Milan Medicals Blog”,
“isPartOf”: {
“@id”: “https://www.milanmedicals.com/#website”
},
“inLanguage”: “en-US”,
“breadcrumb”: {
“@id”: “https://www.milanmedicals.com/blog/#breadcrumb”
}
}
]
}
The ticket ‘product schema’ is closed to new replies.