Tutorial

How to Set Up Page-Specific Publishing Permissions in Webflow

Written by
Pravin Kumar
Published on
May 14, 2026

Webflow shipped page-specific publishing permissions on May 12, 2026, and it cleanly removes a fear I hear from every B2B SaaS client at handover. The fear is always the same. What if our marketer accidentally republishes the whole site. Until this week, the answer was a custom role that gave the marketer enough access to do their work and an internal review step before any publish hit production. As of May 12, users granted page-specific access can only publish the pages they are permitted to edit through Single-Page Publishing. The internal review step is no longer mandatory. In this tutorial I walk through the exact role configuration I built last week for a Phoenix Studio client whose PMM needed to ship her own landing pages without bothering me on every push.

What changed in Webflow Single-Page Publishing on May 12, 2026?

On May 12, 2026, Webflow updated the Single-Page Publishing feature so that users with page-specific access can only publish the pages they are permitted to edit. Admin and Site Manager roles retain full-site publish ability. The change is documented in the Webflow Updates feed and applies to existing Workspaces immediately without any migration step required from the customer.

The full announcement is on the Webflow Updates feed. The Help Center articles on Single-Page Publishing and Site Roles and Permissions both describe the updated behavior. For Webflow Partners and Enterprise admins, the practical change is that page-specific access now meaningfully means page-specific publishing access, not just page-specific editing access. The two were not coupled before.

Who can use page-specific publishing permissions?

Page-specific publishing permissions are available on Webflow plans that support custom roles, which today means the Enterprise tier and selected higher-tier Workspace plans. Free and entry-level Workspaces continue with the simpler all-or-nothing publish model. The feature applies to user seats configured with page-specific access in their role definition.

For most solo Webflow Partners working with B2B SaaS clients, the relevant tier is Enterprise, because Enterprise is where role customization is most flexible. Some higher Workspace plans also expose enough role configuration to use the feature, but the cleanest setup is on Enterprise. Check your Workspace's plan capability under Workspace settings before designing the role structure. If your client is not on a tier that supports custom roles, the feature is not available to them, and the workflow falls back to the existing all-or-nothing publish model.

How do you create a page-scoped custom role in Webflow?

Create a page-scoped custom role in Webflow by going to Workspace settings, opening the Members section, and creating a new role under the Roles tab. Set the role's site access to page-specific, select the specific pages the role should be able to edit, and enable the Can Publish permission for the role. Assign the role to the user's seat.

The Designer-side setup is straightforward once the role exists. In Workspace settings, the Roles tab shows the existing built-in roles like Admin, Designer, Site Manager, Editor, and any custom roles already defined. Click Create Role. Name the role something descriptive like "Landing Page Editor." In the role configuration, set Site Access to "Specific pages." Check the boxes for the pages the role can edit. Find the Publishing section and enable Can Publish. Save the role. Then go to the Members tab, find the user's seat, and assign the new role. The user now sees only their assigned pages and can publish them with Single-Page Publishing.

How does this interact with the Reviewer and Site Manager roles?

The Reviewer role gives view-and-comment access without edit or publish ability and continues to work unchanged. The Site Manager role retains full-site edit and publish ability. Page-scoped custom roles sit alongside these built-in roles and can be assigned to seats independently. A seat can have only one role at a time, so the choice is which role best matches the seat's responsibilities.

For a typical B2B SaaS marketing team, the role layout I recommend is one Site Manager seat for the marketing director, page-scoped custom roles for each marketer with editing responsibility, and Reviewer seats for stakeholders who need visibility without permissions. This three-tier structure keeps each person at the minimum permission level they need, and the May 12 change makes the middle tier substantively useful for the first time. The piece I wrote on three-hour Webflow contractor onboarding covers a similar pattern for contractor seats.

Where does the publish modal show the new restriction?

The publish modal in the Designer now shows only the pages a page-scoped user is permitted to publish, with full-site publish hidden or grayed out. The Site Activity log captures the publish event with the user's seat and the specific page published, which provides the audit trail required in regulated B2B SaaS environments.

For the user experience, the change is subtle but reassuring. A marketer with page-scoped access opens the Designer, makes her edits to her assigned page, and clicks Publish. The modal shows her page and her page only. There is no checkbox for the full site, no toggle to escalate. The publish event lands in the Site Activity log with her seat name, the timestamp, and the page identifier. This audit trail is what compliance-conscious B2B SaaS marketing teams ask for before adopting Webflow more deeply, and the May 12 change makes that trail meaningfully better.

What happens if a marketer changes a global style on their page?

Global style changes still affect the entire site, regardless of which page the marketer is editing. Page-scoped publishing does not isolate global styles from cross-page impact. Marketers with page-scoped access can still inadvertently change a global typography or color rule that affects other pages. The right mitigation is to lock global styles for page-scoped roles at the Designer level.

The Designer's style scope is page-or-global, and a page-scoped user editing inside a page can still adjust global styles unless explicitly restricted. The practical pattern I use in client handovers is to teach the marketer to work within a page's local component overrides, and to set up the page's components so that local changes do not require touching global styles. If the marketer's role frequently requires global style changes, they probably need a higher role than page-scoped. The piece on the scope-of-work doc I send before access goes live covers how I document this constraint upfront with clients.

How does this work with the Webflow v2 publishing API?

The Webflow v2 publishing API respects the same role-based permissions configured in the Workspace. An API token issued under a page-scoped user's seat can only publish the pages that user is permitted to publish. This applies to both manual Single-Page Publishing through the API and to automated publishing through CI or Webflow Apps.

For Webflow Apps that automate publishing, the implication is that the App's installer chooses which user seat the App acts under, and the App's publish ability is constrained by that seat's role. A common pattern is to install the App under a Site Manager seat for full-site automation, or under a page-scoped seat for content-specific automation. The Webflow Developer Changelog documents the v2 API surfaces. For most marketing teams, the manual Designer publish path is the right starting point, and the API path is for the engineering team to layer on top later when their content workflows are stable.

Should you scope publishing by page or by Collection?

Scope publishing by page when the editor's responsibility is a small number of specific pages with defined boundaries. Scope by Collection when the editor's responsibility is content in a CMS Collection that powers many pages, such as a blog or a customer-story library. The two patterns address different workflows and can coexist on the same site.

For B2B SaaS marketing teams, the typical layout is a Collection-scoped Editor role for content writers who publish CMS items, and a page-scoped custom role for marketers who launch landing pages or campaign-specific pages. The content writers use the Editor surface to publish CMS items, and the marketers use the Designer Single-Page Publishing surface to push their specific pages. The two paths do not conflict, and both leave clean audit trails. The Webflow Help Center documents both surfaces.

What rollback options exist when a wrong page goes live?

The fastest rollback is to use Webflow's Page Backups feature, which automatically captures snapshots of each page on publish. Restore the previous backup of the affected page and publish again. For full-site rollback, the Backups feature also captures full-site snapshots that can be restored if multiple pages are affected. Rollback restores the visual layout and content but does not revert third-party integrations or webhook side effects.

The discipline that matters is to check the page backup before any publish that you are unsure about, and to schedule publish events during business hours when the team is available to handle any issues. For high-stakes publish events like a pricing page change or a homepage update, the right pattern is a staging-then-production sequence: publish to a staging environment first, verify, then publish to production. Webflow's Staging Domain feature supports this pattern natively. The CSP headers piece covers related site-level hardening that pairs well with strict publish controls.

When is page-scoped publishing the wrong choice?

Page-scoped publishing is the wrong choice when the editor's work routinely touches multiple pages, when global style changes are part of the workflow, or when the editor needs the full-site publish for cross-page integration testing. In these cases, escalate the seat to Site Manager or build a different review process rather than fighting the page-scoped constraint.

The principle is to fit the role to the work, not the work to the role. If a marketer's responsibilities span campaign launches that touch homepage, pricing, and three landing pages, page-scoped publishing creates friction without adding meaningful safety. A Site Manager role with a documented pre-publish review checklist is the better answer. Conversely, if the marketer's work is genuinely one page or a small page set, page-scoped publishing is exactly right. Most B2B SaaS marketing teams have a mix of both shapes, and the role layout should reflect that mix rather than forcing one pattern across everyone.

If you are setting up Webflow access for a client marketing team and want help mapping the right role layout to your specific people and workflows, drop me a line and tell me what each person is responsible for. I will share the role configuration I would deploy and the handover doc I would send alongside it. Let's chat.

Get your website crafted professionally

Let's create a stunning website that drive great results for your business

Contact

Get in Touch

This form help clarify important questions in advance.
Please be as precise as possible as it will save our time.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.