How to remove /pages from the url

Topic summary

A user wants to remove /pages/ from their Shopify page URLs but cannot find the “Navigation” option in their admin panel.

Core Issue:
Shopify’s URL structure is fixed and automatically includes prefixes like /pages/, /products/, and /collections/. These cannot be removed directly as Shopify uses them for internal content routing and organization.

Recommended Workaround:
Create URL redirects to allow cleaner URLs:

  • Navigate to Online Store > Navigation (now called “Menus” in newer Shopify versions)
  • Click URL Redirects > Create URL redirect
  • Set “Redirect from” to the clean URL (e.g., /about-us)
  • Set “Redirect to” to the full Shopify URL (e.g., /pages/about-us)

Important Limitations:

  • The browser will still display the /pages/ version after redirect
  • Only the handle after /pages/ can be edited, not the prefix itself
  • Complete removal would require headless Shopify or custom proxy setup (complex, not officially supported)

A video tutorial demonstrating the redirect setup process was provided to help with the updated interface.

Summarized with AI on October 29. AI used: claude-sonnet-4-5-20250929.

I I’ve been researching and I’ve always seen that there is a way to redirect the URL. They always say to go to “online store” and then “navigation” but that navigation item doesn’t appear to me.
Can anyone help me?

Hi @pimpaoclothing

Shopify’s URL structure is fixed and automatically includes folders like /pages/ for pages, /products/ for products, and /collections/ for collections. Unfortunately, it is not possible to remove /pages/ from your URLs directly because Shopify uses these prefixes to organize and route content internally.

Workaround: Use URL Redirects for Cleaner URLs

While you cannot remove /pages/ from the actual URL, you can create URL redirects so that visitors can use cleaner URLs without the /pages/ part, and Shopify will redirect them to the correct page.

How to Set Up URL Redirects:1. From your Shopify admin, go to Online Store > Navigation.

  1. Click on URL Redirects.

  2. Click Create URL redirect.

  3. In the Redirect from field, enter the clean URL you want visitors to use (e.g., /about-us).

  4. In the Redirect to field, enter the full Shopify URL including /pages/ (e.g., /pages/about-us).

  5. Save the redirect.

This way, when someone visits yourstore.com/about-us, they will be redirected to yourstore.com/pages/about-us seamlessly, and the cleaner URL can be used in marketing materials, links, and menus

Important Notes- The visible URL in the browser will still show the /pages/ version after the redirect, but visitors can access your page using the cleaner URL initially.

  • Shopify only allows editing the handle after /pages/, not removing /pages/ itself.

  • Removing /pages/ entirely would require a headless Shopify setup or a custom proxy, which is complex and not supported out-of-the-box.

  • You can customize page titles and remove page banners or titles via theme settings or CSS, but this does not affect the URL structure

2 Likes

Yes,

Now, in the new Shopify update the navigation named by “Menus”. I create a video for you on how you can create a URL redirection. You can watch video from here.

https://drive.google.com/file/d/16xajae0bc9mVz704knlZQZ2hmntm3386/view?usp=sharing

1 Like