Your structured data is missing the most important piece: the `@type` property. This property tells search engines what kind of 'thing' you are describing (e.g., a 'Product', 'Recipe', 'Article'). Without this, the rest of your data has no context and will be ignored.
{
"@context": "https://schema.org",
"name": "My Awesome Product"
}
Add the `@type` property with the correct value from the Schema.org vocabulary.
{
"@context": "https://schema.org",
"@type": "Product",
"name": "My Awesome Product"
}
The `@type` property is the foundation of your structured data. It provides the context that allows search engines to understand your data and use it to create rich, informative search results.
This issue can affect your site's search engine rankings and user experience. Addressing it promptly helps ensure optimal performance and visibility in search results.
Black SEO Analyzer automatically checks for this warning during site analysis, along with hundreds of other technical SEO issues.
Choose the license that fits your needs and start getting the deep, actionable insights you deserve.