View Single Post
  #1 (permalink)  
Old 11-14-2005, 09:27 PM
seachgeek seachgeek is offline
WebProWorld New Member
 
Join Date: Apr 2005
Posts: 16
seachgeek RepRank 0
Default Why Google (again) behaves like this?

Hi,
A year back i posted in this forum about Google showing 2 different PR for my website. It was as follows:

http://wwww.lavacards.com PR5
lavacards.com PR2

Few of the WebPro Members suggested me that Google sees 2 diff. URL's so this happens. They suggested me a 301 redirect through .htaccess

and my problem was solved. Then the second URL was redirected to the first one with "http://"

BUT,
Again after the Jagger update... the above site is showing 2 diff. URL's with 2 diff PR's. Thus my sites unique visits had also gone down (as it happened a year ago.)

Here is the .htaccess file i've uploaded:-

Options +FollowSymLinks
RewriteEngine on
RewriteCond %{HTTP_HOST} ^lavacards\.com [NC]
RewriteRule ^(.*)$ http://www.lavacards.com/$1 [L,R=301]

Please let me know why Google (again) behaves like this??

Note: My other site 123lovecards.com dosent have 301 redirect.. but still shows PR4 for both type of URL's.

Reg,
Salil
Reply With Quote