# Managing Site Pages & URL Slugs

Learn how to add, rename, configure SEO settings for, and delete Site Pages.

A Club Creator website can contain multiple **Site Pages** (e.g. `/`, `/about`, `/schedule`, `/contact`). You can create and manage these routes directly within the Page Builder.

## Step 1: Open the Pages Menu

In the Page Builder header bar, click the **Pages** dropdown selector.

![Pages Dropdown Menu](/images/guides/site-pages/step-1-pages-dropdown.png)

The dropdown displays all existing pages with their display names and URL paths. Clicking any page switches your active editing canvas to that page.

## Step 2: Creating a New Page

Click the **+ Add New Page** button at the bottom of the dropdown menu to open the page creation modal.

![Create New Page Dialog](/images/guides/site-pages/step-2-create-page-dialog.png)

Fill in the page details:
1. **Page Name**: The human-readable title (e.g. `Join Our Team`).
2. **URL Slug**: The web path for the page (e.g. `/join`). The builder automatically generates a clean URL slug as you type the name, while validating that no conflicting paths exist.
3. **SEO Title (Optional)**: Specific title tag for this page on search engines.
4. **SEO Description (Optional)**: Specific meta description for search engine snippets.

Click **Create Page** to generate the new route and start adding blocks.

## Step 3: Editing Page Settings & Deleting Pages

Inside the Pages dropdown, click the **Edit (pencil icon)** button next to any page to modify its name, URL slug, or SEO parameters.

To delete a page, click the **Delete (trash icon)** button. Note that the **Home Page** (`/`) is protected and cannot be deleted.
