Redirect old shop to new domain
-
I have an old Magento shop placed on a subdomain: http://webshop.teamout.dk/
Now I have created a new shop in another store system called ShopOrama on a new rootdomain:
What is the best way to get all my already indexed sites from google to redirect to my new site with the new META title + description?
I have tried the Magento > Catalog > URL Rewrite, but it contains over 500 redirects already and making custom redirects for all my sites will take a lot of time.
Because of the old site being a subdomain I can't change address in GWT.
I'm looking forward to your solutions
-
I have made redirects for all my products on my old site at:
To my new shop at:
What to do with the indexed pages of my old site? I would like the earned index status to refer to my new domain.
Using the site:webshop.teamout.dk returns 255 indexed pages:In Google Webmaster Tools I can't change the address, because of the domain being a subdomain. Any thoughts about getting my old domain indexed pages removed from Google?
-
Having that many redirects in HTACCESS will use a lot of resources, especially if you get a lot of traffic. Try to get the URL structure as close as possible to cut down on the extra redirects. If that is not possible, then you will have to take the time and manually redirect each page to the new one. 500 is not really that many, and could most likely be finished in a full day, perhaps 1.5 days.
After you get all the pages redirected to the proper page on you new site, make sure you submit and updated sitemap and fetch request to get things moving. If you notice a drop in performance after redirecting the URLs I would look into a rewrite map.
-
I am nor able to have the same URL structure.
Should I make the redirects in .htaccess?
-
Hi Nicolai,
If you can make your URL structure the same you should just be able to do a 301 redirect rule in .htaccess. If the structure is the same then you'll only need 1 redirect instead of many.
For the title & meta descriptions, update them on your new site and the updated meta data take affect once Google has indexed the new site and redirects.
Here's a resource for more info on 301 redirects: https://support.google.com/webmasters/answer/93633?hl=en
Note: If your old domain has bad links or has been penalised, you may want to consider a 302 redirect so your new site doesn't inherit the old site issues.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Moving to old site to new domain sub directory
Hi, we've moved our old site to a new domain but in a subdirectory (the shopping site has been consolidated into overarching company website's shopping section, thus the move to sub dir). Are 301 redirects from old URLs to new domain's subdirectory ex newsite.com/shopping/page-1/ sufficient for site migration? I wasn't able to use Google's site address change tool since we're moving to a subdirectory on the new domain. Thanks
Technical SEO | | SoulSurfer80 -
Slug redirect
Hi All, I'm facing a small yet big problem on one of my sites that I'll try to explain: I have a site with thousands of URL's, all with an odd link structure, like index.php/modules?=name=Video , etc I want to build a proper link structure and for that I'll have to replace that links. My question is: 1. Will I have any relevant SEO problem to do 301 redirects from the old links to the new?
Technical SEO | | nunob.staredition
2. Should I do it all at the same time or do it by parts?
3. What options do I have to avoid give not found errors / redirects for the old links? Thanks for the help.0 -
Domain Hosting
I'm currently working with a client who provides products in Ireland Is it massively beneficial for the sited to be hosted on an irish server or will there not be much difference with it being hosted in England?
Technical SEO | | Sandeep_Matharu0 -
What do I do with an old site when a new one is built?
I have a customer that has a PR 4 website with over 3000 pages of content. He decided to build a brand new website with a new domain and it now has a PR of 2. Our question is, what do we do with the old site? Do we migrate all the content over to the new site and do redirects on all the pages? Do we keep the old site up and put links over to the new site? He was just planning on shutting it down but that seemed like a complete waste of PR and SEO. What is his best course of action? Thanks for your replies.
Technical SEO | | smartlinksolutions0 -
Apache redirects
Hey all I'm handling some redirects and am fuzzy with Apache server stuff. I'm redirecting dynamic URLs and the only thing that's changing is the new domain. I have implemented this in the server file (thus far unsuccessfully): RewriteEngine on
Technical SEO | | jamesm5i
RewriteCond %{HTTP_HOST} ^.oldsite.com$ [NC]
RewriteRule ^(.)$ http://www.newsite.com/$ [L,R=301] Any ideas on what I can change to make it work? For those who are more familiar I know I'm missing something simple. Thanks as always!0 -
301'ing domain to an addon domain
My googlefu failed me in finding this... How to 301 a domain to an addon domain? Domain structure is as follows: http://addondomain.maindomain.com/ http://www.maindomain.com/addondomain/ http://www.addondomain.com/ <--(addon domain has its own domain as well) I want main domain to all point to the addon domain like so: http://www.maindomain.com/ --> http://www.addondomain.com/
Technical SEO | | JasonJackson0 -
Selecting a new domain name
If a two word domain is already taken (e.g. onetwo.com), which of the following is a better alternative? 1. one-two.com 2. onetwo.org Best,
Technical SEO | | ChristopherGlaeser
Christopher0 -
How to Redirect only specific pages to new domain
My HTACCESS FILE IS AS FOLLOWS: rewriteengine on
Technical SEO | | askthetrainer
rewritecond %{HTTP_HOST} ^mydomain.com$
rewriterule ^mydomain/(.*)$ "http://www.mydomain.com/$1" [R=301,L] #4d864805b49b5 I want to move ONLY specific pages from this domain to a new domain How do I edit my HTACCESS (which redirects http:// to www.) to move specific pages from old domain (which I have to delete) to new domain.... I.e. http://mydomaon.com/move.html needs to move to http://mynewdomain.com/move.html Where i can delete the original domains0