nofollow in linkme.php

Hier bekommst Du deutschsprachigen Support. Keine Fehlermeldungen oder Erweiterungswünsche bitte!
Post Reply
velo
Posts: 38
Joined: Sun 29. May 2005, 14:48

nofollow in linkme.php

Post by velo »

Hallo Damen / Herren,

Ist es moglich ein rel='nofollow' an die icons/links in das script linkme.php zu verbinden? Wie das auch in WordPress ist bei die social bookmarks.
Ich habe es die ganze mittag selbst probiert, aber ich weis gar nichts von php :? Ich denke es soll ja sehr einfach sein...

Guten wochenende!

Velo
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: nofollow in linkme.php

Post by Heiko H. »

Hallo,

ändere in der linkme.php die Zeile (122)

Code: Select all

		$bmt .= 'target="_blank"><img src="'.TEMPLATE_PATH.'img/bookmarklets/'.$key.'.gif" ';
in

Code: Select all

		$bmt .= 'rel="nofollow" target="_blank"><img src="'.TEMPLATE_PATH.'img/bookmarklets/'.$key.'.gif" ';
Grüße Heiko...
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
Oliver Georgi
Site Admin
Posts: 9913
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: nofollow in linkme.php

Post by Oliver Georgi »

Gute Idee - nun default.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
velo
Posts: 38
Joined: Sun 29. May 2005, 14:48

Re: nofollow in linkme.php

Post by velo »

Super!

Vielen dank.

Velo
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: nofollow in linkme.php

Post by Heiko H. »

Hallo Oliver,

ich hab nur 'ne Frage zum besseren Verständnis.
Du schreibst hier, Du hast das "nofollow"-Attribut in den <img> Tag verlegt. Warum?
Meinem bescheidenen Wissen nach, ist das "nofollow"-Attribut ein Link-Attribut, die Suchmaschinen sollen ja dem Link nicht folgen.?.
Das ist, wie gesagt, nur 'ne Frage, vielleicht hast Du ja Zeit für eine kurze Erklärung.

Danke, Heiko...

P.S.: grad noch mal nachgelesen -> http://de.wikipedia.org/wiki/Nofollow
Not longer here - sorry...

Haubner-IT GbR Dresden
User avatar
Oliver Georgi
Site Admin
Posts: 9913
Joined: Fri 3. Oct 2003, 22:22
Contact:

Re: nofollow in linkme.php

Post by Oliver Georgi »

lies richtig - das war die Fehlerursache.

Oliver
Oliver Georgi | phpwcms Developer | GitHub | LinkedIn | Систрон
User avatar
Heiko H.
Posts: 868
Joined: Thu 27. Oct 2005, 11:41
Location: Dresden
Contact:

Re: nofollow in linkme.php

Post by Heiko H. »

Oliver Georgi wrote:lies richtig - das war die Fehlerursache.

Oliver
:oops: :oops: :oops:
Not longer here - sorry...

Haubner-IT GbR Dresden
Post Reply