# Pages & folders

> Create, organize, and configure your site's pages — page settings, per-page SEO and scripts, hiding pages, and custom 404.

Source: https://knowledge.estage.com/workspace/pages/
Part of the ESTAGE knowledge base (https://knowledge.estage.com). Full corpus: https://knowledge.estage.com/llms-full.txt

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

## The page dropdown

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

## Creating a page

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.

## Page settings

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

### General

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

### SEO

Per-page overrides of your [site-wide SEO](/project-settings/seo/):

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

### Scripts

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](/project-settings/code-injection/), and standard
pixels in [Marketing Tags](/project-settings/marketing-tags/).

### Advanced

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

## Hiding pages and custom 404

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

:::tip
Ask the AI for structure changes too: *"move Pricing into the footer only"*, *"create a
/legal folder with Privacy and Terms pages"* — it manages pages and navigation together.
:::
