PageRank Indicator For Linux And Mac OS X 52
HackWire writes "Google's PageRank has only been available in your web-browser by installing the toolbar restricting use to Windows and Internet Explorer. Nick Stallman has created a module for Firefox to show PageRank from within the browser, within three easy steps Linux and Mac (even Windows) users can now see PageRank without being restricted to a OS or browser."
...without being restricted to a ... browser? (Score:5, Insightful)
Re:...without being restricted to a ... browser? (Score:5, Informative)
Re:...without being restricted to a ... browser? (Score:3, Informative)
Re:...without being restricted to a ... browser? (Score:1)
The plugin is restricted to a browser.
Pagerank is a Google product. Thanks to this plugin, it is restricted to a single browser.
Re:...without being restricted to a ... browser? (Score:2)
I mean, it is no longer restricted to a single browser.
Re:...without being restricted to a ... browser? (Score:3, Insightful)
Re:...without being restricted to a ... browser? (Score:1)
Re:...without being restricted to a ... browser? (Score:1, Informative)
Does it work? (Score:3, Interesting)
Re:Does it work? (Score:3, Interesting)
I assume that it only works when you select a site that's a result of a Google search.
Re:Does it work? (Score:1)
Re:Does it work? (Score:2, Informative)
outputs nothing.
If that's too noisy for your network segment, here are all of the google VIPs:
Domain IP Address
www-ex.google.com 216.239.33.100
www-sj.google.com 216.239.35.100
www-va.google.com 216.239.37.100
www-dc.google.com 216.239.39.100
www-ab.google.com 216.239.51.100
www-in.google.com 216.239.53.100
www-zu.google.com 216.239.55.100
www-cw.google.com 216.239.57.100
www-fi.google.
Re:Does it work? (Score:1)
Re:Does it work? (Score:1)
Re:Does it work? (Score:2)
Re:Does it work? (Score:5, Informative)
Most webmasters are interested in ranking changes for their website during the Google Dance. But, besides that, many also want to know about their new PageRank values. Normally, the Google Toolbar fetches the PageRank values from the data center that is specified by its IP address in the actual DNS record for www.google.com. Hence, when the Google Dance begins, the Toolbar usually displays the old PageRank values.
Google submits PageRank values in simple text files to the Toolbar. In former times, this happened via XML. The switch to text files occured in August 2002. The PageRank files can be requested directly from the domain www.google.com. Basically, the URLs for those files look like follows (without line breaks):
http://www.google.com/search?
client=navclient
ch=0123456789&
features=Rank&
q=info:htt
There is only one line of text in the PageRank files. The last cipher in this line is PageRank.
The parameters incorporated in the above shown URL are inevitable for the display of the PageRank files in a browser. The value "navclient-auto" for the parameter "client" identifies the Toolbar. Via the parameter "q" the URL is submitted. The value "Rank" for the parameter "features" determines that the PageRank files are requested. If it is omitted, Google's servers still transmit XML files. The parameter "ch" transfers a checksum for the URL to Google, whereby this checksum can only change when the Toolbar version is updated by Google.
The PageRank files that are requested by the Google Toolbar are cached by the Internet Explorer. So, their URLs and the checksums can simply been found out by having a look at the folder Temporary Internet Files. Knowing the checksums of your URLs, you can view the PageRank files in your browser. Since the PageRank files are kept in the browser cache and, thus, are clearly visible, and as long as requests are not automated, watching the PageRank files in a browser should not be a violation of Google's Terms of Service. However, you should be cautious. The Toolbar submits its own User-Agent to Google. It is:
Mozilla/4.0 (compatible; GoogleToolbar 1.1.60-deleon; OS SE 4.10)
1.1.60-deleon is a Toolbar version which may of course change. OS is the operating system that you have installed. So, Google is able to identify requests by browsers, if they do not go out via a proxy and if the User-Agent is not modified accordingly.
Now, let's see how we can get the new PageRank values. Taking a look at IE's cache, you will notice that the PageRank files are not requested from the domain www.google.com but from IP addresses like 216.239.33.102. Additionally, the PageRank files' URLs often contain a parameter "failedip" that is set to values like "216.239.35.102;1111" (Its function is not absolutely clear). However, it is pretty easy to get the new PageRank values. Simply modify the IP addresses in the URL so that the request goes to one of the data centers that already has the new index. The necessary information is given above.
Re:Does it work? (Score:1)
Does anyone have that working?
Re:Does it work? (Score:2)
Re:Yes, but... (Score:3, Informative)
Who gives a F? (Score:2, Interesting)
It's a nice gimmick, granted, to look at it, but since I'm not trying to play the google game, I couldn't really care less.
Re:Who gives a F? (Score:5, Funny)
My day is brighter for having shared in your pessimism. Thanks!
Re:Who gives a F? (Score:2)
Re:Who gives a F? (Score:2)
You are a business owner => You worry about pagerank.
I am a business owner => I don't.
Now, for the long answer:
Pagerank is a technology over which you have no control. It is in the hnads of google and wheneveer they feel like, they can change the algorithm. They have done so in the past, to the great ire of all the Me! Me! Me! crowd. I am nearly certain that they will do so in the future again. I am fairly sure that improvements to the pagerank algorithm are happening more subtly on a month
Re:Who gives a F? (Score:1)
googlebar? (Score:4, Informative)
Re:googlebar? (Score:2)
The Internet Explorer version has feature X (like pagerank). Why don't you?
The Googlebar project is an independent organization [...] and some features, such as pagerank, appear to be proprietary; [...] We currently have no plans to implement pagerank or the voting buttons due to their proprietary nature (ie, we'd get sued!!).
Legal Issues? (Score:2)
How does it work? Can it scale? (Score:5, Insightful)
I heave already heard the reading is really a graphic that comes off of Nick's site, and not a direct call to Google from the toolbar. If it's a Win32/IE toolbar reader hack, it may have scalability problems...not to mention Nick's bandwith and server being a bottleneck.
Anyone know if these things have been taken into account? I'm worried this is still a beta/hack level project that is about to get a slashdotting of it's own.
-Pete
Re:How does it work? Can it scale? (Score:3, Informative)
The URI that google uses to phone home was reverse engineered in the past and google promptly changed its algorithm.
This is fairly easy to do since the google toolbar phones home for updates as well. and, well, you can't block the request since it defeats the functionality of having the pagerank feature enabled to begin with.
Though, otoh, I don't see any good reason for google preventing this functionality to spread to other browsers/os since they most likely value the surfing habits of more
Re:How does it work? Can it scale? (Score:2)
Isn't that why you got away from Windows in the first place?
Re:How does it work? Can it scale? (Score:2)
Re:How does it work? Can it scale? (Score:2)
Re:The google search box is the best, though (Score:1)
Slow, and not accurate. (Score:4, Informative)
On many sites, it takes a LONG time to get it, and then it simply displays "10", which needless to say is inaccurate.
Even does it on sourceforge.net.
I'm guessing its not scaling well, and the slashdot effect is messing it up.
Re:Slow, and not accurate. (Score:2)
Rus
Re:Slow, and not accurate. (Score:1)
Toolbar checksum (Score:5, Informative)
Every so often Google would change the checksum and notify the toolbars, and as a result would break the 3rd party applications. The catch was however, that if your pagerank request contained an old/invalid checksum instead of returning and invalid response, Google would return a bogus pagerank for that page.
At least that's what it was doing approximately 2/3 years ago when I was employed to do SEO and decided to take a look. I'm not sure if that has changed, or the method that is being used for this toolbar.
I have to ask... (Score:1)
Site not coming up now.
Re:I have to ask... (Score:5, Funny)
And yes, I'm sure that both Nick Stallman and Richard Stallman have relations, though not necessarily common ones.
Here is a mirror... (Score:1)
Re:Here is a mirror... (Score:1)
Clicky! [wush.net]
PageRank doesn't work and default action setting? (Score:2)
Secondly, when I type some search terms and hit Enter, it assumes I want to do "I'm Feeling Lucky" and not a regular search. Can I change this somewhere?
I'm not impressed.
Re:PageRank doesn't work and default action settin (Score:1)
The search box works fine for me.. perhaps look under the googlebar options bit on the extreme left?
Re:PageRank doesn't work and default action settin (Score:2)
Keyboard shortcuts
+Enter in box to search: Default
Search Engine Optimization as a profession (Score:3, Interesting)
From what I can tell they just go around posting link after link all over the Internet to boost a website's pagerank.. And I've noticed a lot of them like to bombard wikis and newsgroups/fora with random links etc.
Is that pretty much it?
Re:Search Engine Optimization as a profession (Score:1, Insightful)
It downloads images from nickstallman.net (Score:5, Informative)
http://toolbar.nickstallman.net/toolbar.php?url
returning PNG. So yes, it works by using processing on toolbar.nickstallman.net and you can easily call the functionality from any browser you like, however, it will be easy for Google to close access for him when they see fit, so it does not look like a long-term solution.
On the other hand, this was the first time that I saw PageRank for some of my pages, so it is a nice toy.
Re:It downloads images from nickstallman.net (Score:1)
Nick Stallman? (Score:1, Offtopic)
Re:Nick Stallman? (Score:1)