Projekt

Allgemein

Profil

GX-Bug #68353

Von Armin Eden vor etwa 3 Jahren aktualisiert

Im Shop muss unter Einstellungen das Frage zum Produkt Modul aktiviert sein. 

 Im Quelltext der Seite seiht man, dass dies als Link aufgebaut wird. 

 Dieser Link sollte ein nowollow und noindex Attribut bekommen, da sonst Suchmaschinen diesem folgen könnten und es zu Meldungen bezüglich gleichem Titel und gleichem Inhalt kommen wird. 

 --- 

 In the shop, the product question module must be activated under settings. 

 In the source text of the page, you can see that this is built as a link. 

 This link should be given a nowollow and noindex attribute, otherwise search engines could follow it and it will result in messages regarding the same title and the same content. 


 Instead of `<a class="btn-product-question" data-gambio-widget="product_question" data-product_question-product-id="1" href="javascript:void(0)"> 
     Frage zum Produkt 
 </a>` it should be `<a class="btn-product-question" data-gambio-widget="product_question" data-product_question-product-id="1" href="javascript:void(0)" rel="nofollow"> 
     Frage zum Produkt 
 </a>`

Zurück