GX-Bug #68353
offenFrage zum Produkt-Link sollte ein nofollow und noindex attribut bekommen / link to product question should have a nofollow and noindex attribute
0%
Beschreibung
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)">
it should be
Frage zum Produkt
</a><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>