How can I remove '/Pages' from my store's URL?

Hi @Lizzy I am not a developer and am new to Shopify. After reviewing this entire thread, this appears to be the only recommendation that will provide a fix until Shopify fixes this globally. Can you tell me where I need to put this code you mentioned above?

POST /admin/redirects.json
{
  "redirect": {
    "path": "/about-us",
    "target": "/pages/about-us"
  }
}

I just want to get it fixed as simply as possible for now. Thank you so much for your help and patience with all of our frustrations with this.

2 Likes