Managing Pages
Your website comes with a set of built-in pages that you can enable, disable, and configure individually. The Pages manager lets you control which pages are visible to visitors and customize their content.
Accessing the Pages Manager
Navigate to Website → Pages in your dashboard sidebar.
Available Pages
| Page | Default | Description |
|---|---|---|
| Home | Enabled | Your main landing page, customized through the Visual Editor |
| Listings | Enabled | Property listings grid with search and filters |
| About | Enabled | Information about you or your agency |
| Contact | Enabled | Contact form and business information |
| Team | Enabled | Team member profiles |
| Blog | Enabled | Published blog posts (see Blog) |
| Privacy Policy | Enabled | Your privacy policy |
| Terms & Conditions | Enabled | Your terms of service |
| Custom Pages | Varies | Additional pages you create |
Enabling and Disabling Pages
Toggle any page on or off using the enable switch. Disabled pages are hidden from your website navigation and return a 404 if someone visits the URL directly.
Warning
The Home page cannot be disabled - it is always active as your website's landing page.
Page-Specific Settings
Each page type has unique settings you can configure:
Listings Page
| Setting | Description |
|---|---|
| Show search | Display the property search bar |
| Show filters | Display filtering options (type, price, location) |
| Default listing type | Pre-select "For Sale" or "For Rent" |
| Per page | Number of listings shown per page |
About Page
| Setting | Description |
|---|---|
| Headline | Page heading text |
| Content | Main body content |
| Mission | Your mission statement |
| Show team | Include team member section |
| Show stats | Include statistics section |
Contact Page
| Setting | Description |
|---|---|
| Address | Your office address |
| Phone | Contact phone number |
| Contact email address | |
| Hours | Business hours |
| Show form | Display the contact form |
| Show map | Display a map of your location |
Team Page
| Setting | Description |
|---|---|
| Subtitle | Descriptive text below the page title |
Privacy and Terms Pages
| Setting | Description |
|---|---|
| Content | Your policy or terms text |
Public URLs
Each page is accessible at a predictable URL:
| Page | URL Pattern |
|---|---|
| Home | /site/your-slug |
| Listings | /site/your-slug/listings |
| About | /site/your-slug/about |
| Contact | /site/your-slug/contact |
| Team | /site/your-slug/team |
| Blog | /site/your-slug/blog |
| Privacy | /site/your-slug/privacy |
| Terms | /site/your-slug/terms |
If you have a custom domain configured, the /site/your-slug prefix is removed and pages are accessed directly (e.g., yourdomain.com/listings).