On a page with a data object, the bubble app will try to get the data based either on the unique_id or the slug. So lets say that you have a page renderer on the “page” and have 2 pages with slugs “car”, “house”.
The link https:///page/car will be valid for the “car” page. https:///page/house will be valid for the “house” page.
The problem is if you want to use the slugs directly at root address… I don’t know how to solve that… Not sure how “index” page will handle that…