Skip to content

Commit 939e77f

Browse files
committed
add canonical names
1 parent fe8e876 commit 939e77f

5 files changed

Lines changed: 24 additions & 6 deletions

File tree

docs/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
dotakeeper.com

docs/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
content="Dota 2, performance tracker, match analytics, gaming statistics, OpenDota, game tracker, Dota stats, Dota goals, esports analytics">
1313
<meta name="author" content="Dota Keeper">
1414
<meta name="robots" content="index, follow">
15-
<link rel="canonical" href="https://stringhandler.github.io/dota-keeper/">
15+
<link rel="canonical" href="https://dotakeeper.com/">
1616

1717
<!-- Open Graph / Facebook -->
1818
<meta property="og:type" content="website">
19-
<meta property="og:url" content="https://stringhandler.github.io/dota-keeper/">
19+
<meta property="og:url" content="https://dotakeeper.com/">
2020
<meta property="og:title" content="Dota Keeper - Level Up Your Dota 2 Performance">
2121
<meta property="og:description"
2222
content="Track matches, set goals, and dominate the game with data-driven insights. Free & open source.">
23-
<meta property="og:image" content="https://stringhandler.github.io/dota-keeper/icon.png">
23+
<meta property="og:image" content="https://dotakeeper.com/icon.png">
2424

2525
<!-- Twitter -->
2626
<meta property="twitter:card" content="summary_large_image">
27-
<meta property="twitter:url" content="https://stringhandler.github.io/dota-keeper/">
27+
<meta property="twitter:url" content="https://dotakeeper.com/">
2828
<meta property="twitter:title" content="Dota Keeper - Level Up Your Dota 2 Performance">
2929
<meta property="twitter:description"
3030
content="Track matches, set goals, and dominate the game with data-driven insights.">
31-
<meta property="twitter:image" content="https://stringhandler.github.io/dota-keeper/icon.png">
31+
<meta property="twitter:image" content="https://dotakeeper.com/icon.png">
3232

3333
<title>Dota Keeper - Level Up Your Dota 2 Performance | Free Match Tracker</title>
3434

docs/privacy-policy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<meta name="description" content="Dota Keeper Privacy Policy - Learn how Dota Keeper handles your data. We believe in privacy-first design: your data stays on your device.">
88
<meta name="robots" content="index, follow">
9-
<link rel="canonical" href="https://stringhandler.github.io/dota-keeper/privacy-policy.html">
9+
<link rel="canonical" href="https://dotakeeper.com/privacy-policy.html">
1010

1111
<title>Privacy Policy - Dota Keeper</title>
1212

docs/robots.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
User-agent: *
2+
Allow: /
3+
4+
Sitemap: https://dotakeeper.com/sitemap.xml

docs/sitemap.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
3+
<url>
4+
<loc>https://dotakeeper.com/</loc>
5+
<changefreq>monthly</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>https://dotakeeper.com/privacy-policy.html</loc>
10+
<changefreq>yearly</changefreq>
11+
<priority>0.3</priority>
12+
</url>
13+
</urlset>

0 commit comments

Comments
 (0)