Skip to content

Commit 8cd6223

Browse files
authored
refactor(ui): simplify keyword and description for seo (#504)
## What type of PR is this? /kind refactor ## What this PR does / why we need it: Simplify keyword and description for seo. ![image](https://github.com/KusionStack/karpor/assets/9360247/1df7c93a-4ee7-4f28-ac29-4ee9978d57b7)
1 parent 82bf6a7 commit 8cd6223

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ui/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@
2323
<meta name="viewport" content="width=device-width, initial-scale=1" />
2424
<meta name="theme-color" content="#000000" />
2525
<meta name="keywords"
26-
content="Karpor, Kubernetes, Intelligence, Search, Insight, AI, Kubernetes Explorer, Kubernetes Dashboard, Cloud Native, Observability, Multi Cluster, Multi Cloud" />
26+
content="Kubernetes,Intelligence,Search,AI,Kubernetes Explorer,Kubernetes Dashboard,Cloud Native,Multi Cluster" />
2727
<meta name="description"
28-
content="Karpor is Intelligence for Kubernetes. It brings advanced 🔍 Search, 💡 Insight and ✨ AI to Kubernetes. With Karpor, you can gain crucial visibility into your Kubernetes clusters across any clouds and empower developers to ship faster." />
28+
content="Karpor is a Kubernetes Explorer/Kubernetes Dashboard focusing on Search, Insight and AI. It has self-host, secure compliance, multi-cloud/multi-cluster support" />
2929
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
3030
<!--
3131
manifest.json provides metadata used when your web app is installed on a

0 commit comments

Comments
 (0)