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>
Von Ulrich Wenk vor mehr als 3 Jahren aktualisiert
- Status wurde von Gemeldet zu Feedback geändert
- Zugewiesen an wurde auf Armin Eden gesetzt
Von Armin Eden vor mehr als 3 Jahren aktualisiert
- Status wurde von Feedback zu Gemeldet geändert
- Zugewiesen an
Armin Edenwurde gelöscht
Von Ulrich Wenk vor mehr als 3 Jahren aktualisiert
- Status wurde von Gemeldet zu Anerkannt geändert
- Betroffene Versionen 4.4.0.0 beta1 wurde hinzugefügt
Von Hendrik Bahr vor 9 Monaten aktualisiert
"nowollow und noindex Attribut" fehlt nach wie vor.