Pages
Import a Page
You can import a page in two different ways:
- From Another Page (Copy): Duplicate an existing page within your project.
- Or From File: Import a page that you have previously exported as a file.
Add Metadata for SEO
You can enhance your page’s SEO by adding metadata. Metadata helps search engines better understand your content and improve how your pages appear in search results.
When adding metadata, you can choose between two attribute types: - Name — typically used for standard meta tags like description or keywords.
- Property — often used for Open Graph or social media metadata (e.g., og:title, og:image).
After selecting the type, enter both the attribute (name or property) and its description/content.
Example (Using a Name)
If you want to add a meta description for SEO, you can set: - Type: Name
- Attribute: description
- Content: A brief summary of your page, e.g.
"Discover our latest blog posts on web design, SEO, and digital marketing trends."
This will generate the following HTML meta tag:
<meta name="description" content="Discover our latest blog posts on web design, SEO, and digital marketing trends.">
Edit Page Layout
Each page can use a different layout, which you can select at the bottom of the Edit Page Settings panel.
Using page layouts helps streamline website development by reducing repetitive work. When used effectively, page layouts allow you to:
- Define global slots — slots filled with global data blocks that are defined once and automatically updated across all pages using them. This is especially useful for elements like headers and footers.
- Create different layouts — such as two-column structures, custom grids, and more.
- Customize appearance — by applying unique backgrounds and CSS styles for each layout.