Skip to content

Commit 8eae984

Browse files
Update docs/router/framework/react/guide/internationalization-i18n.md
Co-authored-by: Sarah <[email protected]>
1 parent 3ae73b6 commit 8eae984

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/router/framework/react/guide/internationalization-i18n.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export const Route = createFileRoute('/{-$locale}/about')({
234234

235235
### SEO and Canonical URLs
236236

237-
Handle SEO for i18n routes properly:
237+
Internationalized routes should expose canonical and alternate URLs so search engines can understand language variants:
238238

239239
```tsx
240240
export const Route = createFileRoute('/{-$locale}/products/$id')({

0 commit comments

Comments
 (0)