I want to develop a route which catches multiple parameters in a single route in nextjs 13 for SEO.
One of the sample route is:
/how-to-decide-which-{profession}-to-choose-after-{degree}
I have checked the documentation of nextjs 13 and did not find anything. Is it possible to create such routes?