@rankcli/agent-runtime 0.0.15 → 0.0.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (202) hide show
  1. package/dist/index.d.mts +43 -393
  2. package/dist/index.d.ts +43 -393
  3. package/dist/index.js +306 -6526
  4. package/dist/index.mjs +202 -6412
  5. package/package.json +6 -1
  6. package/scripts/build-deno.ts +0 -134
  7. package/src/analyzers/core-web-vitals-analyzer.test.ts +0 -236
  8. package/src/analyzers/core-web-vitals-analyzer.ts +0 -557
  9. package/src/analyzers/geo-analyzer.test.ts +0 -310
  10. package/src/analyzers/geo-analyzer.ts +0 -814
  11. package/src/analyzers/image-optimization-analyzer.test.ts +0 -145
  12. package/src/analyzers/image-optimization-analyzer.ts +0 -348
  13. package/src/analyzers/index.ts +0 -233
  14. package/src/analyzers/internal-linking-analyzer.test.ts +0 -141
  15. package/src/analyzers/internal-linking-analyzer.ts +0 -419
  16. package/src/analyzers/mobile-seo-analyzer.test.ts +0 -140
  17. package/src/analyzers/mobile-seo-analyzer.ts +0 -455
  18. package/src/analyzers/security-headers-analyzer.test.ts +0 -115
  19. package/src/analyzers/security-headers-analyzer.ts +0 -318
  20. package/src/analyzers/structured-data-analyzer.test.ts +0 -210
  21. package/src/analyzers/structured-data-analyzer.ts +0 -590
  22. package/src/audit/ai/analyzer.ts +0 -347
  23. package/src/audit/ai/index.ts +0 -29
  24. package/src/audit/ai/prompts/content-analysis.ts +0 -271
  25. package/src/audit/ai/types.ts +0 -179
  26. package/src/audit/checks/additional-checks.ts +0 -439
  27. package/src/audit/checks/agent-experience.ts +0 -108
  28. package/src/audit/checks/ai-citation-worthiness.ts +0 -399
  29. package/src/audit/checks/ai-content-structure.ts +0 -325
  30. package/src/audit/checks/ai-readiness.ts +0 -406
  31. package/src/audit/checks/anchor-text.ts +0 -179
  32. package/src/audit/checks/answer-conciseness.ts +0 -322
  33. package/src/audit/checks/asset-minification.ts +0 -270
  34. package/src/audit/checks/bing-optimization.ts +0 -206
  35. package/src/audit/checks/brand-mention-optimization.ts +0 -349
  36. package/src/audit/checks/caching-headers.ts +0 -305
  37. package/src/audit/checks/canonical-advanced.ts +0 -150
  38. package/src/audit/checks/canonical-domain.ts +0 -196
  39. package/src/audit/checks/citation-quality.ts +0 -358
  40. package/src/audit/checks/client-rendering.ts +0 -542
  41. package/src/audit/checks/color-contrast.ts +0 -342
  42. package/src/audit/checks/content-freshness.ts +0 -170
  43. package/src/audit/checks/content-science.ts +0 -589
  44. package/src/audit/checks/conversion-elements.ts +0 -526
  45. package/src/audit/checks/crawlability.ts +0 -220
  46. package/src/audit/checks/directory-listing.ts +0 -172
  47. package/src/audit/checks/dom-analysis.ts +0 -191
  48. package/src/audit/checks/dom-size.ts +0 -246
  49. package/src/audit/checks/duplicate-content.ts +0 -194
  50. package/src/audit/checks/eeat-signals.ts +0 -990
  51. package/src/audit/checks/entity-seo.ts +0 -396
  52. package/src/audit/checks/featured-snippet.ts +0 -473
  53. package/src/audit/checks/freshness-signals.ts +0 -443
  54. package/src/audit/checks/funnel-intent.ts +0 -463
  55. package/src/audit/checks/hreflang.ts +0 -174
  56. package/src/audit/checks/html-compliance.ts +0 -302
  57. package/src/audit/checks/image-dimensions.ts +0 -167
  58. package/src/audit/checks/images.ts +0 -160
  59. package/src/audit/checks/indexnow.ts +0 -275
  60. package/src/audit/checks/interactive-tools.ts +0 -475
  61. package/src/audit/checks/internal-link-graph.ts +0 -436
  62. package/src/audit/checks/keyword-analysis.ts +0 -239
  63. package/src/audit/checks/keyword-cannibalization.ts +0 -385
  64. package/src/audit/checks/keyword-placement.ts +0 -471
  65. package/src/audit/checks/links.ts +0 -273
  66. package/src/audit/checks/llms-txt.ts +0 -224
  67. package/src/audit/checks/local-seo.ts +0 -296
  68. package/src/audit/checks/mobile.ts +0 -167
  69. package/src/audit/checks/modern-images.ts +0 -226
  70. package/src/audit/checks/navboost-signals.ts +0 -395
  71. package/src/audit/checks/on-page.ts +0 -209
  72. package/src/audit/checks/page-resources.ts +0 -285
  73. package/src/audit/checks/pagination.ts +0 -180
  74. package/src/audit/checks/performance.ts +0 -153
  75. package/src/audit/checks/platform-presence.ts +0 -580
  76. package/src/audit/checks/rag-chunk-readiness.test.ts +0 -159
  77. package/src/audit/checks/rag-chunk-readiness.ts +0 -163
  78. package/src/audit/checks/redirect-analysis.ts +0 -153
  79. package/src/audit/checks/redirect-chain.ts +0 -389
  80. package/src/audit/checks/resource-hints.ts +0 -420
  81. package/src/audit/checks/responsive-css.ts +0 -247
  82. package/src/audit/checks/responsive-images.ts +0 -396
  83. package/src/audit/checks/review-ecosystem.ts +0 -415
  84. package/src/audit/checks/robots-validation.ts +0 -373
  85. package/src/audit/checks/security-headers.ts +0 -188
  86. package/src/audit/checks/security.ts +0 -144
  87. package/src/audit/checks/serp-preview.ts +0 -251
  88. package/src/audit/checks/site-maturity.ts +0 -453
  89. package/src/audit/checks/social-meta.test.ts +0 -275
  90. package/src/audit/checks/social-meta.ts +0 -134
  91. package/src/audit/checks/soft-404.ts +0 -151
  92. package/src/audit/checks/structured-data.ts +0 -238
  93. package/src/audit/checks/tech-detection.ts +0 -496
  94. package/src/audit/checks/topical-clusters.ts +0 -435
  95. package/src/audit/checks/tracker-bloat.ts +0 -462
  96. package/src/audit/checks/tracking-verification.test.ts +0 -371
  97. package/src/audit/checks/tracking-verification.ts +0 -636
  98. package/src/audit/checks/url-safety.ts +0 -682
  99. package/src/audit/deno-entry.ts +0 -66
  100. package/src/audit/discovery/index.ts +0 -15
  101. package/src/audit/discovery/link-crawler.ts +0 -233
  102. package/src/audit/discovery/repo-routes.ts +0 -347
  103. package/src/audit/engine.ts +0 -633
  104. package/src/audit/fixes/index.ts +0 -209
  105. package/src/audit/fixes/social-meta-fixes.test.ts +0 -329
  106. package/src/audit/fixes/social-meta-fixes.ts +0 -463
  107. package/src/audit/index.ts +0 -74
  108. package/src/audit/runner.test.ts +0 -299
  109. package/src/audit/runner.ts +0 -130
  110. package/src/audit/types.ts +0 -1987
  111. package/src/content/featured-snippet.ts +0 -367
  112. package/src/content/generator.test.ts +0 -534
  113. package/src/content/generator.ts +0 -501
  114. package/src/content/headline.ts +0 -317
  115. package/src/content/index.ts +0 -62
  116. package/src/content/intent.ts +0 -258
  117. package/src/content/keyword-density.ts +0 -349
  118. package/src/content/readability.ts +0 -262
  119. package/src/executor.ts +0 -336
  120. package/src/fixer/framework-fixes.test.ts +0 -489
  121. package/src/fixer/framework-fixes.ts +0 -5287
  122. package/src/fixer/index.ts +0 -6
  123. package/src/fixer/schemas.ts +0 -971
  124. package/src/fixer.ts +0 -642
  125. package/src/frameworks/detector.test.ts +0 -248
  126. package/src/frameworks/detector.ts +0 -899
  127. package/src/frameworks/index.ts +0 -68
  128. package/src/frameworks/recipes/angular.yaml +0 -171
  129. package/src/frameworks/recipes/astro.yaml +0 -206
  130. package/src/frameworks/recipes/django.yaml +0 -180
  131. package/src/frameworks/recipes/laravel.yaml +0 -137
  132. package/src/frameworks/recipes/nextjs.yaml +0 -268
  133. package/src/frameworks/recipes/nuxt.yaml +0 -175
  134. package/src/frameworks/recipes/rails.yaml +0 -188
  135. package/src/frameworks/recipes/react.yaml +0 -202
  136. package/src/frameworks/recipes/sveltekit.yaml +0 -154
  137. package/src/frameworks/recipes/vue.yaml +0 -137
  138. package/src/frameworks/recipes/wordpress.yaml +0 -209
  139. package/src/frameworks/suggestion-engine.ts +0 -357
  140. package/src/geo/geo-content.test.ts +0 -305
  141. package/src/geo/geo-content.ts +0 -266
  142. package/src/geo/geo-history.test.ts +0 -473
  143. package/src/geo/geo-history.ts +0 -433
  144. package/src/geo/geo-tracker.test.ts +0 -359
  145. package/src/geo/geo-tracker.ts +0 -411
  146. package/src/geo/index.ts +0 -11
  147. package/src/geo/llm-citation-checker.ts +0 -188
  148. package/src/git/commit-helper.test.ts +0 -261
  149. package/src/git/commit-helper.ts +0 -329
  150. package/src/git/index.ts +0 -12
  151. package/src/git/pr-helper.test.ts +0 -284
  152. package/src/git/pr-helper.ts +0 -307
  153. package/src/index.ts +0 -76
  154. package/src/keywords/ai-keyword-engine.ts +0 -1062
  155. package/src/keywords/ai-summarizer.ts +0 -387
  156. package/src/keywords/ci-mode.ts +0 -555
  157. package/src/keywords/engine.ts +0 -359
  158. package/src/keywords/index.ts +0 -151
  159. package/src/keywords/llm-judge.ts +0 -357
  160. package/src/keywords/nlp-analysis.ts +0 -706
  161. package/src/keywords/prioritizer.ts +0 -295
  162. package/src/keywords/site-crawler.ts +0 -342
  163. package/src/keywords/sources/autocomplete.ts +0 -139
  164. package/src/keywords/sources/competitive-search.ts +0 -450
  165. package/src/keywords/sources/competitor-analysis.ts +0 -374
  166. package/src/keywords/sources/dataforseo.ts +0 -206
  167. package/src/keywords/sources/free-sources.ts +0 -294
  168. package/src/keywords/sources/gsc.ts +0 -123
  169. package/src/keywords/topic-grouping.ts +0 -327
  170. package/src/keywords/types.ts +0 -144
  171. package/src/keywords/wizard.ts +0 -457
  172. package/src/loader.ts +0 -40
  173. package/src/ranking/index.ts +0 -5
  174. package/src/ranking/serp-client.ts +0 -348
  175. package/src/ranking/tracker.ts +0 -380
  176. package/src/ranking/types.ts +0 -123
  177. package/src/reports/index.ts +0 -7
  178. package/src/reports/report-generator.test.ts +0 -293
  179. package/src/reports/report-generator.ts +0 -713
  180. package/src/scheduler/alerts.test.ts +0 -458
  181. package/src/scheduler/alerts.ts +0 -328
  182. package/src/scheduler/index.ts +0 -8
  183. package/src/scheduler/scheduled-audit.test.ts +0 -377
  184. package/src/scheduler/scheduled-audit.ts +0 -149
  185. package/src/test/integration-test.ts +0 -325
  186. package/src/tools/analyzer.ts +0 -373
  187. package/src/tools/crawl.ts +0 -293
  188. package/src/tools/files.ts +0 -301
  189. package/src/tools/h1-fixer.ts +0 -249
  190. package/src/tools/index.ts +0 -67
  191. package/src/tracking/github-action.ts +0 -326
  192. package/src/tracking/google-analytics.ts +0 -265
  193. package/src/tracking/index.ts +0 -45
  194. package/src/tracking/report-generator.ts +0 -386
  195. package/src/tracking/search-console.ts +0 -335
  196. package/src/types.ts +0 -148
  197. package/src/utils/http.ts +0 -302
  198. package/src/wasm-adapter.ts +0 -297
  199. package/src/wasm-entry.ts +0 -14
  200. package/tsconfig.json +0 -17
  201. package/tsup.wasm.config.ts +0 -26
  202. package/vitest.config.ts +0 -15
@@ -1,501 +0,0 @@
1
- /**
2
- * Content Generator Module
3
- *
4
- * Generates SEO-optimized content including blog posts, changelogs,
5
- * and README files. Supports GEO (Generative Engine Optimization)
6
- * for AI-friendly content.
7
- */
8
-
9
- export interface BlogPostConfig {
10
- topic: string;
11
- keywords?: string[];
12
- tone?: 'technical' | 'educational' | 'casual' | 'professional';
13
- wordCount?: { min: number; max: number };
14
- includeFAQ?: boolean;
15
- geoOptimize?: boolean;
16
- }
17
-
18
- export interface ChangelogConfig {
19
- fromRef: string;
20
- toRef: string;
21
- groupByType?: boolean;
22
- seoKeywords?: string[];
23
- includeBreaking?: boolean;
24
- }
25
-
26
- export interface ReadmeConfig {
27
- currentContent: string;
28
- projectName: string;
29
- keywords?: string[];
30
- preserveCustomSections?: boolean;
31
- }
32
-
33
- export interface GeneratedContent {
34
- title: string;
35
- content: string;
36
- metaDescription: string;
37
- keywords: string[];
38
- readingTime?: string;
39
- wordCount?: number;
40
- hasFAQ?: boolean;
41
- error?: string;
42
- }
43
-
44
- export interface ChangelogResult {
45
- content: string;
46
- version?: string;
47
- date?: string;
48
- sections: {
49
- features?: string[];
50
- fixes?: string[];
51
- breaking?: string[];
52
- docs?: string[];
53
- other?: string[];
54
- };
55
- metaDescription?: string;
56
- }
57
-
58
- export interface ReadmeResult {
59
- content: string;
60
- metaDescription?: string;
61
- suggestions: string[];
62
- }
63
-
64
- export interface SEOScore {
65
- overall: number;
66
- headingScore: number;
67
- keywordScore: number;
68
- lengthScore: number;
69
- linkScore: number;
70
- mediaScore: number;
71
- }
72
-
73
- export interface ContentGeneratorOptions {
74
- llm?: LLMFunction;
75
- exec?: ExecFunction;
76
- }
77
-
78
- export type LLMFunction = (prompt: string) => Promise<any>;
79
- export type ExecFunction = (cmd: string) => Promise<{ stdout: string; stderr?: string }>;
80
-
81
- /**
82
- * Generate an SEO-optimized blog post
83
- */
84
- export async function generateBlogPost(
85
- config: BlogPostConfig,
86
- options: ContentGeneratorOptions = {}
87
- ): Promise<GeneratedContent> {
88
- const llm = options.llm;
89
-
90
- if (!llm) {
91
- return {
92
- title: '',
93
- content: '',
94
- metaDescription: '',
95
- keywords: [],
96
- error: 'LLM function not provided',
97
- };
98
- }
99
-
100
- try {
101
- const prompt = buildBlogPrompt(config);
102
- const result = await llm(prompt);
103
-
104
- return {
105
- title: result.title || '',
106
- content: result.content || '',
107
- metaDescription: (result.metaDescription || '').substring(0, 160),
108
- keywords: result.keywords || [],
109
- readingTime: result.readingTime,
110
- wordCount: result.wordCount,
111
- hasFAQ: result.hasFAQ,
112
- };
113
- } catch (error) {
114
- return {
115
- title: '',
116
- content: '',
117
- metaDescription: '',
118
- keywords: [],
119
- error: error instanceof Error ? error.message : 'Unknown error',
120
- };
121
- }
122
- }
123
-
124
- /**
125
- * Build the prompt for blog post generation
126
- */
127
- function buildBlogPrompt(config: BlogPostConfig): string {
128
- let prompt = `Generate an SEO-optimized blog post about: ${config.topic}
129
-
130
- Requirements:
131
- - Create an engaging title
132
- - Write comprehensive content`;
133
-
134
- if (config.keywords && config.keywords.length > 0) {
135
- prompt += `\n- Include these keywords naturally: ${config.keywords.join(', ')}`;
136
- }
137
-
138
- if (config.tone) {
139
- prompt += `\n- Use a ${config.tone} tone`;
140
- }
141
-
142
- if (config.wordCount) {
143
- prompt += `\n- Target ${config.wordCount.min}-${config.wordCount.max} words`;
144
- }
145
-
146
- if (config.includeFAQ) {
147
- prompt += `\n- Include an FAQ section`;
148
- }
149
-
150
- if (config.geoOptimize) {
151
- prompt += `\n- Structure content for AI citation with bold key facts
152
- - Use clear, citable statements
153
- - Include structured data-friendly formatting`;
154
- }
155
-
156
- prompt += `\n- Generate a meta description under 160 characters
157
- - Return as JSON with: title, content, metaDescription, keywords`;
158
-
159
- return prompt;
160
- }
161
-
162
- /**
163
- * Generate a changelog from git commits
164
- */
165
- export async function generateChangelog(
166
- config: ChangelogConfig,
167
- options: ContentGeneratorOptions = {}
168
- ): Promise<ChangelogResult> {
169
- const exec = options.exec;
170
-
171
- if (!exec) {
172
- return {
173
- content: '',
174
- sections: {},
175
- };
176
- }
177
-
178
- try {
179
- const result = await exec(
180
- `git log ${config.fromRef}..${config.toRef} --pretty=format:"%s"`
181
- );
182
-
183
- const commits = result.stdout.trim().split('\n').filter(Boolean);
184
-
185
- if (commits.length === 0) {
186
- return {
187
- content: '',
188
- sections: {},
189
- };
190
- }
191
-
192
- const sections = categorizeCommits(commits);
193
- const content = formatChangelog(sections, config);
194
- const version = extractVersion(config.toRef);
195
-
196
- return {
197
- content,
198
- version,
199
- date: new Date().toISOString().split('T')[0],
200
- sections,
201
- metaDescription: config.seoKeywords
202
- ? `Release notes including ${config.seoKeywords.join(', ')}`
203
- : undefined,
204
- };
205
- } catch (error) {
206
- return {
207
- content: '',
208
- sections: {},
209
- };
210
- }
211
- }
212
-
213
- /**
214
- * Categorize commits by conventional commit type
215
- */
216
- function categorizeCommits(commits: string[]): ChangelogResult['sections'] {
217
- const sections: ChangelogResult['sections'] = {
218
- features: [],
219
- fixes: [],
220
- breaking: [],
221
- docs: [],
222
- other: [],
223
- };
224
-
225
- for (const commit of commits) {
226
- const lowerCommit = commit.toLowerCase();
227
-
228
- if (lowerCommit.startsWith('feat')) {
229
- sections.features!.push(commit);
230
- } else if (lowerCommit.startsWith('fix')) {
231
- sections.fixes!.push(commit);
232
- } else if (lowerCommit.includes('breaking') || lowerCommit.startsWith('!')) {
233
- sections.breaking!.push(commit);
234
- } else if (lowerCommit.startsWith('docs')) {
235
- sections.docs!.push(commit);
236
- } else {
237
- sections.other!.push(commit);
238
- }
239
- }
240
-
241
- // Remove empty sections
242
- for (const key of Object.keys(sections) as Array<keyof typeof sections>) {
243
- if (sections[key]?.length === 0) {
244
- delete sections[key];
245
- }
246
- }
247
-
248
- return sections;
249
- }
250
-
251
- /**
252
- * Format changelog sections into markdown
253
- */
254
- function formatChangelog(
255
- sections: ChangelogResult['sections'],
256
- config: ChangelogConfig
257
- ): string {
258
- const lines: string[] = [];
259
-
260
- if (sections.breaking && sections.breaking.length > 0) {
261
- lines.push('## ⚠️ Breaking Changes\n');
262
- for (const commit of sections.breaking) {
263
- lines.push(`- ${commit}`);
264
- }
265
- lines.push('');
266
- }
267
-
268
- if (sections.features && sections.features.length > 0) {
269
- lines.push('## ✨ Features\n');
270
- for (const commit of sections.features) {
271
- lines.push(`- ${commit}`);
272
- }
273
- lines.push('');
274
- }
275
-
276
- if (sections.fixes && sections.fixes.length > 0) {
277
- lines.push('## 🐛 Bug Fixes\n');
278
- for (const commit of sections.fixes) {
279
- lines.push(`- ${commit}`);
280
- }
281
- lines.push('');
282
- }
283
-
284
- if (sections.docs && sections.docs.length > 0) {
285
- lines.push('## 📚 Documentation\n');
286
- for (const commit of sections.docs) {
287
- lines.push(`- ${commit}`);
288
- }
289
- lines.push('');
290
- }
291
-
292
- return lines.join('\n').trim();
293
- }
294
-
295
- /**
296
- * Extract version from git ref
297
- */
298
- function extractVersion(ref: string): string | undefined {
299
- const match = ref.match(/v?(\d+\.\d+\.\d+)/);
300
- return match ? match[1] : undefined;
301
- }
302
-
303
- /**
304
- * Optimize a README file for SEO
305
- */
306
- export async function optimizeReadme(
307
- config: ReadmeConfig,
308
- options: ContentGeneratorOptions = {}
309
- ): Promise<ReadmeResult> {
310
- const llm = options.llm;
311
-
312
- if (!llm) {
313
- return {
314
- content: config.currentContent,
315
- suggestions: ['LLM function not provided'],
316
- };
317
- }
318
-
319
- try {
320
- const prompt = buildReadmePrompt(config);
321
- const result = await llm(prompt);
322
-
323
- return {
324
- content: result.content || config.currentContent,
325
- metaDescription: result.metaDescription,
326
- suggestions: result.suggestions || [],
327
- };
328
- } catch (error) {
329
- return {
330
- content: config.currentContent,
331
- suggestions: ['Error optimizing README'],
332
- };
333
- }
334
- }
335
-
336
- /**
337
- * Build the prompt for README optimization
338
- */
339
- function buildReadmePrompt(config: ReadmeConfig): string {
340
- let prompt = `Optimize this README for SEO and developer experience.
341
-
342
- Project Name: ${config.projectName}
343
-
344
- Current README:
345
- ${config.currentContent || '(empty)'}
346
-
347
- Requirements:
348
- - Add standard sections if missing (Installation, Usage, License)
349
- - Make description SEO-friendly`;
350
-
351
- if (config.keywords && config.keywords.length > 0) {
352
- prompt += `\n- Include keywords: ${config.keywords.join(', ')}`;
353
- }
354
-
355
- if (config.preserveCustomSections) {
356
- prompt += `\n- Preserve existing custom sections`;
357
- }
358
-
359
- prompt += `\n- Suggest improvements
360
- - Return as JSON with: content, metaDescription, suggestions`;
361
-
362
- return prompt;
363
- }
364
-
365
- /**
366
- * Score content for SEO quality
367
- */
368
- export function scoreContentSEO(
369
- content: string,
370
- options: { targetKeywords?: string[] } = {}
371
- ): SEOScore {
372
- const headingScore = scoreHeadings(content);
373
- const keywordScore = scoreKeywords(content, options.targetKeywords || []);
374
- const lengthScore = scoreLength(content);
375
- const linkScore = scoreLinks(content);
376
- const mediaScore = scoreMedia(content);
377
-
378
- const overall = Math.round(
379
- headingScore * 0.2 +
380
- keywordScore * 0.25 +
381
- lengthScore * 0.25 +
382
- linkScore * 0.15 +
383
- mediaScore * 0.15
384
- );
385
-
386
- return {
387
- overall,
388
- headingScore,
389
- keywordScore,
390
- lengthScore,
391
- linkScore,
392
- mediaScore,
393
- };
394
- }
395
-
396
- /**
397
- * Score heading structure
398
- */
399
- function scoreHeadings(content: string): number {
400
- let score = 0;
401
-
402
- // Check for H1
403
- if (content.match(/^#\s+/m)) {
404
- score += 40;
405
- }
406
-
407
- // Check for H2s
408
- const h2Count = (content.match(/^##\s+/gm) || []).length;
409
- if (h2Count >= 1) score += 20;
410
- if (h2Count >= 2) score += 20;
411
-
412
- // Check for proper hierarchy (H1 before H2)
413
- const h1Index = content.search(/^#\s+/m);
414
- const h2Index = content.search(/^##\s+/m);
415
- if (h1Index !== -1 && (h2Index === -1 || h1Index < h2Index)) {
416
- score += 20;
417
- }
418
-
419
- return Math.min(100, score);
420
- }
421
-
422
- /**
423
- * Score keyword usage
424
- */
425
- function scoreKeywords(content: string, keywords: string[]): number {
426
- if (keywords.length === 0) {
427
- return 50; // Neutral score if no keywords specified
428
- }
429
-
430
- const lowerContent = content.toLowerCase();
431
- const wordCount = content.split(/\s+/).length;
432
- let score = 0;
433
-
434
- for (const keyword of keywords) {
435
- const regex = new RegExp(keyword.toLowerCase(), 'gi');
436
- const matches = lowerContent.match(regex) || [];
437
- const density = (matches.length / wordCount) * 100;
438
-
439
- // Ideal keyword density is 1-3%
440
- if (density >= 0.5 && density <= 3) {
441
- score += 100 / keywords.length;
442
- } else if (density > 0 && density < 0.5) {
443
- score += 50 / keywords.length;
444
- } else if (density > 3) {
445
- score += 30 / keywords.length; // Keyword stuffing penalty
446
- }
447
- }
448
-
449
- return Math.min(100, Math.round(score));
450
- }
451
-
452
- /**
453
- * Score content length
454
- */
455
- function scoreLength(content: string): number {
456
- const wordCount = content.split(/\s+/).length;
457
-
458
- // Ideal blog post length: 1500-2500 words
459
- // Minimum effective: 300 words
460
- if (wordCount < 100) return 10;
461
- if (wordCount < 300) return 30;
462
- if (wordCount < 500) return 50;
463
- if (wordCount < 1000) return 70;
464
- if (wordCount < 1500) return 85;
465
- if (wordCount <= 2500) return 100;
466
- return 90; // Slightly penalize very long content
467
- }
468
-
469
- /**
470
- * Score internal links
471
- */
472
- function scoreLinks(content: string): number {
473
- // Match markdown links
474
- const links = content.match(/\[([^\]]+)\]\(([^)]+)\)/g) || [];
475
- const internalLinks = links.filter(link => {
476
- const url = link.match(/\]\(([^)]+)\)/)?.[1] || '';
477
- return url.startsWith('/') || url.startsWith('#') || url.startsWith('./');
478
- });
479
-
480
- if (internalLinks.length === 0) return 20;
481
- if (internalLinks.length === 1) return 50;
482
- if (internalLinks.length === 2) return 75;
483
- return 100;
484
- }
485
-
486
- /**
487
- * Score media usage (images with alt text)
488
- */
489
- function scoreMedia(content: string): number {
490
- // Match markdown images with alt text
491
- const images = content.match(/!\[([^\]]+)\]\(([^)]+)\)/g) || [];
492
- const imagesWithAlt = images.filter(img => {
493
- const alt = img.match(/!\[([^\]]+)\]/)?.[1] || '';
494
- return alt.length > 0;
495
- });
496
-
497
- if (images.length === 0) return 30; // No images
498
- if (imagesWithAlt.length === 0) return 10; // Images without alt
499
- if (imagesWithAlt.length < images.length) return 50; // Some missing alt
500
- return 100; // All images have alt text
501
- }