You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/page.tsx
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,10 +18,36 @@ import screenshot1 from "@/assets/screenshot-1.png";
18
18
importscreenshot2from"@/assets/screenshot-2.png";
19
19
importscreenshot3from"@/assets/screenshot-3.png";
20
20
importLinkfrom"next/link";
21
+
import{Metadata}from"next";
22
+
23
+
constbaseUrl="https://workoutlogs.github.io";
24
+
exportconstmetadata: Metadata={
25
+
title: "WorkoutLogs - Best Gym Workout Tracker & Training Log App",
26
+
description:
27
+
"Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting, powerlifting and strength training. Progressive overload made easy!",
28
+
openGraph: {
29
+
siteName: "WorkoutLogs",
30
+
title: "WorkoutLogs - Melhor App de Treino para Academia",
31
+
description:
32
+
"Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting and strength training!",
33
+
type: "website",
34
+
locale: "en_US",
35
+
alternateLocale: "pt_BR",
36
+
url: `${baseUrl}/pt`,
37
+
},
38
+
twitter: {
39
+
card: "summary_large_image",
40
+
site: "@workoutlogs",
41
+
title: "WorkoutLogs - Best Gym Workout Tracker App",
42
+
description:
43
+
"Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting and strength training!",
Copy file name to clipboardExpand all lines: src/app/pt/page.tsx
+26-1Lines changed: 26 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -17,10 +17,35 @@ import screenshot1 from "@/assets/screenshot-1.png";
17
17
importscreenshot2from"@/assets/screenshot-2.png";
18
18
importscreenshot3from"@/assets/screenshot-3.png";
19
19
importLinkfrom"next/link";
20
+
import{Metadata}from"next";
21
+
22
+
constbaseUrl="https://workoutlogs.github.io";
23
+
exportconstmetadata: Metadata={
24
+
title:
25
+
"WorkoutLogs - Melhor App de Treino e Musculação | Diário de Academia Grátis",
26
+
description:
27
+
"Registre seus treinos de musculação, acompanhe progressão de carga e alcance seus objetivos. App grátis para academia, powerlifting e fitness. Baixe agora!",
28
+
openGraph: {
29
+
siteName: "WorkoutLogs",
30
+
title: "WorkoutLogs - Melhor App de Treino para Academia",
31
+
description:
32
+
"Registre séries, repetições e cargas. Acompanhe sua progressão e alcance seus objetivos. App grátis!",
33
+
type: "website",
34
+
locale: "pt_BR",
35
+
alternateLocale: "en_US",
36
+
url: `${baseUrl}/pt`,
37
+
},
38
+
twitter: {
39
+
card: "summary_large_image",
40
+
site: "@workoutlogs",
41
+
title: "WorkoutLogs - Melhor App de Treino para Academia",
42
+
description:
43
+
"Registre séries, repetições e cargas. Acompanhe sua progressão e alcance seus objetivos. App grátis!",
0 commit comments