Your structured data is missing the `@type` property. This is the most important part of Schema.org data, as it tells search engines what kind of 'thing' you are describing (e.g., an 'Article', a 'Product', a 'Recipe'). Without it, the rest of the data is meaningless to them.
{
"@context": "https://schema.org",
"name": "My Awesome Product"
}
Add the `@type` property with the appropriate 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.