Jump to content

Edit History

rtony30

rtony30

2 hours ago, Stéphane said:

Bonjour,

Essai en remplaçant cette ligne:

<strong itemprop="author">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>

par ceci:
 

<div itemprop="author" itemtype="https://schema.org/Person" itemscope>

<strong itemprop="name">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>      

</div>

Après fait un test de ta page ici: https://validator.schema.org/

Bonsoir,

Bingo du premier coup

je vous remercie d'avoir pris le temps de m'aider, un grand merci

les extrait d avis search console sont tous au vert

il me reste 2 avertissements pour les produits (review et aggregateRating ) qui est normal car pas d'avis sur ces produit

pour pallié a cette avertissement il y a t il une solution ?

pour les deux c est champ manquant

du coup je peut pas valider la correction car il détecte c est avertissements

merci

Quote

 

 

rtony30

rtony30

1 hour ago, Stéphane said:

Bonjour,

Essai en remplaçant cette ligne:

<strong itemprop="author">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>

par ceci:
 

<div itemprop="author" itemtype="https://schema.org/Person" itemscope>

<strong itemprop="name">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>      

</div>

Après fait un test de ta page ici: https://validator.schema.org/

Bonsoir,

Bingo du premier coup

je vous remercie d'avoir pris le temps de m'aider, un grand merci

les extrait d avis search console sont tous au vert

il me reste 3 avertissements pour les produits (review et aggregateRating ) qui est normal car pas d'avis sur ces produit

pour pallié a cette avertissement il y a t il une solution ?

et description

pour les trois c est champ manquant

du coup je peut pas valider la correction car il détecte c est avertissements

merci

Quote

 

 

rtony30

rtony30

1 hour ago, Stéphane said:

Bonjour,

Essai en remplaçant cette ligne:

<strong itemprop="author">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>

par ceci:
 

<div itemprop="author" itemtype="https://schema.org/Person" itemscope>

<strong itemprop="name">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>      

</div>

Après fait un test de ta page ici: https://validator.schema.org/

Bonsoir,

Bingo du premier coup

je vous remercie d'avoir pris le temps de m'aider, un grand merci

les extrait d avis search console sont tous au vert

il me reste deux avertissement pour les produits (review et aggregateRating) qui est normal car pas d'avis sur ces produit

pour pallié a cette avertissement il y a t il une solution ?

merci

Quote

 

 

rtony30

rtony30

45 minutes ago, Stéphane said:

Bonjour,

Essai en remplaçant cette ligne:

<strong itemprop="author">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>

par ceci:
 

<div itemprop="author" itemtype="https://schema.org/Person" itemscope>

<strong itemprop="name">{$comment.customer_name|escape:'html':'UTF-8'}</strong><br/>      

</div>

Après fait un test de ta page ici: https://validator.schema.org/

Bonsoir,

Bingo du premier coup

je vous remercie d'avoir pris le temps de m'aider, un grand merci

les extrait d avis search console sont tous au vert

il me reste deux avertissement pour les produits (review et aggregateRating) qui est normal car pas d'avis sur ces produit

pour pallié a cette avertissement j'ai vu un morceau de code sur le web a mettre dans le fichier

/www/themes/AngarTheme/modules/productcomments/views/templates/front/productcomments_reviews.tpl

pouvez vous me dire si c'est bon ?

Quote

{if $averageTotal > 0 }
<div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating">
   <meta itemprop="ratingValue" content ="{$averageTotal}" />
   <meta itemprop="reviewCount" content ="{$nbComments}" />
  </div>
<div itemprop="review" itemscope itemtype="http://schema.org/Review" class="invisible">
    <meta itemprop="author" content="{Configuration::get('PS_SHOP_NAME')}" />
    <meta itemprop="datePublished" content="{'Y'|date}-{'m'|date}-{'d'|date}">
    <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
    <meta itemprop="worstRating" content="1"/>
    <meta itemprop="ratingValue" content ="{$averageTotal}" />
    <meta itemprop="bestRating" content="5" />
</div>
</div>
{/if}

 

×
×
  • Create New...