3
I wish I could repeat myself itemprop
this way is wrong. Actually, I want to show 3 products and put the respective itemprop
of each situation:
<img class="card-img-top" src="imagem_do_produto1.jpg" alt="produto1">
<h5 class="card-title" itemprop='makesOffer'>produto1</h5>
<img class="card-img-top" src="imagem_do_produto2.jpg" alt="produto2">
<h5 class="card-title" itemprop='makesOffer'>produto2</h5>
<img class="card-img-top" src="imagem_do_produto3.jpg" alt="produto3">
<h5 class="card-title" itemprop='makesOffer'>produto3</h5>
It’s correct that way?
Related: https://answall.com/q/91330/8063
– Sam
Also good: https://www.w3.org/TR/microdata/
– Sam
https://schema.org/docs/gs.html#microdata_itemprop
– hugocsl