Skip to content

Commit be0d1d3

Browse files
Improve SEO
1 parent b14a6e0 commit be0d1d3

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

File renamed without changes.

index.html

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>Luca - Modern Tool Manager</title>
8+
<meta name="description" content="Luca is a lightweight, decentralized tool manager for macOS. Manage project-specific tool versions without polluting your global PATH.">
9+
<link rel="canonical" href="https://luca.tools/">
810
<link rel="stylesheet" href="css/style.css">
911
<link rel="icon" type="image/svg+xml" href="images/favicon.svg">
1012
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png">
@@ -17,10 +19,16 @@
1719
<meta property="og:title" content="Luca - Modern Tool Manager for macOS" />
1820
<meta property="og:description"
1921
content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments." />
20-
<meta property="og:image" content="https://lucatools.github.io/images/og-image.png" />
21-
<meta property="og:url" content="https://lucatools.github.io/" />
22+
<meta property="og:image" content="https://luca.tools/images/og-image.png" />
23+
<meta property="og:url" content="https://luca.tools/" />
2224
<meta property="og:type" content="website" />
2325

26+
<!-- Twitter Card Meta Tags -->
27+
<meta name="twitter:card" content="summary_large_image">
28+
<meta name="twitter:title" content="Luca - Modern Tool Manager for macOS">
29+
<meta name="twitter:description" content="A lightweight decentralised tool manager for macOS to manage project-specific tool environments.">
30+
<meta name="twitter:image" content="https://luca.tools/images/og-image.png">
31+
2432
<!-- Google Analytics -->
2533
<script async src="https://www.googletagmanager.com/gtag/js?id=G-6KPB6Y4G0Q"></script>
2634
<script>
@@ -30,6 +38,25 @@
3038

3139
gtag('config', 'G-6KPB6Y4G0Q');
3240
</script>
41+
42+
<!-- Structured Data (JSON-LD) -->
43+
<script type="application/ld+json">
44+
{
45+
"@context": "https://schema.org",
46+
"@type": "SoftwareApplication",
47+
"name": "Luca",
48+
"operatingSystem": "macOS",
49+
"applicationCategory": "DeveloperApplication",
50+
"offers": {
51+
"@type": "Offer",
52+
"price": "0",
53+
"priceCurrency": "USD"
54+
},
55+
"description": "A lightweight decentralised tool manager for macOS to manage project-specific tool environments.",
56+
"image": "https://luca.tools/images/luca-logo-alt.svg",
57+
"url": "https://luca.tools/"
58+
}
59+
</script>
3360
</head>
3461

3562
<body>

robots.txt

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

0 commit comments

Comments
 (0)