0
votes

On Google Search Console I am getting error AMP validating: Missing required structured data element on this amp page.

Page has: And Page pass structure data testing toool

It is not allowed itemtype Product?

2
Could you provide a URL to your page so I can take a look? - Andrew
https:// www. alpel.es/cosmo-nails-liquido-porcelana-uv-50-ml_amp - BaRRuKa

2 Answers

0
votes

Took a quick look and it appears you are missing some properties. Check Google's documentation here for the required properties. Also, just a recommendation, you should use the JSON-LD markup as it plays better with AMP. Hope this helps.

1
votes

Itemtype is not a substitute for the JSON-LD equivalent. You can use itemtype on HTML elements but you must declare the meaning of the AMP page using JSON-LD and schema.org terms. Your page may be valid on Google Structured Data Testing Tool, but not AMP valid. However, if it is AMP-valid, it also will be valid on Google SDTT.