Skip to content

Commit 2652efe

Browse files
committed
web: expand SEO keywords and remove duplicates
1 parent 99093f3 commit 2652efe

File tree

1 file changed

+50
-1
lines changed

1 file changed

+50
-1
lines changed

web/lib/seo/keywords.ts

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ const rawSeoKeywords = [
4747
"AI coding tools for startups",
4848
"AI coding tools for enterprise",
4949
"Best AI coding tool for teams",
50-
"AI coding tools for startups",
5150
"AI coding tools for enterprise engineering teams",
5251
"AI coding tools with CLI support",
5352
"How to customize AI coding assistants with rules",
@@ -63,6 +62,56 @@ const rawSeoKeywords = [
6362
"AI coding tools for DevOps and scripting",
6463
"AI coding tools that work well with monorepos",
6564
"AI coding tools with project memory",
65+
"AI coding toolkit CLI",
66+
"Tools for Claude Code workflow",
67+
"Tools for Cursor workflow",
68+
"Tools for Codex workflow",
69+
"Tools for Antigravity workflow",
70+
"Tools for OpenCode workflow",
71+
"AI coding agent memory tools",
72+
"Cursor workflow tools",
73+
"Claude Code workflow tools",
74+
"Codex workflow tools",
75+
"Antigravity workflow tools",
76+
"OpenCode workflow tools",
77+
"AI agent skill management",
78+
"memory system for ai coding agents",
79+
"persistent memory for ai agents",
80+
"cli memory for ai agents",
81+
"how to give ai coding agent memory",
82+
"ai coding agent memory management",
83+
"local memory for ai agents",
84+
"tools for managing ai agent context",
85+
"ai agent memory tools",
86+
"memory architecture for ai agents",
87+
"ai coding workflow",
88+
"ai assisted development workflow",
89+
"structured ai development workflow",
90+
"ai coding pipeline tools",
91+
"ai development lifecycle tools",
92+
"ai driven software development workflow",
93+
"agent based development workflow",
94+
"ai programming workflow tools",
95+
"tools for cursor ai workflow",
96+
"cursor ai best practices tools",
97+
"cursor ai workflow management",
98+
"claude code memory tools",
99+
"claude coding agent tools",
100+
"tools for ai coding agents like cursor",
101+
"cursor ai cli tools",
102+
"why ai coding agents forget context",
103+
"why cursor ai forget instructions",
104+
"why claude code loses context",
105+
"how to stabilize ai coding agents",
106+
"how to prevent ai hallucination coding",
107+
"how to manage ai coding agent context",
108+
"how to improve ai coding reliability",
109+
"cli toolkit for ai coding agents",
110+
"persistent memory cli for ai agents",
111+
"workflow management for ai coding agents",
112+
"tools to manage cursor ai workflows",
113+
"tools to improve claude code reliability",
114+
"ai coding development lifecycle tools"
66115
];
67116

68117
function slugifyKeyword(keyword: string): string {

0 commit comments

Comments
 (0)