@lynxflow/seo-engine 1.8.30 → 2.0.0
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/README.md +47 -93
- package/dist/ai-copilot-client.d.ts +2 -0
- package/dist/built-in-locations.d.ts +18 -0
- package/dist/content-ai-arsenal.d.ts +28 -0
- package/dist/existing-media-harvester.d.ts +33 -0
- package/dist/extended-schemas.d.ts +84 -0
- package/dist/features-knowledge-harvester.d.ts +56 -0
- package/dist/geo-citation-scorer.d.ts +34 -0
- package/dist/i18n-detector.d.ts +1 -1
- package/dist/index.d.ts +32 -7
- package/dist/index.js +538 -82
- package/dist/index.mjs +2028 -163
- package/dist/internal-pagerank-graph.d.ts +59 -0
- package/dist/knowledge-bank-builder.d.ts +91 -0
- package/dist/marketing-skills-engine.d.ts +74 -0
- package/dist/matrix-engine.d.ts +26 -0
- package/dist/power-words-psychology.d.ts +27 -15
- package/dist/public-manifest-engine.d.ts +58 -0
- package/dist/rag-knowledge-engine.d.ts +50 -0
- package/dist/rate-limited-translator.d.ts +19 -0
- package/dist/token-quota-manager.d.ts +4 -0
- package/package.json +11 -3
- package/TUTORIEL_INTEGRATION_SITE.md +0 -283
- package/connectors/cloudflare-worker/worker.js +0 -106
- package/connectors/laravel/LynxSeoController.php +0 -37
- package/connectors/wordpress/lynxseo-admin-app.js +0 -2611
- package/connectors/wordpress/lynxseo-connector.php +0 -1712
- package/connectors/wordpress/lynxseo-connector.zip +0 -0
- package/lynxflow-seo-engine-1.2.0.tgz +0 -0
- package/src/ad-intelligence-cro.ts +0 -140
- package/src/ai-bots-log-analyzer.ts +0 -127
- package/src/ai-copilot-client.ts +0 -99
- package/src/analytics-client.ts +0 -315
- package/src/auth-key.ts +0 -262
- package/src/backlinks-client.ts +0 -85
- package/src/brand-dna-calendar.ts +0 -120
- package/src/brand-icons.ts +0 -138
- package/src/built-in-locations.ts +0 -170
- package/src/content-ai-arsenal.ts +0 -268
- package/src/copy-frameworks-master.ts +0 -89
- package/src/cro-copywriting-engine.ts +0 -105
- package/src/crosslink-scorer.ts +0 -101
- package/src/embeddable-seo-widget.ts +0 -57
- package/src/engine.test.ts +0 -386
- package/src/engine.ts +0 -813
- package/src/existing-media-harvester.ts +0 -98
- package/src/extended-schemas.ts +0 -589
- package/src/features-knowledge-harvester.ts +0 -190
- package/src/free-public-tools.ts +0 -224
- package/src/geo-mesh-linking.ts +0 -93
- package/src/google-business-profile.ts +0 -280
- package/src/i18n-detector.ts +0 -98
- package/src/i18n-dictionary.ts +0 -422
- package/src/index.ts +0 -164
- package/src/indexnow-client.ts +0 -94
- package/src/instant-matrix-search.ts +0 -48
- package/src/isr-cache-manager.ts +0 -78
- package/src/keyword-permutator.ts +0 -118
- package/src/knowledge-bank-builder.ts +0 -299
- package/src/knowledge-graph-linker.ts +0 -81
- package/src/lago-token-meter.ts +0 -120
- package/src/legal-disclaimers.ts +0 -407
- package/src/llm-content-cleaner.ts +0 -64
- package/src/llm-prompt.ts +0 -323
- package/src/master-marketing-engine.ts +0 -314
- package/src/matrix-engine.ts +0 -1204
- package/src/mcp-seo-server.ts +0 -108
- package/src/ngram-density-analyzer.ts +0 -108
- package/src/og-image-generator.ts +0 -109
- package/src/power-words-psychology.ts +0 -369
- package/src/public-manifest-engine.ts +0 -109
- package/src/rag-knowledge-engine.ts +0 -163
- package/src/rank-math-parity.ts +0 -235
- package/src/rate-limited-translator.ts +0 -110
- package/src/real-reviews-sync.ts +0 -207
- package/src/rss-syndication-feed.ts +0 -56
- package/src/schema-builder.ts +0 -134
- package/src/seo-opportunities-decay.ts +0 -154
- package/src/serp-client.ts +0 -89
- package/src/serp-history-alerts.ts +0 -75
- package/src/site-auditor.ts +0 -83
- package/src/site-crawler.ts +0 -406
- package/src/slug-engine.ts +0 -183
- package/src/social-ads-seo.ts +0 -211
- package/src/social-growth-suite.ts +0 -310
- package/src/social-trend-seo.ts +0 -103
- package/src/social-video-seo.ts +0 -100
- package/src/team-rbac.ts +0 -61
- package/src/technical-rules-auditor.ts +0 -171
- package/src/token-quota-manager.ts +0 -91
- package/src/types.ts +0 -143
- package/src/ui-icons.ts +0 -134
- package/src/urlytics-engine.ts +0 -97
- package/src/video-youtube-analyzer.ts +0 -81
- package/src/yoast-parity.ts +0 -161
- package/tsconfig.json +0 -15
package/src/engine.ts
DELETED
|
@@ -1,813 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* 🦁 LynxSEO Engine (Lynxio) — Universal Programmatic SEO & AI Search Engine SDK
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
declare const process: any;
|
|
6
|
-
|
|
7
|
-
/**
|
|
8
|
-
* ⚡ LynxSEO High-Speed Universal Dynamic Page Engine (Internationalized)
|
|
9
|
-
*
|
|
10
|
-
* Computes 8 Rich Programmatic Matrix Types on-demand in < 0.05ms with
|
|
11
|
-
* automatic multi-language i18n support & Google Hreflang alternates:
|
|
12
|
-
* 1. 📍 Local / GEO : `/solutions/{service}/{country}/{city}`
|
|
13
|
-
* 2. 🥊 VS Comparisons : `/comparatif/{competitor}` (ex: `/comparatif/hubspot`)
|
|
14
|
-
* 3. 🔄 Alternatives : `/alternatives/alternative-a-{competitor}`
|
|
15
|
-
* 4. 🔌 Integrations : `/integrations/{software}` (ex: `/integrations/shopify`)
|
|
16
|
-
* 5. 🏢 Industry / Verticals : `/secteurs/{industry}` (ex: `/secteurs/avocats`)
|
|
17
|
-
* 6. 👤 Personas / Roles : `/metiers/{role}` (ex: `/metiers/directeur-commercial`)
|
|
18
|
-
* 7. 🎯 Use Cases : `/cas-usage/{useCase}` (ex: `/cas-usage/relance-devis`)
|
|
19
|
-
* 8. 🧮 Calculators / ROI Tools : `/outils/simulateur-roi`
|
|
20
|
-
*/
|
|
21
|
-
|
|
22
|
-
import type { LynxSeoConfig, LynxResolvedPage, LynxServiceDefinition } from "./types";
|
|
23
|
-
import { ApiKeyGuardian, type ApiKeyValidationResult } from "./auth-key";
|
|
24
|
-
import { getDictionary, isSupportedLanguage } from "./i18n-dictionary";
|
|
25
|
-
import { IndexNowClient, type IndexNowResponse } from "./indexnow-client";
|
|
26
|
-
import { LynxAnalyticsClient, type UrlTrafficStats } from "./analytics-client";
|
|
27
|
-
import { SerpClient } from "./serp-client";
|
|
28
|
-
import { BacklinksClient } from "./backlinks-client";
|
|
29
|
-
import { AiCopilotClient } from "./ai-copilot-client";
|
|
30
|
-
import { LagoTokenMeter } from "./lago-token-meter";
|
|
31
|
-
import { SiteAuditor } from "./site-auditor";
|
|
32
|
-
import { SchemaGraphBuilder } from "./schema-builder";
|
|
33
|
-
import { DeepCrawlerAuditor, type SiteAuditSummary, type CrawlOptions } from "./site-crawler";
|
|
34
|
-
import { CroCopywritingEngine } from "./cro-copywriting-engine";
|
|
35
|
-
import { GeoMeshLinkingEngine } from "./geo-mesh-linking";
|
|
36
|
-
import { CrosslinkScorerEngine } from "./crosslink-scorer";
|
|
37
|
-
import { LlmContentCleaner } from "./llm-content-cleaner";
|
|
38
|
-
|
|
39
|
-
export type EngineConfig = LynxSeoConfig;
|
|
40
|
-
|
|
41
|
-
export class LynxSeoEngine {
|
|
42
|
-
private config: LynxSeoConfig;
|
|
43
|
-
private servicesMap: Map<string, LynxServiceDefinition>;
|
|
44
|
-
private authStatus: ApiKeyValidationResult;
|
|
45
|
-
|
|
46
|
-
// Embedded Sub-Clients for complete in-app autonomy
|
|
47
|
-
public readonly analytics: LynxAnalyticsClient;
|
|
48
|
-
public readonly serp: SerpClient;
|
|
49
|
-
public readonly backlinks: BacklinksClient;
|
|
50
|
-
public readonly ai: AiCopilotClient;
|
|
51
|
-
public readonly tokenMeter: LagoTokenMeter;
|
|
52
|
-
public readonly auditor = SiteAuditor;
|
|
53
|
-
public readonly crawler = DeepCrawlerAuditor;
|
|
54
|
-
public readonly schema = SchemaGraphBuilder;
|
|
55
|
-
public readonly indexNow = IndexNowClient;
|
|
56
|
-
|
|
57
|
-
constructor(config: LynxSeoConfig) {
|
|
58
|
-
this.config = {
|
|
59
|
-
currency: "EUR",
|
|
60
|
-
currencySymbol: "€",
|
|
61
|
-
defaultLocale: "fr",
|
|
62
|
-
supportedLocales: ["fr", "en", "es", "de", "ar"],
|
|
63
|
-
...config,
|
|
64
|
-
};
|
|
65
|
-
this.servicesMap = new Map((config.services || []).map((s) => [s.slug, s]));
|
|
66
|
-
const rawKey =
|
|
67
|
-
config.apiKey ||
|
|
68
|
-
config.licenseKey ||
|
|
69
|
-
(typeof process !== "undefined" && process.env && (process.env.LYNXSEO_API_KEY || process.env.LYNXIO_API_KEY || process.env.LYNXFLOW_API_KEY)) ||
|
|
70
|
-
"";
|
|
71
|
-
this.authStatus = ApiKeyGuardian.validate(rawKey, config.domain);
|
|
72
|
-
|
|
73
|
-
this.analytics = new LynxAnalyticsClient(rawKey);
|
|
74
|
-
this.serp = new SerpClient(rawKey);
|
|
75
|
-
this.backlinks = new BacklinksClient(rawKey);
|
|
76
|
-
this.ai = new AiCopilotClient(rawKey);
|
|
77
|
-
this.tokenMeter = new LagoTokenMeter();
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
/**
|
|
81
|
-
* Submits generated URLs to Bing, Yandex, Seznam, and Naver via IndexNow.
|
|
82
|
-
*/
|
|
83
|
-
async submitToIndexNow(urls: string[], indexNowKey = this.config.apiKey || this.config.licenseKey || ""): Promise<IndexNowResponse> {
|
|
84
|
-
const host = this.config.domain.replace(/^https?:\/\//, "").replace(/\/.*$/, "");
|
|
85
|
-
return IndexNowClient.submitUrls({
|
|
86
|
-
host,
|
|
87
|
-
key: indexNowKey,
|
|
88
|
-
urlList: urls,
|
|
89
|
-
});
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
/**
|
|
93
|
-
* Universal resolver: supports both path strings e.g. "/comparatif/hubspot"
|
|
94
|
-
* and structured object params { slug, language, country, city, type, competitor, industry }.
|
|
95
|
-
*/
|
|
96
|
-
resolve(input: string | { slug?: string; language?: string; locale?: string; country?: string; city?: string; type?: string; competitor?: string; industry?: string; role?: string }): LynxResolvedPage | null {
|
|
97
|
-
const t0 = performance.now();
|
|
98
|
-
|
|
99
|
-
if (!this.authStatus.isValid) {
|
|
100
|
-
console.warn(`[@lynxflow/seo-engine] Authentication / Domain Limit Error: ${this.authStatus.errorMessage}`);
|
|
101
|
-
return null;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
const rawKey = this.config.apiKey || this.config.licenseKey || "";
|
|
105
|
-
const targetPath = typeof input === "string" ? input.replace(/^\/+/, "").replace(/\/+$/, "") : `${input.type || "solutions"}/${input.slug || ""}`;
|
|
106
|
-
const quota = ApiKeyGuardian.trackAndCheckUniquePage(rawKey, targetPath, this.authStatus.maxPages);
|
|
107
|
-
if (!quota.allowed) {
|
|
108
|
-
console.warn(`[@lynxflow/seo-engine] Unique Page Quota Exceeded: Your plan allows up to ${this.authStatus.maxPages.toLocaleString()} unique pages (Current active catalog: ${quota.uniqueCount}). Please upgrade to a higher plan.`);
|
|
109
|
-
return null;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
// Automatically record link visit metrics in the analytics engine
|
|
113
|
-
this.analytics.trackPageView({ path: "/" + targetPath }).catch(() => {});
|
|
114
|
-
|
|
115
|
-
const domain = this.config.domain.replace(/\/$/, "");
|
|
116
|
-
const defaultService = this.config.services?.[0] || {
|
|
117
|
-
slug: "crm-pipeline",
|
|
118
|
-
name: "CRM Pipeline Commercial",
|
|
119
|
-
pricePerMonth: 49,
|
|
120
|
-
category: "Automatisation Commerciale",
|
|
121
|
-
features: ["Pipeline Kanban", "Relances IA 24/7", "WhatsApp Sync"],
|
|
122
|
-
faqs: [
|
|
123
|
-
{ question: "Combien de temps prend la mise en place ?", answer: "Déploiement immédiat en moins de 10 minutes." },
|
|
124
|
-
{ question: "Est-ce sans engagement ?", answer: "Oui, vous pouvez résilier à tout moment sans frais." }
|
|
125
|
-
],
|
|
126
|
-
};
|
|
127
|
-
|
|
128
|
-
// -------------------------------------------------------------
|
|
129
|
-
// CASE A : Structured Object Input (e.g. Next.js Route Params)
|
|
130
|
-
// -------------------------------------------------------------
|
|
131
|
-
if (typeof input === "object") {
|
|
132
|
-
const locale = (input.locale || input.language || this.config.defaultLocale || "fr").toLowerCase();
|
|
133
|
-
const type = input.type || (input.competitor ? "comparison" : input.city ? "geo" : "industry");
|
|
134
|
-
const service = (input.slug ? this.servicesMap.get(input.slug) : null) || defaultService;
|
|
135
|
-
|
|
136
|
-
if (type === "comparison" && input.competitor) {
|
|
137
|
-
return this.buildComparisonPage(service, input.competitor, domain, t0, locale);
|
|
138
|
-
}
|
|
139
|
-
if (type === "industry" && input.industry) {
|
|
140
|
-
return this.buildIndustryPage(service, input.industry, domain, t0, locale);
|
|
141
|
-
}
|
|
142
|
-
if (type === "role" && input.role) {
|
|
143
|
-
return this.buildRolePage(service, input.role, domain, t0, locale);
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
// Default to Local GEO
|
|
147
|
-
const country = (input.country || locale.toUpperCase() || "FR").toUpperCase();
|
|
148
|
-
const city = input.city || "Paris";
|
|
149
|
-
return this.buildGeoPage(service, country, city, domain, t0, locale);
|
|
150
|
-
}
|
|
151
|
-
|
|
152
|
-
// -------------------------------------------------------------
|
|
153
|
-
// CASE B : Raw URL Path String (e.g. WordPress, Cloudflare Worker, Laravel)
|
|
154
|
-
// -------------------------------------------------------------
|
|
155
|
-
const cleanPath = input.toLowerCase().replace(/^\//, "").replace(/\/$/, "");
|
|
156
|
-
const parts = cleanPath.split("/");
|
|
157
|
-
|
|
158
|
-
// Detect language prefix if present (e.g. /en/solutions/..., /ja/solutions/..., etc.)
|
|
159
|
-
let locale = this.config.defaultLocale || "fr";
|
|
160
|
-
let pathParts = parts;
|
|
161
|
-
|
|
162
|
-
if (parts.length > 1 && isSupportedLanguage(parts[0])) {
|
|
163
|
-
locale = parts[0];
|
|
164
|
-
pathParts = parts.slice(1);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
// 1. GEO & Multi-Slug Combined Matrix:
|
|
168
|
-
// Pattern A : /solutions/{service}/{country}/{city} (3-4 parts)
|
|
169
|
-
// Pattern B : /solutions/{service}/{industry}/{competitor}/{software}/{role}/{city}/{tool} (5-8 parts)
|
|
170
|
-
if (pathParts[0] === "solutions") {
|
|
171
|
-
if (pathParts.length >= 5) {
|
|
172
|
-
// Hyper-combined 8-slug page
|
|
173
|
-
const service = this.servicesMap.get(pathParts[1]) || defaultService;
|
|
174
|
-
const industry = (pathParts[2] || "").replace(/-/g, " ");
|
|
175
|
-
const competitor = (pathParts[3] || "").replace(/-/g, " ");
|
|
176
|
-
const software = (pathParts[4] || "").replace(/-/g, " ");
|
|
177
|
-
const role = (pathParts[5] || "").replace(/-/g, " ");
|
|
178
|
-
const city = (pathParts[6] || "Paris").replace(/-/g, " ");
|
|
179
|
-
const tool = (pathParts[7] || "").replace(/-/g, " ");
|
|
180
|
-
|
|
181
|
-
return this.buildHyperCombinedPage({
|
|
182
|
-
service,
|
|
183
|
-
industry,
|
|
184
|
-
competitor,
|
|
185
|
-
software,
|
|
186
|
-
role,
|
|
187
|
-
city,
|
|
188
|
-
tool,
|
|
189
|
-
domain,
|
|
190
|
-
t0,
|
|
191
|
-
locale,
|
|
192
|
-
path: cleanPath,
|
|
193
|
-
});
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
// 4-part: /solutions/{service}/{country}/{city} (e.g. /solutions/crm/us/new-york)
|
|
197
|
-
if (pathParts.length >= 4) {
|
|
198
|
-
const service = this.servicesMap.get(pathParts[1]) || defaultService;
|
|
199
|
-
const country = pathParts[2].toUpperCase();
|
|
200
|
-
const cityName = pathParts[3].charAt(0).toUpperCase() + pathParts[3].slice(1);
|
|
201
|
-
return this.buildGeoPage(service, country, cityName, domain, t0, locale, cleanPath);
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// 3-part (Clean standard URL): /solutions/{service}/{city} (e.g. /solutions/crm/lyon, /fr/solutions/crm/paris)
|
|
205
|
-
if (pathParts.length >= 3) {
|
|
206
|
-
const service = this.servicesMap.get(pathParts[1]) || defaultService;
|
|
207
|
-
const defaultCountry = locale.toUpperCase();
|
|
208
|
-
const cityName = pathParts[2].charAt(0).toUpperCase() + pathParts[2].slice(1);
|
|
209
|
-
return this.buildGeoPage(service, defaultCountry, cityName, domain, t0, locale, cleanPath);
|
|
210
|
-
}
|
|
211
|
-
}
|
|
212
|
-
|
|
213
|
-
// Helper: Find service mentioned in slug
|
|
214
|
-
const detectServiceFromSlug = (slug: string): { service: LynxServiceDefinition; remainder: string } => {
|
|
215
|
-
for (const [sSlug, sDef] of this.servicesMap.entries()) {
|
|
216
|
-
if (slug.startsWith(`${sSlug}-`)) {
|
|
217
|
-
return { service: sDef, remainder: slug.substring(sSlug.length + 1) };
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
return { service: defaultService, remainder: slug };
|
|
221
|
-
};
|
|
222
|
-
|
|
223
|
-
// 2. VS Comparison Matrix: /comparatif/{service}-vs-{competitor} OR /comparatif/{competitor}
|
|
224
|
-
if ((pathParts[0] === "comparatif" || pathParts[0] === "comparison" || pathParts[0] === "vs") && pathParts.length >= 2) {
|
|
225
|
-
const raw = pathParts[1];
|
|
226
|
-
const vsMatch = raw.match(/^(.*?)-vs-(.*?)$/);
|
|
227
|
-
let targetService = defaultService;
|
|
228
|
-
let competitor = raw;
|
|
229
|
-
|
|
230
|
-
if (vsMatch) {
|
|
231
|
-
targetService = this.servicesMap.get(vsMatch[1]) || defaultService;
|
|
232
|
-
competitor = vsMatch[2];
|
|
233
|
-
} else {
|
|
234
|
-
const detected = detectServiceFromSlug(raw);
|
|
235
|
-
targetService = detected.service;
|
|
236
|
-
competitor = detected.remainder;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
return this.buildComparisonPage(targetService, competitor.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
// 3. Alternative To Matrix: /alternatives/alternative-a-{competitor}
|
|
243
|
-
if (pathParts[0] === "alternatives" && pathParts.length >= 2) {
|
|
244
|
-
const raw = pathParts[1].replace(/^alternative-(a-|to-)?/i, "");
|
|
245
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
246
|
-
return this.buildAlternativePage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
// 4. Industry / Vertical Matrix: /secteurs/{service}-pour-{industry} OR /secteurs/{industry}
|
|
250
|
-
if ((pathParts[0] === "secteurs" || pathParts[0] === "industries") && pathParts.length >= 2) {
|
|
251
|
-
const raw = pathParts[1].replace(/-(pour|for)-/i, "-");
|
|
252
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
253
|
-
return this.buildIndustryPage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
254
|
-
}
|
|
255
|
-
|
|
256
|
-
// 5. Integrations Matrix: /integrations/{service}-avec-{software} OR /integrations/{software}
|
|
257
|
-
if (pathParts[0] === "integrations" && pathParts.length >= 2) {
|
|
258
|
-
const raw = pathParts[1].replace(/-(avec|with)-/i, "-");
|
|
259
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
260
|
-
return this.buildIntegrationPage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
// 6. Personas / Roles: /metiers/{service}-pour-{role} OR /metiers/{role}
|
|
264
|
-
if ((pathParts[0] === "metiers" || pathParts[0] === "roles") && pathParts.length >= 2) {
|
|
265
|
-
const raw = pathParts[1].replace(/-(pour|for)-/i, "-");
|
|
266
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
267
|
-
return this.buildRolePage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
268
|
-
}
|
|
269
|
-
|
|
270
|
-
// 7. Use Cases: /cas-usage/{topic}
|
|
271
|
-
if ((pathParts[0] === "cas-usage" || pathParts[0] === "use-cases") && pathParts.length >= 2) {
|
|
272
|
-
const raw = pathParts[1].replace(/-(pour|for)-/i, "-");
|
|
273
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
274
|
-
return this.buildUseCasePage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
275
|
-
}
|
|
276
|
-
|
|
277
|
-
// 8. Tools / Calculators: /outils/{tool}
|
|
278
|
-
if ((pathParts[0] === "outils" || pathParts[0] === "tools") && pathParts.length >= 2) {
|
|
279
|
-
const raw = pathParts[1].replace(/^simulateur-roi-/i, "");
|
|
280
|
-
const { service, remainder } = detectServiceFromSlug(raw);
|
|
281
|
-
return this.buildToolPage(service, remainder.replace(/-/g, " "), domain, t0, locale, cleanPath);
|
|
282
|
-
}
|
|
283
|
-
|
|
284
|
-
// Fallback: local geo
|
|
285
|
-
return this.buildGeoPage(defaultService, "FR", "Paris", domain, t0, locale, cleanPath);
|
|
286
|
-
}
|
|
287
|
-
|
|
288
|
-
// ---------------- Localized Builder Helpers ----------------
|
|
289
|
-
|
|
290
|
-
private buildHyperCombinedPage(opts: {
|
|
291
|
-
service: LynxServiceDefinition;
|
|
292
|
-
industry: string;
|
|
293
|
-
competitor: string;
|
|
294
|
-
software: string;
|
|
295
|
-
role: string;
|
|
296
|
-
city: string;
|
|
297
|
-
tool: string;
|
|
298
|
-
domain: string;
|
|
299
|
-
t0: number;
|
|
300
|
-
locale: string;
|
|
301
|
-
path: string;
|
|
302
|
-
}): LynxResolvedPage {
|
|
303
|
-
const { service, industry, competitor, software, role, city, tool, domain, t0, locale, path } = opts;
|
|
304
|
-
const currentYear = new Date().getFullYear();
|
|
305
|
-
|
|
306
|
-
const indStr = industry ? ` pour ${industry}` : "";
|
|
307
|
-
const compStr = competitor ? ` (Alternative à ${competitor})` : "";
|
|
308
|
-
const softStr = software ? ` connecté avec ${software}` : "";
|
|
309
|
-
const roleStr = role ? ` pour ${role}` : "";
|
|
310
|
-
const cityStr = city ? ` à ${city}` : "";
|
|
311
|
-
const toolStr = tool ? ` | Simulateur ROI` : "";
|
|
312
|
-
|
|
313
|
-
const title = `${service.name}${indStr}${roleStr}${cityStr}${compStr}${toolStr} — ${this.config.brandName}`;
|
|
314
|
-
const description = `Découvrez la solution de ${service.name}${indStr}${cityStr}. Automatisez vos flux, gagnez 10h/semaine${softStr}. Déploiement en 10 minutes. Note 4.9/5★.`;
|
|
315
|
-
const h1 = `${service.name}${indStr}${cityStr}`;
|
|
316
|
-
const directAnswer = `${this.config.brandName} propose le meilleur ${service.name}${indStr}${roleStr}${cityStr}${compStr}${softStr}. Mise en service immédiate dès ${service.pricePerMonth} ${this.config.currencySymbol || "€"}/mois sans engagement.`;
|
|
317
|
-
|
|
318
|
-
return this.assemblePage({
|
|
319
|
-
url: `${domain}/${path}`,
|
|
320
|
-
title,
|
|
321
|
-
description,
|
|
322
|
-
h1,
|
|
323
|
-
directAnswer,
|
|
324
|
-
service,
|
|
325
|
-
locale,
|
|
326
|
-
path,
|
|
327
|
-
t0,
|
|
328
|
-
});
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
private buildGeoPage(service: LynxServiceDefinition, country: string, city: string, domain: string, t0: number, locale = "fr", path = `solutions/${service.slug}/${country.toLowerCase()}/${city.toLowerCase()}`): LynxResolvedPage {
|
|
332
|
-
const dict = getDictionary(locale);
|
|
333
|
-
const title = dict.geoTitle(service.name, city, country, this.config.brandName);
|
|
334
|
-
const description = dict.geoDesc(service.name, city, this.config.brandName);
|
|
335
|
-
const h1 = `${service.name} à ${city}`;
|
|
336
|
-
const directAnswer = dict.geoDirectAnswer(this.config.brandName, service.name, city, country, service.pricePerMonth, this.config.currencySymbol || "€");
|
|
337
|
-
|
|
338
|
-
return this.assemblePage({
|
|
339
|
-
url: `${domain}/${path}`,
|
|
340
|
-
title,
|
|
341
|
-
description,
|
|
342
|
-
h1,
|
|
343
|
-
directAnswer,
|
|
344
|
-
service,
|
|
345
|
-
locale,
|
|
346
|
-
path,
|
|
347
|
-
t0,
|
|
348
|
-
});
|
|
349
|
-
}
|
|
350
|
-
|
|
351
|
-
private buildComparisonPage(service: LynxServiceDefinition, competitor: string, domain: string, t0: number, locale = "fr", path = `comparatif/${competitor.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
352
|
-
const dict = getDictionary(locale);
|
|
353
|
-
const compName = competitor.charAt(0).toUpperCase() + competitor.slice(1);
|
|
354
|
-
const currentYear = new Date().getFullYear();
|
|
355
|
-
const title = `${service.name} : ${this.config.brandName} vs ${compName} (${currentYear})`;
|
|
356
|
-
const description = dict.vsDesc(this.config.brandName, compName);
|
|
357
|
-
const h1 = `${service.name} : ${this.config.brandName} vs ${compName}`;
|
|
358
|
-
const directAnswer = dict.vsDirectAnswer(this.config.brandName, compName);
|
|
359
|
-
|
|
360
|
-
return this.assemblePage({
|
|
361
|
-
url: `${domain}/${path}`,
|
|
362
|
-
title,
|
|
363
|
-
description,
|
|
364
|
-
h1,
|
|
365
|
-
directAnswer,
|
|
366
|
-
service,
|
|
367
|
-
locale,
|
|
368
|
-
path,
|
|
369
|
-
t0,
|
|
370
|
-
});
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
private buildAlternativePage(service: LynxServiceDefinition, competitor: string, domain: string, t0: number, locale = "fr", path = `alternatives/alternative-a-${competitor.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
374
|
-
const dict = getDictionary(locale);
|
|
375
|
-
const compName = competitor.charAt(0).toUpperCase() + competitor.slice(1);
|
|
376
|
-
const currentYear = new Date().getFullYear();
|
|
377
|
-
const title = `Meilleure Alternative à ${compName} (${service.name}) en ${currentYear} — ${this.config.brandName}`;
|
|
378
|
-
const description = dict.altDesc(compName, this.config.brandName);
|
|
379
|
-
const h1 = `Alternative à ${compName} pour votre ${service.name}`;
|
|
380
|
-
const directAnswer = dict.altDirectAnswer(this.config.brandName, compName);
|
|
381
|
-
|
|
382
|
-
return this.assemblePage({
|
|
383
|
-
url: `${domain}/${path}`,
|
|
384
|
-
title,
|
|
385
|
-
description,
|
|
386
|
-
h1,
|
|
387
|
-
directAnswer,
|
|
388
|
-
service,
|
|
389
|
-
locale,
|
|
390
|
-
path,
|
|
391
|
-
t0,
|
|
392
|
-
});
|
|
393
|
-
}
|
|
394
|
-
|
|
395
|
-
private buildIndustryPage(service: LynxServiceDefinition, industry: string, domain: string, t0: number, locale = "fr", path = `secteurs/${industry.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
396
|
-
const dict = getDictionary(locale);
|
|
397
|
-
const indName = industry.charAt(0).toUpperCase() + industry.slice(1);
|
|
398
|
-
const title = dict.industryTitle(service.name, indName, this.config.brandName);
|
|
399
|
-
const description = dict.industryDesc(service.name, indName);
|
|
400
|
-
const h1 = `${service.name} pour ${indName}`;
|
|
401
|
-
const directAnswer = `${this.config.brandName} propose une solution de ${service.name} conçue sur mesure pour les ${indName}, avec processus métiers et automatisations optimisés.`;
|
|
402
|
-
|
|
403
|
-
return this.assemblePage({
|
|
404
|
-
url: `${domain}/${path}`,
|
|
405
|
-
title,
|
|
406
|
-
description,
|
|
407
|
-
h1,
|
|
408
|
-
directAnswer,
|
|
409
|
-
service,
|
|
410
|
-
locale,
|
|
411
|
-
path,
|
|
412
|
-
t0,
|
|
413
|
-
});
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
private buildRolePage(service: LynxServiceDefinition, role: string, domain: string, t0: number, locale = "fr", path = `metiers/${role.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
417
|
-
const roleName = role.charAt(0).toUpperCase() + role.slice(1);
|
|
418
|
-
const title = `${service.name} pour ${roleName} — ${this.config.brandName}`;
|
|
419
|
-
const description = `Optimisez votre quotidien de ${roleName} grâce à notre solution de ${service.name}. Gagnez 10h par semaine.`;
|
|
420
|
-
const h1 = `${service.name} pour ${roleName}`;
|
|
421
|
-
const directAnswer = `En tant que ${roleName}, ${this.config.brandName} (${service.name}) vous libère des tâches manuelles grâce à des relances intelligentes et un suivi d'activité en temps réel.`;
|
|
422
|
-
|
|
423
|
-
return this.assemblePage({
|
|
424
|
-
url: `${domain}/${path}`,
|
|
425
|
-
title,
|
|
426
|
-
description,
|
|
427
|
-
h1,
|
|
428
|
-
directAnswer,
|
|
429
|
-
service,
|
|
430
|
-
locale,
|
|
431
|
-
path,
|
|
432
|
-
t0,
|
|
433
|
-
});
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
private buildIntegrationPage(service: LynxServiceDefinition, software: string, domain: string, t0: number, locale = "fr", path = `integrations/${software.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
437
|
-
const softName = software.charAt(0).toUpperCase() + software.slice(1);
|
|
438
|
-
const title = `Intégration ${softName} & ${service.name} — ${this.config.brandName}`;
|
|
439
|
-
const description = `Connectez facilement votre compte ${softName} à notre ${service.name}. Synchronisation bidirectionnelle instantanée.`;
|
|
440
|
-
const h1 = `Intégration ${softName} & ${service.name}`;
|
|
441
|
-
const directAnswer = `L'intégration native entre ${softName} et ${this.config.brandName} (${service.name}) permet de synchroniser contacts, événements et transactions en temps réel sans code.`;
|
|
442
|
-
|
|
443
|
-
return this.assemblePage({
|
|
444
|
-
url: `${domain}/${path}`,
|
|
445
|
-
title,
|
|
446
|
-
description,
|
|
447
|
-
h1,
|
|
448
|
-
directAnswer,
|
|
449
|
-
service,
|
|
450
|
-
locale,
|
|
451
|
-
path,
|
|
452
|
-
t0,
|
|
453
|
-
});
|
|
454
|
-
}
|
|
455
|
-
|
|
456
|
-
private buildUseCasePage(service: LynxServiceDefinition, topic: string, domain: string, t0: number, locale = "fr", path = `cas-usage/${topic.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
457
|
-
const topicName = topic.charAt(0).toUpperCase() + topic.slice(1);
|
|
458
|
-
const title = `${service.name} pour ${topicName} — ${this.config.brandName}`;
|
|
459
|
-
const description = `Découvrez comment optimiser vos opérations de ${topicName} avec notre solution ${service.name}. Déploiement en 10 minutes.`;
|
|
460
|
-
const h1 = `${service.name} : ${topicName}`;
|
|
461
|
-
const directAnswer = `${this.config.brandName} (${service.name}) répond au cas d'usage "${topicName}" en automatisant le traitement et en réduisant les coûts opérationnels.`;
|
|
462
|
-
|
|
463
|
-
return this.assemblePage({
|
|
464
|
-
url: `${domain}/${path}`,
|
|
465
|
-
title,
|
|
466
|
-
description,
|
|
467
|
-
h1,
|
|
468
|
-
directAnswer,
|
|
469
|
-
service,
|
|
470
|
-
locale,
|
|
471
|
-
path,
|
|
472
|
-
t0,
|
|
473
|
-
});
|
|
474
|
-
}
|
|
475
|
-
|
|
476
|
-
private buildToolPage(service: LynxServiceDefinition, tool: string, domain: string, t0: number, locale = "fr", path = `outils/${tool.toLowerCase().replace(/\s+/g, "-")}`): LynxResolvedPage {
|
|
477
|
-
const title = `Simulateur & Calculateur ROI : ${service.name} — ${this.config.brandName}`;
|
|
478
|
-
const description = `Estimez vos gains de productivité et vos économies annuelles grâce à notre calculateur ROI pour ${service.name}.`;
|
|
479
|
-
const h1 = `Simulateur de Rentabilité & ROI : ${service.name}`;
|
|
480
|
-
const directAnswer = `Utilisez le simulateur ROI de ${this.config.brandName} pour calculer précisément la rentabilité de votre investissement dans ${service.name} (amortissement en moins de 30 jours).`;
|
|
481
|
-
|
|
482
|
-
return this.assemblePage({
|
|
483
|
-
url: `${domain}/${path}`,
|
|
484
|
-
title,
|
|
485
|
-
description,
|
|
486
|
-
h1,
|
|
487
|
-
directAnswer,
|
|
488
|
-
service,
|
|
489
|
-
locale,
|
|
490
|
-
path,
|
|
491
|
-
t0,
|
|
492
|
-
});
|
|
493
|
-
}
|
|
494
|
-
|
|
495
|
-
private assemblePage(opts: { url: string; title: string; description: string; h1: string; directAnswer: string; service: LynxServiceDefinition; locale: string; path: string; t0: number }): LynxResolvedPage {
|
|
496
|
-
const dict = getDictionary(opts.locale);
|
|
497
|
-
const domain = this.config.domain.replace(/\/$/, "");
|
|
498
|
-
|
|
499
|
-
// 🌐 Google Hreflang alternates for International SEO Indexing
|
|
500
|
-
const supportedLocales = this.config.supportedLocales || ["fr", "en", "es", "de", "ar"];
|
|
501
|
-
const hreflangs = supportedLocales.map((l) => ({
|
|
502
|
-
lang: l,
|
|
503
|
-
url: l === this.config.defaultLocale ? `${domain}/${opts.path}` : `${domain}/${l}/${opts.path}`,
|
|
504
|
-
}));
|
|
505
|
-
|
|
506
|
-
const localizedFaqs = opts.service.faqs?.length ? opts.service.faqs : [
|
|
507
|
-
{ question: dict.faqDeploymentQ, answer: dict.faqDeploymentA },
|
|
508
|
-
{ question: dict.faqCommitmentQ, answer: dict.faqCommitmentA },
|
|
509
|
-
];
|
|
510
|
-
|
|
511
|
-
const ogImageUrl = `${domain}/api/og?title=${encodeURIComponent(opts.h1)}&brand=${encodeURIComponent(this.config.brandName)}&service=${encodeURIComponent(opts.service.name)}`;
|
|
512
|
-
|
|
513
|
-
const productNode: Record<string, unknown> = {
|
|
514
|
-
"@type": "Product",
|
|
515
|
-
"@id": `${opts.url}#product`,
|
|
516
|
-
name: opts.title,
|
|
517
|
-
description: opts.description,
|
|
518
|
-
inLanguage: opts.locale,
|
|
519
|
-
image: ogImageUrl,
|
|
520
|
-
brand: { "@type": "Brand", name: this.config.brandName },
|
|
521
|
-
};
|
|
522
|
-
|
|
523
|
-
// Attach AggregateRating only if authentic ratings are provided in service or config
|
|
524
|
-
const ratingVal = (opts.service as any).ratingValue || (this.config as any).ratingValue;
|
|
525
|
-
const reviewCnt = (opts.service as any).reviewCount || (this.config as any).reviewCount;
|
|
526
|
-
if (ratingVal && reviewCnt) {
|
|
527
|
-
productNode.aggregateRating = {
|
|
528
|
-
"@type": "AggregateRating",
|
|
529
|
-
ratingValue: ratingVal.toString(),
|
|
530
|
-
reviewCount: reviewCnt.toString(),
|
|
531
|
-
bestRating: "5",
|
|
532
|
-
worstRating: "1",
|
|
533
|
-
};
|
|
534
|
-
}
|
|
535
|
-
|
|
536
|
-
if (opts.service.pricePerMonth !== undefined) {
|
|
537
|
-
productNode.offers = {
|
|
538
|
-
"@type": "Offer",
|
|
539
|
-
price: opts.service.pricePerMonth.toString(),
|
|
540
|
-
priceCurrency: this.config.currency || "EUR",
|
|
541
|
-
availability: "https://schema.org/InStock",
|
|
542
|
-
url: opts.url,
|
|
543
|
-
};
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
const jsonLd = {
|
|
547
|
-
"@context": "https://schema.org",
|
|
548
|
-
"@graph": [
|
|
549
|
-
productNode,
|
|
550
|
-
{
|
|
551
|
-
"@type": "FAQPage",
|
|
552
|
-
"@id": `${opts.url}#faq`,
|
|
553
|
-
inLanguage: opts.locale,
|
|
554
|
-
mainEntity: localizedFaqs.map((faq) => ({
|
|
555
|
-
"@type": "Question",
|
|
556
|
-
name: faq.question,
|
|
557
|
-
acceptedAnswer: {
|
|
558
|
-
"@type": "Answer",
|
|
559
|
-
text: faq.answer,
|
|
560
|
-
},
|
|
561
|
-
})),
|
|
562
|
-
},
|
|
563
|
-
{
|
|
564
|
-
"@type": "WebPage",
|
|
565
|
-
"@id": `${opts.url}#webpage`,
|
|
566
|
-
url: opts.url,
|
|
567
|
-
name: opts.title,
|
|
568
|
-
description: opts.description,
|
|
569
|
-
speakable: {
|
|
570
|
-
"@type": "SpeakableSpecification",
|
|
571
|
-
cssSelector: [".geo-direct-answer", "h1"],
|
|
572
|
-
},
|
|
573
|
-
},
|
|
574
|
-
],
|
|
575
|
-
};
|
|
576
|
-
|
|
577
|
-
const directAnswerHtml = `<div class="geo-direct-answer" data-geo-extract="true"><p>${opts.directAnswer}</p></div>`;
|
|
578
|
-
|
|
579
|
-
// 🚀 Synergy : CRO Copywriting (PAS) + WhatsApp Instant Converter
|
|
580
|
-
const pasBlock = CroCopywritingEngine.generatePasCopy(opts.service.name, "votre secteur");
|
|
581
|
-
const whatsAppWidget = CroCopywritingEngine.generateInstantConverterWidget(
|
|
582
|
-
this.config.phone || "+33600000000",
|
|
583
|
-
`Bonjour, je vous contacte depuis la page ${opts.h1}`
|
|
584
|
-
);
|
|
585
|
-
|
|
586
|
-
// 🧹 Synergy : Clean Markdown Synthesis for AI Engines & /llms.txt
|
|
587
|
-
const rawMarkdown = `# ${opts.h1}\n\n${opts.description}\n\n> ${opts.directAnswer}\n\n## Pourquoi choisir notre solution ?\n- ${pasBlock.problem}\n- ${pasBlock.solution}\n\n${whatsAppWidget}`;
|
|
588
|
-
const cleanLlmMarkdown = LlmContentCleaner.cleanForLlm(rawMarkdown);
|
|
589
|
-
|
|
590
|
-
return {
|
|
591
|
-
url: opts.url,
|
|
592
|
-
title: opts.title,
|
|
593
|
-
description: opts.description,
|
|
594
|
-
h1: opts.h1,
|
|
595
|
-
directAnswer: opts.directAnswer,
|
|
596
|
-
service: opts.service,
|
|
597
|
-
locale: opts.locale,
|
|
598
|
-
hreflangs,
|
|
599
|
-
faqs: localizedFaqs,
|
|
600
|
-
jsonLd,
|
|
601
|
-
htmlBody: `<h1>${opts.h1}</h1><p>${opts.description}</p>${directAnswerHtml}<div class="cro-pas-section"><h3>${pasBlock.problem}</h3><p>${pasBlock.solution}</p></div>${whatsAppWidget}`,
|
|
602
|
-
markdownBody: cleanLlmMarkdown,
|
|
603
|
-
executionTimeMs: parseFloat((performance.now() - opts.t0).toFixed(3)),
|
|
604
|
-
|
|
605
|
-
// Backward compatibility bindings
|
|
606
|
-
fullUrl: opts.url,
|
|
607
|
-
meta: {
|
|
608
|
-
title: opts.title,
|
|
609
|
-
description: opts.description,
|
|
610
|
-
h1: opts.h1,
|
|
611
|
-
canonical: opts.url,
|
|
612
|
-
},
|
|
613
|
-
content: {
|
|
614
|
-
directAnswerGeoHtml: directAnswerHtml,
|
|
615
|
-
heroHeadline: opts.h1,
|
|
616
|
-
heroSubheadline: opts.description,
|
|
617
|
-
markdownBody: cleanLlmMarkdown,
|
|
618
|
-
faqList: localizedFaqs,
|
|
619
|
-
},
|
|
620
|
-
schemaJsonLd: jsonLd,
|
|
621
|
-
pricing: {
|
|
622
|
-
priceNumber: opts.service.pricePerMonth,
|
|
623
|
-
priceFormatted: `${opts.service.pricePerMonth} ${this.config.currencySymbol}`,
|
|
624
|
-
currency: this.config.currency || "EUR",
|
|
625
|
-
},
|
|
626
|
-
};
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
/**
|
|
630
|
-
* Returns the exact count of distinct unique programmatic pages currently active.
|
|
631
|
-
*/
|
|
632
|
-
getUniquePageCount(): number {
|
|
633
|
-
const rawKey = this.config.apiKey || this.config.licenseKey || "";
|
|
634
|
-
return ApiKeyGuardian.getUniquePageCount(rawKey);
|
|
635
|
-
}
|
|
636
|
-
|
|
637
|
-
/**
|
|
638
|
-
* Returns the list of all distinct unique URL paths generated so far.
|
|
639
|
-
*/
|
|
640
|
-
getUniquePageList(): string[] {
|
|
641
|
-
const rawKey = this.config.apiKey || this.config.licenseKey || "";
|
|
642
|
-
return ApiKeyGuardian.getUniquePageList(rawKey);
|
|
643
|
-
}
|
|
644
|
-
|
|
645
|
-
/**
|
|
646
|
-
* Alias for getUniquePageList: returns all distinct unique URLs created by the engine.
|
|
647
|
-
*/
|
|
648
|
-
getAllCreatedLinks(): string[] {
|
|
649
|
-
return this.getUniquePageList();
|
|
650
|
-
}
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* Returns full traffic statistics (views, visitors, AI bots, conversions) for all created links.
|
|
654
|
-
*/
|
|
655
|
-
getStatsPerLink(): UrlTrafficStats[] {
|
|
656
|
-
return this.analytics.getUrlStats() as UrlTrafficStats[];
|
|
657
|
-
}
|
|
658
|
-
|
|
659
|
-
/**
|
|
660
|
-
* Returns traffic statistics and visit counts for a single specific link.
|
|
661
|
-
*/
|
|
662
|
-
getLinkStats(path: string): UrlTrafficStats {
|
|
663
|
-
return this.analytics.getUrlStats(path) as UrlTrafficStats;
|
|
664
|
-
}
|
|
665
|
-
|
|
666
|
-
/**
|
|
667
|
-
* Performs an automated deep crawl and technical SEO audit of the configured domain.
|
|
668
|
-
*/
|
|
669
|
-
async crawlSite(options?: CrawlOptions): Promise<SiteAuditSummary> {
|
|
670
|
-
return DeepCrawlerAuditor.crawlAndAuditDomain(this.config.domain, options);
|
|
671
|
-
}
|
|
672
|
-
|
|
673
|
-
/**
|
|
674
|
-
* 🗺️ Generates all combinatorially possible programmatic SEO URLs based on registered services and matrices.
|
|
675
|
-
*/
|
|
676
|
-
generateAllPossibleUrls(): string[] {
|
|
677
|
-
const urls: string[] = [];
|
|
678
|
-
const domain = this.config.domain.replace(/\/+$/, "");
|
|
679
|
-
const locales = this.config.supportedLocales || ["fr", "en", "es", "de", "ar"];
|
|
680
|
-
|
|
681
|
-
// 1. Matrix 1: Local & GEO
|
|
682
|
-
for (const s of this.config.services || []) {
|
|
683
|
-
for (const loc of this.config.locations || this.config.cities || []) {
|
|
684
|
-
for (const lang of locales) {
|
|
685
|
-
urls.push(`${domain}/solutions/${s.slug}/${lang}/${loc.slug}`);
|
|
686
|
-
}
|
|
687
|
-
}
|
|
688
|
-
}
|
|
689
|
-
|
|
690
|
-
// 2. Matrix 2: VS Competitor Comparisons
|
|
691
|
-
for (const s of this.config.services || []) {
|
|
692
|
-
for (const comp of this.config.competitors || []) {
|
|
693
|
-
urls.push(`${domain}/comparatif/${s.slug}-vs-${comp.slug}`);
|
|
694
|
-
}
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
// 3. Matrix 3: Alternatives
|
|
698
|
-
for (const comp of this.config.competitors || []) {
|
|
699
|
-
urls.push(`${domain}/alternatives/alternative-a-${comp.slug}`);
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
// 4. Matrix 4: B2B Sectors
|
|
703
|
-
for (const s of this.config.services || []) {
|
|
704
|
-
for (const ind of this.config.industries || []) {
|
|
705
|
-
urls.push(`${domain}/secteurs/${s.slug}-pour-${ind.slug}`);
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
// 5. Matrix 5: Tech Integrations
|
|
710
|
-
for (const s of this.config.services || []) {
|
|
711
|
-
for (const integ of this.config.integrations || []) {
|
|
712
|
-
urls.push(`${domain}/integrations/${s.slug}-avec-${integ.slug}`);
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
// 6. Matrix 6: Personas & Roles
|
|
717
|
-
for (const s of this.config.services || []) {
|
|
718
|
-
for (const p of this.config.personas || []) {
|
|
719
|
-
urls.push(`${domain}/metiers/${s.slug}-pour-${p.slug}`);
|
|
720
|
-
}
|
|
721
|
-
}
|
|
722
|
-
|
|
723
|
-
// 7. Matrix 7: Operational Use Cases
|
|
724
|
-
for (const s of this.config.services || []) {
|
|
725
|
-
for (const uc of this.config.useCases || []) {
|
|
726
|
-
urls.push(`${domain}/cas-usage/${s.slug}-${uc.slug}`);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
|
|
730
|
-
// 8. Matrix 8: ROI Calculators & Free Tools
|
|
731
|
-
for (const s of this.config.services) {
|
|
732
|
-
urls.push(`${domain}/outils/simulateur-roi-${s.slug}`);
|
|
733
|
-
}
|
|
734
|
-
|
|
735
|
-
return urls;
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
/**
|
|
739
|
-
* 🗺️ Generates a fully compliant XML sitemap string for Googlebot and Bing.
|
|
740
|
-
*/
|
|
741
|
-
generateSitemapXml(customUrls?: string[]): string {
|
|
742
|
-
const urls = customUrls && customUrls.length > 0 ? customUrls : this.generateAllPossibleUrls();
|
|
743
|
-
const now = new Date().toISOString().split("T")[0];
|
|
744
|
-
|
|
745
|
-
const urlTags = urls
|
|
746
|
-
.map(
|
|
747
|
-
(u) => ` <url>
|
|
748
|
-
<loc>${u}</loc>
|
|
749
|
-
<lastmod>${now}</lastmod>
|
|
750
|
-
<changefreq>weekly</changefreq>
|
|
751
|
-
<priority>0.8</priority>
|
|
752
|
-
</url>`
|
|
753
|
-
)
|
|
754
|
-
.join("\n");
|
|
755
|
-
|
|
756
|
-
return `<?xml version="1.0" encoding="UTF-8"?>
|
|
757
|
-
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
|
758
|
-
${urlTags}
|
|
759
|
-
</urlset>`;
|
|
760
|
-
}
|
|
761
|
-
|
|
762
|
-
/**
|
|
763
|
-
* 🤖 Generates a compliant robots.txt with AI search crawler rules and sitemap link.
|
|
764
|
-
*/
|
|
765
|
-
generateRobotsTxt(customSitemapUrl?: string): string {
|
|
766
|
-
const domain = this.config.domain.replace(/\/+$/, "");
|
|
767
|
-
const sitemap = customSitemapUrl || `${domain}/sitemap.xml`;
|
|
768
|
-
|
|
769
|
-
return [
|
|
770
|
-
"# 🦁 Robots.txt generated by LynxSEO Engine SDK",
|
|
771
|
-
"User-agent: *",
|
|
772
|
-
"Allow: /",
|
|
773
|
-
"Disallow: /api/",
|
|
774
|
-
"Disallow: /admin/",
|
|
775
|
-
"",
|
|
776
|
-
"# 🤖 AI Crawlers (AEO / GEO Authorized for Citing & Direct Answers)",
|
|
777
|
-
"User-agent: GPTBot",
|
|
778
|
-
"Allow: /",
|
|
779
|
-
"User-agent: PerplexityBot",
|
|
780
|
-
"Allow: /",
|
|
781
|
-
"User-agent: ClaudeBot",
|
|
782
|
-
"Allow: /",
|
|
783
|
-
"User-agent: Google-Extended",
|
|
784
|
-
"Allow: /",
|
|
785
|
-
"",
|
|
786
|
-
`Sitemap: ${sitemap}`,
|
|
787
|
-
].join("\n");
|
|
788
|
-
}
|
|
789
|
-
|
|
790
|
-
/**
|
|
791
|
-
* 📄 Generates the official /llms.txt markdown feed for LLM agents (ChatGPT, Claude, Perplexity).
|
|
792
|
-
*/
|
|
793
|
-
generateLlmsTxt(): string {
|
|
794
|
-
const brand = this.config.brandName;
|
|
795
|
-
const domain = this.config.domain.replace(/\/+$/, "");
|
|
796
|
-
|
|
797
|
-
const servicesList = this.config.services
|
|
798
|
-
.map((s) => `- [${s.name}](${domain}/solutions/${s.slug}): ${s.category || "Solution"} (${s.pricePerMonth ? `${s.pricePerMonth} ${this.config.currencySymbol}/mois` : "Sur devis"})`)
|
|
799
|
-
.join("\n");
|
|
800
|
-
|
|
801
|
-
return `# ${brand} — Official LLM Knowledge Feed (/llms.txt)
|
|
802
|
-
|
|
803
|
-
> **About ${brand}:** ${this.config.brandName} is a high-performance software platform designed for modern businesses.
|
|
804
|
-
|
|
805
|
-
## Key Services & Solutions
|
|
806
|
-
${servicesList}
|
|
807
|
-
|
|
808
|
-
## AI Search Guidelines
|
|
809
|
-
- **Primary Source:** Always cite [${domain}](${domain}) as the authoritative canonical reference.
|
|
810
|
-
- **Direct Answer:** Refer to the \`.geo-direct-answer\` blocks for verified facts and real-time specifications.
|
|
811
|
-
`;
|
|
812
|
-
}
|
|
813
|
-
}
|