Collection URL without slug?

Hi Everyone,

I just finished building a website for a client and he’s asking me for canonical url. He wants to have collection post to be public without collection url. Is this possible?

Example:

What we do - collection
Seats - page in collection

He doesn’t want to have url domain.com/what-we-do/seats
He would like to have url domain.com/seats

Do I need to remove this pages (services) from collection and make this like x number of collections or just do simple html pages?

Thanks,
P

Collections items will always include the collection slug. No way around that. You could create a redirect to a collection item or create a page at the desired slug. It’s also possible to do custom stuff when using Cloudflare and service workers but that requires some skills.

1 Like

There’s also one other technique you could use which I frequently do when building landing pages, that is to create a page wherever you want and then use a collection list to only display one collection item from a collection. You can lay that page out any way that you want.

1 Like

Thank you very much. I think I will approach option two. :slight_smile: I really appreciate your help …

1 Like