Hi, there!
Lisa here from the Social Care Team. The navigation redirect will not help with what you’re trying to achieve by removing ‘pages’ in your URL. Please try the instructions in this document here to update the path to the target URL.
When you provide a full URL as the value of the path property, it will be saved as an absolute path without the domain. For example, “path”: "http://www.johns-apparel.com/springwear" will be saved as “path”: “springwear”.
You then need to create a manual redirect by allocating this path to its target:
POST /admin/redirects.json
{
"redirect": {
"path": "/about-us",
"target": "/pages/about-us"
}
}
Hopefully, this will help mask the ‘pages’ and allow you to just show .com/about-us when sharing your page.
Best of luck!
- Lisa