Standard URL structure

Hi everybody, I need to create a website with a standard URL structure and navigation. For example I would like to create a CRM Collection for services and then the URL structure to be:

www.mysite.com/services → I would like this to be a page listing all our services
www.mysite.com/services/snorkeling → A template page for each service

I have seen I could have something like www.mysite.com/services for the category page and then www.mysite.com/service-snorkeling for each service but I need to mirrow my current URL sructure.

Any help will be much appreciated

Thanks in advance

1 Like

Hey @gabridb

You can create a CMS collection called services and you will have the services listed there. That way the pages will have the url you want. Services page yoursite.com/services > service page yoursite.com/services/snorkeling

The other way is to use folders

Hope this helps

Piter :webflow_heart:

Thank you very much Piter! I have just created a page on services with the collection list and works great

2 Likes

I am trying to do the same thing but I would also like to have the “Services” in the main nav selected for both the listing page and the detail page. Any advice for that?