Hide storefront
-
Hey, how can I completely hide everything frontend related from my domain while also keeping access to API and admin panel?
I don't want google to pickup the domain for bagisto store at all, because I use my own frontend written in Nuxt from scratch and I use bagisto only as a headless CMS.
If I go to channels and set the main channel to maintenance mode then all the api requests are failing.
-
Could you please elaborate on your concern more clearly, as I am having trouble understanding your query? I would really appreciate it.
Thanks!
-
I have bagisto app on my subdomain
it has the entire store that bagisto provides, products, categories, shopping cart etc. everything.
then I have https://admin.example.com/admin
this is where the admin panel is - which I use
On my main apex domain, https://example.com
I have my ecommerce website that I develop in Nuxt 3 from scratch. I source all the data displayed on that website from database and backend provided by Bagisto
(all my api endpoints go to https://admin.example.com/api/v1/...)
What I want is that when you go to https://admin.example.com and every other subroute of that page, for example https://admin.example.com/product-1, https://admin.example.com/page/about-us etc (basically every single SHOP view) I wan't it to NOT EXIST.
I'm not using it, and I don't want google or my clients to confuse this for the actual website (which is https://example.com)
HOWEVER, I'm still using admin panel (https://admin.example.com/admin) and I'm still using REST-API, so I can't just turn maintenance mode on.
Hope that clarifies it.