View Single Post
Old 01-23-2006, 03:12 AM   #13 (permalink)
Davilac
Inactive
 
Davilac's Avatar
 
Join Date: 01-14-06
Location: Barcelona - Spain
Posts: 57
iTrader: 0 / 0%
Latest Blog:
None

Davilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really niceDavilac is just really nice
Quote:
Originally Posted by madkad
i dont understand what you meen on these
You maybe don't, but a search engine thinks www.mydomain.com and http://mydomain.com are different domains, cause in fact are in different subdomains. This can report you a duplicated content issue. To fix that:
-Choose if you want your site to be with www or without.
-Place a 301 redirect in the subdomain you won't use. To do this:

If you choose the nonwww form, add this code to your .htaccess:

Code:
Options +FollowSymLinks RewriteCond %{HTTP_HOST} . RewriteCond %{HTTP_HOST} !^domain\.com$ RewriteRule (.*) http://domain.com/$1 [R=301,L]
But if you like www form, then place this code:

Code:
Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} !^www.domain.com RewriteRule ^(.*)$ http://www.domain.com/$1 [R=permanent,L]
Quote:
Originally Posted by madkad
when you say "Check if you're in Sandbox." can this be check i didnt think it could if so how?
I have not enough time, please somebody help him, but basicly, if you are not in top 200 with normal search (use google.com/ie to check it faster), but you are in Top 20 with allinanchor:keyword and with keyword -dahdladlhfhldfahldhldaffhldfakhfddflah, then you maybe are in sandbox, but as I said, this is not exactly the best way to check it, cause i've no time.
Davilac is offline   Reply With Quote