Folder Structure in url

I have a set of pages For example, page1, page2 etc.

All of them are static. When bubble loads these pages, the url looks like this:

sitename/page1
sitename/page2.

Is it possible to group these pages, so that url looks something like this.
sitename/newfolder/page1
sitename/newfolder/page2

I know this would be possible for dynamic pages, Is there any way to achieve this for static pages?

Thanks,
RP

Hi @tech16,

You could use page parameters and instead of a parameter, use a path

1 Like

even if I use page parameters and pass “folder/page1” that will be added to the url and it looks like this

sitename/page1/url=folder%2Fpage1

Can’t we do something to make it look like this

sitename/folder/page1

This is the parameter I am passing
image

This topic was automatically closed after 70 days. New replies are no longer allowed.