Skip to content

Commit 2d7550b

Browse files
committed
fix(metadata): base url
1 parent 90eafe5 commit 2d7550b

1 file changed

Lines changed: 46 additions & 21 deletions

File tree

index.html

Lines changed: 46 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,60 @@
1-
<!doctype html>
1+
<!DOCTYPE html>
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>WorkoutLogs - Best Gym Workout Tracker & Training Log App</title>
7-
<meta name="description" content="Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting, powerlifting and strength training. Progressive overload made easy!" />
7+
<meta
8+
name="description"
9+
content="Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting, powerlifting and strength training. Progressive overload made easy!"
10+
/>
811
<meta name="author" content="WorkoutLogs" />
912
<meta name="theme-color" content="#fc2b2b" />
10-
<meta name="keywords" content="gym workout tracker, workout log app, weightlifting tracker, powerlifting app, fitness tracker, training diary, progressive overload, strength training, exercise log" />
11-
<link rel="canonical" href="https://workoutlogs.app" />
12-
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
13-
13+
<meta
14+
name="keywords"
15+
content="gym workout tracker, workout log app, weightlifting tracker, powerlifting app, fitness tracker, training diary, progressive overload, strength training, exercise log"
16+
/>
17+
<link rel="canonical" href="https://workoutlogs.github.io" />
18+
<meta
19+
name="robots"
20+
content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1"
21+
/>
22+
1423
<!-- hreflang for multilingual SEO -->
15-
<link rel="alternate" hreflang="en" href="https://workoutlogs.app" />
16-
<link rel="alternate" hreflang="pt" href="https://workoutlogs.app" />
17-
<link rel="alternate" hreflang="x-default" href="https://workoutlogs.app" />
24+
<link rel="alternate" hreflang="en" href="https://workoutlogs.github.io" />
25+
<link rel="alternate" hreflang="pt" href="https://workoutlogs.github.io" />
26+
<link
27+
rel="alternate"
28+
hreflang="x-default"
29+
href="https://workoutlogs.github.io"
30+
/>
1831

1932
<!-- Open Graph -->
2033
<meta property="og:site_name" content="WorkoutLogs" />
21-
<meta property="og:title" content="WorkoutLogs - Best Gym Workout Tracker App" />
22-
<meta property="og:description" content="Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting and strength training!" />
34+
<meta
35+
property="og:title"
36+
content="WorkoutLogs - Best Gym Workout Tracker App"
37+
/>
38+
<meta
39+
property="og:description"
40+
content="Track your gym workouts, log sets, reps & weights. The #1 free app for weightlifting and strength training!"
41+
/>
2342
<meta property="og:type" content="website" />
24-
<meta property="og:url" content="https://workoutlogs.app" />
43+
<meta property="og:url" content="https://workoutlogs.github.io" />
2544
<meta property="og:locale" content="en_US" />
2645
<meta property="og:locale:alternate" content="pt_BR" />
2746

2847
<!-- Twitter Card -->
2948
<meta name="twitter:card" content="summary_large_image" />
3049
<meta name="twitter:site" content="@workoutlogs" />
31-
<meta name="twitter:title" content="WorkoutLogs - Best Gym Workout Tracker App" />
32-
<meta name="twitter:description" content="Track your gym workouts, log sets, reps & weights. Download free on Google Play!" />
50+
<meta
51+
name="twitter:title"
52+
content="WorkoutLogs - Best Gym Workout Tracker App"
53+
/>
54+
<meta
55+
name="twitter:description"
56+
content="Track your gym workouts, log sets, reps & weights. Download free on Google Play!"
57+
/>
3358

3459
<!-- Structured Data - SoftwareApplication -->
3560
<script type="application/ld+json">
@@ -40,8 +65,8 @@
4065
"operatingSystem": "Android",
4166
"applicationCategory": "HealthApplication",
4267
"description": "The ultimate gym workout tracker app. Log your weightlifting workouts, track progressive overload, and reach your fitness goals.",
43-
"url": "https://workoutlogs.app",
44-
"downloadUrl": "https://play.google.com/store/apps/details?id=com.workoutlogs",
68+
"url": "https://workoutlogs.github.io",
69+
"downloadUrl": "https://play.google.com/store/apps/details?id=com.reddyyz.WorkoutLogs&referrer=landingpage",
4570
"offers": {
4671
"@type": "Offer",
4772
"price": "0",
@@ -67,7 +92,7 @@
6792
"@context": "https://schema.org",
6893
"@type": "WebSite",
6994
"name": "WorkoutLogs",
70-
"url": "https://workoutlogs.app",
95+
"url": "https://workoutlogs.github.io",
7196
"description": "Gym workout tracker and training log app",
7297
"inLanguage": ["en", "pt-BR"]
7398
}
@@ -79,10 +104,10 @@
79104
"@context": "https://schema.org",
80105
"@type": "Organization",
81106
"name": "WorkoutLogs",
82-
"url": "https://workoutlogs.app",
83-
"logo": "https://workoutlogs.app/logo.png",
107+
"url": "https://workoutlogs.github.io",
108+
"logo": "https://workoutlogs.github.io/logo.png",
84109
"sameAs": [
85-
"https://play.google.com/store/apps/details?id=com.workoutlogs"
110+
"https://play.google.com/store/apps/details?id=com.reddyyz.WorkoutLogs&referrer=landingpage"
86111
]
87112
}
88113
</script>
@@ -92,4 +117,4 @@
92117
<div id="root"></div>
93118
<script type="module" src="/src/main.tsx"></script>
94119
</body>
95-
</html>
120+
</html>

0 commit comments

Comments
 (0)