Die Aussage, “Javascript Links vererben keinen PageRank” scheint ins Wanken zu geraten. In ihrem Artikel Searchengineland erklärt Vanessa Fox das durch eine Änderung des Google Algorithmus, nicht nur der Anchor Text weitergegeben wird, sonden auch PageRank:
Googlebot is now able to construct much of the page and can access the onClick event contained in most tags. For now, if the onClick event calls a function that then constructs the URL, Googlebot can only interpret it if the function is part of the page (rather than in an external script).
Als Beispiel wird folgender Code genannt:
<div onclick="document.location.href=’http://foo.com/’">
<tr onclick="myfunction(‘index.html’)"><a href="#"
onclick="myfunction()">new page</a>
<a href="javascript:void(0)" onclick="window.open
(‘welcome.html’)">open new window</a>
These links pass both anchor text and PageRank.
Im Grunde ist es ja auch logisch, warum sollte ein Link der via Javascript kommt nicht wie ein normaler Link gewertet und bewerten? Link ist Link egal wie er generiert wird. Für Portalbetreiber kann diese Änderung ein Problem darstellen, denn sie könnten schnell unter den Verdacht geraten Linkverkäufe zu tätigen.
via JavaScript Links Now Passing PageRank & Anchor Text
Tags: anchor, Google Corp., JavaScript, Link juice, PageRank- Test: Google verfolgt Javascript links
Nachdem bereits Vanessa Fox berichtet hatte, das Javascript Links PageRank und Anchor Text vererben, hat der nette Seo nun... - PageRank Sculpting mittels Javascript crypting
Nachdem bekannt geworden ist das Google auch Javascript nun als Link wertet und auch Linkjuice weitergibt und PageRank Skulpting... - Kein PageRank von Wikipedia Links
Wikipedia gilt ja als ein „Black Hole SEO“. Damit ist eine Webseite gemeint, die extrem viele eingehende Links hat...



Eine Reaktion auf “Javascript Links vererben PageRank”
Hinterlasse ein Kommentar