active questions tagged pagerank - Stack Overflow most recent 30 from stackoverflow.com 2009-12-09T12:54:55Z http://stackoverflow.com/feeds/tag/pagerank http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1867934/pagerank-vs-svd 2 Pagerank vs SVD Phil H 2009-12-08T16:04:53Z 2009-12-08T17:15:14Z <p><a href="http://en.wikipedia.org/wiki/PageRank" rel="nofollow">Pagerank</a> works on the nodegraph of a series of pages and the directed edges formed by their respective inward and outward links. Thus the rank of a particular page is broadly a locally-induced effect in the nodegraph.</p> <p><a href="http://en.wikipedia.org/wiki/Singular_value_decomposition" rel="nofollow">SVD</a>, on the other hand, works on a whole matrix of values, and has no directionality - a link between site A and site B would only register as a 1 on the correct matrix element. It is a global system, so ranking is a global effect.</p> <p>Given the extreme sparseness of web-derived matrices, I would expect SVD to be a bad performer here, as it requires a complete dataset, and has significant memory requirements.</p> <p>Is that true? Does Pagerank outdo SVD largely because it is a nodegraph-based algorithm? How can Pagerank infer semantic relevance from a page beyond the number of times a word is mentioned? Or would that be a second step, performed after Pagerank has ranked the pages?</p> http://stackoverflow.com/questions/1665966/is-there-a-firefox-plugin-to-see-google-pagerank-of-a-site 0 Is there a firefox plugin to see Google PageRank of a site? another 2009-11-03T08:31:50Z 2009-11-29T22:29:52Z <p>Can someone recommend?</p> http://stackoverflow.com/questions/396355/how-to-get-google-page-rank-and-number-of-searches-in-excel-sheet 1 How to get Google page rank and number of searches in Excel sheet? Thinkjayant 2008-12-28T16:28:28Z 2009-11-27T22:35:22Z <p>I have a link in one column and based on it I want</p> <ol> <li>Number of Google searches in column 2</li> <li>Page rank of first result in column 3</li> </ol> <p>I know this can be done, as i saw a friend pulling google search result right in Excel. If anyone knows, please share how I could do that.</p> <p>Regards, Thinkjayant</p> http://stackoverflow.com/questions/1316576/google-juice-with-subdomains-and-porting-an-application-using-rewrite-rules 0 Google juice with subdomains and porting an application using rewrite rules Travis Leleu 2009-08-22T17:54:53Z 2009-10-26T17:22:06Z <p>Background: I've got a web app on sub.domain.com. My primary website is on domain.com. My sub.domain.com pages are stuffed with keywords that I would like to use to get upped in pagerank on domain.com. however, the whole app has been written on sub.domain.com, and it'll be some effort to host it at domain.com/subdirectory, due to how URLs are written, etc.</p> <p>First question: would you expect that migration (from sub.domain.com to domain.com/subdirectory) to substantially improve the pagerank of domain.com over how it is now? I've done a lot of research, and opinions are split on if google with link the subdomain with the main domain.</p> <p>Next question: if I do want to do the migration, it'll be difficult to do in the actual codebase (more tedious than difficult). Does anybody have some advice for how I could do this with mod_rewrite? I know there has to be a clever way to do it, but I can't even start to sketch out a solution. Maybe this means it's not a good thing to do, but I was hoping for kind of a quick hack, rather than rewriting all my URLs. Plus, I would like it to be pretty easily reversible, which wouldn't be the case if I change my URLs (dev is ongoing, so it's not as simple as just rolling out a previous version).</p> http://stackoverflow.com/questions/619241/does-a-blog-sub-domain-help-the-pagerank-of-your-main-site 9 Does a ".blog." sub-domain help the pagerank of your main site? MikeN 2009-03-06T15:30:22Z 2009-10-18T09:27:30Z <p>I have my main application site https://drchrono.com, and I have a blog sub-domain under <a href="http://blog.drchrono.com" rel="nofollow">http://blog.drchrono.com</a>. I was told by some bloggers that the blog sub-domain of your site helps the pagerank of your main site. Does traffic to your blog sub-domain help the Google Pagerank of your site and count as traffic to your main site?</p> http://stackoverflow.com/questions/1572183/script-to-find-pagerank-of-domain 2 script to find pagerank of domain Richard 2009-10-15T12:54:04Z 2009-10-15T20:29:46Z <p>hello,</p> <p>how can I automate finding the pagerank of a domain? I came across <a href="http://blogmag.net/blog/read/91/Python%5Fcode%5Fto%5Fcheck%5Fyour%5FGoogle%5FPageRank" rel="nofollow">this Python script</a> but it no longer works. Seems Google doesn't like people automating this.</p> <p>So, is there an alternative provider of page rank scores? I do not need the exact same result as Google, but something comparable.</p> http://stackoverflow.com/questions/1504152/how-to-evaluate-a-search-engine 3 How to evaluate a search engine? ahmed 2009-10-01T14:01:31Z 2009-10-12T20:11:28Z <p>Hello</p> <p>I am a student carrying out a study to enhance a search engine's existing algorithm. </p> <p>I want to know how I can evaluate the search engine - which I have improved - to quantify how much the algorithm was improved. </p> <p>How should I go about comparing the old and new algorithm?</p> <p>Thanks</p> http://stackoverflow.com/questions/1027420/website-stats-traffic-backlinks-visitors 0 Website Stats/Traffic (backlinks, visitors) Manzoor Ahmed 2009-06-22T14:08:13Z 2009-10-05T13:43:05Z <p>Hi,</p> <p>How may I get the ranking statistics of a particular website using <strong>PHP</strong>, I'm talking about services like <a href="http://statbrain.com" rel="nofollow">statbrain.com</a>. I know I'll have to use other sources like <strong>Google, Yahoo</strong> and <strong>Alexa</strong> etc and that's what I want to know, how do I use these sources to get the data?</p> <p>Things I would like to know are number of visitors, Google PageRank, backlinks etc...</p> <p>Any ideas and hints will be really appreciated</p> http://stackoverflow.com/questions/1500011/using-pagerank-or-hits-algorithm-for-search-engine-development 1 Using PageRank or HITS Algorithm for Search engine development codedhands 2009-09-30T18:53:52Z 2009-09-30T18:59:07Z <p>Hi,Is there a form of legal restriction(s) from using Pagerank o HITS Algorithm?I am in the process of creating a geographical search engine,but i am wonder if i can use the pagerank Algorithm or that of HITS.</p> <p>If there are restrictions,will those restrictions still apply if i modify the implementation of the algorithm?</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1480741/will-web-directory-submission-affect-pagerank -2 Will web directory submission affect Pagerank? [closed] the_geek 2009-09-26T08:09:36Z 2009-09-26T10:09:04Z <p>Hi all,</p> <p>my questions would be about the concept of pageranks.</p> <p>if pagerank is what google use as one of its token to find good page. then wo8uld web directories submission is consider as external linking? (which in theory external links and internal links are the ones affecting page ranking)<br> my question are:<br><br> 1. would this directories' link will pull my page rank down? (if they have low pageranks)<br> 2. there are a few webpage i found with low pageranks eg. 3 and lower but still received top 3 search result from google. (the words i used were very general such as "flower shop, stuff toys")<br><br></p> <p>Example of Web Directory: DMOZ.org &lt;<a href="http://www.dmoz.org/" rel="nofollow">link</a>></p> http://stackoverflow.com/questions/1473851/how-is-google-giving-every-page-a-rank-out-of-10 0 How is google giving every page a rank out of 10? ahmed 2009-09-24T20:01:50Z 2009-09-24T20:22:42Z <p>Hello</p> <p>according to wikipedia:<a href="http://en.wikipedia.org/wiki/PageRank" rel="nofollow">PageRank</a> </p> <blockquote> <p>A probability is expressed as a numeric value between 0 and 1. A 0.5 probability is commonly expressed as a "50% chance" of something happening. Hence, a PageRank of 0.5 means there is a 50% chance that a person clicking on a random link will be directed to the document with the 0.5 PageRank.</p> </blockquote> <p>they are saying that the sum of all the pageranks in any network should be equal 1 </p> <p>my question is, </p> <p>so how is google giving every page a rank out of 10?!</p> <p>I am asking this question because I have calculated the pagerank for my small local network</p> <p>but I am ending with a small pagerank numbers like 0.0286358921402</p> <p>how can I change them to be in percent % ,or out of 10?</p> <p>Thanks</p> http://stackoverflow.com/questions/1469331/how-can-i-calculate-the-pagerank-for-my-small-network 1 How can I calculate the PageRank for my small network? ahmed 2009-09-24T01:05:24Z 2009-09-24T17:09:44Z <p>Hello</p> <p>I have two tabled in my Mysql database</p> <p>table1 has the all webpages in my network </p> <pre><code> | table1: (pages)| |----------------| | id | url | |----------------| </code></pre> <p>table2 has two fields, which are the source page of the link and the destination page of the link</p> <pre><code> |---------------------------| |table2(links) | |---------------------------| |from_page_id | to_page_id| |---------------------------- </code></pre> <p>How to calculate the page rank for my network</p> <p>I have found this article <a href="http://www.ams.org/featurecolumn/archive/pagerank.html" rel="nofollow">here</a> it explains the PageRank algorithm but it is very difficult to write their formula in PHP + I am not good at math</p> <p>Thanks</p> <h2>update:</h2> <p>I have almost 5000 pages in my network</p> http://stackoverflow.com/questions/1451626/pagerank-and-its-mathematics-explanation-needed 6 Pagerank and its mathematics: Explanation needed codedhands 2009-09-20T18:11:29Z 2009-09-21T04:38:56Z <p>I am a student interested in developing a search engine that indexes pages from my country. I have been researching algorithms to use for sometime now and I have identified HITS and PageRank as the best out there. I have decided to go with PageRank since it is more stable than the HITS algorithm (or so I have read).</p> <p>I have found countless articles and academic papers related to PageRank, but my problem is that I don't understand most of the mathematical symbols that form the algorithm in these papers. Specifically, I don't understand how the Google Matrix (the irreducible,stochastic matrix) is calculated.</p> <p>My understanding is based on these two articles:</p> <ul> <li><a href="http://online.redwoods.cc.ca.us/instruct/darnold/LAPROJ/fall2005/levicob/LinAlgPaperFinal2-Screen.pdf" rel="nofollow">http://online.redwoods.cc.ca.us/instruct/darnold/LAPROJ/fall2005/levicob/LinAlgPaperFinal2-Screen.pdf</a></li> <li><a href="http://ilpubs.stanford.edu:8090/386/1/1999-31.pdf" rel="nofollow">http://ilpubs.stanford.edu:8090/386/1/1999-31.pdf</a></li> </ul> <p>Could someone provide a basic explanation (examples would be nice) with less mathematical symbols?</p> <p>Thanks in advance.</p> http://stackoverflow.com/questions/1414870/pagerank-in-a-inner-search-engine-of-a-cms 0 PageRank in a inner search engine of a CMS bobighorus 2009-09-12T11:06:35Z 2009-09-12T18:25:47Z <p>Hi to everyone.</p> <p>I was asked for my final degree project to build a custom SEO Content Management System; the point is that the request is to implement PageRank alghoritm for the inner search engine of this CMS, to order the results of the query by the PR. Is it possible? How may I start with this? The CMS is build on PHP and MySql (or PostgreSql). Thank you so much in advance. </p> http://stackoverflow.com/questions/1344917/getting-google-pagerank-via-an-api-php 0 Getting Google PageRank via an API (PHP) Henk Denneboom 2009-08-28T03:40:53Z 2009-08-28T05:24:41Z <p>Hi all,</p> <p>I have a list of domains and would like to get the:</p> <ol> <li>PageRank for all the domains. So just an integer, there must be an API that returns this.</li> <li>The number of results in Google</li> <li>The position of the word of the domainname. For example, "google.com" would be the position of the word "google". This could be position 20. </ol> <p>Hopefully this is possible.</p> <p>Thanks!</p> http://stackoverflow.com/questions/308740/does-pagerank-mean-anything 1 Does PageRank mean anything? Thomas Owens 2008-11-21T13:24:30Z 2009-07-13T19:03:52Z <p>Is it a measure of anything that a developer or even manager can look at and get meaning from? I know at one time, it was all about the 7, 8, 9, and 10 PageRank. But is it still a valid measure of anything? If so, what can you learn from a PageRank?</p> <p>Note that I'm assuming that you have other measurements that you can analyze.</p> http://stackoverflow.com/questions/728755/does-url-shortening-affect-page-ranking 2 Does URL Shortening affect Page Ranking? rc 2009-04-08T06:29:14Z 2009-06-17T14:14:23Z <p>Recently there has been a lot of hype about URL Shortening.I guess some URL Shortening services even offer tracking stats. But, doesn't adding one more level of look-up to the original URL affect page ranking in any way? Just curious to know.</p> http://stackoverflow.com/questions/734654/modrewrite-doesnt-work-for-a-url-beginning-in-percent-sign 2 Mod_rewrite doesn't work for a url beginning in % (percent sign) Andrew Swift 2009-04-09T15:08:59Z 2009-05-27T15:52:42Z <p>There are several links pointing to a site I manage in which the webmaster mistakenly <strong>included a space</strong> between the domain name and the page name:</p> <pre> www.domain.com/ page.html </pre> <p>When the user clicks, this gives</p> <pre> www.domain.com/%20page.html </pre> <p>I'd like to use mod_rewrite to redirect hits to the incorrect address to the correct address, but <strong>my rewrite rule is not working</strong>. I have tried the following without success:</p> <pre> rewriterule ^\%20page.html$ /page.html [R=301,L] rewriterule ^.20page.html$ /page.html [R=301,L] </pre> <p><strong>How can I write a rule to catch this address?</strong> I'd like to keep the PageRank and not be penalized for a broken link, and I can't get the webmaster to fix his links.</p> http://stackoverflow.com/questions/585175/google-pagerank-does-it-count-per-domain-or-per-webpage 1 Google PageRank: Does it count per domain or per webpage gruenewa 2009-02-25T08:37:25Z 2009-05-06T08:26:48Z <p>Is the Google PageRank calculated as one value for a whole website (domain) or is it computed for every single webpage?</p> http://stackoverflow.com/questions/821749/seo-rankings-history -1 SEO Rankings History [closed] Birk 2009-05-04T20:01:38Z 2009-05-04T20:05:55Z <p>Recently the company I work for hired a 3rd party to do a little SEO on our site. Now they're trying to determine if the investment is paying off but have no data on our previous ranking.</p> <p>Does anyone know of a site/utility etc that works similar to archive.org dealing specifically with Search Engine Ranking Histories?</p> <p>Optimally I'd like to say X months ago we were Y and this month we were Z.</p> <p>Thanks for the help -Birk</p> http://stackoverflow.com/questions/192628/google-page-rank-new-domain-link-structure-migration 4 Google Page Rank - New Domain / Link Structure Migration Owen 2008-10-10T18:50:22Z 2009-05-01T19:24:05Z <p>i've been tasked with re-organizing a pure HTML site into a CMS. if all goes well, the new site will eventually become the main URL, and the old domain will be phased out. the old domain has a decent enough page rank, and the company wishes to mitigate any loss of page rank for that. in looking over the options available, i've discovered a few things:</p> <ul> <li>it's better to use a 301 redirect when you're ready to make the switch (<a href="http://www.seroundtable.com/archives/007233.html" rel="nofollow">source</a>).</li> <li>the current site does not have a sitemap, so adding one and submitting it may help their future page rank.</li> <li>i'll need to suggest to them that they contact people currently linking to them to update their links.</li> <li>the process for regaining an old page rank takes awhile, so plan on rebuilding links while we see if the new site is flexible enough to warrant switching over completely.</li> </ul> <p><strong>my question is</strong>: as a result of a move to a CMS driven site, the links to various pages will change to accommodate the new structure. will this be an issue for trying to maintain (or improve) the current page rank? what sort of methods are available to mitigate the issue of changing individual page URL's? <em>is there a preferable method beyond mapping individual pages to their new locations with 301 redirects? (the site has literally hundreds of pages, ugh...)</em></p> <pre><code>ex. http://domain.com/Messy_HTML_page_with_little_categorization.html -&gt; http://newdomain.com/nice/structured/pages.php </code></pre> <p>i realize this isn't strictly a programming question, however i felt the information could be useful to developers who are tasked with handling this sort of thing in addition to development of the site.</p> <p><strong>edit</strong>: additions in italics</p> http://stackoverflow.com/questions/58484/getting-good-google-pagerank 8 Getting Good Google PageRank Tyler 2008-09-12T08:10:47Z 2009-05-01T19:22:52Z <p>In SEO people talk a lot about Google <a href="http://en.wikipedia.org/wiki/PageRank" rel="nofollow">PageRank</a>. It's kind of a catch 22 because until your site is actually big and you don't really need search engines as much, it's unlikely that big sites will link to you and increase your PageRank!</p> <p>I've been told that it's easiest to simply get a couple high quality links to point to a site to raise it's PageRank. I've also been told that there are certain Open Directories like dmoz.org that Google pays special attention to (since they're human managed links). Can anyone speak to the validity of this or suggest another site/technique to increase a site's PageRank?</p> http://stackoverflow.com/questions/600065/how-does-the-pagerank-algorithm-handle-links 0 How does the PageRank algorithm handle links? Jason Baker 2009-03-01T16:41:30Z 2009-03-06T20:45:22Z <p>We discussed Google's PageRank algorithm in my algorithms class. What we discussed was that the algorithm represents webpages as a graph and puts them in an adjacency matrix, then does some matrix tweaking.</p> <p>The only thing is that in the algorithm we discussed, if I link to a webpage, that webpage is also considered to link back to me. This seems to make the matrix multiplication simpler. Is this still the way that PageRank works? If so, why doesn't everyone just link to slashdot.com, yahoo.com, and microsoft.com just to boost their page rankings?</p> http://stackoverflow.com/questions/167712/google-homepage-pagerank -2 Google Homepage Pagerank [closed] Chris 2008-10-03T16:21:36Z 2008-10-03T18:09:43Z <p>Why do google give themselves pagerank? I thought PR was used as an indication of how important a page was in the google SERPS.</p> <p>Google IS Google, so surely PR is irrelevant. Or if it is relevant somehow, why isn't it PR10?</p> http://stackoverflow.com/questions/97940/how-can-i-get-a-history-of-a-websites-pagerank 2 How can I get a history of a website's PageRank? Liam 2008-09-18T23:17:50Z 2008-09-18T23:44:22Z <p>I want to view, in any format, how the PageRank for a particular URL or domain name has changed over time. Some tools can provide this information from the first time someone manually submitted a request for that site. I would prefer a solution where monitoring of a site is not triggered by a human-made request.</p>