@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.
- package/dist/index.d.mts +43 -393
- package/dist/index.d.ts +43 -393
- package/dist/index.js +306 -6526
- package/dist/index.mjs +202 -6412
- package/package.json +6 -1
- package/scripts/build-deno.ts +0 -134
- package/src/analyzers/core-web-vitals-analyzer.test.ts +0 -236
- package/src/analyzers/core-web-vitals-analyzer.ts +0 -557
- package/src/analyzers/geo-analyzer.test.ts +0 -310
- package/src/analyzers/geo-analyzer.ts +0 -814
- package/src/analyzers/image-optimization-analyzer.test.ts +0 -145
- package/src/analyzers/image-optimization-analyzer.ts +0 -348
- package/src/analyzers/index.ts +0 -233
- package/src/analyzers/internal-linking-analyzer.test.ts +0 -141
- package/src/analyzers/internal-linking-analyzer.ts +0 -419
- package/src/analyzers/mobile-seo-analyzer.test.ts +0 -140
- package/src/analyzers/mobile-seo-analyzer.ts +0 -455
- package/src/analyzers/security-headers-analyzer.test.ts +0 -115
- package/src/analyzers/security-headers-analyzer.ts +0 -318
- package/src/analyzers/structured-data-analyzer.test.ts +0 -210
- package/src/analyzers/structured-data-analyzer.ts +0 -590
- package/src/audit/ai/analyzer.ts +0 -347
- package/src/audit/ai/index.ts +0 -29
- package/src/audit/ai/prompts/content-analysis.ts +0 -271
- package/src/audit/ai/types.ts +0 -179
- package/src/audit/checks/additional-checks.ts +0 -439
- package/src/audit/checks/agent-experience.ts +0 -108
- package/src/audit/checks/ai-citation-worthiness.ts +0 -399
- package/src/audit/checks/ai-content-structure.ts +0 -325
- package/src/audit/checks/ai-readiness.ts +0 -406
- package/src/audit/checks/anchor-text.ts +0 -179
- package/src/audit/checks/answer-conciseness.ts +0 -322
- package/src/audit/checks/asset-minification.ts +0 -270
- package/src/audit/checks/bing-optimization.ts +0 -206
- package/src/audit/checks/brand-mention-optimization.ts +0 -349
- package/src/audit/checks/caching-headers.ts +0 -305
- package/src/audit/checks/canonical-advanced.ts +0 -150
- package/src/audit/checks/canonical-domain.ts +0 -196
- package/src/audit/checks/citation-quality.ts +0 -358
- package/src/audit/checks/client-rendering.ts +0 -542
- package/src/audit/checks/color-contrast.ts +0 -342
- package/src/audit/checks/content-freshness.ts +0 -170
- package/src/audit/checks/content-science.ts +0 -589
- package/src/audit/checks/conversion-elements.ts +0 -526
- package/src/audit/checks/crawlability.ts +0 -220
- package/src/audit/checks/directory-listing.ts +0 -172
- package/src/audit/checks/dom-analysis.ts +0 -191
- package/src/audit/checks/dom-size.ts +0 -246
- package/src/audit/checks/duplicate-content.ts +0 -194
- package/src/audit/checks/eeat-signals.ts +0 -990
- package/src/audit/checks/entity-seo.ts +0 -396
- package/src/audit/checks/featured-snippet.ts +0 -473
- package/src/audit/checks/freshness-signals.ts +0 -443
- package/src/audit/checks/funnel-intent.ts +0 -463
- package/src/audit/checks/hreflang.ts +0 -174
- package/src/audit/checks/html-compliance.ts +0 -302
- package/src/audit/checks/image-dimensions.ts +0 -167
- package/src/audit/checks/images.ts +0 -160
- package/src/audit/checks/indexnow.ts +0 -275
- package/src/audit/checks/interactive-tools.ts +0 -475
- package/src/audit/checks/internal-link-graph.ts +0 -436
- package/src/audit/checks/keyword-analysis.ts +0 -239
- package/src/audit/checks/keyword-cannibalization.ts +0 -385
- package/src/audit/checks/keyword-placement.ts +0 -471
- package/src/audit/checks/links.ts +0 -273
- package/src/audit/checks/llms-txt.ts +0 -224
- package/src/audit/checks/local-seo.ts +0 -296
- package/src/audit/checks/mobile.ts +0 -167
- package/src/audit/checks/modern-images.ts +0 -226
- package/src/audit/checks/navboost-signals.ts +0 -395
- package/src/audit/checks/on-page.ts +0 -209
- package/src/audit/checks/page-resources.ts +0 -285
- package/src/audit/checks/pagination.ts +0 -180
- package/src/audit/checks/performance.ts +0 -153
- package/src/audit/checks/platform-presence.ts +0 -580
- package/src/audit/checks/rag-chunk-readiness.test.ts +0 -159
- package/src/audit/checks/rag-chunk-readiness.ts +0 -163
- package/src/audit/checks/redirect-analysis.ts +0 -153
- package/src/audit/checks/redirect-chain.ts +0 -389
- package/src/audit/checks/resource-hints.ts +0 -420
- package/src/audit/checks/responsive-css.ts +0 -247
- package/src/audit/checks/responsive-images.ts +0 -396
- package/src/audit/checks/review-ecosystem.ts +0 -415
- package/src/audit/checks/robots-validation.ts +0 -373
- package/src/audit/checks/security-headers.ts +0 -188
- package/src/audit/checks/security.ts +0 -144
- package/src/audit/checks/serp-preview.ts +0 -251
- package/src/audit/checks/site-maturity.ts +0 -453
- package/src/audit/checks/social-meta.test.ts +0 -275
- package/src/audit/checks/social-meta.ts +0 -134
- package/src/audit/checks/soft-404.ts +0 -151
- package/src/audit/checks/structured-data.ts +0 -238
- package/src/audit/checks/tech-detection.ts +0 -496
- package/src/audit/checks/topical-clusters.ts +0 -435
- package/src/audit/checks/tracker-bloat.ts +0 -462
- package/src/audit/checks/tracking-verification.test.ts +0 -371
- package/src/audit/checks/tracking-verification.ts +0 -636
- package/src/audit/checks/url-safety.ts +0 -682
- package/src/audit/deno-entry.ts +0 -66
- package/src/audit/discovery/index.ts +0 -15
- package/src/audit/discovery/link-crawler.ts +0 -233
- package/src/audit/discovery/repo-routes.ts +0 -347
- package/src/audit/engine.ts +0 -633
- package/src/audit/fixes/index.ts +0 -209
- package/src/audit/fixes/social-meta-fixes.test.ts +0 -329
- package/src/audit/fixes/social-meta-fixes.ts +0 -463
- package/src/audit/index.ts +0 -74
- package/src/audit/runner.test.ts +0 -299
- package/src/audit/runner.ts +0 -130
- package/src/audit/types.ts +0 -1987
- package/src/content/featured-snippet.ts +0 -367
- package/src/content/generator.test.ts +0 -534
- package/src/content/generator.ts +0 -501
- package/src/content/headline.ts +0 -317
- package/src/content/index.ts +0 -62
- package/src/content/intent.ts +0 -258
- package/src/content/keyword-density.ts +0 -349
- package/src/content/readability.ts +0 -262
- package/src/executor.ts +0 -336
- package/src/fixer/framework-fixes.test.ts +0 -489
- package/src/fixer/framework-fixes.ts +0 -5287
- package/src/fixer/index.ts +0 -6
- package/src/fixer/schemas.ts +0 -971
- package/src/fixer.ts +0 -642
- package/src/frameworks/detector.test.ts +0 -248
- package/src/frameworks/detector.ts +0 -899
- package/src/frameworks/index.ts +0 -68
- package/src/frameworks/recipes/angular.yaml +0 -171
- package/src/frameworks/recipes/astro.yaml +0 -206
- package/src/frameworks/recipes/django.yaml +0 -180
- package/src/frameworks/recipes/laravel.yaml +0 -137
- package/src/frameworks/recipes/nextjs.yaml +0 -268
- package/src/frameworks/recipes/nuxt.yaml +0 -175
- package/src/frameworks/recipes/rails.yaml +0 -188
- package/src/frameworks/recipes/react.yaml +0 -202
- package/src/frameworks/recipes/sveltekit.yaml +0 -154
- package/src/frameworks/recipes/vue.yaml +0 -137
- package/src/frameworks/recipes/wordpress.yaml +0 -209
- package/src/frameworks/suggestion-engine.ts +0 -357
- package/src/geo/geo-content.test.ts +0 -305
- package/src/geo/geo-content.ts +0 -266
- package/src/geo/geo-history.test.ts +0 -473
- package/src/geo/geo-history.ts +0 -433
- package/src/geo/geo-tracker.test.ts +0 -359
- package/src/geo/geo-tracker.ts +0 -411
- package/src/geo/index.ts +0 -11
- package/src/geo/llm-citation-checker.ts +0 -188
- package/src/git/commit-helper.test.ts +0 -261
- package/src/git/commit-helper.ts +0 -329
- package/src/git/index.ts +0 -12
- package/src/git/pr-helper.test.ts +0 -284
- package/src/git/pr-helper.ts +0 -307
- package/src/index.ts +0 -76
- package/src/keywords/ai-keyword-engine.ts +0 -1062
- package/src/keywords/ai-summarizer.ts +0 -387
- package/src/keywords/ci-mode.ts +0 -555
- package/src/keywords/engine.ts +0 -359
- package/src/keywords/index.ts +0 -151
- package/src/keywords/llm-judge.ts +0 -357
- package/src/keywords/nlp-analysis.ts +0 -706
- package/src/keywords/prioritizer.ts +0 -295
- package/src/keywords/site-crawler.ts +0 -342
- package/src/keywords/sources/autocomplete.ts +0 -139
- package/src/keywords/sources/competitive-search.ts +0 -450
- package/src/keywords/sources/competitor-analysis.ts +0 -374
- package/src/keywords/sources/dataforseo.ts +0 -206
- package/src/keywords/sources/free-sources.ts +0 -294
- package/src/keywords/sources/gsc.ts +0 -123
- package/src/keywords/topic-grouping.ts +0 -327
- package/src/keywords/types.ts +0 -144
- package/src/keywords/wizard.ts +0 -457
- package/src/loader.ts +0 -40
- package/src/ranking/index.ts +0 -5
- package/src/ranking/serp-client.ts +0 -348
- package/src/ranking/tracker.ts +0 -380
- package/src/ranking/types.ts +0 -123
- package/src/reports/index.ts +0 -7
- package/src/reports/report-generator.test.ts +0 -293
- package/src/reports/report-generator.ts +0 -713
- package/src/scheduler/alerts.test.ts +0 -458
- package/src/scheduler/alerts.ts +0 -328
- package/src/scheduler/index.ts +0 -8
- package/src/scheduler/scheduled-audit.test.ts +0 -377
- package/src/scheduler/scheduled-audit.ts +0 -149
- package/src/test/integration-test.ts +0 -325
- package/src/tools/analyzer.ts +0 -373
- package/src/tools/crawl.ts +0 -293
- package/src/tools/files.ts +0 -301
- package/src/tools/h1-fixer.ts +0 -249
- package/src/tools/index.ts +0 -67
- package/src/tracking/github-action.ts +0 -326
- package/src/tracking/google-analytics.ts +0 -265
- package/src/tracking/index.ts +0 -45
- package/src/tracking/report-generator.ts +0 -386
- package/src/tracking/search-console.ts +0 -335
- package/src/types.ts +0 -148
- package/src/utils/http.ts +0 -302
- package/src/wasm-adapter.ts +0 -297
- package/src/wasm-entry.ts +0 -14
- package/tsconfig.json +0 -17
- package/tsup.wasm.config.ts +0 -26
- package/vitest.config.ts +0 -15
|
@@ -1,471 +0,0 @@
|
|
|
1
|
-
// Keyword Placement Analysis - Critical On-Page SEO Signals
|
|
2
|
-
// Reference: "4 Steps to Rank #1 in Google (2026 SEO Plan)" by Nathan Gotch
|
|
3
|
-
// "Google's leaked documents have a feature called title match score"
|
|
4
|
-
// "Include the primary keyword phrase in the first paragraph"
|
|
5
|
-
|
|
6
|
-
import * as cheerio from 'cheerio';
|
|
7
|
-
import type { AuditIssue } from '../types.js';
|
|
8
|
-
|
|
9
|
-
export interface KeywordPlacementData {
|
|
10
|
-
detectedKeywords: string[];
|
|
11
|
-
urlAnalysis: {
|
|
12
|
-
containsKeyword: boolean;
|
|
13
|
-
keywordInUrl: string | null;
|
|
14
|
-
urlSlug: string;
|
|
15
|
-
isCleanUrl: boolean;
|
|
16
|
-
hasDynamicParams: boolean;
|
|
17
|
-
};
|
|
18
|
-
titleAnalysis: {
|
|
19
|
-
hasExactMatch: boolean;
|
|
20
|
-
hasPartialMatch: boolean;
|
|
21
|
-
titleMatchScore: number; // 0-100 estimated
|
|
22
|
-
position: 'start' | 'middle' | 'end' | 'none';
|
|
23
|
-
};
|
|
24
|
-
h1Analysis: {
|
|
25
|
-
hasExactMatch: boolean;
|
|
26
|
-
hasPartialMatch: boolean;
|
|
27
|
-
h1Text: string | null;
|
|
28
|
-
};
|
|
29
|
-
firstParagraphAnalysis: {
|
|
30
|
-
hasKeyword: boolean;
|
|
31
|
-
keywordPosition: number | null; // word position
|
|
32
|
-
firstParagraphPreview: string;
|
|
33
|
-
isWithinFirst100Words: boolean;
|
|
34
|
-
};
|
|
35
|
-
metaDescriptionAnalysis: {
|
|
36
|
-
hasKeyword: boolean;
|
|
37
|
-
position: 'start' | 'middle' | 'end' | 'none';
|
|
38
|
-
};
|
|
39
|
-
overallPlacementScore: number; // 0-100
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
/**
|
|
43
|
-
* Extract likely target keywords from the page
|
|
44
|
-
* Uses title, H1, and URL to infer the target keyword
|
|
45
|
-
*/
|
|
46
|
-
export function inferTargetKeywords(html: string, url: string): string[] {
|
|
47
|
-
const $ = cheerio.load(html);
|
|
48
|
-
const keywords: string[] = [];
|
|
49
|
-
|
|
50
|
-
// Extract from title (most reliable signal)
|
|
51
|
-
const title = $('title').text().trim();
|
|
52
|
-
if (title) {
|
|
53
|
-
// Remove brand name patterns (usually after | or -)
|
|
54
|
-
const cleanTitle = title.split(/[|\-–—]/)[0]?.trim() || title;
|
|
55
|
-
if (cleanTitle.length > 3 && cleanTitle.length < 100) {
|
|
56
|
-
keywords.push(cleanTitle.toLowerCase());
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
// Extract from H1
|
|
61
|
-
const h1 = $('h1').first().text().trim();
|
|
62
|
-
if (h1 && h1.length > 3 && h1.length < 100) {
|
|
63
|
-
keywords.push(h1.toLowerCase());
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
// Extract from URL slug
|
|
67
|
-
try {
|
|
68
|
-
const urlPath = new URL(url).pathname;
|
|
69
|
-
const slug = urlPath.split('/').filter(p => p.length > 0).pop();
|
|
70
|
-
if (slug) {
|
|
71
|
-
const cleanSlug = slug.replace(/[-_]/g, ' ').replace(/\.(html?|php|aspx?)$/i, '');
|
|
72
|
-
if (cleanSlug.length > 3) {
|
|
73
|
-
keywords.push(cleanSlug.toLowerCase());
|
|
74
|
-
}
|
|
75
|
-
}
|
|
76
|
-
} catch {
|
|
77
|
-
// Invalid URL
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
// Find common words across all sources to identify the core keyword
|
|
81
|
-
const wordCounts = new Map<string, number>();
|
|
82
|
-
for (const kw of keywords) {
|
|
83
|
-
const words = kw.split(/\s+/).filter(w => w.length > 2);
|
|
84
|
-
for (const word of words) {
|
|
85
|
-
wordCounts.set(word, (wordCounts.get(word) || 0) + 1);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
// Sort by frequency and return top keywords
|
|
90
|
-
return [...new Set(keywords)].slice(0, 3);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/**
|
|
94
|
-
* Analyze URL for keyword presence
|
|
95
|
-
*/
|
|
96
|
-
export function analyzeUrlKeyword(url: string, keywords: string[]): KeywordPlacementData['urlAnalysis'] {
|
|
97
|
-
try {
|
|
98
|
-
const parsedUrl = new URL(url);
|
|
99
|
-
const urlSlug = parsedUrl.pathname.toLowerCase();
|
|
100
|
-
const slugWords = urlSlug.replace(/[-_/]/g, ' ').trim();
|
|
101
|
-
|
|
102
|
-
let containsKeyword = false;
|
|
103
|
-
let keywordInUrl: string | null = null;
|
|
104
|
-
|
|
105
|
-
for (const keyword of keywords) {
|
|
106
|
-
const kwWords = keyword.toLowerCase().split(/\s+/);
|
|
107
|
-
// Check if all significant words of the keyword are in the URL
|
|
108
|
-
const significantWords = kwWords.filter(w => w.length > 2);
|
|
109
|
-
const matchCount = significantWords.filter(w => slugWords.includes(w)).length;
|
|
110
|
-
|
|
111
|
-
if (matchCount >= Math.ceil(significantWords.length * 0.7)) {
|
|
112
|
-
containsKeyword = true;
|
|
113
|
-
keywordInUrl = keyword;
|
|
114
|
-
break;
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
// Check for clean URL structure
|
|
119
|
-
const isCleanUrl = !urlSlug.includes('?') &&
|
|
120
|
-
!urlSlug.includes('=') &&
|
|
121
|
-
!/\d{5,}/.test(urlSlug) && // No long ID numbers
|
|
122
|
-
urlSlug.length < 100;
|
|
123
|
-
|
|
124
|
-
const hasDynamicParams = parsedUrl.search.length > 0;
|
|
125
|
-
|
|
126
|
-
return {
|
|
127
|
-
containsKeyword,
|
|
128
|
-
keywordInUrl,
|
|
129
|
-
urlSlug,
|
|
130
|
-
isCleanUrl,
|
|
131
|
-
hasDynamicParams,
|
|
132
|
-
};
|
|
133
|
-
} catch {
|
|
134
|
-
return {
|
|
135
|
-
containsKeyword: false,
|
|
136
|
-
keywordInUrl: null,
|
|
137
|
-
urlSlug: '',
|
|
138
|
-
isCleanUrl: false,
|
|
139
|
-
hasDynamicParams: false,
|
|
140
|
-
};
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
/**
|
|
145
|
-
* Analyze title for keyword match (Title Match Score concept)
|
|
146
|
-
*/
|
|
147
|
-
export function analyzeTitleKeyword(html: string, keywords: string[]): KeywordPlacementData['titleAnalysis'] {
|
|
148
|
-
const $ = cheerio.load(html);
|
|
149
|
-
const title = $('title').text().trim().toLowerCase();
|
|
150
|
-
|
|
151
|
-
if (!title) {
|
|
152
|
-
return {
|
|
153
|
-
hasExactMatch: false,
|
|
154
|
-
hasPartialMatch: false,
|
|
155
|
-
titleMatchScore: 0,
|
|
156
|
-
position: 'none',
|
|
157
|
-
};
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
let hasExactMatch = false;
|
|
161
|
-
let hasPartialMatch = false;
|
|
162
|
-
let position: 'start' | 'middle' | 'end' | 'none' = 'none';
|
|
163
|
-
|
|
164
|
-
for (const keyword of keywords) {
|
|
165
|
-
const kwLower = keyword.toLowerCase();
|
|
166
|
-
|
|
167
|
-
// Exact match check
|
|
168
|
-
if (title.includes(kwLower)) {
|
|
169
|
-
hasExactMatch = true;
|
|
170
|
-
|
|
171
|
-
// Determine position
|
|
172
|
-
const index = title.indexOf(kwLower);
|
|
173
|
-
if (index === 0 || index < 5) {
|
|
174
|
-
position = 'start';
|
|
175
|
-
} else if (index > title.length - kwLower.length - 10) {
|
|
176
|
-
position = 'end';
|
|
177
|
-
} else {
|
|
178
|
-
position = 'middle';
|
|
179
|
-
}
|
|
180
|
-
break;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
// Partial match (most words present)
|
|
184
|
-
const kwWords = kwLower.split(/\s+/).filter(w => w.length > 2);
|
|
185
|
-
const matchCount = kwWords.filter(w => title.includes(w)).length;
|
|
186
|
-
if (matchCount >= Math.ceil(kwWords.length * 0.6)) {
|
|
187
|
-
hasPartialMatch = true;
|
|
188
|
-
position = 'middle';
|
|
189
|
-
}
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
// Calculate title match score
|
|
193
|
-
let titleMatchScore = 0;
|
|
194
|
-
if (hasExactMatch) {
|
|
195
|
-
titleMatchScore = position === 'start' ? 100 : position === 'middle' ? 80 : 60;
|
|
196
|
-
} else if (hasPartialMatch) {
|
|
197
|
-
titleMatchScore = 40;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
return {
|
|
201
|
-
hasExactMatch,
|
|
202
|
-
hasPartialMatch,
|
|
203
|
-
titleMatchScore,
|
|
204
|
-
position,
|
|
205
|
-
};
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
/**
|
|
209
|
-
* Analyze H1 for keyword match
|
|
210
|
-
*/
|
|
211
|
-
export function analyzeH1Keyword(html: string, keywords: string[]): KeywordPlacementData['h1Analysis'] {
|
|
212
|
-
const $ = cheerio.load(html);
|
|
213
|
-
const h1 = $('h1').first().text().trim();
|
|
214
|
-
const h1Lower = h1.toLowerCase();
|
|
215
|
-
|
|
216
|
-
let hasExactMatch = false;
|
|
217
|
-
let hasPartialMatch = false;
|
|
218
|
-
|
|
219
|
-
for (const keyword of keywords) {
|
|
220
|
-
const kwLower = keyword.toLowerCase();
|
|
221
|
-
|
|
222
|
-
if (h1Lower.includes(kwLower)) {
|
|
223
|
-
hasExactMatch = true;
|
|
224
|
-
break;
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
const kwWords = kwLower.split(/\s+/).filter(w => w.length > 2);
|
|
228
|
-
const matchCount = kwWords.filter(w => h1Lower.includes(w)).length;
|
|
229
|
-
if (matchCount >= Math.ceil(kwWords.length * 0.6)) {
|
|
230
|
-
hasPartialMatch = true;
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
|
|
234
|
-
return {
|
|
235
|
-
hasExactMatch,
|
|
236
|
-
hasPartialMatch,
|
|
237
|
-
h1Text: h1 || null,
|
|
238
|
-
};
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
/**
|
|
242
|
-
* Analyze first paragraph for keyword placement
|
|
243
|
-
*/
|
|
244
|
-
export function analyzeFirstParagraph(html: string, keywords: string[]): KeywordPlacementData['firstParagraphAnalysis'] {
|
|
245
|
-
const $ = cheerio.load(html);
|
|
246
|
-
|
|
247
|
-
// Find the first real paragraph (not in header/nav)
|
|
248
|
-
const paragraphs = $('main p, article p, .content p, #content p, body > div p').toArray();
|
|
249
|
-
let firstParagraph = '';
|
|
250
|
-
|
|
251
|
-
for (const p of paragraphs) {
|
|
252
|
-
const text = $(p).text().trim();
|
|
253
|
-
if (text.length > 50) { // Skip very short paragraphs
|
|
254
|
-
firstParagraph = text;
|
|
255
|
-
break;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
|
|
259
|
-
// Fallback to first p tag
|
|
260
|
-
if (!firstParagraph) {
|
|
261
|
-
firstParagraph = $('p').first().text().trim();
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
const firstParagraphLower = firstParagraph.toLowerCase();
|
|
265
|
-
const words = firstParagraphLower.split(/\s+/);
|
|
266
|
-
|
|
267
|
-
let hasKeyword = false;
|
|
268
|
-
let keywordPosition: number | null = null;
|
|
269
|
-
|
|
270
|
-
for (const keyword of keywords) {
|
|
271
|
-
const kwLower = keyword.toLowerCase();
|
|
272
|
-
const kwWords = kwLower.split(/\s+/);
|
|
273
|
-
|
|
274
|
-
// Find position of first keyword word
|
|
275
|
-
for (let i = 0; i < words.length; i++) {
|
|
276
|
-
if (kwWords.some(kw => words[i].includes(kw))) {
|
|
277
|
-
hasKeyword = true;
|
|
278
|
-
keywordPosition = i;
|
|
279
|
-
break;
|
|
280
|
-
}
|
|
281
|
-
}
|
|
282
|
-
|
|
283
|
-
if (hasKeyword) break;
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
return {
|
|
287
|
-
hasKeyword,
|
|
288
|
-
keywordPosition,
|
|
289
|
-
firstParagraphPreview: firstParagraph.substring(0, 200) + (firstParagraph.length > 200 ? '...' : ''),
|
|
290
|
-
isWithinFirst100Words: hasKeyword && keywordPosition !== null && keywordPosition < 100,
|
|
291
|
-
};
|
|
292
|
-
}
|
|
293
|
-
|
|
294
|
-
/**
|
|
295
|
-
* Analyze meta description for keyword
|
|
296
|
-
*/
|
|
297
|
-
export function analyzeMetaDescription(html: string, keywords: string[]): KeywordPlacementData['metaDescriptionAnalysis'] {
|
|
298
|
-
const $ = cheerio.load(html);
|
|
299
|
-
const metaDesc = $('meta[name="description"]').attr('content')?.trim().toLowerCase() || '';
|
|
300
|
-
|
|
301
|
-
if (!metaDesc) {
|
|
302
|
-
return { hasKeyword: false, position: 'none' };
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
let hasKeyword = false;
|
|
306
|
-
let position: 'start' | 'middle' | 'end' | 'none' = 'none';
|
|
307
|
-
|
|
308
|
-
for (const keyword of keywords) {
|
|
309
|
-
const kwLower = keyword.toLowerCase();
|
|
310
|
-
const kwWords = kwLower.split(/\s+/).filter(w => w.length > 2);
|
|
311
|
-
const matchCount = kwWords.filter(w => metaDesc.includes(w)).length;
|
|
312
|
-
|
|
313
|
-
if (matchCount >= Math.ceil(kwWords.length * 0.5)) {
|
|
314
|
-
hasKeyword = true;
|
|
315
|
-
|
|
316
|
-
// Find approximate position
|
|
317
|
-
const firstMatch = kwWords.find(w => metaDesc.includes(w));
|
|
318
|
-
if (firstMatch) {
|
|
319
|
-
const index = metaDesc.indexOf(firstMatch);
|
|
320
|
-
if (index < 30) {
|
|
321
|
-
position = 'start';
|
|
322
|
-
} else if (index > metaDesc.length - 50) {
|
|
323
|
-
position = 'end';
|
|
324
|
-
} else {
|
|
325
|
-
position = 'middle';
|
|
326
|
-
}
|
|
327
|
-
}
|
|
328
|
-
break;
|
|
329
|
-
}
|
|
330
|
-
}
|
|
331
|
-
|
|
332
|
-
return { hasKeyword, position };
|
|
333
|
-
}
|
|
334
|
-
|
|
335
|
-
/**
|
|
336
|
-
* Main function: Analyze keyword placement
|
|
337
|
-
*/
|
|
338
|
-
export function analyzeKeywordPlacement(
|
|
339
|
-
html: string,
|
|
340
|
-
url: string
|
|
341
|
-
): { issues: AuditIssue[]; data: KeywordPlacementData } {
|
|
342
|
-
const issues: AuditIssue[] = [];
|
|
343
|
-
|
|
344
|
-
// Infer target keywords
|
|
345
|
-
const detectedKeywords = inferTargetKeywords(html, url);
|
|
346
|
-
|
|
347
|
-
// Run all analyses
|
|
348
|
-
const urlAnalysis = analyzeUrlKeyword(url, detectedKeywords);
|
|
349
|
-
const titleAnalysis = analyzeTitleKeyword(html, detectedKeywords);
|
|
350
|
-
const h1Analysis = analyzeH1Keyword(html, detectedKeywords);
|
|
351
|
-
const firstParagraphAnalysis = analyzeFirstParagraph(html, detectedKeywords);
|
|
352
|
-
const metaDescriptionAnalysis = analyzeMetaDescription(html, detectedKeywords);
|
|
353
|
-
|
|
354
|
-
// Calculate overall placement score
|
|
355
|
-
let overallPlacementScore = 0;
|
|
356
|
-
if (urlAnalysis.containsKeyword) overallPlacementScore += 20;
|
|
357
|
-
if (titleAnalysis.hasExactMatch) overallPlacementScore += 25;
|
|
358
|
-
else if (titleAnalysis.hasPartialMatch) overallPlacementScore += 10;
|
|
359
|
-
if (h1Analysis.hasExactMatch) overallPlacementScore += 20;
|
|
360
|
-
else if (h1Analysis.hasPartialMatch) overallPlacementScore += 10;
|
|
361
|
-
if (firstParagraphAnalysis.isWithinFirst100Words) overallPlacementScore += 20;
|
|
362
|
-
else if (firstParagraphAnalysis.hasKeyword) overallPlacementScore += 10;
|
|
363
|
-
if (metaDescriptionAnalysis.hasKeyword) overallPlacementScore += 15;
|
|
364
|
-
|
|
365
|
-
// Generate issues
|
|
366
|
-
|
|
367
|
-
// URL doesn't contain keyword
|
|
368
|
-
if (!urlAnalysis.containsKeyword && urlAnalysis.urlSlug.length > 1) {
|
|
369
|
-
issues.push({
|
|
370
|
-
code: 'URL_MISSING_KEYWORD',
|
|
371
|
-
severity: 'warning',
|
|
372
|
-
category: 'on-page',
|
|
373
|
-
title: 'URL does not contain target keyword',
|
|
374
|
-
description: `The URL slug "${urlAnalysis.urlSlug}" doesn't include the apparent target keyword.`,
|
|
375
|
-
impact: 'URLs with keywords help Google understand page relevance. This is a ranking signal.',
|
|
376
|
-
howToFix: 'Include the primary keyword phrase in the URL (e.g., /keyword-phrase/ instead of /page123/).',
|
|
377
|
-
affectedUrls: [url],
|
|
378
|
-
details: {
|
|
379
|
-
currentSlug: urlAnalysis.urlSlug,
|
|
380
|
-
inferredKeywords: detectedKeywords,
|
|
381
|
-
},
|
|
382
|
-
});
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
// URL has dynamic parameters
|
|
386
|
-
if (urlAnalysis.hasDynamicParams) {
|
|
387
|
-
issues.push({
|
|
388
|
-
code: 'URL_HAS_PARAMS',
|
|
389
|
-
severity: 'notice',
|
|
390
|
-
category: 'on-page',
|
|
391
|
-
title: 'URL contains query parameters',
|
|
392
|
-
description: 'The URL has query parameters which create a less clean URL structure.',
|
|
393
|
-
impact: 'Clean, keyword-rich URLs are preferred by search engines and users.',
|
|
394
|
-
howToFix: 'Use URL rewriting to create clean, parameter-free URLs where possible.',
|
|
395
|
-
affectedUrls: [url],
|
|
396
|
-
});
|
|
397
|
-
}
|
|
398
|
-
|
|
399
|
-
// Title doesn't have exact keyword match
|
|
400
|
-
if (!titleAnalysis.hasExactMatch && detectedKeywords.length > 0) {
|
|
401
|
-
issues.push({
|
|
402
|
-
code: 'TITLE_KEYWORD_MISMATCH',
|
|
403
|
-
severity: 'warning',
|
|
404
|
-
category: 'on-page',
|
|
405
|
-
title: 'Title tag missing exact keyword match',
|
|
406
|
-
description: 'The title tag doesn\'t contain the exact target keyword phrase.',
|
|
407
|
-
impact: 'Google\'s leaked documents reveal a "title match score" that measures keyword alignment.',
|
|
408
|
-
howToFix: 'Include the exact target keyword phrase in the title, preferably near the beginning.',
|
|
409
|
-
affectedUrls: [url],
|
|
410
|
-
details: {
|
|
411
|
-
titleMatchScore: titleAnalysis.titleMatchScore,
|
|
412
|
-
position: titleAnalysis.position,
|
|
413
|
-
},
|
|
414
|
-
});
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
// Keyword not in first paragraph
|
|
418
|
-
if (!firstParagraphAnalysis.hasKeyword) {
|
|
419
|
-
issues.push({
|
|
420
|
-
code: 'FIRST_PARA_NO_KEYWORD',
|
|
421
|
-
severity: 'warning',
|
|
422
|
-
category: 'on-page',
|
|
423
|
-
title: 'Primary keyword not in first paragraph',
|
|
424
|
-
description: 'The target keyword doesn\'t appear in the opening paragraph.',
|
|
425
|
-
impact: 'Including keywords early in content signals relevance to search engines.',
|
|
426
|
-
howToFix: 'Add the primary keyword naturally within the first 100 words of your content.',
|
|
427
|
-
affectedUrls: [url],
|
|
428
|
-
details: {
|
|
429
|
-
preview: firstParagraphAnalysis.firstParagraphPreview,
|
|
430
|
-
},
|
|
431
|
-
});
|
|
432
|
-
} else if (!firstParagraphAnalysis.isWithinFirst100Words) {
|
|
433
|
-
issues.push({
|
|
434
|
-
code: 'KEYWORD_TOO_FAR',
|
|
435
|
-
severity: 'notice',
|
|
436
|
-
category: 'on-page',
|
|
437
|
-
title: 'Keyword appears late in first paragraph',
|
|
438
|
-
description: `Keyword found at word position ${firstParagraphAnalysis.keywordPosition}, ideally should be in first 100 words.`,
|
|
439
|
-
impact: 'Earlier keyword placement may slightly improve relevance signals.',
|
|
440
|
-
howToFix: 'Move the keyword mention closer to the beginning of your content.',
|
|
441
|
-
affectedUrls: [url],
|
|
442
|
-
});
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
// H1 missing keyword
|
|
446
|
-
if (!h1Analysis.hasExactMatch && !h1Analysis.hasPartialMatch && h1Analysis.h1Text) {
|
|
447
|
-
issues.push({
|
|
448
|
-
code: 'H1_MISSING_KEYWORD',
|
|
449
|
-
severity: 'notice',
|
|
450
|
-
category: 'on-page',
|
|
451
|
-
title: 'H1 doesn\'t contain target keyword',
|
|
452
|
-
description: `The H1 "${h1Analysis.h1Text}" doesn't include the target keyword.`,
|
|
453
|
-
impact: 'H1 is a strong on-page signal for topic relevance.',
|
|
454
|
-
howToFix: 'Include the primary keyword in your H1 headline.',
|
|
455
|
-
affectedUrls: [url],
|
|
456
|
-
});
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
return {
|
|
460
|
-
issues,
|
|
461
|
-
data: {
|
|
462
|
-
detectedKeywords,
|
|
463
|
-
urlAnalysis,
|
|
464
|
-
titleAnalysis,
|
|
465
|
-
h1Analysis,
|
|
466
|
-
firstParagraphAnalysis,
|
|
467
|
-
metaDescriptionAnalysis,
|
|
468
|
-
overallPlacementScore,
|
|
469
|
-
},
|
|
470
|
-
};
|
|
471
|
-
}
|