Skip to content

Commit fe7db91

Browse files
committed
fix: title ≤60 chars, description ≤155 chars for SEO compliance
- Title: 52 chars (limit 60) - Description: 137 chars (limit 155) - Consistent across title, OG, and Twitter tags
1 parent c84e0b5 commit fe7db91

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66

77
<!-- Primary Meta Tags -->
8-
<title>Kodra - One-Command Azure Developer Environment for Ubuntu | GitHub Copilot Ready</title>
9-
<meta name="title" content="Kodra - One-Command Azure Developer Environment for Ubuntu | GitHub Copilot Ready">
10-
<meta name="description" content="Kodra: One-command Ubuntu setup for Azure cloud-native developers. GitHub CLI, Docker, Kubernetes, AI-powered workflows. From fresh install to production in minutes.">
8+
<title>Kodra - One-Command Azure Dev Environment for Ubuntu</title>
9+
<meta name="title" content="Kodra - One-Command Azure Dev Environment for Ubuntu">
10+
<meta name="description" content="One-command Ubuntu setup for Azure developers. Docker, Kubernetes, GitHub Copilot CLI, Terraform. Fresh install to production in minutes.">
1111
<meta name="keywords" content="azure cli, ubuntu developer setup, github copilot cli, kubernetes, docker, bicep, terraform, cloud-native development, developer environment, azd, github cli, wsl, devops tools, one-command install, azure developer environment, linux dev setup, ubuntu developer tools">
1212
<meta name="author" content="Code To Cloud Inc.">
1313
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
@@ -17,8 +17,8 @@
1717
<!-- Open Graph / Facebook -->
1818
<meta property="og:type" content="website">
1919
<meta property="og:url" content="https://kodra.codetocloud.io/">
20-
<meta property="og:title" content="Kodra - One-Command Azure Developer Environment for Ubuntu">
21-
<meta property="og:description" content="Kodra: One-command Ubuntu setup for Azure cloud-native developers. GitHub CLI, Docker, Kubernetes, AI-powered workflows. From fresh install to production in minutes.">
20+
<meta property="og:title" content="Kodra - One-Command Azure Dev Environment for Ubuntu">
21+
<meta property="og:description" content="One-command Ubuntu setup for Azure developers. Docker, Kubernetes, GitHub Copilot CLI, Terraform. Fresh install to production in minutes.">
2222
<meta property="og:image" content="https://kodra.codetocloud.io/assets/kodra-social.png">
2323
<meta property="og:image:alt" content="Kodra developer environment running on Ubuntu with Azure tools">
2424
<meta property="og:image:width" content="1200">
@@ -29,8 +29,8 @@
2929
<!-- Twitter -->
3030
<meta name="twitter:card" content="summary_large_image">
3131
<meta name="twitter:url" content="https://kodra.codetocloud.io/">
32-
<meta name="twitter:title" content="Kodra - One-Command Azure Developer Environment">
33-
<meta name="twitter:description" content="One-command Ubuntu setup for Azure cloud-native developers. GitHub CLI, Docker, Kubernetes, AI-powered workflows.">
32+
<meta name="twitter:title" content="Kodra - One-Command Azure Dev Environment for Ubuntu">
33+
<meta name="twitter:description" content="One-command Ubuntu setup for Azure developers. Docker, Kubernetes, GitHub Copilot CLI, Terraform. Fresh install to production in minutes.">
3434
<meta name="twitter:image" content="https://kodra.codetocloud.io/assets/kodra-social.png">
3535
<meta name="twitter:image:alt" content="Kodra developer environment running on Ubuntu with Azure tools">
3636

0 commit comments

Comments
 (0)