2
votes
1answer
53 views
Pagerank vs SVD
Pagerank 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 …
1
vote
4answers
47 views
Is there a firefox plugin to see Google PageRank of a site?
Can someone recommend?
1
vote
7answers
483 views
How to get Google page rank and number of searches in Excel sheet?
I have a link in one column and based on it I want
Number of Google searches in column 2
Page rank of first result in column 3
I know this can be done, as i saw a friend pulling google search …
0
votes
1answer
86 views
Google juice with subdomains and porting an application using rewrite rules
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 …
9
votes
11answers
1k views
Does a “.blog.” sub-domain help the pagerank of your main site?
I have my main application site https://drchrono.com, and I have a blog sub-domain under http://blog.drchrono.com. I was told by some bloggers that the blog sub-domain of your site helps the pagerank …
3
votes
2answers
88 views
script to find pagerank of domain
hello,
how can I automate finding the pagerank of a domain? I came across this Python script but it no longer works. Seems Google doesn't like people automating this.
So, is there an alternative …
3
votes
10answers
351 views
How to evaluate a search engine?
Hello
I am a student carrying out a study to enhance a search engine's existing algorithm.
I want to know how I can evaluate the search engine - which I have improved - to quantify how much the …
0
votes
3answers
99 views
Website Stats/Traffic (backlinks, visitors)
Hi,
How may I get the ranking statistics of a particular website using PHP, I'm talking about services like statbrain.com. I know I'll have to use other sources like Google, Yahoo and Alexa etc and …
1
vote
1answer
68 views
Using PageRank or HITS Algorithm for Search engine development
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 …
-2
votes
0answers
64 views
Will web directory submission affect Pagerank? [closed]
Hi all,
my questions would be about the concept of pageranks.
if pagerank is what google use as one of its token to find good page. then wo8uld web directories submission is consider as external …
0
votes
3answers
141 views
How is google giving every page a rank out of 10?
Hello
according to wikipedia:PageRank
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.
…
1
vote
2answers
125 views
How can I calculate the PageRank for my small network?
Hello
I have two tabled in my Mysql database
table1 has the all webpages in my network
| table1: (pages)|
|----------------|
| id | url |
…
6
votes
6answers
274 views
Pagerank and its mathematics: Explanation needed
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 …
0
votes
4answers
90 views
PageRank in a inner search engine of a CMS
Hi to everyone.
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 …
0
votes
2answers
310 views
Getting Google PageRank via an API (PHP)
Hi all,
I have a list of domains and would like to get the:
PageRank for all the domains. So just an integer, there must be an API that returns this.
The number of results in Google
The position of …
