/blog
).blog-overview
) or rename the CMS Collection slug (e.g., to posts
) to ensure they're unique.You're seeing the "Collection with this URL already exists" error because Webflow doesn't allow a Static Page and a CMS Collection to share the same slug (in your case, blog
).
/blog
blog
, which automatically maps collection pages like /blog/article-title
Webflow routes all CMS items under the collection slug, so a Collection with the slug blog
makes /blog
a reserved path.
You need to change either the Page slug or the Collection slug. You have two options:
Option 1: Rename the Static Page
Go to Pages Panel
Select your Static Blog Page
Change its slug to something else like blog-overview
, all-posts
, or articles
This will free up the /blog
path for the CMS Collection
Option 2: Rename the CMS Collection Slug
Go to CMS Collections
Select your Blog Collection
Change the collection slug to something like posts
or articles
This allows you to keep your Static Page at /blog
/blog
/blog-posts
or /articles
If you are using the Static Page at /blog
to list blog posts, it’s better to design that page as a Collection List wrapper pulling from the CMS rather than relying on Collection pages.
This error occurs because you have both a Static Page and a CMS Collection using the slug blog
, which Webflow doesn’t allow. To fix it, change the slug of either the page or the collection to make them unique.