Add, duplicate, reorder, and delete pages
Building your site starts in the Page Manager. Here you add new pages, duplicate existing ones to save time, drag them into the right order, and remove the ones you no longer need.
Adding a page
- Open the Page Manager (toolbar, leftmost icon).
- Click the + button at the bottom of the panel, or right-click anywhere in the panel and choose Add Page.
- Type a name for the page. The name becomes the
<title>tag and is used to generate the filename (for example, “About Us” becomesabout-us.html). - Choose Blank to start from scratch, or pick a Template to start with a prebuilt layout.
- Click OK. The new page appears at the bottom of the list and opens in the canvas.
Duplicating a page
Duplicating copies every element, style, and layout from the original page — a fast way to create pages that share a common structure.
- Right-click the page you want to copy in the Page Manager.
- Choose Duplicate.
- The copy appears below the original, named “Copy of [Page Name]”.
- Double-click the copy’s title to rename it.
Reordering pages
Page order in the Page Manager is the order pages appear in any auto-generated sitemap or navigation structure.
- Drag and drop — Click and hold a page row, then drag it up or down to a new position.
- Keyboard — Select a page and press Alt+↑ or Alt+↓ to move it one position.
Reordering does not affect the exported filenames or any internal links.
Deleting a page
- Select the page in the Page Manager.
- Right-click and choose Delete, or press Delete / Backspace .
- Confirm in the dialog that appears.
Setting the homepage
The homepage always exports as index.html. To change which page is the homepage:
- Right-click the page you want to set as the homepage.
- Choose Set as Home.
The house icon moves to the new homepage. The previous homepage reverts to a regular filename based on its page name.
How filenames are generated
Site Designer derives the export filename from the page name automatically:
- Spaces become hyphens.
- Text is lowercased.
- Special characters are removed.
- The
.htmlor.phpextension is appended based on page type.
Example: “Services & Pricing” → services-pricing.html. You can override the filename manually in Page Properties.