I made a redirect to my new domain: RewriteEngine on Options +FollowSymlinks RewriteRule (.*) http://www.domain.com/$1 [R=301,L] in .htaccess Did i do it right? Won't there be any duplicate content issues?
if you are redirecting to a new domain and both the domains have same content, then you can use this meta tag on the old domain to avoid dup content penalty <meta name="ROBOTS" content="NOINDEX"> Code (markup):
Ii removed the files from old domain, leaving only this redirection. How i should do it proper? I thought thats the proper way of 301 redirect.
Google consider WWW and non-WWW version of domains as two independent websites and index them separate, thus creating a duplicate website problem. just u have selected a highest pr website both www and non www version and then redirect 301.