@rankcli/agent-runtime 0.0.14 → 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 +77 -393
- package/dist/index.d.ts +77 -393
- package/dist/index.js +417 -6443
- package/dist/index.mjs +296 -6313
- 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/ai-citation-worthiness.ts +0 -399
- package/src/audit/checks/ai-content-structure.ts +0 -325
- package/src/audit/checks/ai-readiness.ts +0 -339
- 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/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 -627
- 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 -1963
- 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
package/dist/index.d.mts
CHANGED
|
@@ -213,6 +213,42 @@ interface IssueDefinition {
|
|
|
213
213
|
}
|
|
214
214
|
declare const ISSUE_DEFINITIONS: Record<string, IssueDefinition>;
|
|
215
215
|
|
|
216
|
+
/** Shape every paid-tier check function shares: (html, url) -> issues + check-specific data. */
|
|
217
|
+
type PremiumCheckFn = (html: string, url: string) => {
|
|
218
|
+
issues: AuditIssue[];
|
|
219
|
+
data: unknown;
|
|
220
|
+
};
|
|
221
|
+
/**
|
|
222
|
+
* Injected by the caller when premium checks are actually available -
|
|
223
|
+
* audit-worker (first-party server, imports @rankcli/agent-runtime-premium
|
|
224
|
+
* directly) or the CLI (after a valid license decrypts the WASM-embedded
|
|
225
|
+
* bundle). This package never imports an implementation, only this type -
|
|
226
|
+
* see docs/GEO_COVERAGE.md or packaging.test.ts for why.
|
|
227
|
+
*/
|
|
228
|
+
interface PremiumChecks {
|
|
229
|
+
analyzeFeaturedSnippet: PremiumCheckFn;
|
|
230
|
+
analyzeInternalLinkGraph: PremiumCheckFn;
|
|
231
|
+
analyzeEEATSignals: PremiumCheckFn;
|
|
232
|
+
analyzeContentScience: PremiumCheckFn;
|
|
233
|
+
analyzeKeywordCannibalizationSinglePage: PremiumCheckFn;
|
|
234
|
+
analyzeConversionElements: PremiumCheckFn;
|
|
235
|
+
analyzeKeywordPlacement: PremiumCheckFn;
|
|
236
|
+
analyzeTopicalClusters: PremiumCheckFn;
|
|
237
|
+
analyzePlatformPresence: PremiumCheckFn;
|
|
238
|
+
analyzeInteractiveTools: PremiumCheckFn;
|
|
239
|
+
analyzeFunnelIntent: PremiumCheckFn;
|
|
240
|
+
analyzeNavBoostSignals: PremiumCheckFn;
|
|
241
|
+
analyzeEntitySEO: PremiumCheckFn;
|
|
242
|
+
analyzeFreshnessSignals: PremiumCheckFn;
|
|
243
|
+
analyzeAIContentStructure: PremiumCheckFn;
|
|
244
|
+
analyzeRAGChunkReadiness: PremiumCheckFn;
|
|
245
|
+
analyzeCitationQuality: PremiumCheckFn;
|
|
246
|
+
analyzeAnswerConciseness: PremiumCheckFn;
|
|
247
|
+
analyzeBrandMentionOptimization: PremiumCheckFn;
|
|
248
|
+
analyzeAICitationWorthiness: PremiumCheckFn;
|
|
249
|
+
analyzeReviewEcosystem: PremiumCheckFn;
|
|
250
|
+
}
|
|
251
|
+
|
|
216
252
|
interface AuditOptions {
|
|
217
253
|
url: string;
|
|
218
254
|
checkBrokenLinks?: boolean;
|
|
@@ -227,6 +263,12 @@ interface AuditOptions {
|
|
|
227
263
|
* - 280+: Paid users (all checks)
|
|
228
264
|
*/
|
|
229
265
|
checksLimit?: number;
|
|
266
|
+
/**
|
|
267
|
+
* Paid-tier check implementations, supplied by the caller. This package
|
|
268
|
+
* never bundles them itself (see premium-checks.types.ts) - without this,
|
|
269
|
+
* checksLimit alone cannot unlock premium checks, regardless of its value.
|
|
270
|
+
*/
|
|
271
|
+
premiumChecks?: PremiumChecks;
|
|
230
272
|
}
|
|
231
273
|
declare function runFullAudit(options: AuditOptions): Promise<AuditReport>;
|
|
232
274
|
declare function formatReport(report: AuditReport): string;
|
|
@@ -564,6 +606,33 @@ declare function checkInternalRedirects(internalLinks: string[], batchSize?: num
|
|
|
564
606
|
}>;
|
|
565
607
|
}>;
|
|
566
608
|
|
|
609
|
+
/**
|
|
610
|
+
* Agent Experience (AX) readiness
|
|
611
|
+
*
|
|
612
|
+
* Classic GEO asks "can an AI crawler read this page and cite it in an
|
|
613
|
+
* answer?" — that's what ai-readiness.ts covers. AX asks a different
|
|
614
|
+
* question: "can an AI AGENT (not just a chatbot) discover what this site
|
|
615
|
+
* can DO and act on it?" — a distinct, newer discipline (named tooling in
|
|
616
|
+
* this space: AgentGrade and similar agent-readiness scanners, 2026).
|
|
617
|
+
*
|
|
618
|
+
* This checks for the machine-readable discovery surface an agent looks
|
|
619
|
+
* for before it can act: llms-full.txt (the fuller, more-fetched sibling
|
|
620
|
+
* of llms.txt), a SKILL.md capability manifest, a discoverable MCP server,
|
|
621
|
+
* and an OpenAPI spec. None of these are required — most sites won't have
|
|
622
|
+
* any of them yet, this is genuinely emerging — so absence is reported as
|
|
623
|
+
* a low-severity opportunity, not a failure.
|
|
624
|
+
*/
|
|
625
|
+
|
|
626
|
+
interface AgentExperienceSignal {
|
|
627
|
+
path: string;
|
|
628
|
+
present: boolean;
|
|
629
|
+
description: string;
|
|
630
|
+
}
|
|
631
|
+
interface AgentExperienceData {
|
|
632
|
+
signals: AgentExperienceSignal[];
|
|
633
|
+
score: number;
|
|
634
|
+
}
|
|
635
|
+
|
|
567
636
|
interface LlmsTxtResult {
|
|
568
637
|
exists: boolean;
|
|
569
638
|
content?: string;
|
|
@@ -576,10 +645,17 @@ interface AIBotBlockingResult {
|
|
|
576
645
|
allowedBots: string[];
|
|
577
646
|
allBlocked: boolean;
|
|
578
647
|
}
|
|
648
|
+
interface CloudflareAICrawlerGateResult {
|
|
649
|
+
behindCloudflare: boolean;
|
|
650
|
+
hasExplicitAIRules: boolean;
|
|
651
|
+
ambiguous: boolean;
|
|
652
|
+
}
|
|
579
653
|
interface AIReadinessData {
|
|
580
654
|
llmsTxt: LlmsTxtResult;
|
|
581
655
|
botBlocking: AIBotBlockingResult;
|
|
582
656
|
jsRenderingRatio: number;
|
|
657
|
+
cloudflareAIGate: CloudflareAICrawlerGateResult;
|
|
658
|
+
agentExperience: AgentExperienceData;
|
|
583
659
|
}
|
|
584
660
|
/**
|
|
585
661
|
* Check for llms.txt file
|
|
@@ -1020,374 +1096,6 @@ declare function analyzeResponsiveImages(html: string, url: string): {
|
|
|
1020
1096
|
data: ResponsiveImageData;
|
|
1021
1097
|
};
|
|
1022
1098
|
|
|
1023
|
-
interface AboveFoldAnalysis {
|
|
1024
|
-
hasHeadline: boolean;
|
|
1025
|
-
headlineText: string | null;
|
|
1026
|
-
hasCTA: boolean;
|
|
1027
|
-
ctaCount: number;
|
|
1028
|
-
ctaTexts: string[];
|
|
1029
|
-
hasForm: boolean;
|
|
1030
|
-
formType: 'contact' | 'signup' | 'search' | 'calculator' | 'other' | null;
|
|
1031
|
-
hasSocialProof: boolean;
|
|
1032
|
-
socialProofTypes: string[];
|
|
1033
|
-
hasHeroImage: boolean;
|
|
1034
|
-
hasVideo: boolean;
|
|
1035
|
-
estimatedAboveFoldScore: number;
|
|
1036
|
-
}
|
|
1037
|
-
interface SocialProofAnalysis {
|
|
1038
|
-
hasTestimonials: boolean;
|
|
1039
|
-
testimonialCount: number;
|
|
1040
|
-
hasReviews: boolean;
|
|
1041
|
-
reviewCount: number;
|
|
1042
|
-
hasRatings: boolean;
|
|
1043
|
-
averageRating: number | null;
|
|
1044
|
-
hasClientLogos: boolean;
|
|
1045
|
-
clientLogoCount: number;
|
|
1046
|
-
hasCaseStudies: boolean;
|
|
1047
|
-
hasAwards: boolean;
|
|
1048
|
-
hasCertifications: boolean;
|
|
1049
|
-
hasTrustBadges: boolean;
|
|
1050
|
-
hasStatistics: boolean;
|
|
1051
|
-
statisticsFound: string[];
|
|
1052
|
-
socialProofScore: number;
|
|
1053
|
-
}
|
|
1054
|
-
interface EngagementTriggers {
|
|
1055
|
-
hasCalculator: boolean;
|
|
1056
|
-
calculatorTypes: string[];
|
|
1057
|
-
hasQuiz: boolean;
|
|
1058
|
-
hasInteractiveElement: boolean;
|
|
1059
|
-
interactiveTypes: string[];
|
|
1060
|
-
hasEmbeddedVideo: boolean;
|
|
1061
|
-
videoCount: number;
|
|
1062
|
-
hasExpandableContent: boolean;
|
|
1063
|
-
hasTabsOrAccordion: boolean;
|
|
1064
|
-
hasChatWidget: boolean;
|
|
1065
|
-
engagementScore: number;
|
|
1066
|
-
}
|
|
1067
|
-
interface ConversionElementsData {
|
|
1068
|
-
aboveFold: AboveFoldAnalysis;
|
|
1069
|
-
socialProof: SocialProofAnalysis;
|
|
1070
|
-
engagementTriggers: EngagementTriggers;
|
|
1071
|
-
pageType: 'commercial' | 'informational' | 'mixed' | 'unknown';
|
|
1072
|
-
recommendations: string[];
|
|
1073
|
-
}
|
|
1074
|
-
/**
|
|
1075
|
-
* Main function: Analyze conversion elements
|
|
1076
|
-
*/
|
|
1077
|
-
declare function analyzeConversionElements(html: string, url: string): {
|
|
1078
|
-
issues: AuditIssue[];
|
|
1079
|
-
data: ConversionElementsData;
|
|
1080
|
-
};
|
|
1081
|
-
|
|
1082
|
-
interface KeywordPlacementData {
|
|
1083
|
-
detectedKeywords: string[];
|
|
1084
|
-
urlAnalysis: {
|
|
1085
|
-
containsKeyword: boolean;
|
|
1086
|
-
keywordInUrl: string | null;
|
|
1087
|
-
urlSlug: string;
|
|
1088
|
-
isCleanUrl: boolean;
|
|
1089
|
-
hasDynamicParams: boolean;
|
|
1090
|
-
};
|
|
1091
|
-
titleAnalysis: {
|
|
1092
|
-
hasExactMatch: boolean;
|
|
1093
|
-
hasPartialMatch: boolean;
|
|
1094
|
-
titleMatchScore: number;
|
|
1095
|
-
position: 'start' | 'middle' | 'end' | 'none';
|
|
1096
|
-
};
|
|
1097
|
-
h1Analysis: {
|
|
1098
|
-
hasExactMatch: boolean;
|
|
1099
|
-
hasPartialMatch: boolean;
|
|
1100
|
-
h1Text: string | null;
|
|
1101
|
-
};
|
|
1102
|
-
firstParagraphAnalysis: {
|
|
1103
|
-
hasKeyword: boolean;
|
|
1104
|
-
keywordPosition: number | null;
|
|
1105
|
-
firstParagraphPreview: string;
|
|
1106
|
-
isWithinFirst100Words: boolean;
|
|
1107
|
-
};
|
|
1108
|
-
metaDescriptionAnalysis: {
|
|
1109
|
-
hasKeyword: boolean;
|
|
1110
|
-
position: 'start' | 'middle' | 'end' | 'none';
|
|
1111
|
-
};
|
|
1112
|
-
overallPlacementScore: number;
|
|
1113
|
-
}
|
|
1114
|
-
/**
|
|
1115
|
-
* Main function: Analyze keyword placement
|
|
1116
|
-
*/
|
|
1117
|
-
declare function analyzeKeywordPlacement(html: string, url: string): {
|
|
1118
|
-
issues: AuditIssue[];
|
|
1119
|
-
data: KeywordPlacementData;
|
|
1120
|
-
};
|
|
1121
|
-
|
|
1122
|
-
interface InternalLink {
|
|
1123
|
-
href: string;
|
|
1124
|
-
anchorText: string;
|
|
1125
|
-
context: 'navigation' | 'content' | 'footer' | 'sidebar';
|
|
1126
|
-
isDoFollow: boolean;
|
|
1127
|
-
destination: 'internal' | 'external' | 'anchor';
|
|
1128
|
-
}
|
|
1129
|
-
interface TopicalClusterData {
|
|
1130
|
-
currentUrl: string;
|
|
1131
|
-
internalLinks: InternalLink[];
|
|
1132
|
-
externalLinks: InternalLink[];
|
|
1133
|
-
anchorLinks: InternalLink[];
|
|
1134
|
-
linkMetrics: {
|
|
1135
|
-
totalLinks: number;
|
|
1136
|
-
internalLinkCount: number;
|
|
1137
|
-
externalLinkCount: number;
|
|
1138
|
-
contentLinks: number;
|
|
1139
|
-
uniqueInternalDestinations: number;
|
|
1140
|
-
avgAnchorTextLength: number;
|
|
1141
|
-
hasExactMatchAnchors: boolean;
|
|
1142
|
-
};
|
|
1143
|
-
clusterSignals: {
|
|
1144
|
-
hasHubStructure: boolean;
|
|
1145
|
-
hasSpokeLinks: boolean;
|
|
1146
|
-
hasBreadcrumbs: boolean;
|
|
1147
|
-
hasRelatedPosts: boolean;
|
|
1148
|
-
hasCategoryLinks: boolean;
|
|
1149
|
-
internalToExternalRatio: number;
|
|
1150
|
-
};
|
|
1151
|
-
orphanPageRisk: 'low' | 'medium' | 'high';
|
|
1152
|
-
recommendations: string[];
|
|
1153
|
-
}
|
|
1154
|
-
/**
|
|
1155
|
-
* Main function: Analyze topical cluster structure
|
|
1156
|
-
*/
|
|
1157
|
-
declare function analyzeTopicalClusters(html: string, url: string): {
|
|
1158
|
-
issues: AuditIssue[];
|
|
1159
|
-
data: TopicalClusterData;
|
|
1160
|
-
};
|
|
1161
|
-
|
|
1162
|
-
interface PlatformLink {
|
|
1163
|
-
platform: string;
|
|
1164
|
-
url: string;
|
|
1165
|
-
type: 'profile' | 'content' | 'mention' | 'embed';
|
|
1166
|
-
location: 'header' | 'footer' | 'content' | 'sidebar' | 'schema';
|
|
1167
|
-
}
|
|
1168
|
-
interface PlatformPresenceData {
|
|
1169
|
-
detectedPlatforms: string[];
|
|
1170
|
-
platformLinks: PlatformLink[];
|
|
1171
|
-
socialProfiles: {
|
|
1172
|
-
platform: string;
|
|
1173
|
-
url: string;
|
|
1174
|
-
hasSchemaMarkup: boolean;
|
|
1175
|
-
}[];
|
|
1176
|
-
embeddedContent: {
|
|
1177
|
-
platform: string;
|
|
1178
|
-
count: number;
|
|
1179
|
-
}[];
|
|
1180
|
-
metrics: {
|
|
1181
|
-
totalPlatforms: number;
|
|
1182
|
-
hasYouTube: boolean;
|
|
1183
|
-
hasTikTok: boolean;
|
|
1184
|
-
hasTwitter: boolean;
|
|
1185
|
-
hasLinkedIn: boolean;
|
|
1186
|
-
hasReddit: boolean;
|
|
1187
|
-
hasFacebook: boolean;
|
|
1188
|
-
hasInstagram: boolean;
|
|
1189
|
-
hasPinterest: boolean;
|
|
1190
|
-
hasPodcast: boolean;
|
|
1191
|
-
hasGitHub: boolean;
|
|
1192
|
-
};
|
|
1193
|
-
schemaPresence: {
|
|
1194
|
-
hasSameAs: boolean;
|
|
1195
|
-
sameAsUrls: string[];
|
|
1196
|
-
hasOrganizationSchema: boolean;
|
|
1197
|
-
hasPersonSchema: boolean;
|
|
1198
|
-
};
|
|
1199
|
-
crossPlatformScore: number;
|
|
1200
|
-
recommendations: string[];
|
|
1201
|
-
}
|
|
1202
|
-
/**
|
|
1203
|
-
* Main function: Analyze platform presence
|
|
1204
|
-
*/
|
|
1205
|
-
declare function analyzePlatformPresence(html: string, url: string): {
|
|
1206
|
-
issues: AuditIssue[];
|
|
1207
|
-
data: PlatformPresenceData;
|
|
1208
|
-
};
|
|
1209
|
-
|
|
1210
|
-
interface InteractiveElement {
|
|
1211
|
-
type: 'calculator' | 'quiz' | 'form' | 'widget' | 'embed' | 'tool' | 'interactive';
|
|
1212
|
-
description: string;
|
|
1213
|
-
location: string;
|
|
1214
|
-
hasUserInput: boolean;
|
|
1215
|
-
}
|
|
1216
|
-
interface InteractiveToolsData {
|
|
1217
|
-
hasInteractiveTools: boolean;
|
|
1218
|
-
tools: InteractiveElement[];
|
|
1219
|
-
dwellTimeSignals: {
|
|
1220
|
-
hasCalculator: boolean;
|
|
1221
|
-
hasQuiz: boolean;
|
|
1222
|
-
hasInteractiveWidget: boolean;
|
|
1223
|
-
hasVideoEmbed: boolean;
|
|
1224
|
-
hasCodePlayground: boolean;
|
|
1225
|
-
hasConfigurator: boolean;
|
|
1226
|
-
hasChatWidget: boolean;
|
|
1227
|
-
};
|
|
1228
|
-
toolCount: number;
|
|
1229
|
-
dwellTimeScore: number;
|
|
1230
|
-
recommendations: string[];
|
|
1231
|
-
}
|
|
1232
|
-
/**
|
|
1233
|
-
* Main function: Analyze interactive tools on the page
|
|
1234
|
-
*/
|
|
1235
|
-
declare function analyzeInteractiveTools(html: string, url: string): {
|
|
1236
|
-
issues: AuditIssue[];
|
|
1237
|
-
data: InteractiveToolsData;
|
|
1238
|
-
};
|
|
1239
|
-
|
|
1240
|
-
type FunnelStage = 'tofu' | 'mofu' | 'bofu' | 'mixed';
|
|
1241
|
-
interface FunnelIntentData {
|
|
1242
|
-
detectedStage: FunnelStage;
|
|
1243
|
-
confidence: number;
|
|
1244
|
-
signals: {
|
|
1245
|
-
tofu: string[];
|
|
1246
|
-
mofu: string[];
|
|
1247
|
-
bofu: string[];
|
|
1248
|
-
};
|
|
1249
|
-
metrics: {
|
|
1250
|
-
informationalScore: number;
|
|
1251
|
-
considerationScore: number;
|
|
1252
|
-
conversionScore: number;
|
|
1253
|
-
};
|
|
1254
|
-
pageType: string;
|
|
1255
|
-
aiOverviewRisk: 'high' | 'medium' | 'low';
|
|
1256
|
-
recommendations: string[];
|
|
1257
|
-
}
|
|
1258
|
-
/**
|
|
1259
|
-
* Main function: Analyze search funnel intent
|
|
1260
|
-
*/
|
|
1261
|
-
declare function analyzeFunnelIntent(html: string, url: string): {
|
|
1262
|
-
issues: AuditIssue[];
|
|
1263
|
-
data: FunnelIntentData;
|
|
1264
|
-
};
|
|
1265
|
-
|
|
1266
|
-
interface NavBoostSignalsData {
|
|
1267
|
-
clickOptimization: {
|
|
1268
|
-
hasClearTitle: boolean;
|
|
1269
|
-
hasCompellingMetaDesc: boolean;
|
|
1270
|
-
titleTruncated: boolean;
|
|
1271
|
-
metaDescTruncated: boolean;
|
|
1272
|
-
estimatedCTRPotential: 'high' | 'medium' | 'low';
|
|
1273
|
-
};
|
|
1274
|
-
engagementSignals: {
|
|
1275
|
-
hasTableOfContents: boolean;
|
|
1276
|
-
hasJumpLinks: boolean;
|
|
1277
|
-
estimatedScrollDepth: 'deep' | 'medium' | 'shallow';
|
|
1278
|
-
hasProgressIndicator: boolean;
|
|
1279
|
-
hasStickyNavigation: boolean;
|
|
1280
|
-
contentSections: number;
|
|
1281
|
-
};
|
|
1282
|
-
bounceRiskFactors: {
|
|
1283
|
-
hasAboveFoldContent: boolean;
|
|
1284
|
-
hasSlowLoadingIndicators: boolean;
|
|
1285
|
-
hasPopupRisk: boolean;
|
|
1286
|
-
hasIntrusiveAds: boolean;
|
|
1287
|
-
contentMatchesTitle: boolean;
|
|
1288
|
-
hasImmediateValue: boolean;
|
|
1289
|
-
};
|
|
1290
|
-
dwellTimeFactors: {
|
|
1291
|
-
estimatedReadTime: number;
|
|
1292
|
-
hasVideo: boolean;
|
|
1293
|
-
hasInteractiveElements: boolean;
|
|
1294
|
-
contentDepth: 'comprehensive' | 'moderate' | 'thin';
|
|
1295
|
-
hasRelatedContent: boolean;
|
|
1296
|
-
};
|
|
1297
|
-
overallNavBoostScore: number;
|
|
1298
|
-
recommendations: string[];
|
|
1299
|
-
}
|
|
1300
|
-
/**
|
|
1301
|
-
* Main function: Analyze NavBoost optimization signals
|
|
1302
|
-
*/
|
|
1303
|
-
declare function analyzeNavBoostSignals(html: string, url: string): {
|
|
1304
|
-
issues: AuditIssue[];
|
|
1305
|
-
data: NavBoostSignalsData;
|
|
1306
|
-
};
|
|
1307
|
-
|
|
1308
|
-
interface EntitySEOData {
|
|
1309
|
-
entitySignals: {
|
|
1310
|
-
hasOrganizationSchema: boolean;
|
|
1311
|
-
hasPersonSchema: boolean;
|
|
1312
|
-
hasProductSchema: boolean;
|
|
1313
|
-
hasSameAsReferences: boolean;
|
|
1314
|
-
sameAsUrls: string[];
|
|
1315
|
-
hasMainEntityOfPage: boolean;
|
|
1316
|
-
hasAboutReference: boolean;
|
|
1317
|
-
};
|
|
1318
|
-
entityClarity: {
|
|
1319
|
-
primaryEntityType: string | null;
|
|
1320
|
-
entityNameConsistency: boolean;
|
|
1321
|
-
hasEntityDefinition: boolean;
|
|
1322
|
-
hasWikipediaStyleIntro: boolean;
|
|
1323
|
-
entityMentionCount: number;
|
|
1324
|
-
};
|
|
1325
|
-
topicalCoverage: {
|
|
1326
|
-
hasRelatedEntities: boolean;
|
|
1327
|
-
relatedEntityCount: number;
|
|
1328
|
-
hasEntityRelationships: boolean;
|
|
1329
|
-
topicalDepthScore: number;
|
|
1330
|
-
};
|
|
1331
|
-
knowledgePanelSignals: {
|
|
1332
|
-
hasCompanyInfo: boolean;
|
|
1333
|
-
hasFounderInfo: boolean;
|
|
1334
|
-
hasHeadquarters: boolean;
|
|
1335
|
-
hasIndustryMention: boolean;
|
|
1336
|
-
hasDateFounded: boolean;
|
|
1337
|
-
};
|
|
1338
|
-
entitySEOScore: number;
|
|
1339
|
-
recommendations: string[];
|
|
1340
|
-
}
|
|
1341
|
-
/**
|
|
1342
|
-
* Main function: Analyze Entity SEO optimization
|
|
1343
|
-
*/
|
|
1344
|
-
declare function analyzeEntitySEO(html: string, url: string): {
|
|
1345
|
-
issues: AuditIssue[];
|
|
1346
|
-
data: EntitySEOData;
|
|
1347
|
-
};
|
|
1348
|
-
|
|
1349
|
-
interface FreshnessSignalsData {
|
|
1350
|
-
dateSignals: {
|
|
1351
|
-
hasDatePublished: boolean;
|
|
1352
|
-
hasDateModified: boolean;
|
|
1353
|
-
hasSchemaDatePublished: boolean;
|
|
1354
|
-
hasSchemaDateModified: boolean;
|
|
1355
|
-
visibleDateOnPage: string | null;
|
|
1356
|
-
schemaDatePublished: string | null;
|
|
1357
|
-
schemaDateModified: string | null;
|
|
1358
|
-
daysSincePublished: number | null;
|
|
1359
|
-
daysSinceModified: number | null;
|
|
1360
|
-
};
|
|
1361
|
-
freshnessIndicators: {
|
|
1362
|
-
hasCurrentYearMention: boolean;
|
|
1363
|
-
hasRecentDateReferences: boolean;
|
|
1364
|
-
hasUpdateNotice: boolean;
|
|
1365
|
-
hasChangeLog: boolean;
|
|
1366
|
-
hasVersionNumber: boolean;
|
|
1367
|
-
contentFreshnessSignal: 'fresh' | 'dated' | 'evergreen' | 'unknown';
|
|
1368
|
-
};
|
|
1369
|
-
qdfRelevance: {
|
|
1370
|
-
isLikelyQDFTopic: boolean;
|
|
1371
|
-
qdfIndicators: string[];
|
|
1372
|
-
updateFrequencyRecommendation: string;
|
|
1373
|
-
};
|
|
1374
|
-
aiCitationOptimization: {
|
|
1375
|
-
hasLastUpdatedMeta: boolean;
|
|
1376
|
-
hasClearDateFormat: boolean;
|
|
1377
|
-
freshnessSchemaComplete: boolean;
|
|
1378
|
-
aiCitationReadiness: 'high' | 'medium' | 'low';
|
|
1379
|
-
};
|
|
1380
|
-
freshnessScore: number;
|
|
1381
|
-
recommendations: string[];
|
|
1382
|
-
}
|
|
1383
|
-
/**
|
|
1384
|
-
* Main function: Analyze freshness signals
|
|
1385
|
-
*/
|
|
1386
|
-
declare function analyzeFreshnessSignals(html: string, url: string): {
|
|
1387
|
-
issues: AuditIssue[];
|
|
1388
|
-
data: FreshnessSignalsData;
|
|
1389
|
-
};
|
|
1390
|
-
|
|
1391
1099
|
/**
|
|
1392
1100
|
* URL Safety Check (Local Hash Database)
|
|
1393
1101
|
*
|
|
@@ -5763,28 +5471,4 @@ declare namespace index {
|
|
|
5763
5471
|
export { type index_Framework as Framework, type index_FrameworkCheck as FrameworkCheck, type index_FrameworkInfo as FrameworkInfo, type index_FrameworkRecipe as FrameworkRecipe, index_SUPPORTED_FRAMEWORKS as SUPPORTED_FRAMEWORKS, index_detectFramework as detectFramework, index_detectFromHeaders as detectFromHeaders, index_detectFromHtml as detectFromHtml, index_detectFromPackageJson as detectFromPackageJson, index_embedRecipe as embedRecipe, index_getFrameworkChecks as getFrameworkChecks, index_getFrameworkDisplayName as getFrameworkDisplayName, index_getFrameworkIssues as getFrameworkIssues, index_getFrameworkSuggestions as getFrameworkSuggestions, index_getFrameworkSummary as getFrameworkSummary, index_getMigrationPaths as getMigrationPaths, index_getPerformanceTips as getPerformanceTips, index_getSeoChallenges as getSeoChallenges, index_getTotalFrameworkChecks as getTotalFrameworkChecks, index_loadRecipe as loadRecipe };
|
|
5764
5472
|
}
|
|
5765
5473
|
|
|
5766
|
-
|
|
5767
|
-
* WASM Adapter
|
|
5768
|
-
*
|
|
5769
|
-
* This file creates the global RankCLI object that the WASM wrapper expects.
|
|
5770
|
-
* It adapts the async runFullAudit to a sync-compatible interface for VM execution.
|
|
5771
|
-
*
|
|
5772
|
-
* When this code is embedded in WASM and executed in a Node.js VM:
|
|
5773
|
-
* - The VM has limited async capabilities
|
|
5774
|
-
* - We provide a sync interface that queues work for the host
|
|
5775
|
-
*/
|
|
5776
|
-
|
|
5777
|
-
interface SyncAuditResult {
|
|
5778
|
-
success: boolean;
|
|
5779
|
-
score: number;
|
|
5780
|
-
issues: AuditIssue[];
|
|
5781
|
-
checksRun: number;
|
|
5782
|
-
tier: string;
|
|
5783
|
-
}
|
|
5784
|
-
/**
|
|
5785
|
-
* Synchronous audit function for VM execution
|
|
5786
|
-
* Only runs checks that don't require network requests
|
|
5787
|
-
*/
|
|
5788
|
-
declare function runSyncAudit(url: string, html: string, checksLimit: number): SyncAuditResult;
|
|
5789
|
-
|
|
5790
|
-
export { type AIContentConfig, type AIKeywordResearchOptions, type AgentDefinition, type AgentTool, type AlertChannel, type AlertConfig, type AlertMessage, type AlertResult, type AlertSeverity, type AlertType, type AuditAlertPayload, type AuditIssue, type AuditIssueData, type AuditOptions, type AuditPRResult, type AuditReport, type AuditReportData, type AuditRunnerOptions, type AuditRunnerResult, type AuditSchedule, type BlogPostConfig, type BrandConfig, type CIAction, type CIKeywordOptions, type CIKeywordResult, COMMIT_TYPES, type ChangelogConfig, type ChangelogResult, type CitationCheckOptions, type CommitConfig, type ComparisonConfig, type ComparisonRow, type CompetitiveInsight, type CompetitiveSearchOptions, type CompetitiveSearchResult, type CompetitorComparison, type CompetitorKeywordResult, type CompetitorOverlap, type CompetitorTool, type CompetitorUrl, type ContentElements, type ContentGeneratorOptions, type ContentRecommendation, type ConventionalCommit, type CrawlResult, type CrawlStats, type CrawledPage, type CreateAuditPROptions, type CreatePROptions, type DataForSEOCredentials, type DiscoveredPage, type EnhancedToolIdea, type ExecOptions, type ExecuteOptions, type ExecutionResult, type FAQItem, type FAQSchemaOptions, type FeaturedSnippetAnalysis, type Fix, type FixFile, type FixGeneratorOptions, type FixResult, type FrameworkInfo$1 as FrameworkInfo, type FreeKeywordResult, type FreeToolIdea, type GA4Config, type GEOAlert, type GEOAlertType, type GEOHistory, type GEOHistoryOptions, type GEOQuery, type GEOReport, type GEOResult, type GEOTrend, type GSCConfig, type GSCCredentials, type GSCPerformanceData, type GSCQueryData, type GSCQueryResult, type GeneratedCode, type GeneratedContent, type GeneratedFix, type HeadingStructure, type HeadlineAnalysis, type HealthScore, ISSUE_DEFINITIONS, type ImageInfo$2 as ImageInfo, type InjectionResult, type IntentAnalysis, type IssueCategory, type IssueDefinition, type IssueSeverity, type KeyFact, type KeyFactsOptions, type KeywordAction, type KeywordCluster, type KeywordData, type KeywordDensityAnalysis, type KeywordOpportunity, type KeywordRecommendation, type KeywordResearchOptions, type KeywordResearchResult, type KeywordStats, type KeywordTopic, type KeywordTrend, type LLMCitationResult, type LLMJudgeOptions, type LLMProvider, LOCATION_CODES, type LSIKeyword, type LinkInfo$1 as LinkInfo, type Mention, type MentionType, type MetaData, type MetaFixOptions, type NGram, type NLPAnalysisResult, OG_IMAGE_SPECS, type OptimizeOptions, type PRConfig, type PRDescription, PRIORITY_WEIGHTS, type PRResult, type PageAudit, type PageData, type PageMeta, type PaidKeywordResult, type ParsedResponse, type PlanTier, type ProviderStats, type QuickWin, type RankCheckOptions, type RankCheckResult, type RankHistory, RankTracker, type RankingResult, type RankingTierLimits, type ReadabilityResult, type ReadmeConfig, type ReadmeResult, type ReportBranding, type ReportConfig, type ReportData, type ReportPageData, type RouteInfo, type SEOAnalysisResult, type SEOFixCommit, type SEOFixSummary, type SEOIssue, type SEORecommendation, type SEOScore, SEO_SCOPES, SITE_PROFILE_QUESTIONS, type ScheduledAuditConfig, type ScheduledAuditResult, type SchemaData, Schemas, type SearchIntent, type Sentiment, type SerpApiConfig, SerpClient, type SerpClientConfig, type SerpFeature, type SiteCrawlResult, type SiteProfile, type SiteSummary, type SnippetRecommendation, type SnippetType, type SocialMetaConfig, type SocialMetaFix, type SummarizerOptions, type TFIDFResult, TIER_LIMITS, type ToolFeasibilityScore, type ToolFunction, type ToolResult, type TopicClusterResult, type TopicModel, type TrackedKeyword, type TrackerConfig, type TrackingOptions, type TrendDirection, type UncertaintyAssessment, type WizardQuestion, type WizardResponse, type WizardResult, type WizardSession, type WorkflowConfig, addTrackingResult, analyzeAnchorText, analyzeCanonicalAdvanced, analyzeClientRendering, analyzeContentFreshness, analyzeConversionElements, analyzeDOMStructure, analyzeEntitySEO, analyzeFeaturedSnippetPotential, analyzeFreshnessSignals, analyzeFunnelIntent, analyzeHeadings, analyzeHeadline, analyzeHreflang, analyzeImages$1 as analyzeImages, analyzeInteractiveTools, analyzeKeywordDensity, analyzeKeywordPlacement, analyzeKeywords, analyzeLinks, analyzeLocalSEO, analyzeMobile, analyzeModernImages, analyzeNavBoostSignals, analyzeOnPage, analyzePagination, analyzePerformance, analyzePlatformPresence, analyzeReadability, analyzeRedirectChain, analyzeRedirects, analyzeResponsiveImages, analyzeSERPPreview, analyzeSecurity, analyzeSecurityHeaders$1 as analyzeSecurityHeaders, analyzeSocialMeta, analyzeStructuredData$1 as analyzeStructuredData, analyzeTopicalClusters, analyzeTrackerBloat, analyzeUrl, analyzeUrlSafety, index$1 as analyzers, applyFixes, buildGSCApiRequest, buildGSCRequest, calculateAIVisibilityScore, calculateBM25, calculateTFIDF$1 as calculateKeywordTFIDF, calculateNextRun, calculateTFIDF, checkAIBotBlocking, checkAMP, checkAdsTxt, checkAppleTouchIcon, checkBalance, checkCertificate, checkDMARC, checkGitHubCLI, checkInternalRedirects, checkJSRenderingRatio, checkLLMCitations, checkLlmsTxt, checkMobileResources, checkPlaintextEmails, checkRedirects, checkRobots, checkRobotsTxt, checkSPF, checkSitemap, classifyIntent, classifyIntents, clusterKeywordsByEmbedding, compareCompetitorVisibility, comparePeriods, completeWizard, crawlSite, crawlUrl, createAuditPR, createFallbackSummary, createGEOHistory, createPullRequest, createSEOCommit, createSEOCommits, detectDuplicates, detectFramework$1 as detectFramework, detectGitHubPages, detectMentions, detectSoft404, detectTechnologies, detectVisibilityChanges, discoverCompetitorKeywords, discoverPagesFromLinks, discoverRoutesFromRepo, enhanceSummaryWithCompetitors, enhanceToolIdea, enrichKeywordsWithEstimates, ensureGitRepo, evaluateAndEnhanceToolIdeas, evaluateToolFeasibility, executeAgent, extractContentHash, extractEntityPhrases, extractImages, extractKeyPhrases, extractLinks, extractMeta, extractNgrams, extractSchema, extractSeedKeywords, extractTopics, fetchCoreWebVitals, findAlmostPage1Keywords, findCTROpportunities, findHtmlEntry, findLSIKeywords, findPageFiles, findTopPerformers, formatAlertMessage, formatCIResult, formatCompetitorReport, formatConventionalCommit, formatFeaturedSnippetReport, formatHeadlineReport, formatIntentReport, formatKeywordDensityReport, formatKeywordReport, formatPRBody, formatPRTitle, formatReadabilityReport, formatReport, formatSEOCommitMessage, formatTopicReport, formatWizardProgress, index as frameworks, generateAICitableContent, generateAllFixes, generateAngularSEOService, generateAspNetCoreSEO, generateAstroBaseHead, generateAstroMeta, generateBlogPost, generateBranchName, generateChangelog, generateCommitSummary, generateComparisonTable, generateCompleteSocialMetaSetup, generateDjangoSEOHelper, generateDuplicateIssues, generateEleventySEO, generateFAQSchema, generateFixes, generateGA4EnvTemplate, generateGA4ReactComponent, generateGA4Script, generateGA4ViteScript, generateGEOReport, generateGSCVerificationTag, generateGitHubActionSetup, generateGoSEO, generateHTMLReport, generateHTMLSocialMeta, generateHTMXSEO, generateHeadlineVariations, generateHugoSEO, generateJekyllSEO, generateJsonReport, generateKeyFacts, generateLaravelSEOHelper, generateMarkdownReport, generateNextAppMetadata, generateNextJsAppRouterMetadata, generateNextJsPagesRouterHead, generateNextPagesHead, generateNuxtSEOHead, generatePDFReport, generatePRDescription, generatePhoenixSEO, generateRailsSEOHelper, generateReactHelmetSocialMeta, generateReactSEOHead, generateRecommendationQueries, generateRemixMeta, generateRemixSEO, generateSecretsDoc, generateSocialMetaFix, generateSpringBootSEO, generateSvelteKitMeta, generateSvelteKitSEOHead, generateUncertaintyQuestions, generateVueSEOHead, generateWizardQuestions, generateWorkflow, getAIVisibilitySummary, getAutocompleteSuggestions, getDateRange, getExpandedSuggestions, getFrameworkSpecificFix, getFrameworkSpecificFixExtended, getGSCSetupInstructions, getGitUser, getKeywordData, getKeywordSuggestions, getMaxKdThreshold, getNextQuestion, getRelatedKeywords, getVisibilityTrend, groupKeywordsByTopic, identifyQuickWins, injectGA4, injectGSCVerification, interpolatePrompt, isGitRepo, listFiles, loadAgent, loadAgentByName, mergePages, optimizeForAI, optimizeReadme, parseGEOResponse, parseGSCResponse, parseSitemap, prioritizeKeywords, processWizardResponse, readFile, routesToUrls, runAIKeywordResearch, runAIReadinessChecks, runAdditionalChecks, runAuditWithFixes, runCIKeywordResearch, runCrawlabilityChecks, runDirectAnalysis, runFullAudit, runKeywordResearch, runNLPAnalysis, runScheduledAudit, runSyncAudit, scoreContentSEO, scoreMention, searchCompetitors, searchFormatConverters, searchHackerNews, sendAlert, sendAlerts, sendDiscordAlert, sendSlackAlert, shouldRunAudit, shouldSendAlert, startWizardSession, suggestSchemaTypes, summarizeSite, tokenize, tools, trackLLMVisibility, transformGSCData, urlSafetyDatabase, wizardResponsesToContext, writeFile, writeGitHubActionFiles };
|
|
5474
|
+
export { type AIContentConfig, type AIKeywordResearchOptions, type AgentDefinition, type AgentTool, type AlertChannel, type AlertConfig, type AlertMessage, type AlertResult, type AlertSeverity, type AlertType, type AuditAlertPayload, type AuditIssue, type AuditIssueData, type AuditOptions, type AuditPRResult, type AuditReport, type AuditReportData, type AuditRunnerOptions, type AuditRunnerResult, type AuditSchedule, type BlogPostConfig, type BrandConfig, type CIAction, type CIKeywordOptions, type CIKeywordResult, COMMIT_TYPES, type ChangelogConfig, type ChangelogResult, type CitationCheckOptions, type CommitConfig, type ComparisonConfig, type ComparisonRow, type CompetitiveInsight, type CompetitiveSearchOptions, type CompetitiveSearchResult, type CompetitorComparison, type CompetitorKeywordResult, type CompetitorOverlap, type CompetitorTool, type CompetitorUrl, type ContentElements, type ContentGeneratorOptions, type ContentRecommendation, type ConventionalCommit, type CrawlResult, type CrawlStats, type CrawledPage, type CreateAuditPROptions, type CreatePROptions, type DataForSEOCredentials, type DiscoveredPage, type EnhancedToolIdea, type ExecOptions, type ExecuteOptions, type ExecutionResult, type FAQItem, type FAQSchemaOptions, type FeaturedSnippetAnalysis, type Fix, type FixFile, type FixGeneratorOptions, type FixResult, type FrameworkInfo$1 as FrameworkInfo, type FreeKeywordResult, type FreeToolIdea, type GA4Config, type GEOAlert, type GEOAlertType, type GEOHistory, type GEOHistoryOptions, type GEOQuery, type GEOReport, type GEOResult, type GEOTrend, type GSCConfig, type GSCCredentials, type GSCPerformanceData, type GSCQueryData, type GSCQueryResult, type GeneratedCode, type GeneratedContent, type GeneratedFix, type HeadingStructure, type HeadlineAnalysis, type HealthScore, ISSUE_DEFINITIONS, type ImageInfo$2 as ImageInfo, type InjectionResult, type IntentAnalysis, type IssueCategory, type IssueDefinition, type IssueSeverity, type KeyFact, type KeyFactsOptions, type KeywordAction, type KeywordCluster, type KeywordData, type KeywordDensityAnalysis, type KeywordOpportunity, type KeywordRecommendation, type KeywordResearchOptions, type KeywordResearchResult, type KeywordStats, type KeywordTopic, type KeywordTrend, type LLMCitationResult, type LLMJudgeOptions, type LLMProvider, LOCATION_CODES, type LSIKeyword, type LinkInfo$1 as LinkInfo, type Mention, type MentionType, type MetaData, type MetaFixOptions, type NGram, type NLPAnalysisResult, OG_IMAGE_SPECS, type OptimizeOptions, type PRConfig, type PRDescription, PRIORITY_WEIGHTS, type PRResult, type PageAudit, type PageData, type PageMeta, type PaidKeywordResult, type ParsedResponse, type PlanTier, type ProviderStats, type QuickWin, type RankCheckOptions, type RankCheckResult, type RankHistory, RankTracker, type RankingResult, type RankingTierLimits, type ReadabilityResult, type ReadmeConfig, type ReadmeResult, type ReportBranding, type ReportConfig, type ReportData, type ReportPageData, type RouteInfo, type SEOAnalysisResult, type SEOFixCommit, type SEOFixSummary, type SEOIssue, type SEORecommendation, type SEOScore, SEO_SCOPES, SITE_PROFILE_QUESTIONS, type ScheduledAuditConfig, type ScheduledAuditResult, type SchemaData, Schemas, type SearchIntent, type Sentiment, type SerpApiConfig, SerpClient, type SerpClientConfig, type SerpFeature, type SiteCrawlResult, type SiteProfile, type SiteSummary, type SnippetRecommendation, type SnippetType, type SocialMetaConfig, type SocialMetaFix, type SummarizerOptions, type TFIDFResult, TIER_LIMITS, type ToolFeasibilityScore, type ToolFunction, type ToolResult, type TopicClusterResult, type TopicModel, type TrackedKeyword, type TrackerConfig, type TrackingOptions, type TrendDirection, type UncertaintyAssessment, type WizardQuestion, type WizardResponse, type WizardResult, type WizardSession, type WorkflowConfig, addTrackingResult, analyzeAnchorText, analyzeCanonicalAdvanced, analyzeClientRendering, analyzeContentFreshness, analyzeDOMStructure, analyzeFeaturedSnippetPotential, analyzeHeadings, analyzeHeadline, analyzeHreflang, analyzeImages$1 as analyzeImages, analyzeKeywordDensity, analyzeKeywords, analyzeLinks, analyzeLocalSEO, analyzeMobile, analyzeModernImages, analyzeOnPage, analyzePagination, analyzePerformance, analyzeReadability, analyzeRedirectChain, analyzeRedirects, analyzeResponsiveImages, analyzeSERPPreview, analyzeSecurity, analyzeSecurityHeaders$1 as analyzeSecurityHeaders, analyzeSocialMeta, analyzeStructuredData$1 as analyzeStructuredData, analyzeTrackerBloat, analyzeUrl, analyzeUrlSafety, index$1 as analyzers, applyFixes, buildGSCApiRequest, buildGSCRequest, calculateAIVisibilityScore, calculateBM25, calculateTFIDF$1 as calculateKeywordTFIDF, calculateNextRun, calculateTFIDF, checkAIBotBlocking, checkAMP, checkAdsTxt, checkAppleTouchIcon, checkBalance, checkCertificate, checkDMARC, checkGitHubCLI, checkInternalRedirects, checkJSRenderingRatio, checkLLMCitations, checkLlmsTxt, checkMobileResources, checkPlaintextEmails, checkRedirects, checkRobots, checkRobotsTxt, checkSPF, checkSitemap, classifyIntent, classifyIntents, clusterKeywordsByEmbedding, compareCompetitorVisibility, comparePeriods, completeWizard, crawlSite, crawlUrl, createAuditPR, createFallbackSummary, createGEOHistory, createPullRequest, createSEOCommit, createSEOCommits, detectDuplicates, detectFramework$1 as detectFramework, detectGitHubPages, detectMentions, detectSoft404, detectTechnologies, detectVisibilityChanges, discoverCompetitorKeywords, discoverPagesFromLinks, discoverRoutesFromRepo, enhanceSummaryWithCompetitors, enhanceToolIdea, enrichKeywordsWithEstimates, ensureGitRepo, evaluateAndEnhanceToolIdeas, evaluateToolFeasibility, executeAgent, extractContentHash, extractEntityPhrases, extractImages, extractKeyPhrases, extractLinks, extractMeta, extractNgrams, extractSchema, extractSeedKeywords, extractTopics, fetchCoreWebVitals, findAlmostPage1Keywords, findCTROpportunities, findHtmlEntry, findLSIKeywords, findPageFiles, findTopPerformers, formatAlertMessage, formatCIResult, formatCompetitorReport, formatConventionalCommit, formatFeaturedSnippetReport, formatHeadlineReport, formatIntentReport, formatKeywordDensityReport, formatKeywordReport, formatPRBody, formatPRTitle, formatReadabilityReport, formatReport, formatSEOCommitMessage, formatTopicReport, formatWizardProgress, index as frameworks, generateAICitableContent, generateAllFixes, generateAngularSEOService, generateAspNetCoreSEO, generateAstroBaseHead, generateAstroMeta, generateBlogPost, generateBranchName, generateChangelog, generateCommitSummary, generateComparisonTable, generateCompleteSocialMetaSetup, generateDjangoSEOHelper, generateDuplicateIssues, generateEleventySEO, generateFAQSchema, generateFixes, generateGA4EnvTemplate, generateGA4ReactComponent, generateGA4Script, generateGA4ViteScript, generateGEOReport, generateGSCVerificationTag, generateGitHubActionSetup, generateGoSEO, generateHTMLReport, generateHTMLSocialMeta, generateHTMXSEO, generateHeadlineVariations, generateHugoSEO, generateJekyllSEO, generateJsonReport, generateKeyFacts, generateLaravelSEOHelper, generateMarkdownReport, generateNextAppMetadata, generateNextJsAppRouterMetadata, generateNextJsPagesRouterHead, generateNextPagesHead, generateNuxtSEOHead, generatePDFReport, generatePRDescription, generatePhoenixSEO, generateRailsSEOHelper, generateReactHelmetSocialMeta, generateReactSEOHead, generateRecommendationQueries, generateRemixMeta, generateRemixSEO, generateSecretsDoc, generateSocialMetaFix, generateSpringBootSEO, generateSvelteKitMeta, generateSvelteKitSEOHead, generateUncertaintyQuestions, generateVueSEOHead, generateWizardQuestions, generateWorkflow, getAIVisibilitySummary, getAutocompleteSuggestions, getDateRange, getExpandedSuggestions, getFrameworkSpecificFix, getFrameworkSpecificFixExtended, getGSCSetupInstructions, getGitUser, getKeywordData, getKeywordSuggestions, getMaxKdThreshold, getNextQuestion, getRelatedKeywords, getVisibilityTrend, groupKeywordsByTopic, identifyQuickWins, injectGA4, injectGSCVerification, interpolatePrompt, isGitRepo, listFiles, loadAgent, loadAgentByName, mergePages, optimizeForAI, optimizeReadme, parseGEOResponse, parseGSCResponse, parseSitemap, prioritizeKeywords, processWizardResponse, readFile, routesToUrls, runAIKeywordResearch, runAIReadinessChecks, runAdditionalChecks, runAuditWithFixes, runCIKeywordResearch, runCrawlabilityChecks, runDirectAnalysis, runFullAudit, runKeywordResearch, runNLPAnalysis, runScheduledAudit, scoreContentSEO, scoreMention, searchCompetitors, searchFormatConverters, searchHackerNews, sendAlert, sendAlerts, sendDiscordAlert, sendSlackAlert, shouldRunAudit, shouldSendAlert, startWizardSession, suggestSchemaTypes, summarizeSite, tokenize, tools, trackLLMVisibility, transformGSCData, urlSafetyDatabase, wizardResponsesToContext, writeFile, writeGitHubActionFiles };
|