fix(smm): Update site description

This commit is contained in:
Anton Ovchinnikov
2025-02-27 00:08:03 +01:00
parent 968dd50705
commit 4c239ed79a
+4 -3
View File
@@ -4,6 +4,7 @@
<head>
<meta charset="utf-8">
<title>Deploy Docker Apps on Your Infrastructure | Uncloud</title>
<meta name="description" content="Uncloud helps you deploy container applications on your infrastructure — from cloud VMs to bare metal. Replace Heroku and Render, no Kubernetes required.">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link href="./style.css" rel="stylesheet">
<link rel="apple-touch-icon" href="./images/apple-touch-icon.png" sizes="180x180"/>
@@ -12,18 +13,18 @@
<!-- OpenGraph tags for social media -->
<meta property="og:title" content="Deploy Docker Apps on Your Infrastructure | Uncloud" />
<meta property="og:description" content="Uncloud helps you deploy container applications on your infrastructure with ease" />
<meta property="og:description" content="Uncloud helps you deploy container applications on your infrastructure — from cloud VMs to bare metal. Replace Heroku and Render, no Kubernetes required." />
<meta property="og:image" content="https://uncloud.run/images/logo-wide.png" />
<meta property="og:image:alt" content="Uncloud logo - Deploy container apps with ease" />
<meta property="og:url" content="https://uncloud.run" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Uncloud" />
<!-- Twitter card tags -->
<meta property="twitter:domain" content="uncloud.run">
<meta property="twitter:url" content="https://uncloud.run">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Deploy Docker Apps on Your Infrastructure | Uncloud">
<meta name="twitter:description" content="Uncloud helps you deploy container applications on your infrastructure with ease">
<meta name="twitter:description" content="Uncloud helps you deploy container applications on your infrastructure — from cloud VMs to bare metal. Replace Heroku and Render, no Kubernetes required.">
<meta name="twitter:image" content="https://uncloud.run/images/logo-wide.png">
<meta name="twitter:image:alt" content="Uncloud logo - Deploy container apps with ease">
</head>