Forum Moderators: open
Both
www.mydomain.com AND
www.mydomain.com/default.asp
are indexed in Google. Of course, they are the same page. I doubt I'm getting penalized for that, but I keep reading that Google may lower rankings for sites with duplicate content. Should I be worried?
At the moment, Google thinks that www and non-www are two separate sites showing the same content, so it drops one of them. Unfortunately for you, it dropped the "wrong" one. If you use a 301 redirect then the one you want listed will be displayed again, and the other will disappear. It will take about 4 to 8 weeks for Google to correct the listings though. Make sure that all incoming links are to one version of the URL (preferably the one with the www in it). If you take no action then things will only get worse than they are now.
.
>> www.mydomain.com AND www.mydomain.com/default.asp <<
Make sure you have either a 301 redirect from / to /default.asp or that you make sure that all links (internal and external) point to the server root only. The latter is preferred.
.
See also: [webmasterworld.com...]
Options +FollowSymlinks
RewriteEngine on
RewriteCond %{HTTP_HOST}!^www\.yourdomain\.com
RewriteRule ^(.*)$ [yourdomain.com...] [R=permanent,L]
I did it and it worked. Is this going to solve my google problem in the long run or do i still need to figure out the 301 redirect?
search for any of our keyphrases and you see two listings for the same page:
www.website.com
and www.website.com/+keyword1%20keyword2
I spent the entire day checking through my site looking for a link like this as well as checking all of my backlinks and nowhere is there a link to this url. All of my listings were showing this strange url, no matter the keyword, it always showed our +primary%20phrase after the "/"
I suppose it's nice having a double listing as far as occupying two spots (no drop), but I am uneasy about what effects it will have as far as duplicate content and/or dropped rankings.
btw: I have had no bad effects from florida, very clean and stable PR7 static html site of about 300 mostly text pages of informative content all related to environmental issues that has been top 5 for dozens of popular phrases for 1-2 years (except during dominic).
I have also noticed a few really strange urls indexed that trigger some websites 404 redirects. Any ideas why G is indexing the same page twice and now indexing non-existent urls? I thought for a while that some of these sites had some strange way of adding the search phrase to their url, but now it looks like Google is adding it in on their own.
my3cents
If you have carefully managed to ensure that all backlinks include the www. prefix all a competitor has to do is to add a few backlinks to your site omitting the www. prefix
This is not guaranteed to do harm, but it's very easy to do so a vindictive person might try it.
GG, would you care to comment.
Kaled.