I would like a URL pattern as such:
/posts/[postId]/[user-defined-page-title]
My users are Potuguese speakers, however, and the page title could have characters such as ã, ç, etc...
Posts are retrieved via the postId param, so the title param is for SEO and usability purposes.
My questions:
- Should I remove the foreign encoded characters and replace them with their nearest English equivalent?
çforcandãfora. - Does doing so affect SEO results?