diff --git a/packages/plugin-legacy/package.json b/packages/plugin-legacy/package.json
index e8cdbc89e04456..07f9e992d71394 100644
--- a/packages/plugin-legacy/package.json
+++ b/packages/plugin-legacy/package.json
@@ -6,6 +6,12 @@
   "files": [
     "dist"
   ],
+  "keywords": [
+    "frontend",
+    "vite",
+    "vite-plugin",
+    "@vitejs/plugin-legacy"
+  ],
   "main": "./dist/index.cjs",
   "module": "./dist/index.mjs",
   "types": "./dist/index.d.ts",
diff --git a/packages/vite/package.json b/packages/vite/package.json
index 856c79cbfef289..c72d097d3efae5 100644
--- a/packages/vite/package.json
+++ b/packages/vite/package.json
@@ -8,6 +8,14 @@
   "bin": {
     "vite": "bin/vite.js"
   },
+  "keywords": [
+    "frontend",
+    "framework",
+    "hmr",
+    "dev-server",
+    "build-tool",
+    "vite"
+  ],
   "main": "./dist/node/index.js",
   "module": "./dist/node/index.js",
   "types": "./dist/node/index.d.ts",