In our CMS, content is organised using a folder-based structure, and this directly determines how URLs are generated for your website.
Index pages URL
When you create a folder in the CMS, the system automatically generates an index page for that folder. This index page becomes the main landing page for that section.
Folder name: About us
Autogenerated index page URL: /about-us/
The index page always takes the top-level URL of the folder.
Subpages URL
Any pages created inside a folder will be accessible at a nested URL, based on the folder path and page name.
Folder: About us
Subpage: Our mission
Generated URL: /about-us/our-mission
When you edit the URL of a page, you're only changing the second part of the URL.