The product page of my website has a breadcrumb.
The Product
type has not breadcrumb
.
I do this:
"@type": "Webpage",
"breadcrumb": {...
"mainEntity":
{
"@type": "Product",
...
Am I right? (I used "@type": "Webpage"
only for breadcrumb)