Skip to content

Commit 571474d

Browse files
committed
Recommend unique prefixes in URL
1 parent 4c1fa35 commit 571474d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/refguide/modeling/best-practices/dev-best-practices/general-guidelines.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ When designing page and microflow URLs, prefer clear path segments over compact
3939
* Do not start the URL with a parameter. Use a static segment first, for example, `user/{User/Id}` instead of `{User/Id}`
4040
* Use static segments to make the structure explicit, for example, `category/{Category/Code}/product/{Product/Name}`
4141
* Use `-` to separate words within a static segment, for example, `orders/request-return-label`
42+
* Use a strong unique prefix to ensure uniqueness of the URL
4243

4344
This makes URLs easier to read, easier to maintain, and less likely to conflict with other URLs.
4445

0 commit comments

Comments
 (0)