mcluca_1982 Posted March 10, 2019 Posted March 10, 2019 Hi, i try to add product schema markup in prestashop 1.6 category page like this: {foreach from=$products item=product name=products} <script type="application/ld+json"> { "@context": "http://schema.org/", "@type": "Product", "name": "{$product->name|escape:'html':'UTF-8'}" } </script> {/foreach } but google tool for rich snippet give me error. Thanks Share this post Link to post Share on other sites More sharing options...
Pedro J Posted June 29, 2020 Posted June 29, 2020 Me too. Any solution? Share this post Link to post Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now