Skip to content

Commit 6bfd4c6

Browse files
committed
feat(metadata): add lang data
1 parent 2c4365d commit 6bfd4c6

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

src/app/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,13 @@ export const metadata: Metadata = {
4444
},
4545
keywords:
4646
"gym workout tracker, workout log app, weightlifting tracker, powerlifting app, fitness tracker, training diary, progressive overload, strength training, exercise log, free gym app",
47+
alternates: {
48+
canonical: "https://workoutlogs.github.io",
49+
languages: {
50+
en: "https://workoutlogs.github.io",
51+
pt: "https://workoutlogs.github.io/pt",
52+
},
53+
},
4754
};
4855

4956
const IndexEN = () => {

src/app/pt/page.tsx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,13 @@ export const metadata: Metadata = {
4242
description:
4343
"Registre séries, repetições e cargas. Acompanhe sua progressão e alcance seus objetivos. App grátis!",
4444
},
45+
alternates: {
46+
canonical: "https://workoutlogs.github.io/pt",
47+
languages: {
48+
en: "https://workoutlogs.github.io",
49+
pt: "https://workoutlogs.github.io/pt",
50+
},
51+
},
4552
};
4653

4754
const IndexPT = () => {

0 commit comments

Comments
 (0)