Tagged Questions
The pagerank tag has no wiki summary.
14
votes
11answers
4k 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 ...
12
votes
6answers
1k 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 ...
10
votes
5answers
977 views
Getting Good Google PageRank [closed]
In SEO people talk a lot about Google PageRank. 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 ...
7
votes
4answers
122 views
Which SEO practises are likely to be responsible for SO questions appearing so quickly in Google searches?
Does anyone have some idea as to how come questions posted here on SO are showing up so quickly on Google?.
Sometimes questions submitted are appearing as the first 10 entries or so - on the first ...
7
votes
4answers
1k views
Is there a way to programmatically access Google's search engine results?
Does google offer a way to programmatically see their search engine results for a certain query?
I want to build a tracking application so that a user can see what rank on the google results their ...
7
votes
5answers
9k views
Getting Google PageRank via an API (PHP)
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 the word ...
6
votes
2answers
617 views
script to find pagerank of domain
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 provider of ...
5
votes
10answers
1k views
How to evaluate a search engine?
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 algorithm ...
4
votes
2answers
72 views
Algorithms/Techniques for rating website (PageRank aside)
I'm looking for algorithms/techniques that are able to present the importance of a a single webpage. Leaving PageRank aside, are there any other methods of doing such a rating based on content, ...
4
votes
1answer
110 views
Expiring Page Rank algorithm
I'm looking for an algorithm that does some sort of page ranking, but gives less value to pages as they get older.
All algorithms I have seen do the opposite (give older domains more value).
Help ...
4
votes
6answers
1k views
Does URL Shortening affect Page Ranking?
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 ...
4
votes
2answers
706 views
Google Page Rank - New Domain / Link Structure Migration
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 ...
4
votes
3answers
2k views
How can I get a history of a website's PageRank?
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 ...
3
votes
1answer
101 views
Detecting faked pagerank
Does anyone know how I would go about detecting faked pagerank in a php script im writing to run checks on a domain?
I understand that PR is faked when someone sets up a specific 301 redirect to a ...
3
votes
1answer
418 views
getting pagerank
how can I retrieve pagerank of any page indexed by google ?
Has google any api or page for this ??
3
votes
1answer
599 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 ...
3
votes
4answers
138 views
2
votes
0answers
64 views
.htaccess which somehow prevents Google to put some PageRank on my domains
I am using the following .htaccess code on all my domains since 2+ years ago on some projects, but no one of the websites build has ever got any Google PageRank, at least '1' bar. On all websites on ...
2
votes
2answers
111 views
How many PageRank algorithms are there?
Yesterday I was giving a presentation in my college about PageRanking in Google.It all went well until my professor asked me the question How many Pagerank algorithms are there? .I was just not ...
2
votes
3answers
355 views
Understanding the Math Behind PageRank and Similar Algorithms
I've looked at a bunch of resources provided by similar questions asked on this site, the most helpful so far has been found in this discussion, and the resources linked here: PageRank Explained..
...
2
votes
2answers
59 views
Does Participating in social network increase page rank?
HI,
I would like to know whether particpating in social networking sites and placing my website link there increases backlink.
And also does search engine crawl those links.
Please provide me ...
2
votes
2answers
495 views
Page Rank api for Bing,Yahoo in Java
Is there any Bing api, yahoo api to find page rank of a keyword or Domain name on its search.
Thanks in Advance
2
votes
2answers
295 views
Does google index pages with opacity:0 or hidden or display:none
Does google index pages with opacity:0 or hidden or display:none
2
votes
4answers
251 views
Google Page Rank Calculation
I had developed a site. While I Google search it, it comes up in 1st for 3 different search terms but it still hasn't got a page rank. Whats the meaning of this?
2
votes
4answers
414 views
How to optimize my PageRank calculation?
In the book Programming Collective Intelligence I found the following function to compute the PageRank:
def calculatepagerank(self,iterations=20):
# clear out the current PageRank tables
...
2
votes
2answers
336 views
How to get the Google PR of a URL programatically
I'd like to get the Google page rank of a url in my PHP code. How can this be done?
2
votes
3answers
1k views
Mod_rewrite doesn't work for a url beginning in % (percent sign)
There are several links pointing to a site I manage in which the webmaster mistakenly included a space between the domain name and the page name:
www.domain.com/ page.html
When the user ...
2
votes
9answers
2k 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 ...
1
vote
1answer
52 views
page/title.html or page/title for craw rate or seo [closed]
Which one do you think is better regarding crawling rate, pagerank, seo etc.?
www.url.com/page/title.html
or
www.url.com/page/title
Thanks
1
vote
1answer
54 views
PHP Pagerank Class
I have a AMPPS Stack for Mac and I am trying to make a PageRank webtool which will allow to show the PageRank of any site.
I have the following Class :
...
1
vote
1answer
27 views
Pagerank in website directories [closed]
I have a website that I want to work as a public-facing employee profile for people in my company. Each employee has a page like http://companyname.com/[EmployeeName], and then users on the site have ...
1
vote
0answers
92 views
Find average google pagerank for particular keywords
I need to develop web-based application that can compute or analyze the google average page rank of a keyword. It is the top 10 sites of that keyword in google. It is telling the script to add the pr ...
1
vote
1answer
33 views
Efficient Redirect code for the htaccess
Looking for an efficient Redirect code for the htaccess.
There are about 200 links (practically all requests will go through the redirect)
Goals:
http://example.com/pages.shtml to be redirected ...
1
vote
0answers
29 views
Order of Stochasticity and Primitivity in Page Rank algorithm
In the Page Rank Algorithm does one apply the Stochasticity adjustment before the Primitivity adjustment or the other way round.
1
vote
5answers
264 views
Do (Google) robots / crawlers follow links if the 'rel=“nofollow”' is set through javascript?
I want to keep bots from following my external links through rel=nofollow.
I have 2 questions about it:
1) Does this really help my page ranking (I heard a SEO guy saying this, as it the page ranking ...
1
vote
2answers
304 views
Website to check page rank based on keyword
I'm wondering is there any way to check google page rank of a page of my website/blog based on a search keyword?
And not just the page rank, but the position/page.
For example, if I have a blog ...
1
vote
2answers
387 views
Implementing PageRank using MapReduce
I'm trying to get my head around an issue with the theory of implementing the PageRank with MapReduce.
I have the following simple scenario with three nodes: A B C.
The adjacency matrix is here:
A ...
1
vote
1answer
401 views
pagerank implementation in java
i am planning to implement page rank for my internal project and i got some thing using this article wikipedia
can any one tell me how can i implement it practically in java .. or the logic
1
vote
1answer
145 views
Pagerank - Trouble
I'll show you 2 scenarios (N.B. d=damping factor=0.5)
First scenario : suppose to have 4 nodes A, B, C, D :
B, C, D link on A.
PageRank is :
PR(A)=0.5 + 0.5*(PR(B)+PR(C)+PR(D))
I can resolve ...
1
vote
5answers
208 views
1
vote
2answers
73 views
Regaining Google PageRank
My companys site was down for about a week due to domain expiration :(
This has hurt our page rank...keywords that used to result in the company's website showing up, no longer do so...
Is there ...
1
vote
4answers
106 views
Google PageRank - How important is it?
We're just trying to optimise our SEO procedures and have read about Google pageranking not being a factor these days.
But does that mean that a link from a site with a pagerank of 0 is going have ...
1
vote
3answers
262 views
What's google's position on programmatically querying pagerank?
Is there a public API for programmatically querying pagerank? If so, for what level of volumes would it be permitted for a service to use it?
1
vote
1answer
196 views
Finding Pagerank in google
I would like to know the algorithm to find out the page rank in google search.
Currently I am using php and curl method.
starting from 0 - until found or time limit i submit it to google with ...
1
vote
1answer
512 views
Python Implementation of PageRank
I am attempting to understand the concepts behind Google PageRank, and am attempting to implement a similar (though rudimentary) version in Python. I have spent the last few hours familiarizing myself ...
1
vote
0answers
33 views
My domain PageRank shows as unavailable, why is that?
My domain, http://www.anovaordemmundial.com , has been snatched by some opportunist when I failed to renew the domain. I know, it's all my fault :/ . After I have being ripped off and bought my domain ...
1
vote
1answer
254 views
Calculating pageranks for a sparse directed graph with high percentage of deadlinks
I am a graduate student in computer science at Indiana University, Bloomington. For one of my research projects, i am working on calculating pageranks for a directed graph which is very sparse and has ...
1
vote
2answers
77 views
How to find out top links in a website?
I want to know what are the best links in a site are? It may be pagerank wise or popularity wise. For example http://www.pragprog.com is a site. I want to find out what are the most relevant links ...
1
vote
0answers
152 views
I need an OpenOffice Calc formula to fetch the Google PageRank for the top 5 listed results of a given search term
I have a list of search terms:
A | B | C | D | E |
_______________________________________________________________
1 | SEARCH TERM PR #1 ...
1
vote
0answers
62 views
Determining an a priori ranking of what sites a user has most likely visited
This is for http://cssfingerprint.com
I have a largish database (~100M rows) of websites. This includes both main domains (both 2LD and 3LD) and particular URLs scraped from those domains (whether ...