0

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?

Aditya
  • 362
  • 2
  • 12
  • Check out the [official documentation](https://nextjs.org/docs/app/building-your-application/routing) and the different route types described within. Please note that Stack Overflow requires you to [do your own research](https://meta.stackoverflow.com/a/261593/8003058) before posting a question. – Fabio Nettis Aug 08 '23 at 10:00
  • @FabioNettis I have done my research and did not found anything useful in the documentation – Aditya Aug 08 '23 at 10:07
  • What you have there looks like a slug. You can use [optional catch all segments](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#optional-catch-all-segments) or [normal catch all segements](https://nextjs.org/docs/app/building-your-application/routing/dynamic-routes#catch-all-segments). Can all be found in the documentation, so I strongly doubt that. – Fabio Nettis Aug 08 '23 at 10:13

0 Answers0