When building in Webflow, sooner or later you face a dilemma: should everything be automated through CMS Collections, or should you create unique pages manually?
As soon as a client starts producing diverse types of content — from short news posts to complex lead-generation landing pages — architectural decisions become critical for both UX and SEO.
Recently, we worked on exactly this type of case: the client needed a standard blog, but at the same time a flexible builder for webinars and white papers. Here’s how to find the balance — without turning your website into chaos.
Think of CMS as a factory. You create one template (Collection Page), and it automatically generates pages for any number of entries.
Best for: News, blog articles, glossaries.
Pros: Speed. A marketer can publish a post in five minutes by filling out fields in the admin panel.
Cons: Rigid structure. You can’t change the order of blocks for one specific article without affecting the entire collection.
This is bespoke tailoring. Each page is assembled from blocks (Hero, Speakers, Agenda) as a unique layout.
Best for: Large webinars, lead-gen landing pages, annual reports.
Pros: Maximum flexibility. The design “sells” — every block can be tailored to the specific event.
Cons: Manual work. Every new page must be physically created, which can clutter the page tree and increase maintenance.
Clients often want their lead-generation page (for example, a webinar registration page) to appear as a regular card inside the “All Resources” grid. This creates a sense of a unified ecosystem, where the webinar doesn’t feel like an external advertisement.
In Webflow, a CMS card by default links to the template page of that collection. So how do you make one card link to a standard CMS article, while the neighboring card links to a custom static landing page?
We implemented what we call “smart cards.” Even if a webinar is built as a separate static landing page, we create a corresponding CMS item for it.
- If the Redirect URL field is empty → the button links to the standard CMS page.
- If the field is filled → the card redirects users to the custom landing page.
To prevent Google from indexing empty CMS template pages, we configure a server-side 301 redirect from the CMS URL to the landing page URL. This transfers link equity and keeps indexing clean.
Users see one unified grid, click on an event, and seamlessly land on a complex, high-converting page. No visible seams in the experience.
The hybrid approach works perfectly when you have 5–10 webinars. But what happens if the client plans to produce them at scale — 20, 50, or even 100 per year? That’s where the boundary between manual work and automation becomes critical. If you notice more than 15 unique static landing pages, the static approach starts working against the business:
For high volumes, we move the flexibility of the page builder inside the CMS itself using Switch fields.
When creating a webinar, a marketer simply checks boxes in the admin panel:
In Webflow, we connect the visibility of each block to these toggles using Conditional Visibility. The result? An automatically generated page that looks and feels like a custom-built landing page — without actually being one.

The hybrid “Dummy Item” approach is a smart solution for specific use cases — when you need to integrate a unique landing page into a broader content structure. But if your strategy involves producing content at scale, invest early in building a powerful, configurable CMS template. Because at the end of the day: Good design sells. But good architecture scales.
