@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
package/dist/index.d.ts 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;
@@ -1054,374 +1096,6 @@ declare function analyzeResponsiveImages(html: string, url: string): {
1054
1096
  data: ResponsiveImageData;
1055
1097
  };
1056
1098
 
1057
- interface AboveFoldAnalysis {
1058
- hasHeadline: boolean;
1059
- headlineText: string | null;
1060
- hasCTA: boolean;
1061
- ctaCount: number;
1062
- ctaTexts: string[];
1063
- hasForm: boolean;
1064
- formType: 'contact' | 'signup' | 'search' | 'calculator' | 'other' | null;
1065
- hasSocialProof: boolean;
1066
- socialProofTypes: string[];
1067
- hasHeroImage: boolean;
1068
- hasVideo: boolean;
1069
- estimatedAboveFoldScore: number;
1070
- }
1071
- interface SocialProofAnalysis {
1072
- hasTestimonials: boolean;
1073
- testimonialCount: number;
1074
- hasReviews: boolean;
1075
- reviewCount: number;
1076
- hasRatings: boolean;
1077
- averageRating: number | null;
1078
- hasClientLogos: boolean;
1079
- clientLogoCount: number;
1080
- hasCaseStudies: boolean;
1081
- hasAwards: boolean;
1082
- hasCertifications: boolean;
1083
- hasTrustBadges: boolean;
1084
- hasStatistics: boolean;
1085
- statisticsFound: string[];
1086
- socialProofScore: number;
1087
- }
1088
- interface EngagementTriggers {
1089
- hasCalculator: boolean;
1090
- calculatorTypes: string[];
1091
- hasQuiz: boolean;
1092
- hasInteractiveElement: boolean;
1093
- interactiveTypes: string[];
1094
- hasEmbeddedVideo: boolean;
1095
- videoCount: number;
1096
- hasExpandableContent: boolean;
1097
- hasTabsOrAccordion: boolean;
1098
- hasChatWidget: boolean;
1099
- engagementScore: number;
1100
- }
1101
- interface ConversionElementsData {
1102
- aboveFold: AboveFoldAnalysis;
1103
- socialProof: SocialProofAnalysis;
1104
- engagementTriggers: EngagementTriggers;
1105
- pageType: 'commercial' | 'informational' | 'mixed' | 'unknown';
1106
- recommendations: string[];
1107
- }
1108
- /**
1109
- * Main function: Analyze conversion elements
1110
- */
1111
- declare function analyzeConversionElements(html: string, url: string): {
1112
- issues: AuditIssue[];
1113
- data: ConversionElementsData;
1114
- };
1115
-
1116
- interface KeywordPlacementData {
1117
- detectedKeywords: string[];
1118
- urlAnalysis: {
1119
- containsKeyword: boolean;
1120
- keywordInUrl: string | null;
1121
- urlSlug: string;
1122
- isCleanUrl: boolean;
1123
- hasDynamicParams: boolean;
1124
- };
1125
- titleAnalysis: {
1126
- hasExactMatch: boolean;
1127
- hasPartialMatch: boolean;
1128
- titleMatchScore: number;
1129
- position: 'start' | 'middle' | 'end' | 'none';
1130
- };
1131
- h1Analysis: {
1132
- hasExactMatch: boolean;
1133
- hasPartialMatch: boolean;
1134
- h1Text: string | null;
1135
- };
1136
- firstParagraphAnalysis: {
1137
- hasKeyword: boolean;
1138
- keywordPosition: number | null;
1139
- firstParagraphPreview: string;
1140
- isWithinFirst100Words: boolean;
1141
- };
1142
- metaDescriptionAnalysis: {
1143
- hasKeyword: boolean;
1144
- position: 'start' | 'middle' | 'end' | 'none';
1145
- };
1146
- overallPlacementScore: number;
1147
- }
1148
- /**
1149
- * Main function: Analyze keyword placement
1150
- */
1151
- declare function analyzeKeywordPlacement(html: string, url: string): {
1152
- issues: AuditIssue[];
1153
- data: KeywordPlacementData;
1154
- };
1155
-
1156
- interface InternalLink {
1157
- href: string;
1158
- anchorText: string;
1159
- context: 'navigation' | 'content' | 'footer' | 'sidebar';
1160
- isDoFollow: boolean;
1161
- destination: 'internal' | 'external' | 'anchor';
1162
- }
1163
- interface TopicalClusterData {
1164
- currentUrl: string;
1165
- internalLinks: InternalLink[];
1166
- externalLinks: InternalLink[];
1167
- anchorLinks: InternalLink[];
1168
- linkMetrics: {
1169
- totalLinks: number;
1170
- internalLinkCount: number;
1171
- externalLinkCount: number;
1172
- contentLinks: number;
1173
- uniqueInternalDestinations: number;
1174
- avgAnchorTextLength: number;
1175
- hasExactMatchAnchors: boolean;
1176
- };
1177
- clusterSignals: {
1178
- hasHubStructure: boolean;
1179
- hasSpokeLinks: boolean;
1180
- hasBreadcrumbs: boolean;
1181
- hasRelatedPosts: boolean;
1182
- hasCategoryLinks: boolean;
1183
- internalToExternalRatio: number;
1184
- };
1185
- orphanPageRisk: 'low' | 'medium' | 'high';
1186
- recommendations: string[];
1187
- }
1188
- /**
1189
- * Main function: Analyze topical cluster structure
1190
- */
1191
- declare function analyzeTopicalClusters(html: string, url: string): {
1192
- issues: AuditIssue[];
1193
- data: TopicalClusterData;
1194
- };
1195
-
1196
- interface PlatformLink {
1197
- platform: string;
1198
- url: string;
1199
- type: 'profile' | 'content' | 'mention' | 'embed';
1200
- location: 'header' | 'footer' | 'content' | 'sidebar' | 'schema';
1201
- }
1202
- interface PlatformPresenceData {
1203
- detectedPlatforms: string[];
1204
- platformLinks: PlatformLink[];
1205
- socialProfiles: {
1206
- platform: string;
1207
- url: string;
1208
- hasSchemaMarkup: boolean;
1209
- }[];
1210
- embeddedContent: {
1211
- platform: string;
1212
- count: number;
1213
- }[];
1214
- metrics: {
1215
- totalPlatforms: number;
1216
- hasYouTube: boolean;
1217
- hasTikTok: boolean;
1218
- hasTwitter: boolean;
1219
- hasLinkedIn: boolean;
1220
- hasReddit: boolean;
1221
- hasFacebook: boolean;
1222
- hasInstagram: boolean;
1223
- hasPinterest: boolean;
1224
- hasPodcast: boolean;
1225
- hasGitHub: boolean;
1226
- };
1227
- schemaPresence: {
1228
- hasSameAs: boolean;
1229
- sameAsUrls: string[];
1230
- hasOrganizationSchema: boolean;
1231
- hasPersonSchema: boolean;
1232
- };
1233
- crossPlatformScore: number;
1234
- recommendations: string[];
1235
- }
1236
- /**
1237
- * Main function: Analyze platform presence
1238
- */
1239
- declare function analyzePlatformPresence(html: string, url: string): {
1240
- issues: AuditIssue[];
1241
- data: PlatformPresenceData;
1242
- };
1243
-
1244
- interface InteractiveElement {
1245
- type: 'calculator' | 'quiz' | 'form' | 'widget' | 'embed' | 'tool' | 'interactive';
1246
- description: string;
1247
- location: string;
1248
- hasUserInput: boolean;
1249
- }
1250
- interface InteractiveToolsData {
1251
- hasInteractiveTools: boolean;
1252
- tools: InteractiveElement[];
1253
- dwellTimeSignals: {
1254
- hasCalculator: boolean;
1255
- hasQuiz: boolean;
1256
- hasInteractiveWidget: boolean;
1257
- hasVideoEmbed: boolean;
1258
- hasCodePlayground: boolean;
1259
- hasConfigurator: boolean;
1260
- hasChatWidget: boolean;
1261
- };
1262
- toolCount: number;
1263
- dwellTimeScore: number;
1264
- recommendations: string[];
1265
- }
1266
- /**
1267
- * Main function: Analyze interactive tools on the page
1268
- */
1269
- declare function analyzeInteractiveTools(html: string, url: string): {
1270
- issues: AuditIssue[];
1271
- data: InteractiveToolsData;
1272
- };
1273
-
1274
- type FunnelStage = 'tofu' | 'mofu' | 'bofu' | 'mixed';
1275
- interface FunnelIntentData {
1276
- detectedStage: FunnelStage;
1277
- confidence: number;
1278
- signals: {
1279
- tofu: string[];
1280
- mofu: string[];
1281
- bofu: string[];
1282
- };
1283
- metrics: {
1284
- informationalScore: number;
1285
- considerationScore: number;
1286
- conversionScore: number;
1287
- };
1288
- pageType: string;
1289
- aiOverviewRisk: 'high' | 'medium' | 'low';
1290
- recommendations: string[];
1291
- }
1292
- /**
1293
- * Main function: Analyze search funnel intent
1294
- */
1295
- declare function analyzeFunnelIntent(html: string, url: string): {
1296
- issues: AuditIssue[];
1297
- data: FunnelIntentData;
1298
- };
1299
-
1300
- interface NavBoostSignalsData {
1301
- clickOptimization: {
1302
- hasClearTitle: boolean;
1303
- hasCompellingMetaDesc: boolean;
1304
- titleTruncated: boolean;
1305
- metaDescTruncated: boolean;
1306
- estimatedCTRPotential: 'high' | 'medium' | 'low';
1307
- };
1308
- engagementSignals: {
1309
- hasTableOfContents: boolean;
1310
- hasJumpLinks: boolean;
1311
- estimatedScrollDepth: 'deep' | 'medium' | 'shallow';
1312
- hasProgressIndicator: boolean;
1313
- hasStickyNavigation: boolean;
1314
- contentSections: number;
1315
- };
1316
- bounceRiskFactors: {
1317
- hasAboveFoldContent: boolean;
1318
- hasSlowLoadingIndicators: boolean;
1319
- hasPopupRisk: boolean;
1320
- hasIntrusiveAds: boolean;
1321
- contentMatchesTitle: boolean;
1322
- hasImmediateValue: boolean;
1323
- };
1324
- dwellTimeFactors: {
1325
- estimatedReadTime: number;
1326
- hasVideo: boolean;
1327
- hasInteractiveElements: boolean;
1328
- contentDepth: 'comprehensive' | 'moderate' | 'thin';
1329
- hasRelatedContent: boolean;
1330
- };
1331
- overallNavBoostScore: number;
1332
- recommendations: string[];
1333
- }
1334
- /**
1335
- * Main function: Analyze NavBoost optimization signals
1336
- */
1337
- declare function analyzeNavBoostSignals(html: string, url: string): {
1338
- issues: AuditIssue[];
1339
- data: NavBoostSignalsData;
1340
- };
1341
-
1342
- interface EntitySEOData {
1343
- entitySignals: {
1344
- hasOrganizationSchema: boolean;
1345
- hasPersonSchema: boolean;
1346
- hasProductSchema: boolean;
1347
- hasSameAsReferences: boolean;
1348
- sameAsUrls: string[];
1349
- hasMainEntityOfPage: boolean;
1350
- hasAboutReference: boolean;
1351
- };
1352
- entityClarity: {
1353
- primaryEntityType: string | null;
1354
- entityNameConsistency: boolean;
1355
- hasEntityDefinition: boolean;
1356
- hasWikipediaStyleIntro: boolean;
1357
- entityMentionCount: number;
1358
- };
1359
- topicalCoverage: {
1360
- hasRelatedEntities: boolean;
1361
- relatedEntityCount: number;
1362
- hasEntityRelationships: boolean;
1363
- topicalDepthScore: number;
1364
- };
1365
- knowledgePanelSignals: {
1366
- hasCompanyInfo: boolean;
1367
- hasFounderInfo: boolean;
1368
- hasHeadquarters: boolean;
1369
- hasIndustryMention: boolean;
1370
- hasDateFounded: boolean;
1371
- };
1372
- entitySEOScore: number;
1373
- recommendations: string[];
1374
- }
1375
- /**
1376
- * Main function: Analyze Entity SEO optimization
1377
- */
1378
- declare function analyzeEntitySEO(html: string, url: string): {
1379
- issues: AuditIssue[];
1380
- data: EntitySEOData;
1381
- };
1382
-
1383
- interface FreshnessSignalsData {
1384
- dateSignals: {
1385
- hasDatePublished: boolean;
1386
- hasDateModified: boolean;
1387
- hasSchemaDatePublished: boolean;
1388
- hasSchemaDateModified: boolean;
1389
- visibleDateOnPage: string | null;
1390
- schemaDatePublished: string | null;
1391
- schemaDateModified: string | null;
1392
- daysSincePublished: number | null;
1393
- daysSinceModified: number | null;
1394
- };
1395
- freshnessIndicators: {
1396
- hasCurrentYearMention: boolean;
1397
- hasRecentDateReferences: boolean;
1398
- hasUpdateNotice: boolean;
1399
- hasChangeLog: boolean;
1400
- hasVersionNumber: boolean;
1401
- contentFreshnessSignal: 'fresh' | 'dated' | 'evergreen' | 'unknown';
1402
- };
1403
- qdfRelevance: {
1404
- isLikelyQDFTopic: boolean;
1405
- qdfIndicators: string[];
1406
- updateFrequencyRecommendation: string;
1407
- };
1408
- aiCitationOptimization: {
1409
- hasLastUpdatedMeta: boolean;
1410
- hasClearDateFormat: boolean;
1411
- freshnessSchemaComplete: boolean;
1412
- aiCitationReadiness: 'high' | 'medium' | 'low';
1413
- };
1414
- freshnessScore: number;
1415
- recommendations: string[];
1416
- }
1417
- /**
1418
- * Main function: Analyze freshness signals
1419
- */
1420
- declare function analyzeFreshnessSignals(html: string, url: string): {
1421
- issues: AuditIssue[];
1422
- data: FreshnessSignalsData;
1423
- };
1424
-
1425
1099
  /**
1426
1100
  * URL Safety Check (Local Hash Database)
1427
1101
  *
@@ -5797,28 +5471,4 @@ declare namespace index {
5797
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 };
5798
5472
  }
5799
5473
 
5800
- /**
5801
- * WASM Adapter
5802
- *
5803
- * This file creates the global RankCLI object that the WASM wrapper expects.
5804
- * It adapts the async runFullAudit to a sync-compatible interface for VM execution.
5805
- *
5806
- * When this code is embedded in WASM and executed in a Node.js VM:
5807
- * - The VM has limited async capabilities
5808
- * - We provide a sync interface that queues work for the host
5809
- */
5810
-
5811
- interface SyncAuditResult {
5812
- success: boolean;
5813
- score: number;
5814
- issues: AuditIssue[];
5815
- checksRun: number;
5816
- tier: string;
5817
- }
5818
- /**
5819
- * Synchronous audit function for VM execution
5820
- * Only runs checks that don't require network requests
5821
- */
5822
- declare function runSyncAudit(url: string, html: string, checksLimit: number): SyncAuditResult;
5823
-
5824
- 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 };