redirect but page is still up

Topic summary

Main issue: Redirect built‑in Shopify routes (e.g., /products, /collections, /collections/all) to a custom landing page (/pages/inventory). Standard URL redirects won’t work because these are system-defined paths.

Proposed solution:

  • Edit theme.liquid or the specific templates for those resources to add manual redirects (HTML meta refresh or JavaScript-based redirect).
  • For Online Store 2.0 (OS2.0), a Custom Liquid block can be added to those templates to inject JavaScript that performs the redirect.

Notes/requirements:

  • More context may be needed (store URL, theme name, relevant page URLs) to tailor the implementation.

Latest update/question:

  • A follow-up asks how to change browser tab/page titles (e.g., replace “Your Shopping Cart” with “YOUR CART” to match site capitalization). No answer provided yet.

Status:

  • Redirect approach identified; requires theme/template edits or custom code to implement.
  • The tab title customization question remains open with no concrete steps given in the thread.
Summarized with AI on December 22. AI used: gpt-5.

Hey, I’m new to shopify I’d appreciate assistance on how to redirect people who type tra1t.com/products to tra1t.com/pages/inventory but the problem is tra1t.com/products is still up so url redirect wont work. How can I take this down? Along with tra1t.com/collections and tra1t.com/collections/all

You can’t use the admins navigation redirects to override defined paths like those.

You need to edit theme.liquid, or the templates for those resources to add manual redirects using either meta-refresh or javascript redirects.

If using an OS2.0 a custom-liquid block could be used on those templates using javascript finable online and the forums for creating redirects.

If you need this customization then contact me by my email for services.
Contact info in forum signature.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.

Really appreciate the help. I was wondering how I can change the tab names. For example instead of ‘Your Shopping Cart’ it’s ‘YOUR CART’ to match my sites theme as everything is in caps