Loading a wordpress info page website before shopify store help

I’m stumped and need a little help with how to modify our existing shopify store’s URL without messing up internal linking, SEO, etc. so that an externally hosted information webpage loads first.

Currently, our domain points directly to our shopify store and has been for the last 5-6 years or so. My manager wants to change things up in the next month or two, specifically when it comes to customers landing on our site. Instead of our shopify store loading up, he wants an information page to load first (a wordpress based page/site that we’ve setup and is dormant on bluehost). I’ve been holding off on trying anything for fear of messing up any SEO, internal linking etc. – I need to keep all of that intact.

I thought that perhaps creating some type of forwarding or subdomain with edits to the DNS records could do the trick but I need some hand holding if this is the way to pull it off. I feel forwarding would get something stuck in a loop if not done properly. I know I can undo any changes I make but that will create down time with our store which I’m trying to highly avoid - I’d get like get it done right the first time.

I did find these helpful links that may or may not work for my situation:

https://www.christopherjmartin.com/notebook/how-add-shopify-store-subdomain-your-existing-website

https://liquify.design/all/setup-shopify-store-subdomain/

Any help on this topic would be greatly appreciated!

Hi there,
Jack from OpenThinking here!

I didn’t understand your exact needs. What do you mean with “Instead of our shopify store loading up, he wants an information page to load first”

But yeah, you can create a subdomain landing.example.com and point your subdomain to your WordPress installation.

basically you’ve your Shopify on example.com and WordPres on landing.example.com

on your landing pages create CTA button with a link to your example.com

Doing funky stuff like: visiting example.com get redirected automatically to landing.example.com and from there back to example.com is not a smart approach, and won’t work for a lot of reasons.

If you want to display some “message” before viewing a product use an overlay instead.

let me know if this works for your. If yes; accept my answer and give me thumbs up! Thank you.

Hi Jack, thanks for your reply!

The need is when someone lands on our root URL it would somehow load the wordpress site/page and not our shopify store. Problem is, our root url is our shopify store.

Thanks for the subdomain details - that is something I am going to do regardless if I can’t get it to ‘fake’ load as the root url.

Hello,

If you have both sites on the same domain, you can have one in a frame and make a trigger which removes it or hides it when someone goes to the shop.

If you’d like further assistance, please feel free to message me.

@David_Weru thanks for you reply…

Would you happen to have or know of an example of this in action on a shopify store by chance?

I have a discourse forum embedded via an iframe in my demo store.

https://lolxygen.com/pages/the-test-page

Check your private message for the password.

@David_Weru

cool! checking dm.. thanks

Still in need of help on this topic. Thanks

This is a simple fix without messing underlying search engine optimization.

If you can, have the wordpress site on the same domain, but if it works on an iframe that will be fine.

Basically iframe in the wordpress site but have the visibility hide the store and reveal the store when the user presses a button (like continue) or use a timer.

I’ve written an example below. It’s not going to disturb your seo configuration but the effect of another page appearing to load first still occurs.

On your store’s head tag do the following:


-the head tags are to show they go in the head tag.

@David_Weru thanks I may give this a shot, appreciate the help :smiley:

Good luck!

I have this same question.

What I was wondering is if I should build my home landing page (SeeYellow.com) on Wordpress for speed and SEO optimization.

And on a subdomain would be my Shopify shop on Yellow CBD: Buy Full Range of CBD Oil Products – SeeYellow.com (or shop.SeeYellow.com). My shop loads slowly (page speed = 22) and I’m unfamiliar with Shopify SEO. I do know how to use WP for SEO.

So, does it make sense to have the home page on WP and Shopify on a subdomain for site performance? I want my home page to load speed to be more like 90 and be optimized better.

Thank you!

Hello, @SeeYellow

I think you should play to your strengths. If you’re better at wordpress’ seo, then you should lean into that.

You could integrate your store into your main site which already has traffic and then sort out what’s slowing down your site while turning sales.

This is subjective to each case, so I’m chalking this up as my opinion.

1 Like

I would suggest you do just that if you’re trying to have an info page load before your store from the research I’ve googled.

The default Shopify SEO is pretty easy to setup when setting up a product listing though (its located at the bottom of the page when setting up a product listing)

If you’ve already started a store that lands on the root of your domain URL (such as my scenario) it makes it more complicated to load the info page first, though, David_weru’s has a workaround solution (in his previous post) as something to give a shot (I have yet to).