I wanted to know why my homepage has less pr then my other pages in my website that is very strange do you think it going to change in a couple of days.
Hi, That's absolutely normal, because as you can see yourself it's not called homepagerank, but pagerank, so your different pages may have different PRs. Regards,
Yeah i understand that but i don't understand why my homepage is going to have a lower PageRank because all of the inbound links are pointing to the homepage and the rest of the pages that have higher pr have no inbbound links to them.
Page rank is nothing to do with anchor text. The problem is most likely to be that google is seeing more than one page for the index page. For example if all the backlinks point to domain.com but all the internal links point to domain.com/index.html then both of these pages get a different PR. The solution is to stick to linking to one page and redirect the other variations to the page you have chosen.
I have been following this problem. It is not uncommon of late. It seems that Google does have a problem correctly attributing the proper pagerank to the home page: http://forums.digitalpoint.com/showthread.php?p=512977#post512977 http://forums.digitalpoint.com/showthread.php?p=608738#post608738 http://forums.digitalpoint.com/showthread.php?p=651419#post651419
I had this happen a few updates ago on sites that I built the links on quickly. It was like there was a damper on the homepage.
That is a possibility, though I think they simply stopped the iterations that calculate PR short. Do you remember which update, or perhaps a date you noticed the problem?
I disagree with you. If "domain.com" resolves to "domain.com/index.html", any PageRank transferred to "domain.com" will ALSO be transferred to "domain.com/index.html". However, if all your pages were linking to "domain.com" and all external links were linking to "www.domain.com", then you may get PageRank differences because Google treats a domain with or without the www. as different domains.
I think you're speaking about the Google Sandbox - if you get to many links in too short time google doesn't like that. A dmoz - Submission is the thing you can do then. This will help greetings, lionstarr
some good tips from the 'man' himself !! http://www.mattcutts.com/blog/seo-advice-url-canonicalization/
As per what many have seen, and what matt's blog outlines, this is not the case. It is best to have one central location for the homepage of your site. Why leave anything to change, always link the the same hoempage, external or internal.
Like what other than the site having links to these internal pages? I have the same issue with Alive Directory. I was expecting PR8 or at least PR7 for the homepage. It turned out to be 4, but some of the internal pages have PR6, 5, etc.
Looking at this page I cannot see any links pointing to your homepage which means that the homepage is linking to loads of internal pages but they are not linking back. This means PR passes to the homepage and flows to the internal pages and then is not flowing back to the homepage. There is a link back to your homepage but it is not referenced with an absolute url and google is clearly having a problem with this. Your link at the moment is: <a href="/"><img src="/templates/images/alivedir6.gif" border="0" alt="Entertainment" /></a> Code (markup): and needs to be changed to <a href="http://www.alivedirectory.com"><img src="/templates/images/alivedir6.gif" border="0" alt="Entertainment" /></a> Code (markup):
Interesting. Do others here agree that this would cause the result being seen? Who here knows what needs to be adjusted in PHP LD to get the result mentioned? I have the full URL in the site field, of course.
Oh yes, absolute linking all the way - it kills bugs dead. I link absolutely and saw the problem anyway, however. Still, you should do so. I think this problem is directly related to the attempts to fix bugs in Google's algos. If mad4's suggestion is not good enough, however, read this about the 302 redirect bug in Google, and I am sure you will be convinced to link absolutely.