Skip to content

Commit 38d46fd

Browse files
committed
feat: optimize marketing page (Copy, SEO, Footer)
- Hero: Updated to 'Stop CD-ing. Start Coding.' - Footer: Added SVG icons for Email, Twitter, GitHub - SEO: Added Schema.org JSON-LD for AI search - SEO: Expanded meta keywords for discovery
1 parent d006bcf commit 38d46fd

File tree

1 file changed

+46
-8
lines changed

1 file changed

+46
-8
lines changed

docs/index.html

Lines changed: 46 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,33 @@
99
content="A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required.">
1010
<link rel="canonical" href="https://bharath-code.github.io/git-scope/">
1111
<meta name="keywords"
12-
content="git, tui, git-manager, developer-tools, golang, cli, productivity, git-status, terminal">
12+
content="git, tui, git-manager, developer-tools, golang, cli, productivity, git-status, terminal, find git repositories, manage multiple repos, git dashboard">
1313
<meta name="author" content="Bharath Kumar">
1414
<meta name="theme-color" content="#8B5CF6">
1515
<meta name="robots" content="index, follow">
1616

17+
<!-- Schema.org for Google/AI Search -->
18+
<script type="application/ld+json">
19+
{
20+
"@context": "https://schema.org",
21+
"@type": "SoftwareApplication",
22+
"name": "Git-Scope",
23+
"applicationCategory": "DeveloperApplication",
24+
"operatingSystem": "macOS, Linux, Windows",
25+
"offers": {
26+
"@type": "Offer",
27+
"price": "0",
28+
"priceCurrency": "USD"
29+
},
30+
"description": "A blazing fast TUI to manage, search, and clean up all your local git repositories. Zero config required.",
31+
"author": {
32+
"@type": "Person",
33+
"name": "Bharath Kumar",
34+
"url": "https://github.com/Bharath-code"
35+
}
36+
}
37+
</script>
38+
1739
<!-- Open Graph / Facebook -->
1840
<meta property="og:type" content="website">
1941
<meta property="og:url" content="https://bharath-code.github.io/git-scope/">
@@ -461,9 +483,9 @@
461483
</nav>
462484

463485
<section class="hero">
464-
<h1>Control Your <br> <span class="gradient-text">Git Universe</span></h1>
486+
<h1>Stop <span class="gradient-text">CD-ing.</span> <br> Start Coding.</h1>
465487
<p class="subtitle">
466-
A blazing fast TUI to manage, search, and clean up all your repositories.<br>
488+
God-mode for your git repositories. Manage, search, and clean up 50+ projects in milliseconds.<br>
467489
Runs on <strong>macOS</strong>, <strong>Linux</strong>, and <strong>Windows</strong>.
468490
</p>
469491

@@ -577,15 +599,31 @@ <h3><span class="card-icon">📝</span> Sorting</h3>
577599

578600
<footer>
579601
<div class="footer-links">
580-
<a href="https://github.com/Bharath-code/git-scope" aria-label="GitHub Repository">GitHub</a>
581-
<a href="https://github.com/Bharath-code/git-scope/releases" aria-label="Download Releases">Releases</a>
582-
<a href="https://github.com/Bharath-code/git-scope/issues" aria-label="Report Issues">Issues</a>
583-
<a href="mailto:[email protected]" aria-label="Contact Support">Contact</a>
602+
<a href="https://github.com/Bharath-code/git-scope" aria-label="GitHub Repository" target="_blank">
603+
<svg height="20" width="20" viewBox="0 0 16 16" fill="currentColor">
604+
<path
605+
d="M8 0C3.58 0 0 3.58 0 8c0 3.54 2.29 6.53 5.47 7.59.4.07.55-.17.55-.38 0-.19-.01-.82-.01-1.49-2.01.37-2.53-.49-2.69-.94-.09-.23-.48-.94-.82-1.13-.28-.15-.68-.52-.01-.53.63-.01 1.08.58 1.23.82.72 1.21 1.87.87 2.33.66.07-.52.28-.87.51-1.07-1.78-.2-3.64-.89-3.64-3.95 0-.87.31-1.59.82-2.15-.08-.2-.36-1.02.08-2.12 0 0 .67-.21 2.2.82.64-.18 1.32-.27 2-.27.68 0 1.36.09 2 .27 1.53-1.04 2.2-.82 2.2-.82.44 1.1.16 1.92.08 2.12.51.56.82 1.27.82 2.15 0 3.07-1.87 3.75-3.65 3.95.29.25.54.73.54 1.48 0 1.07-.01 1.93-.01 2.2 0 .21.15.46.55.38A8.013 8.013 0 0016 8c0-4.42-3.58-8-8-8z" />
606+
</svg>
607+
</a>
608+
<a href="https://twitter.com/Bharath_code" aria-label="Twitter Profile" target="_blank">
609+
<svg height="20" width="20" viewBox="0 0 24 24" fill="currentColor">
610+
<path
611+
d="M23.953 4.57a10 10 0 01-2.825.775 4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 4.84 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 13.998-7.496 13.998-13.985 0-.21 0-.42-.015-.63A9.935 9.935 0 0024 4.59z" />
612+
</svg>
613+
</a>
614+
<a href="mailto:[email protected]" aria-label="Email Contact">
615+
<svg height="20" width="20" viewBox="0 0 24 24" fill="currentColor">
616+
<path
617+
d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
618+
</svg>
619+
</a>
584620
</div>
585621
<p>&copy; 2025 Git-Scope. Released under the <a
586622
href="https://github.com/Bharath-code/git-scope/blob/main/LICENSE"
587623
style="color: var(--text-muted); text-decoration: underline;">MIT License</a>.</p>
588-
<p style="font-size: 0.8rem; margin-top: 0.5rem; opacity: 0.6;">Designed by Bharath-code</p>
624+
<p style="font-size: 0.8rem; margin-top: 0.5rem; opacity: 0.6;">Designed by <a
625+
href="https://github.com/Bharath-code"
626+
style="color: inherit; text-decoration: none;">Bharath-code</a></p>
589627
</footer>
590628
</div>
591629

0 commit comments

Comments
 (0)