The restaurant details page URLs should not contain integer identifiers but SEO friendly names.
- given
/restaurant/:id
, when id is an integer then a redirect to a SEO friendly URL should happen (e.g.:http://localhost:3000/restaurant/1906
-->http://localhost:3000/restaurant/foreign-cinema
)
-
112807
-
22792