Reply
Understanding Pagerank
Old 02-27-2006, 10:32 PM Understanding Pagerank
Junior Talker

Posts: 2
hey Guys,

Just a quick question in regards to page rank.

for our website www.lunchtime.com.au we have a pagerank of 3/10
for our domain lunchtime.com.au we have a pagerank of 5/10

Is that right they are different?

How can I raise the www pagerank?

Why would they be different.

How does this affect google listings? A link to lunchtime.com.au or www.lunchtime.com.au is the same thing.

Thanks

Mark
relientmark is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 02-27-2006, 10:41 PM Re: Understanding Pagerank
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,114
Name: Matt. (>',')>
Location: London, England.
google sees www.domain.com and domain.com as different sites. As each of these urls (siites) has a different amount of bcklinkks they have a different page rank..

Use a modrewrite to keep them all the same.

Put this is a htaccess file to focuus all PR to www.domain.com, Its a 301 permenent redirect, It should also pass on page rank
Code:
RewriteEngine On

RewriteCond %{HTTP_HOST} !^www\..* [NC]
RewriteRule ^(.*) http://www.%{HTTP_HOST}/$1 [R=301]
Edit:
Also, Its imporatnt when building your site that all internal links link to the same url.
Its no good having a link to domain.com on one page and a link to www.domain.com on another.

Last edited by stOx : 02-28-2006 at 02:43 AM.
stOx is offline
Reply With Quote
View Public Profile Visit stOx's homepage!
 
Old 03-02-2006, 05:46 AM Re: Understanding Pagerank
Experienced Talker

Posts: 41
this probably happened because you have promoted both www . domain and domain
__________________
web directory
rehash is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Understanding Pagerank
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11469 seconds with 12 queries