Jump to content

Erreurs d'exploration


P i l o u

Recommended Posts

Bonjour,

 

Je constate de plus en plus d'erreurs d'exploration dans Google Search Console.

Ces erreurs sont de type " panier?qty=1&id_product=45&token=5f4feea176ed680773a9188e02c03948&add="

Elles ne se trouvent que dans la partie "smartphone" et non dans la partie "ordinateur"...

Faut-il s'en inquiéter et si oui, comment les corriger svp ?

rLB9Gmx.jpg

Edited by P i l o u (see edit history)
Link to comment
Share on other sites

Ligne 73 de ton fichier par exemple:

<a class="ajax_add_to_cart_button icon-shopping-cart" rel="ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add=1&amp;id_product={$product.id_product|intval}&amp;token={$static_token}", false)}" title="{l s='Add to cart'}"><span></span></a>

devrait être:

<a class="ajax_add_to_cart_button icon-shopping-cart" rel="nofollow ajax_id_product_{$product.id_product|intval}" href="{$link->getPageLink('cart',false, NULL, "add=1&amp;id_product={$product.id_product|intval}&amp;token={$static_token}", false)}" title="{l s='Add to cart'}"><span></span></a>

 

Link to comment
Share on other sites

Donc, je remplace les

class="ajax_add_to_cart_button icon-shopping-cart" rel="ajax_id_product_{$product.id_product|intval}" 

  par

class="ajax_add_to_cart_button icon-shopping-cart" rel="nofollow ajax_id_product_{$product.id_product|intval}"

Merci doekia :)

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...