How do I use paths instead of url parameters correctly?

I’ve set up my web app to pull in URL parameters like ?from=address&to=address to store and query information. However, after analyzing top-ranking travel sites like Rome2Rio, Viator, and TripAdvisor, I’ve noticed that they use clean, path-based URLs (e.g., /from-location/to-destination) instead of query parameters.

This approach seems more SEO-friendly and user-centric, but I haven’t been able to find much information about implementing path-based URLs in Bubble.

Does anyone have experience with setting up dynamic paths or slugs in Bubble? Or can anyone recommend resources or guides that could help me achieve this? I’d greatly appreciate any insights or advice. Thanks!