Tell us what you are trying to do?
i need to produce an output where the single elements of the product page are compliant with schema.org > product type: i use a content template to output several custom fields & taxonimies i created with toolse, and i tried BOTH a manual creation (using direct coding) AND block editor, but they all return the identical issue: there is NO schema.org attributes and structure in the html output. if i use the shortcode [wpv-woo-product-price] (but as i said using the block editor has the same problem) i get a complex structure BUT not a schema.org compliant product markup: e.g. this product hidden link uses the content template with this content structure:
<strong itemprop="priceSpecification">
[wpv-woo-product-price]
and if i look at the resulting page source on the front end, i find that the part generated by the price shortcode is the following:
<strong itemprop="priceSpecification">
<p class="price wooviews-product-price">
<span class="woocommerce-Price-amount amount">
<bdi>
22,00<span class="woocommerce-Price-currencySymbol">€</span>
</bdi>
</span>
</p>
so we can see that the shortcode itself generates a not complaint markup, and google has a problem indexing it.
the errors are (see hidden link): 1. the price value is not isolated and properly marked up; 2. the "content" attributes are not displayed and valued (the number must be properly formatted); 3. other problem about currency, availability
How can i obtain a schema.org compliant product page?
Is there any documentation that you are following? hidden link
Is there a similar example that we can see?
What is the link to your site? hidden link
thx,
s.