My pages
The My pages page (/app/web/pages) is the manager of custom CMS pages of your public site. This is where you create the classic pages of an institutional site: About, Contact, Legal notices, Privacy policy, Community history, blog articles, descriptive sheets β in short, all the pages whose URL and content you decide yourself.
"System" pages (schedules, events, galleries, home, etc.) are automatically generated by Unisoft from the dedicated modules β you don't have to create them here.
Access the pageβ
In the backoffice, expand Website in the left sidebar, then click on My pages.
The direct URL is /app/web/pages.
Anatomy of the listβ
In the center of the page, a table presents all your CMS pages with the following columns:
| Column | Content |
|---|---|
| Creation date | Day the page was created |
| Name | Internal label (used only in admin) |
| URL | Public address of the page β clickable, opens the site in a new tab |
| Title | SEO title (visible in the browser tab and in Google) |
| Description | SEO description (short summary displayed by search engines) |
| Action | Edit buttons and More menu (enable / disable) |
| Editor | Direct access button to the content editor |
Enabled / Disabled tabsβ
Above the table, two tabs filter the display:
- Enabled β published pages, visible on the public site.
- Disabled β archived pages, kept in database but invisible on the public site side.
The number of pages in each state is displayed in parentheses.
Searchβ
The Search a page field (top left) performs a full-text search on the label, title, and description. Type a few characters to instantly filter the table.
Paginationβ
By default, 20 pages per page. The arrows at the bottom of the table allow navigating between pages when you have more.
Create a new pageβ
- 1
Click 'Create a Page'
The button is at the top right of the table.
- 2
Fill in the edit form
A modal opens, asking for the essential information (see the field details below).
- 3
Validate
The page is created immediately in the database. It appears in the table, in the Enabled tab if enabled.
- 4
Edit the content
Click the editor button to the right of the row to open the WYSIWYG editor and enter the visible content.
Form fieldsβ
| Field | Required? | Description |
|---|---|---|
| Label | Yes | Internal page name (displayed in admin only, multilingual). E.g.: About us. |
| URL | Yes | Page URL segments. E.g.: about-us will produce https://[org].unisoft.world/about-us. For a hierarchical page: blog/article-1 will produce β¦/blog/article-1. |
| Title | Yes | Multilingual SEO title (<title> tag). Visible in the browser tab and in Google results. |
| Description | No | Multilingual SEO description (meta description tag). Short summary displayed by Google. |
| Advanced SEO | No | Additional metadata (keywords, OG image, robots, etc.). |
| Multi-language association | No | Allows associating this page with its version in another language. |
Edit a page's contentβ
Once the page is created, the visible content is written in the WYSIWYG editor (What You See Is What You Get), accessible via the button in the Editor column of each row.
The editor opens in a new view; you can:
- Format text (titles, bold, italic, lists, quotes, etc.).
- Insert images (drag-drop or upload).
- Insert call-to-action buttons with link.
- Insert structured blocks (boxes, separators, columns, etc.).
- Preview the rendering on the public site side.
Once the content is saved in the editor, it is immediately visible at the page's public URL (provided the page is enabled).
Enable or disable a pageβ
An enabled page is published and accessible on the public site at its URL. A disabled page no longer appears on the visitor side, but remains stored in database (with its content, its metadata) β just reactivate it to bring it back online.
Disable a pageβ
- On the relevant row, click the More menu (three-dot icon).
- Select Disable the page.
- Confirm in the popup ("Are you sure you want to disable this page?").
The page immediately moves to the Disabled tab.
Reactivate a pageβ
- Go to the Disabled tab.
- On the relevant row, click More β Enable the page.
- Confirm.
The page returns to the Enabled tab and becomes visible on the public site again.
The system home page (MAIN_PAGE)β
A special page exists in this list: the system home page (internal type MAIN_PAGE). This is the main page of your site, the one served at https://[your-organization].unisoft.world/.
Particularity: the Edit button (blue pencil) is disabled for this row β it is not modified via this edit form. The structure and content of the home page are managed from the Site theme page, in the Hero and Home sections tabs.
Multi-languageβ
The label, title, and description are multilingual: a language selector appears above the relevant fields (FR / EN / HE / etc., depending on the languages enabled for your organization). Enter each translation in the corresponding language.
The URL, however, is unique regardless of the language. If you want two distinct URLs (/about-us in English and /qui-sommes-nous in French), create two separate pages and link them with the Multi-language association field.
Complete example β Create an "About us" pageβ
Yossi Mizrahi, head of the Beth David community, wants to publish a presentation page.
- 1
Open My pages
He goes to Website β My pages (
/app/web/pages). - 2
Click 'Create a Page'
At the top right of the table.
- 3
Fill in the information
- Label:
About us - URL:
about-us - Title:
The Beth David community β about us - Description:
Discover the history, values, and team of the Beth David community, in the heart of the Parisian Jewish quarter.
- Label:
- 4
Validate
The page appears in the table, in the Enabled tab.
- 5
Edit the content
Yossi clicks the Editor button (to the right of the row) β the WYSIWYG editor opens. He writes the content: history of the community, presentation of the rabbi, administrative team, values.
- 6
Check online
He opens a new tab at
https://beth-david.unisoft.world/about-usβ the page is online. - 7
Add to the menu (optional)
So that visitors easily find this page, Yossi goes to Site menu (
/app/web/menu) and adds a link to/about-us.
Best practicesβ
Pitfallsβ
See alsoβ
- Site theme β edit the system home page and home sections.
- Site menu β add a custom page to the navigation menu.
- Site configuration β social networks displayed in the footer.