Pages Creation

How to create or duplicate a page

Creating 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:

-

PAGE PATH

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/

-

BUCKET

This field assigns the bucket to which this specific page belongs. Find more info about how the bucket works [here].

-

ROUTE LANGUAGE

Here you must assign the language of the page.

-

ROUTE LOCALE

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.

-

SEO

(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.

-

COOKIES

Here you can reference the cookies data of this page. This data collection must be created previously.

-

MODULES

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].