Questions
-
301 from old domain to new domain
Hi, Looks like you might have already figured it out cause it redirect properly? www.organic7thheaven.com/products/deepcleansing/miraclemud.asp Redirects to http://www.7thheavennaturals.com/products/deepcleansing/miraclemud.asp/ HTTP/1.1 301 Moved Permanently => Connection => close Date => Fri, 13 Apr 2012 13:39:22 GMT Server => Microsoft-IIS/6.0 X-Powered-By => ASP.NET X-AspNet-Version => 2.0.50727 Location => http://www.7thheavennaturals.com/products/deepcleansing/miraclemud.asp Cache-Control => private Content-Length => 0 But the code would be (All one line formatting here is bad) Redirect 301 /products/deepcleansing/miraclemud.asp http://www.7thheavennaturals.com/products/deepcleansing/miraclemud.asp/ If you used the code Options +FollowSymLinks RewriteEngine on RewriteCond %{HTTP_HOST} ^(.)yourdomain.com [NC] RewriteRule ^(.)$ http://yournewdomain.com/$1 [R=301,L] SInce it appears you have the same directory structure, then technically this is a chain redirect, even though Google says this is "okay" it is preferred to do it page by page. Shane
Technical SEO Issues | | Jinx146780 -
US version of our existing website - SEO copy duplication?
Hi Kate, In my experience you may have problems with getting your sites to rank in their respective locales. I've also seen sites like this treated as duplicate content (even though they shouldn't be really). There's a couple of things that I'd recommend that you do: Target the sites via webmaster tools to US / UK as appropriate see - http://www.seo-chicks.com/1463/geotargeting-on-the-same-domain-using-xml-sitemaps.html Take steps to ensure you're targeting the right keywords (there are plenty of differences between US and UK English) Implement rel-alternate hreflang see - http://googlewebmastercentral.blogspot.co.uk/2011/12/new-markup-for-multilingual-content.html Include local signals - e.g. local telephone numbers, bricks and mortar addresses etc to help the search engines understand which locales you're targeting I hope this helps, Hannah
Intermediate & Advanced SEO | | Hannah_Smith0 -
Redirecting internal pages to another domain
Hello, No problem. That should be located in .htacess folder where the old site, www.organic7thheaven.com is located.
Technical SEO Issues | | kchan0