How to create or duplicate a page
To create a new page locate the "Main Side Navigation" where you will find the "Pages" collection. By clicking on "Pages" you can view a list of all currently created pages.
Clicking on "New Pages" button you will be redirected to the new page settings:
-
The most critical part is to decide which slug the page will use in the field "PAGE PATH". The path is expected to follow the /page/sub-page/ convention always starting and ending with a slash ( / ).
Examples:
1 - /seattle/ refers to the URL: https://main-domain.com/seattle/
2 - /seattle/groups/ refers to the URL: https://main-domain.com/seattle/groups/
-
This field assigns the bucket to which this specific page belongs. Find more info about how the bucket works [here].
-
Here you must assign the language of the page.
-
This field is used to assign the value to the lang tag of the page with the corresponding ISO Country Code.
<html lang="en-US">
...
</html>
.
[In this link] you can find a reference of the ISO Country Codes.
-
(This config only applies to the page being edited)
In which we must add title, description, OG data (image, image title and image description) and cookies.
This info should be provided and approved by SEO team.
-
Here you can reference the cookies data of this page. This data collection must be created previously.
-
Adding the ones we want to have present in our page. Remember to reference each of them correctly.
To know more about Modules Creation and their correct referencing please see [this page].