Projekt

Allgemein

Profil

Aktionen

GX-Bug #68353

offen

Frage zum Produkt-Link sollte ein nofollow und noindex attribut bekommen / link to product question should have a nofollow and noindex attribute

Von Armin Eden vor etwa 3 Jahren hinzugefügt. Vor 3 Monaten aktualisiert.

Status:
Anerkannt
Priorität:
Normal
Zugewiesen an:
-
Kategorie:
Frontend
Zielversion:
-
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.3.3.1, 4.4.0.0 beta1
Release Notes Langtext:

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)">
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>


Aktionen

Auch abrufbar als: Atom PDF