Hello, Has anyone noticed it google differentiates between http://www.domain.com and http://domain.com !!
if we redirect, will the SERP result become only 1 too ? not different anymore. ( takes higher one ? ) thanks
i don't know if it will take the higher one (assuming that you redirected the lower one to it) but once it is crawled/indexed/cached, then it will be 1.
You'll benefit from redirecting one to the other. At the moment if you get links to both then you half the power of your link straegy. Redirecting will 'credit' all the links to one or the other and you'll rank better.
you must 301 redirect them, it is a simple task: RewriteEngine on RewriteCond %{HTTP_HOST} ^yoursite.com [NC] RewriteRule ^(.*)$ http://www.yoursite.com/$1 [L,R=301] the nonwww pages should hand over their pagerank to the www pages.