Skip to content

Commit ec4d632

Browse files
committed
fix(site): align Open Graph with www and logo preview
Use gitdock-logo.png on www.gitdock.dev for LinkedIn and social cards. Update canonical URLs and sitemap to match the live domain.
1 parent 77acb9f commit ec4d632

6 files changed

Lines changed: 28 additions & 18 deletions

File tree

site/download.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,27 @@
88
<link rel="icon" href="./gitdock-logo.png" type="image/png">
99
<link rel="apple-touch-icon" href="./gitdock-logo.png">
1010
<link rel="manifest" href="data:application/manifest+json,%7B%22name%22%3A%22GitDock%22%2C%22short_name%22%3A%22GitDock%22%2C%22description%22%3A%22Organize%20Git%20Projects%2C%20One%20Dashboard%22%2C%22start_url%22%3A%22.%2F%22%2C%22display%22%3A%22standalone%22%2C%22background_color%22%3A%22%230d1117%22%2C%22theme_color%22%3A%22%230d1117%22%2C%22icons%22%3A%5B%7B%22src%22%3A%22.%2Fgitdock-logo.png%22%2C%22sizes%22%3A%22any%22%2C%22type%22%3A%22image%2Fpng%22%2C%22purpose%22%3A%22any%20maskable%22%7D%5D%7D">
11-
<link rel="canonical" href="https://gitdock.dev/download.html">
11+
<link rel="canonical" href="https://www.gitdock.dev/download.html">
1212
<meta name="theme-color" content="#0d1117">
1313

1414
<!-- Open Graph -->
1515
<meta property="og:type" content="website">
1616
<meta property="og:site_name" content="GitDock">
1717
<meta property="og:title" content="Download GitDock | Free, Local Git Dashboard">
1818
<meta property="og:description" content="Download GitDock for Windows, macOS, or Linux. Free, open-source, runs locally.">
19-
<meta property="og:image" content="https://gitdock.dev/dashboard_v2.jpg">
20-
<meta property="og:url" content="https://gitdock.dev/download.html">
19+
<meta property="og:url" content="https://www.gitdock.dev/download.html">
20+
<meta property="og:image" content="https://www.gitdock.dev/gitdock-logo.png">
21+
<meta property="og:image:type" content="image/png">
22+
<meta property="og:image:width" content="1024">
23+
<meta property="og:image:height" content="1024">
24+
<meta property="og:image:alt" content="GitDock logo">
2125

2226
<!-- Twitter Card -->
2327
<meta name="twitter:card" content="summary_large_image">
2428
<meta name="twitter:title" content="Download GitDock | Free, Local Git Dashboard">
2529
<meta name="twitter:description" content="Download GitDock for Windows, macOS, or Linux. Free, open-source, runs locally.">
26-
<meta name="twitter:image" content="https://gitdock.dev/dashboard_v2.jpg">
30+
<meta name="twitter:image" content="https://www.gitdock.dev/gitdock-logo.png">
31+
<meta name="twitter:image:alt" content="GitDock logo">
2732

2833
<style>
2934
:root{--bg0:#0d1117;--bg1:#161b22;--bg2:#21262d;--bg3:#30363d;--border:#30363d;--t1:#e6edf3;--t2:#8b949e;--t3:#6e7681;--blue:#58a6ff;--green:#3fb950;--yellow:#d29922;--red:#f85149;--purple:#bc8cff;--orange:#f0883e;--cyan:#39c5cf;--grad:linear-gradient(135deg,#58a6ff,#bc8cff)}

site/index.html

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,27 @@
88
<link rel="icon" href="./gitdock-logo.png" type="image/png">
99
<link rel="apple-touch-icon" href="./gitdock-logo.png">
1010
<link rel="manifest" href="data:application/manifest+json,%7B%22name%22%3A%22GitDock%22%2C%22short_name%22%3A%22GitDock%22%2C%22description%22%3A%22Organize%20Git%20Projects%2C%20One%20Dashboard%22%2C%22start_url%22%3A%22.%2F%22%2C%22display%22%3A%22standalone%22%2C%22background_color%22%3A%22%230d1117%22%2C%22theme_color%22%3A%22%230d1117%22%2C%22icons%22%3A%5B%7B%22src%22%3A%22.%2Fgitdock-logo.png%22%2C%22sizes%22%3A%22any%22%2C%22type%22%3A%22image%2Fpng%22%2C%22purpose%22%3A%22any%20maskable%22%7D%5D%7D">
11-
<link rel="canonical" href="https://gitdock.dev/">
11+
<link rel="canonical" href="https://www.gitdock.dev/">
1212
<meta name="theme-color" content="#0d1117">
1313

1414
<!-- Open Graph -->
1515
<meta property="og:type" content="website">
1616
<meta property="og:site_name" content="GitDock">
1717
<meta property="og:title" content="GitDock | Organize Git Projects, One Dashboard">
1818
<meta property="og:description" content="Open-source local dashboard to search, organize, and operate on all your Git repos. Clone, commit, push, pull, transfer — one interface, no cloud.">
19-
<meta property="og:image" content="https://gitdock.dev/dashboard_v2.jpg">
20-
<meta property="og:url" content="https://gitdock.dev">
19+
<meta property="og:url" content="https://www.gitdock.dev/">
20+
<meta property="og:image" content="https://www.gitdock.dev/gitdock-logo.png">
21+
<meta property="og:image:type" content="image/png">
22+
<meta property="og:image:width" content="1024">
23+
<meta property="og:image:height" content="1024">
24+
<meta property="og:image:alt" content="GitDock logo">
2125

2226
<!-- Twitter Card -->
2327
<meta name="twitter:card" content="summary_large_image">
2428
<meta name="twitter:title" content="GitDock | Organize Git Projects, One Dashboard">
2529
<meta name="twitter:description" content="Open-source local dashboard to search, organize, and operate on all your Git repos. One interface, no cloud.">
26-
<meta name="twitter:image" content="https://gitdock.dev/dashboard_v2.jpg">
30+
<meta name="twitter:image" content="https://www.gitdock.dev/gitdock-logo.png">
31+
<meta name="twitter:image:alt" content="GitDock logo">
2732

2833
<!-- Structured Data -->
2934
<script type="application/ld+json">
@@ -32,7 +37,7 @@
3237
"@type": "SoftwareApplication",
3338
"name": "GitDock",
3439
"description": "Open-source local dashboard to search, organize, and operate on all your Git repos. One interface, no cloud.",
35-
"url": "https://gitdock.dev",
40+
"url": "https://www.gitdock.dev",
3641
"applicationCategory": "DeveloperApplication",
3742
"operatingSystem": "Windows, macOS, Linux",
3843
"offers": {
@@ -41,8 +46,8 @@
4146
"priceCurrency": "USD"
4247
},
4348
"license": "https://www.apache.org/licenses/LICENSE-2.0",
44-
"downloadUrl": "https://gitdock.dev/download.html",
45-
"screenshot": "https://gitdock.dev/dashboard_v2.jpg",
49+
"downloadUrl": "https://www.gitdock.dev/download.html",
50+
"screenshot": "https://www.gitdock.dev/gitdock-logo.png",
4651
"softwareHelp": "https://github.com/gitdock-dev/gitdock",
4752
"isAccessibleForFree": true
4853
}

site/privacy.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>GitDock | Privacy Policy</title>
77
<meta name="description" content="GitDock Privacy Policy. Learn how GitDock handles your data — spoiler: it stays on your machine.">
88
<link rel="icon" href="./gitdock-logo.png" type="image/png">
9-
<link rel="canonical" href="https://gitdock.dev/privacy.html">
9+
<link rel="canonical" href="https://www.gitdock.dev/privacy.html">
1010
<style>
1111
:root{--bg0:#0d1117;--bg1:#161b22;--bg2:#21262d;--border:#30363d;--t1:#e6edf3;--t2:#8b949e;--t3:#6e7681;--blue:#58a6ff;--green:#3fb950;--grad:linear-gradient(135deg,#58a6ff,#bc8cff)}
1212
*{margin:0;padding:0;box-sizing:border-box}

site/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
User-agent: *
22
Allow: /
33

4-
Sitemap: https://gitdock.dev/sitemap.txt
4+
Sitemap: https://www.gitdock.dev/sitemap.txt

site/sitemap.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
https://gitdock.dev/
2-
https://gitdock.dev/download.html
3-
https://gitdock.dev/privacy.html
4-
https://gitdock.dev/terms.html
1+
https://www.gitdock.dev/
2+
https://www.gitdock.dev/download.html
3+
https://www.gitdock.dev/privacy.html
4+
https://www.gitdock.dev/terms.html

site/terms.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<title>GitDock | Terms of Service</title>
77
<meta name="description" content="GitDock Terms of Service. The rules and conditions for using GitDock.">
88
<link rel="icon" href="./gitdock-logo.png" type="image/png">
9-
<link rel="canonical" href="https://gitdock.dev/terms.html">
9+
<link rel="canonical" href="https://www.gitdock.dev/terms.html">
1010
<style>
1111
:root{--bg0:#0d1117;--bg1:#161b22;--bg2:#21262d;--border:#30363d;--t1:#e6edf3;--t2:#8b949e;--t3:#6e7681;--blue:#58a6ff;--green:#3fb950;--grad:linear-gradient(135deg,#58a6ff,#bc8cff)}
1212
*{margin:0;padding:0;box-sizing:border-box}

0 commit comments

Comments
 (0)