Custom Pages
Create additional pages on your Sites website for announcements, about us information, sponsor details, events, or anything else your station needs.
What are custom pages?

Custom pages are full-width content pages that you create and manage from the dashboard. Each page gets its own URL on your Sites website:
https://sites.autopod.xyz/station/{stream-id}/page/{your-page-slug}
Or with a custom domain:
https://www.yourstationname.com/page/{your-page-slug}
Creating a custom page
- Go to Stream Settings → Sites → Pages tab
- Click New Page
- Configure the page settings:
| Setting | What it does |
|---|---|
| Title | The page name (shown in the header and browser tab) |
| Slug | The URL path — e.g., about-us becomes /page/about-us |
| Published | Toggle visibility — unpublished pages return a 404 |
| Navigation Order | Position in the site navigation (leave empty to exclude from nav) |
| Navigation Label | Custom label for the nav menu (defaults to the page title) |
- Add content blocks (same block system as the Homepage Builder)
- Click Save
Content blocks
Custom pages use the same block system as the homepage:
| Block type | What it does |
|---|---|
| Text | Markdown text — headings, paragraphs, lists, links |
| Image | Image with URL and alt text |
| Embed | Third-party embed (YouTube, Spotify, etc.) |
| HTML | Raw HTML for advanced content |
| Episode List | Show episodes from a specific show or stream-wide |
| Schedule | Display today's schedule inline |
You can add as many blocks as you need and reorder them by dragging.
Adding pages to navigation
To make a custom page appear in your site's navigation menu:
- Edit the page
- Set a Navigation Order (e.g., 1, 2, 3 — lower numbers appear first)
- Optionally set a Navigation Label (otherwise the page title is used)
- Save
Pages without a navigation order are still accessible via their URL but won't appear in the menu.
SEO settings
Each custom page can have its own SEO metadata:
- Meta Title — Custom title for search results (defaults to page title)
- Meta Description — Description for search results
Example custom pages
About Us
- Slug:
about-us - Blocks: Text (station history and mission), Image (team photo), Text (contact information)
Schedule of Events
- Slug:
events - Blocks: Text (introduction), HTML (event calendar embed), Text (how to get involved)
Sponsors & Partners
- Slug:
sponsors - Blocks: Text (thank you message), Image (sponsor logos), Text (sponsorship enquiries contact)
Listen Guide
- Slug:
listen - Blocks: Text (how to listen on different devices), Episode List (latest episodes), Embed (live player)
Managing existing pages
From the Pages tab, you can:
- Edit any page — change content, settings, or SEO
- Unpublish — Hide a page temporarily (returns 404 to visitors)
- Delete — Remove a page permanently
Tips
Choose short, descriptive slugs like about, events, or sponsors. These become permanent URLs — changing a slug later will break any links people have shared.
If a page is seasonal (e.g., a summer festival page), unpublish it between seasons rather than deleting it. You'll keep all the content for next time.