Skip to content

Commit a620306

Browse files
committed
feat(www): SEO
1 parent 55ecce6 commit a620306

3 files changed

Lines changed: 32 additions & 3 deletions

File tree

apps/web/www/index.html

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,25 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8" />
5-
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
5+
<link rel="icon" type="image/svg+xml" href="/mildstack-logo.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>vite-app</title>
7+
<title>MildStack - Free Open Source LocalStack Alternative</title>
8+
<meta name="description" content="MildStack is a lightweight, local-first AWS emulator and LocalStack alternative. Build and test S3, DynamoDB, Lambda, SQS, and more locally with zero cloud costs and minimal overhead." />
9+
<meta name="keywords" content="aws, cloud, localsta, localstack alternative, aws emulator, local aws development, s3 local, dynamodb local, lambda local, cloud development tools, mildstack, open source aws emulator" />
10+
11+
<!-- Open Graph / Facebook -->
12+
<meta property="og:type" content="website" />
13+
<meta property="og:url" content="https://mildstack.dev/" />
14+
<meta property="og:title" content="MildStack - Free Open Source LocalStack Alternative" />
15+
<meta property="og:description" content="Lightweight, local-first AWS emulator for developers. Fast, simple, and memory-efficient local cloud API." />
16+
<meta property="og:image" content="/og-image.png" />
17+
18+
<!-- Twitter -->
19+
<meta property="twitter:card" content="summary_large_image" />
20+
<meta property="twitter:url" content="https://mildstack.dev/" />
21+
<meta property="twitter:title" content="MildStack - Open Source LocalStack Alternative" />
22+
<meta property="twitter:description" content="Lightweight, local-first AWS emulator for developers. Fast, simple, and memory-efficient local cloud API." />
23+
<meta property="twitter:image" content="/og-image.png" />
824
</head>
925
<body>
1026
<div id="root"></div>
Lines changed: 14 additions & 0 deletions
Loading

apps/web/www/public/vite.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)