My team is developing a new website to offer "Online tour Registration" services for a company. While designing tours page, We were discussing how to create a URL for every tour such a way that everyone can understand it and on the other hand it make sense for search engines.
So we started to analyse different ways to implement a Beautiful URL. Consider that every tour can be recognized by a unique ID, So, an example tour URL may be something like this:
http://www.example.com/tour/0x5P8btUJSo58LFh9Ukm114613052846
where 0x5P8btUJSo58LFh9Ukm114613052846
is the UNIQUE ID of the tour. The Question is, How to add Origin and Destination names is URL so everyone can understand the locations of the tour only by viewing the URL. What will you suggest? If we add origin and destination in URL, How different tours with the same destinations and origins will be declared? How adding Origin and Destination will effect on SEO and appearing in search results?