SEO and PATH URL / Build a website like Doctolib

Hey @jordan.rmnpro , I think you might need to use an SPA approach to do this.
You need to decide if you will do it in the index or create another page

I will use this URL as an example, I live in Paris so I use doctolib hehe
// https://www.doctolib.fr/dentiste/paris/deborah-gentile

Bubble doesn’t allow to have the URL structure you want because when we use the action ‘go to page’ on the ‘index’ page, bubble automatically makes your URL look like this:

[appdomain.com/index]

And so if you decide to build your different screen in the ‘index’, you will end up with a URL structure like this:

appdoamin.com/index/dentiste
appdoamin.com/index/dentiste/paris
appdoamin.com/index/dentiste/paris/deborah

If you decide to do it in another page and name it ‘search’, you will have this structure:

appdoamin.com/search/dentiste
appdoamin.com/search/dentiste/paris
appdoamin.com/search/dentiste/paris/deborah

Another important thing to know, is you won’t be able to get the sitemap.xml file for this, neither if you do it in index or in another page.

That’s because Bubble only generates the sitemap of pages that have a ‘Content-Type’ defined in the page.

When we build an SPA in Bubble, we don’t assign a ‘Content-Type’ to the page, because if not when we use the action ‘go to page’, it will ask you the data you are sending.

I made a post in the forum that you might find helpful

I also do consulting for this type of project if you are interested:slight_smil