Hello,
I am working on a timeshare resale market. I have a page for the list of resorts they can search and then a resort info page when they want to look up more information. When going to the info page, I notice the URL looks like mydomain.com/resort_info/36475746636374747x161525536626.
There should be a way we can dynamically change that number to display something a little more SEO friendly. Would be good if we could at least create a slug data entry associated with the data type to replace that number to say the title-of-this-resort.
Also, I noticed the app uses_instead-of-hyphens. Everything I read on SEO claims it is better to use dashes instead of underscores in your URLs. Anyway, the main thing would be nice to be able to get some better link structure than what is in place now.
I saw something about wp/page flow, but would be nice to have more control natively. Thaks for all the hard work thus far.