Content > Pages
.

- one or more Sections configured, which can be considered as modular components that make up the content of the page.
- a name: a meaningful name to understand what this page represents. It does not affect the user interface or page metadata, only displayed in the page listing in the admin.
- a path: represents the URL that page will be accessible to your users. It
can be static (e.g.,
/posts
) or dynamic (e.g.,/posts/:slug
,/search/*
), following the URLPattern scheme.
Creating a new page
Click on Pages in the top menu and you will be able to see all the published pages on the website, along with the path they are accessible to your users.
You can duplicate or delete pages using the extra actions in the page listing (3-dot icon).To create a new page on your website, click on the Create button in the top right corner of the page list. A form will open with the fields: name, path, and template. Template allows you to create a page based on the content of another page (optional field). Once created, you will be redirected to the page editor. Now you can edit and add new Sections available on your website and configure the page the way you want.
Editing a page
To add a new Section to the page, click on the Add Sections button in the editor and check all the available options.
- A global section has already been configured and can be used by one or more pages. Changing the properties of a global section will reflect that change in all the pages that use it.
- A local section will be configured within the page and only exists with that configuration on that page (not shared among other pages).


Varying a Section
A variant allows the section to have a different configuration when a certain condition (matcher) is satisfied. This condition can be something previously configured (from a saved matcher) or you can configure it based on an element from the matcher library.

Important: Matchers are tested in the order they are placed, from the first (top) to the last (default). When a matcher is satisfied, it is immediately executed and no other subsequent conditions are tested, regardless of any other matcher that may satisfy the configured condition.
Editing the SEO of a page
The SEO of a page follows the defined pattern on the website. It is possible to customize the SEO of a page by editing the SEO from the SEO editing option.
Publishing changes
The page will be updated with every edit made. These changes are specific to the environment you are working on (initially, staging). A change in the environment is not reflected in the production environment until that change is published.
Varying a page (segmenting pages)
A variant allows you to create a different view of a page based on specific conditions. A variant can be added by clicking on the flag symbol (🏳️).

Important: Matchers are tested in the order they are placed, from the first (top) to the last (default). When a matcher is satisfied, it is immediately executed and no other subsequent conditions are tested, regardless of any other matcher that may satisfy the configured condition.