Publishing pages
Select a domain, set a slug, and schedule or immediately publish a page.
Publishing makes a page publicly reachable and activates pixel tracking on every visit. Only admins can publish; agents can build and preview but not publish.
Opening the publish modal
Inside the builder, click Publish in the top-right toolbar. The publish modal opens with three fields.
Choose from:
- Default domain —
app.nomow.ai/p/<slug>, always available with no setup. - Custom domain — any verified domain from your Domains list. If no custom domains are verified, only the default appears.
The slug is the URL path after the domain, for example summer-campaign. Slugs must be lowercase, contain only letters, digits, and hyphens, and be unique across all pages on that domain. Nomow pre-fills the slug from the page title; edit it if needed.
- Publish now — the page goes live immediately on save.
- Schedule — pick a future date and time (your workspace timezone). The page stays as a draft until that moment, then publishes automatically.
Click Publish (or Schedule) to confirm. A success toast confirms the action and shows the live URL.
How the public page works
The public URL is /p/:slug on your chosen domain. The page:
- Loads design-system tokens (colors, font, radius, shadows) from your workspace brand settings.
- Fires the pixel tracker (
/nm-tracker.js) on every visit, advancing the visitor through the Cold → Intent → Prospect → Lead lifecycle. - Listens for
nm-embed-heightandnm-embed-scroll-topostMessages from any embedded form or booking iframe, so inline forms auto-resize and the page recenters on each booking step.
Updating a published page
Re-open the builder, make your edits, and click Publish again. The modal pre-selects the same domain and slug from the previous publish. The live page updates as soon as you confirm.
Unpublishing
Open the page's action menu in the library and select Unpublish. The public URL returns 404 instantly. The page reverts to draft status and can be re-published later.
Next steps
To use a custom domain, add and verify it first in Custom domains. To understand how pixel tracking turns page visits into CRM contacts, see Visitor journeys.
Was this article helpful?