Skip to content

Pages & folders

The page selector in the top toolbar (next to your project name) is the home of your site’s structure.

Click it to see:

  • Search — filter pages by name.
  • Your pages — click one to switch the preview to it.
  • Folders — expandable groups of pages for larger sites.
  • Blog (when the blog module is on) — recent posts and a Manage posts button.
  • Add page and Add folder buttons at the bottom.

Each page row has a ⋯ menu with Settings and Delete. Folders have Rename and Delete (deleting a folder moves its pages back to the root — it doesn’t delete them).

Click Add page, give it a name (the URL slug is generated automatically, editable), and create. You can also just ask the AI — “create an About page with a team section” — which both creates and fills it.

Open ⋯ → Settings on any page. Settings are grouped in tabs:

  • Name and slug (the URL path).
  • Hide from navigation — keeps the page live but out of your site’s menus.

Per-page overrides of your site-wide SEO:

  • Title and meta description
  • Social-share (Open Graph) title, description, and image
  • Canonical URL
  • Robots rule (index/noindex)

Code that loads on this page only — a pixel for one landing page, a widget for one route. Site-wide code belongs in Code Injection, and standard pixels in Marketing Tags.

Structured data (JSON-LD) for rich search results.

  • A hidden page stays accessible by URL but disappears from navigation. Useful for thank-you pages, drafts, or campaign-only landings.
  • Your site automatically serves a 404 page for unknown URLs; you can designate a custom page as the 404 route in its settings.