SEO Bookmarklets

by Jojo on 06.12.06 · 2 comments

in SEO Tools

Graywolf hat in seinem Blog ein Bookmarklet veröffentlicht mit dem sich zur aktuell besuchten Domain schnell eine linkfromdomain-Abfrage bei MSN durchführen lässt (bitte ein bischen nach unten scrollen...):
javascript:location.href='http:/'+'/search.live.com/results.aspx?q=linkfromdomain%3A'+document.domain.replace('www.','');
Zur Nutzung: Einfach ein neues Bookmark\Lesezeichen erstellen und den Bookmarklet-Code in das Adress-Feld einfügen.

Natürlich liegt jetzt die Idee für weitere Bookmarklets recht Nahe. Beispielsweise für ein Yahoo-linkdomain-Bookmarklet:
javascript:location.href='http:/'+'/de.search.yahoo.com/search?p=linkdomain%3A'+document.domain.replace('www.','');
Oder auch ein Google-site-Bookmarklet:
javascript:location.href='http:/'+'/www.google.de/search?hl=de&q=site%3A'+document.domain.replace('www.','');

Update: Ich denke durch das WP-Pluging Text Control und die Deaktiviertung der WordPress-Formatierungen für diesen Beitrag sollten die obigen Bookmarklets jetzt funktionieren.

{ 2 comments… read them below or add one }

1 Tim 06.12.06 um 16:36

copy paste funktioniert von deiner seite nicht, liegt wohl an den anführungszeichen …

vielleicht gehts so:

javascript:location.href='http:/'+'/search.live.com/results.aspx?q=linkfromdomain%3A'+document.domain.replace('www.','');

2 Tim 06.12.06 um 16:40

für yahoo siteexplorer:
javascript:location.href='http:/'+'/search.yahoo.com/search?p=link%3A'+document.domain.replace('www.','');

Leave a Comment

You can use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Previous post:

Next post: