Create a Page
💡 In this guide, you will create a reachable page such as
/oem. Estimated time: 5 minutes.
In AllinCMS admin, a page needs a route before visitors can open it. Think of the route as the page address.
The default template usually already includes Home, Products, Posts, About Us, and Contact Us.
If you only need to edit these pages, edit the existing pages instead of creating new ones.
Create a new page only when you need something the default template does not include, such as Cases, OEM, Services, or Solutions.
Find the page first
Path: AllinCMS Workspace site list → Target site → Enter Admin → Routes


Overview
1. Create Route
Open Routes in the site admin and create a route.
For an OEM page, enter:
oem
The future address will be:
https://www.example.com/oem


It is normal for the route to show unbound at first, because the page has not been created yet.

2. Create Page
Open Themes -> Pages, then click the create button in the upper-right area.


Use a clear business name, such as OEM, About Us, or Solutions.
Give every new page its own description. Summarize the page in one or two sentences instead of copying another page's description. Before launch, review it again in the page description check.
If the page is Cases, use /cases. If the page is OEM, use /oem. Do not use random numbers.
3. Bind Route
In page settings, select the /oem route you created, then enable the page.

After enabling, the page is reachable. A new page may still be empty, so edit it in the designer next.

4. Test
Open:
https://www.example.com/oem
| Result | Meaning | Next step |
|---|---|---|
| Page opens but is empty | Route and page are working | Edit page content |
| 404 | Route is unbound or page disabled | Check page settings |
| Menu does not open it | Menu link is wrong | Read Redirect Links |
Pitfalls
| Mistake | Result | How to avoid it |
|---|---|---|
| 🟡 Creating duplicates of existing pages | Menus and routes get confusing | Edit default pages directly |
| 🔴 Creating page without route | Frontend cannot open it | Create route first |
| 🟡 Random or non-English route | URL is unclear | Use an English slug |
| 🔴 Page not enabled | Frontend shows 404 | Enable before testing |
Next
📌 Redirect Links - add the new page to a menu or button.
📚 Advanced Pages - continue here when you need Cases, galleries, videos, or popup forms.