Versandkostenlink mit rel="nofollow"' versehen

  • ändere includes/classes/class.main.php

    zeile 46

    Code
    $info_link = ' ' . '<a title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_AUSLAND . '</a>';


    ändern in

    Code
    $info_link = ' ' . '<a rel="nofollow" title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_AUSLAND . '</a>';


    zeile 57

    Code
    return ' ' . SHIPPING_EXCL . '<a title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_COSTS . '</a>';


    in

    Code
    return ' ' . SHIPPING_EXCL . '<a rel="nofollow" title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_COSTS . '</a>';


    zeile 100

    Code
    return ' ' . SHIPPING_EXCL . '<a title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_COSTS . '</a>';


    in

    Code
    return ' ' . SHIPPING_EXCL . '<a rel="nofollow" title="' . SHIPPING_COSTS . '" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . SHIPPING_INFOS) . '"> ' . SHIPPING_COSTS . '</a>';


    zeile 107

    Code
    return '<a class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . $coID) . ')"><span style="color:#ff0000">' . $text . '</span></a>';


    in

    Code
    return '<a rel="nofollow" class="shipping" href="' . xtc_href_link(FILENAME_POPUP_CONTENT, 'coID=' . $coID) . ')"><span style="color:#ff0000">' . $text . '</span></a>';

    Gruß

    Einmal editiert, zuletzt von mitglied (21. November 2014 um 14:28)

  • Hm, Punkt 1 hält sich Google da ganz gern mal nicht dran, generell aber richtig. Spielt für Sumas eigentlich keine Rolle. Ist im nächsten Update mit drin.

    <p>Wir geben nur Anregungen und Hilfestellung auf Basis unserer Erfahrung, keine Rechtshilfe!<br>\m/('_')\m/</p>

  • Ja, das ist der Punkt, was die schreiben und was die machen sind manchmal sehr unterschiedliche Ergebnisse :) Das mit den rel="nofollow" hatte schon mehrfach für Irritationen gesorgt, warum sich da Google einen Sch.... drum kümmert. ABER schaden kann es nicht / oder doch. Zu viele nofollow Links sind SEO-technisch wohl auch nicht so pralle :(

    <p>Wir geben nur Anregungen und Hilfestellung auf Basis unserer Erfahrung, keine Rechtshilfe!<br>\m/('_')\m/</p>