All things Shopify and commerce
Hi Guys.
I really need some help regarding redirecting from one store to another.
I have two Shopify stores A and B. A has a lot of traffic that goes to that domain, B is a fairly new site and we want all traffic from A to be diverted over to B. Its a rebrand with a completely new site.
I know I can upload a redirect CSV to store A with all the redirects BUT I can't redirect the homepage of A to B, Shopify won't allow a redirect of the homepage.
I don't want to make store A have a different primary domain, I simply want all traffic from store A flow to store B and maintain all the SEO work that has been done on A. Do I need to do something with my domain provider swell as Shopify?
Thanks for your help.
Sam
Solved! Go to the solution
This is an accepted solution.
Hi @samgwatts
From an SEO perspective, it's not recommended to redirect the site to a different domain. This will hamper your SEO in the long run. However, if the main requirement, i.e., to redirect users from the home page to a different domain, exists, we can add the following codes to the theme.liquid file.
<script>
if(window.location.pathname == "/"){
window.location = "##NEW STORE URL HERE##"
}
</script>
Note: Replace "##NEW STORE URL HERE##" with the URL of the new site where you would like to redirect.
Steps to add JS:
Step 1: Go to Online Store > Themes > Active theme > Edit
Step 2: Search for "theme.liquid"
Step 3: Add the CSS above "</head>"
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Mangit
For quick response - Message Me
BFCM: Boost sales with BOGO+ Easy Free Gift Upsell. Enter code "BFWIZZ30" to enjoy 30% OFF.
This is an accepted solution.
Hi @samgwatts
From an SEO perspective, it's not recommended to redirect the site to a different domain. This will hamper your SEO in the long run. However, if the main requirement, i.e., to redirect users from the home page to a different domain, exists, we can add the following codes to the theme.liquid file.
<script>
if(window.location.pathname == "/"){
window.location = "##NEW STORE URL HERE##"
}
</script>
Note: Replace "##NEW STORE URL HERE##" with the URL of the new site where you would like to redirect.
Steps to add JS:
Step 1: Go to Online Store > Themes > Active theme > Edit
Step 2: Search for "theme.liquid"
Step 3: Add the CSS above "</head>"
If you require further help to optimize your store, please don't hesitate to reach out. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!
Best Regards,
Mangit
For quick response - Message Me
BFCM: Boost sales with BOGO+ Easy Free Gift Upsell. Enter code "BFWIZZ30" to enjoy 30% OFF.
That's awsome. Totally did the trick!
Thank you.
User | RANK |
---|---|
48 | |
46 | |
39 | |
28 | |
20 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023