Put locale in compliance portal URLs
Path-segment locales make each language crawlable with self canonical and hreflang, while identity.locale persists an explicit choice without client storage or cookie banners. Signed-off-by: Émile Ré <emile@probo.com>
This commit is contained in:
@@ -54,6 +54,9 @@ type Identity implements Node {
|
||||
email: EmailAddr!
|
||||
fullName: String!
|
||||
emailVerified: Boolean!
|
||||
# Preferred UI locale as a short URL tag (en, fr, de, …). Null until the
|
||||
# viewer explicitly chooses a language in the portal.
|
||||
locale: String
|
||||
createdAt: Datetime!
|
||||
updatedAt: Datetime!
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user