Questions tagged [pagerank]

PageRank is a graph algorithm that assigns importance to nodes based on their links, and is named after its inventor - Larry Page. The algorithm is frequently applied to web graphs to calculate an importance of each node [url] in the graph.

PageRank is an algorithm to assign importance to nodes in linked data base, and is named after its inventor - Larry Page. The algorithm is frequently used on the web - to calculate an importance of each node [url] in the database.

The algorithm is simulating a random-surfer model. The random surfer starts from a random node in the graph, and can chose to use an out edge from this vertex at probability α, or to jump into a random node at probability 1-α. The score of each node is the probability of the random surfer to be at this node at some point in time.

The algorithm is patented, and IP rights belong to Stanford University.

350 questions
0
votes
1 answer

Keep pageranks switching to Wordpress

We are doing real good in Google search results and have a high pagerank with our HTML webpage (several pages like 30). Now we are switching to a Wordpress website on the same domain, and are keeping most of the HTML-pages. But we also are building…
user1483464
  • 61
  • 2
  • 7
0
votes
1 answer

Does google punish for links hidden for better user experience?

Currently I have a very clean and (according to me)beautiful home page of my website (http://www.writerbabu.com) for the non logged-in users and only very important links are on this page. Now I want to include some more links and some descriptive…
sri_wb
  • 339
  • 1
  • 6
  • 16
0
votes
1 answer

JUNG Pagerank edge weight issue

I am new to Gremlin and I am trying to implement the pagerank algorithm with edge weights from JUNG. These are the steps I have taken. I have 2.0.0.0 version of Gremlin installed. I have created a .graphml file using the iGraph package in R, which I…
user2172699
  • 21
  • 2
  • 4
0
votes
1 answer

Problems in NetworkX pagerank

I'm trying to run NetworkX's pagerank on a really big graph (DiGraph) and I'm always getting this error: Traceback (most recent call last): File "summarize.py", line 120, in s = summerizer().summ(q) File "summarize.py", line 108,…
Tal Baumel
  • 31
  • 6
0
votes
2 answers

Country specific page-rank

Google PageRank API allows you to get a pagerank of a domain name, I assume it is for all registered domains globally. Say I want to get a pagerank amongst Italian or say Spanish websites. Is there a way I can use Google feature to have a list of…
Davit
  • 1,394
  • 5
  • 21
  • 47
0
votes
1 answer

Website not appearing on search engines

It was made on a wordpress clean installation as all the websites I have made, but this one has been online for months and there is no registry for example on google. the url doesn't even appear on google, so it's not even a bad seo…
user1617218
0
votes
1 answer

Gremlin: SetProperty iteratively to existing graph database

I am trying to run JUNGs PageRank algorithm onto my existing neo4j graph database and save a node's score as a property for future reference. So I created the following groovy file: import edu.uci.ics.jung.algorithms.scoring.PageRank g = new…
zanbri
  • 5,958
  • 2
  • 31
  • 41
0
votes
1 answer

Removal of sink node in pagerank

Why don't we remove sink nodes altogether while considering importance of the pages using pagerank algorithm? Why do we care about sink nodes and take Z matrix in consideration so as to compensate for all zero columns(sinks) in probability…
genonymous
  • 1,598
  • 3
  • 18
  • 27
0
votes
1 answer

Pagerank and Spamming

Let's suppose we have a graph with 4 pages/nodes which are connected. We also have computed the pagerank for this graph and now we want to upload a new page/node an increase its pagerank. I wonder if we also upload N more pages/nodes to act as hubs…
Michael
  • 791
  • 2
  • 12
  • 32
0
votes
1 answer

Pagerank information

I see people brag about or discuss their pagerank information. How would one objectively criticize what someone says. For instance, if someone says their blog is "Pagerank 3" what exactly is that telling me Do I have enough information to really…
CQM
  • 42,592
  • 75
  • 224
  • 366
0
votes
4 answers

PageRank in a inner search engine of a CMS

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…
bobighorus
  • 1,152
  • 4
  • 17
  • 35
0
votes
1 answer

Google page rank java api

I want to get the google page rank for the given domain. I used the following code google api code to get the pagerank.I got the page rank before.Today when i tried the to run the same file i got the some issues and canot get the correct page…
ashu
  • 1,339
  • 7
  • 27
  • 43
0
votes
1 answer

Two domain pointing to same IP address

I have domain like www.abc.in and would like to buy www.abc.com . As everyone is used to .com . I'm little bit confuse if two domain point to same IP address will it effect my 1) Alexa rank. 2) Page rank. 3) Inbound and outbound links If your…
chetan Saini
  • 115
  • 6
0
votes
1 answer

Find Google page rank of a webste in asp.net

I am using this function for getting page rank of a website . everytime it is returning -1 i.e. exception code . i am unable to find pr. I dont know what is going wrong and why i am not able to find the pr using System; using…
0
votes
1 answer

calculate checksum for google toolbar pagerank with delphi

here is the general url to request a pagerank : http://toolbarqueries.google.com/tbr?client=navclient-auto&features=Rank&ch=SITECHECKSUM&q=info:SITENAME.com here is a working example…
Michael Moeller
  • 896
  • 4
  • 12
  • 27