Kecos Posted April 26, 2019 Share Posted April 26, 2019 Bonjour à tous, Je sais que ce sujet a déjà été traité sur ce forum, seulement étant débutant en programmation, je n'arrive toujours pas à gérer mon problème de "Il faut indiquer "offers", "review", ou "aggregateRating"" sous prestashop 1.6. Quand je test ma page sur la search console je tombe sur cette erreur. Pouvez-vous m'aider car cela affecte toutes mes fiches articles.. Merci Link to comment Share on other sites More sharing options...
Eolia Posted April 26, 2019 Share Posted April 26, 2019 effectivement ce sujet a déja été traité et solutionné: Il ne faut pas mettre de rich snippets de type product dans les pages catégories !!! Link to comment Share on other sites More sharing options...
Kecos Posted April 26, 2019 Author Share Posted April 26, 2019 Merci t'as réponse Eolia seulement je ne vois pas dans quels fichiers faire la modification car je n'ai pas de rich snippets dans le catégorie.tpl Link to comment Share on other sites More sharing options...
Eolia Posted April 26, 2019 Share Posted April 26, 2019 Ben il va falloir ouvrir les yeux alors... Link to comment Share on other sites More sharing options...
Kecos Posted April 26, 2019 Author Share Posted April 26, 2019 Je vous joins mon ficher product-list.tpl product-list.tpl Link to comment Share on other sites More sharing options...
Kecos Posted April 26, 2019 Author Share Posted April 26, 2019 ainsi que mon catégorie.tplcategory.tpl Link to comment Share on other sites More sharing options...
P i l o u Posted April 26, 2019 Share Posted April 26, 2019 Salut, Je ne suis pas très doué en php, mais je pense que la ligne (dans product-list.tpl): <div class="product-container item-i" itemscope itemtype="https://schema.org/Product"> devrait être plutôt <div class="product-container item-i"> Une autre: <div class="content_price" itemprop="offers" itemscope itemtype="https://schema.org/Offer"> devrait être <div class="content_price"> Si je suis la réponse d'Eolia :" Il ne faut pas mettre de rich snippets de type product dans les pages catégories !!! " Mais je peux me tromper... Link to comment Share on other sites More sharing options...
Eolia Posted April 26, 2019 Share Posted April 26, 2019 caregory.tpl ne sert à rien et comme l'explique @Pilou il faut supprimer tous les itemquelquechose 1 Link to comment Share on other sites More sharing options...
P i l o u Posted April 26, 2019 Share Posted April 26, 2019 Merci de la confirmation Eolia ! Par contre dans ce code, doit-on modifier quelque chose stp ? {if $PS_STOCK_MANAGEMENT && isset($product.available_for_order) && $product.available_for_order && !isset($restricted_country_mode)} <span class="unvisible"> {if ($product.allow_oosp || $product.quantity > 0)} <link itemprop="availability" href="https://schema.org/InStock" />{if $product.quantity <= 0}{if $product.allow_oosp}{if isset($product.available_later) && $product.available_later}{$product.available_later}{else}{l s='In Stock'}{/if}{/if}{else}{if isset($product.available_now) && $product.available_now}{$product.available_now}{else}{l s='In Stock'}{/if}{/if} {elseif (isset($product.quantity_all_versions) && $product.quantity_all_versions > 0)} <link itemprop="availability" href="https://schema.org/LimitedAvailability" />{l s='Product available with different options'} {else} <link itemprop="availability" href="https://schema.org/OutOfStock" />{l s='Out of stock'} {/if} </span> {/if} Link to comment Share on other sites More sharing options...
Kecos Posted April 26, 2019 Author Share Posted April 26, 2019 Merci je vais tester de supprimer tout ca Link to comment Share on other sites More sharing options...
Eolia Posted April 26, 2019 Share Posted April 26, 2019 Ben oui, virer tous les itemprop="availability"... Link to comment Share on other sites More sharing options...
P i l o u Posted April 26, 2019 Share Posted April 26, 2019 Ok, merci. Donc ça va donner ça {if ($product.allow_oosp || $product.quantity > 0)} <link />{if $product.quantity <= 0}{if $product.allow_oosp}{if isset($product.available_later) && $product.available_later}{$product.available_later}{else}{l s='In Stock'}{/if}{/if}{else}{if isset($product.available_now) && $product.available_now}{$product.available_now}{else}{l s='In Stock'}{/if}{/if} ou on doit laisser ça ? href="https://schema.org/InStock" Link to comment Share on other sites More sharing options...
Eolia Posted April 26, 2019 Share Posted April 26, 2019 non, surtout pas ! 1 Link to comment Share on other sites More sharing options...
P i l o u Posted April 26, 2019 Share Posted April 26, 2019 Merci ! Link to comment 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