Skip to main content

How folders and pages shape your URLs

Learn how folders define URL paths in Studio.

Updated over 2 weeks ago

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.

  • This does not affect the folder name in the path e.g. /about-us/changed-part > /about-us/ remain unchanged.

  • To change the folder name in the URL, you’ll need to edit the folder settings directly.

Did this answer your question?