diff options
author | luxagraf <sng@luxagraf.net> | 2020-04-28 10:24:02 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-04-28 10:24:02 -0400 |
commit | f343ef4d92352f9fc442aeb9c8b1abee27d74c62 (patch) | |
tree | 4df5c497e7caeab1f8932df98ad3d00fef228a3e /wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt | |
parent | a222e73b9d352f7dd53027832d04dc531cdf217e (diff) |
cleaned up wired import
Diffstat (limited to 'wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt')
-rw-r--r-- | wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt new file mode 100644 index 0000000..109ad54 --- /dev/null +++ b/wired/old/published/Webmonkey/Monkey_Bites/2007/03.19.07/Thur/greasemonkey.txt @@ -0,0 +1,15 @@ +If you're the type that obsesses over Google's [Webmaster Tools][1], you'll love Joost de Valk's [GreaseMonkey][3] [script that adds pagerank and anchor text][2] info to your link of inbound links. + +The script uses an XML HTTP request to grab the pagerank of the inbound links and adds it in front of each link (screenshots after the jump). + +The resulting text is color coded. If the link is found the pagerank and anchor text is displayed in black. If the link has rel="nofollow" on it (Wikipedia linking to your site?) the info is made orange and wrapped in strike-through tags. If the link is not found the info text is displayed in red, and the text "Link not found" is added. And finally if the link is an image link, the alt text is added. + +It's not earth shattering but it does make Google Webmaster Tools a bit more informative. + +There is also a version available that omits the pagerank info but still shows the anchor text and nofollow info. + +To use Google Webmaster Tools External links, you'll need to have Firefox with the [Greasemonkey extension][3] installed. + +[1]: https://www.google.com/webmasters/tools/ "Google Webmaster Tools" +[2]: http://www.joostdevalk.nl/code/greasemonkey/gwt-external-links/ "Google Webmaster Tools External links ++" +[3]: http://www.greasespot.net/ "Greasemonkey"
\ No newline at end of file |