/
Last updated:
Quick Start:
/about
, /blogs/:slug
).In the editor, go to the left-hand Pages panel and click the three dots next to a page to access Page Settings.
In Page Settings, you can configure the following: page path (URL), page type, published status, and SEO settings.
The Page Name is primarily for the website administrator to distinguish pages in the editor—it is not visible to users.
Example:
For more on SEO, see: SEO Settings
A URL (Uniform Resource Locator) is the address of your page on the web. Think of it as a "house number" that tells the browser where to find your content.
Example: If the page URL path is /blogs
, users can access it via:https://{your-domain}/blogs
/
./404
to display when users visit a non-existent page./index-old
).Semantic URLs improve SEO and user experience.
/about
, Contact → /contact
/blogs/about-creght
For CMS Detail Pages, there is no fixed URL. For multiple dynamic pages (like blogs), use a slug variable:
/blogs/:slug
Combine this with the slug field in your CMS to generate dynamic URLs.
There are two types of pages:
The main difference is that CMS Detail Pages must be linked to a CMS:
Components like images or text can then bind to the selected CMS fields.
For more on CMS, see: Content Management – CMS
Enable Smooth Scrolling to achieve a smoother scrolling experience using the plugin. You can toggle this feature on or off to compare the difference.
By default, new pages are published. Once the website is live, the page is accessible to users.
Switch a page to unpublished to hide it from users and search engines—useful for pages still under construction.
For detailed SEO settings, see: SEO Settings