|
5 | 5 | <meta charset="UTF-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | 7 | <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/"> |
8 | 10 | <link rel="stylesheet" href="css/style.css"> |
9 | 11 | <link rel="icon" type="image/svg+xml" href="images/favicon.svg"> |
10 | 12 | <link rel="icon" type="image/png" sizes="32x32" href="images/favicon-32x32.png"> |
|
17 | 19 | <meta property="og:title" content="Luca - Modern Tool Manager for macOS" /> |
18 | 20 | <meta property="og:description" |
19 | 21 | 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/" /> |
22 | 24 | <meta property="og:type" content="website" /> |
23 | 25 |
|
| 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 | + |
24 | 32 | <!-- Google Analytics --> |
25 | 33 | <script async src="https://www.googletagmanager.com/gtag/js?id=G-6KPB6Y4G0Q"></script> |
26 | 34 | <script> |
|
30 | 38 |
|
31 | 39 | gtag('config', 'G-6KPB6Y4G0Q'); |
32 | 40 | </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> |
33 | 60 | </head> |
34 | 61 |
|
35 | 62 | <body> |
|
0 commit comments