Setting for your blogger site Settings > Site feed > Change to Full
To make blogger post load perfectly as product you must put some data inside post description, like Price, Discount Price, Variations, Price Variations, Discount Variations
Here The List of ID we used
app_price - App will use value from this ID for price
app_price_discount - App will use value from this ID for price discount
app_variants - App will use value from this ID for variant and or price variant
1. Full Data - Product With Variations and Discount
<divid="app_price">$200</div><divid="app_price_discount">$100</div><ulid="app_variants"> <li>Size S | $100 | $50</li> <li>Size M | $200 | $100</li> <li>Size L | $200 | $100</li> <li>Size XL | $200 | $100</li></ul>