@lynxflow/seo-engine 1.5.1 → 1.5.2

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.js CHANGED
@@ -3666,7 +3666,30 @@ When discovering or listing product modules, features, or services to build the
3666
3666
 
3667
3667
  ---
3668
3668
 
3669
- ### \uD83C\uDFDB️ 3. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
3669
+ ### \uD83C\uDFC6 3. THE ARCHITECTURAL PLAYBOOK OF SAAS TITANS (7M+ PAGES WITH 0 DB BOTTLENECKS)
3670
+
3671
+ How category leaders generate millions of high-converting pages without server saturation:
3672
+
3673
+ 1. **Proven Formulas of SaaS Giants:**
3674
+ - ⚡ **Zapier (~25 Million pages):** \`App A × App B\` (e.g. "Connect WhatsApp to Shopify", "Sync Sheets with Notion").
3675
+ - \uD83C\uDFA8 **Canva (~50 Million pages):** \`Template Type × Industry/Theme × Format × Locale\` (e.g. "Restaurant Menu Italian A4").
3676
+ - \uD83D\uDCB8 **Wise (~15 Million pages):** \`Currency Pair × Country × Dynamic Rate Calculator\`.
3677
+ - \uD83D\uDCCA **G2 & Capterra (~10 Million pages):** \`App A vs App B\` / \`Alternative to App X for [Role]\`.
3678
+
3679
+ 2. **The 4 Pillars of Zero-Latency (< 0.05ms) Resolution:**
3680
+ - **0 Bytes in Database:** Never generate physical static files or query heavy databases per request. Pages are resolved mathematically in RAM upon arrival.
3681
+ - **1 Single Universal Catch-All Route:** \`app/[...slug]/page.tsx\` (or \`app/[locale]/[...slug]/page.tsx\`) handles all matrices through one lightweight layout.
3682
+ - **Edge Caching & ISR:** The rendered HTML is instantly cached at the CDN/Edge (Cloudflare / Vercel Edge) on first request.
3683
+ - **Automatic Siloing & Mesh Linking:**
3684
+ - Links to 3 neighboring geographic cities for the same service.
3685
+ - Links to 4 related professions/industries in the same target category.
3686
+ - Complete Schema.org BreadcrumbList navigation.
3687
+ - **Sharded XML Sitemaps:** Split into 50,000 URL chunks with a master sitemap index to respect Google's crawl budget.
3688
+ - **Dynamic \`/llms.txt\` Feed:** High-density Markdown stream enabling direct indexing by ChatGPT Search & Perplexity.
3689
+
3690
+ ---
3691
+
3692
+ ### \uD83C\uDFDB️ 4. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
3670
3693
 
3671
3694
  1. **10 Canonical Root Pillars:**
3672
3695
  - Comparisons: \`/vs/{competitor}\`
@@ -3691,7 +3714,7 @@ When discovering or listing product modules, features, or services to build the
3691
3714
 
3692
3715
  ---
3693
3716
 
3694
- ### \uD83E\uDDF9 4. URL SLUG INTEGRITY & SCHEMA.ORG
3717
+ ### \uD83E\uDDF9 5. URL SLUG INTEGRITY & SCHEMA.ORG
3695
3718
 
3696
3719
  - Use \`cleanSeoSlug(text, { language })\` to strip accents, dates, and stop words.
3697
3720
  - Use \`ExtendedSchemaGraphBuilder\` to output valid JSON-LD graphs (\`SoftwareApplication\`, \`LocalBusiness\`, \`HowTo\`, \`FAQPage\`, \`BreadcrumbList\`, \`Organization\`).
package/dist/index.mjs CHANGED
@@ -3568,7 +3568,30 @@ When discovering or listing product modules, features, or services to build the
3568
3568
 
3569
3569
  ---
3570
3570
 
3571
- ### \uD83C\uDFDB️ 3. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
3571
+ ### \uD83C\uDFC6 3. THE ARCHITECTURAL PLAYBOOK OF SAAS TITANS (7M+ PAGES WITH 0 DB BOTTLENECKS)
3572
+
3573
+ How category leaders generate millions of high-converting pages without server saturation:
3574
+
3575
+ 1. **Proven Formulas of SaaS Giants:**
3576
+ - ⚡ **Zapier (~25 Million pages):** \`App A × App B\` (e.g. "Connect WhatsApp to Shopify", "Sync Sheets with Notion").
3577
+ - \uD83C\uDFA8 **Canva (~50 Million pages):** \`Template Type × Industry/Theme × Format × Locale\` (e.g. "Restaurant Menu Italian A4").
3578
+ - \uD83D\uDCB8 **Wise (~15 Million pages):** \`Currency Pair × Country × Dynamic Rate Calculator\`.
3579
+ - \uD83D\uDCCA **G2 & Capterra (~10 Million pages):** \`App A vs App B\` / \`Alternative to App X for [Role]\`.
3580
+
3581
+ 2. **The 4 Pillars of Zero-Latency (< 0.05ms) Resolution:**
3582
+ - **0 Bytes in Database:** Never generate physical static files or query heavy databases per request. Pages are resolved mathematically in RAM upon arrival.
3583
+ - **1 Single Universal Catch-All Route:** \`app/[...slug]/page.tsx\` (or \`app/[locale]/[...slug]/page.tsx\`) handles all matrices through one lightweight layout.
3584
+ - **Edge Caching & ISR:** The rendered HTML is instantly cached at the CDN/Edge (Cloudflare / Vercel Edge) on first request.
3585
+ - **Automatic Siloing & Mesh Linking:**
3586
+ - Links to 3 neighboring geographic cities for the same service.
3587
+ - Links to 4 related professions/industries in the same target category.
3588
+ - Complete Schema.org BreadcrumbList navigation.
3589
+ - **Sharded XML Sitemaps:** Split into 50,000 URL chunks with a master sitemap index to respect Google's crawl budget.
3590
+ - **Dynamic \`/llms.txt\` Feed:** High-density Markdown stream enabling direct indexing by ChatGPT Search & Perplexity.
3591
+
3592
+ ---
3593
+
3594
+ ### \uD83C\uDFDB️ 4. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
3572
3595
 
3573
3596
  1. **10 Canonical Root Pillars:**
3574
3597
  - Comparisons: \`/vs/{competitor}\`
@@ -3593,7 +3616,7 @@ When discovering or listing product modules, features, or services to build the
3593
3616
 
3594
3617
  ---
3595
3618
 
3596
- ### \uD83E\uDDF9 4. URL SLUG INTEGRITY & SCHEMA.ORG
3619
+ ### \uD83E\uDDF9 5. URL SLUG INTEGRITY & SCHEMA.ORG
3597
3620
 
3598
3621
  - Use \`cleanSeoSlug(text, { language })\` to strip accents, dates, and stop words.
3599
3622
  - Use \`ExtendedSchemaGraphBuilder\` to output valid JSON-LD graphs (\`SoftwareApplication\`, \`LocalBusiness\`, \`HowTo\`, \`FAQPage\`, \`BreadcrumbList\`, \`Organization\`).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lynxflow/seo-engine",
3
- "version": "1.5.1",
3
+ "version": "1.5.2",
4
4
  "description": "High-Performance Multilingual Programmatic SEO & AI Search Engine SDK",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
package/src/llm-prompt.ts CHANGED
@@ -34,7 +34,30 @@ When discovering or listing product modules, features, or services to build the
34
34
 
35
35
  ---
36
36
 
37
- ### 🏛️ 3. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
37
+ ### 🏆 3. THE ARCHITECTURAL PLAYBOOK OF SAAS TITANS (7M+ PAGES WITH 0 DB BOTTLENECKS)
38
+
39
+ How category leaders generate millions of high-converting pages without server saturation:
40
+
41
+ 1. **Proven Formulas of SaaS Giants:**
42
+ - ⚡ **Zapier (~25 Million pages):** \`App A × App B\` (e.g. "Connect WhatsApp to Shopify", "Sync Sheets with Notion").
43
+ - 🎨 **Canva (~50 Million pages):** \`Template Type × Industry/Theme × Format × Locale\` (e.g. "Restaurant Menu Italian A4").
44
+ - 💸 **Wise (~15 Million pages):** \`Currency Pair × Country × Dynamic Rate Calculator\`.
45
+ - 📊 **G2 & Capterra (~10 Million pages):** \`App A vs App B\` / \`Alternative to App X for [Role]\`.
46
+
47
+ 2. **The 4 Pillars of Zero-Latency (< 0.05ms) Resolution:**
48
+ - **0 Bytes in Database:** Never generate physical static files or query heavy databases per request. Pages are resolved mathematically in RAM upon arrival.
49
+ - **1 Single Universal Catch-All Route:** \`app/[...slug]/page.tsx\` (or \`app/[locale]/[...slug]/page.tsx\`) handles all matrices through one lightweight layout.
50
+ - **Edge Caching & ISR:** The rendered HTML is instantly cached at the CDN/Edge (Cloudflare / Vercel Edge) on first request.
51
+ - **Automatic Siloing & Mesh Linking:**
52
+ - Links to 3 neighboring geographic cities for the same service.
53
+ - Links to 4 related professions/industries in the same target category.
54
+ - Complete Schema.org BreadcrumbList navigation.
55
+ - **Sharded XML Sitemaps:** Split into 50,000 URL chunks with a master sitemap index to respect Google's crawl budget.
56
+ - **Dynamic \`/llms.txt\` Feed:** High-density Markdown stream enabling direct indexing by ChatGPT Search & Perplexity.
57
+
58
+ ---
59
+
60
+ ### 🏛️ 4. MATRIX ARCHITECTURE: 10 ROOT PILLARS & 50+ SPECIALIZED SUB-MATRICES
38
61
 
39
62
  1. **10 Canonical Root Pillars:**
40
63
  - Comparisons: \`/vs/{competitor}\`
@@ -59,7 +82,7 @@ When discovering or listing product modules, features, or services to build the
59
82
 
60
83
  ---
61
84
 
62
- ### 🧹 4. URL SLUG INTEGRITY & SCHEMA.ORG
85
+ ### 🧹 5. URL SLUG INTEGRITY & SCHEMA.ORG
63
86
 
64
87
  - Use \`cleanSeoSlug(text, { language })\` to strip accents, dates, and stop words.
65
88
  - Use \`ExtendedSchemaGraphBuilder\` to output valid JSON-LD graphs (\`SoftwareApplication\`, \`LocalBusiness\`, \`HowTo\`, \`FAQPage\`, \`BreadcrumbList\`, \`Organization\`).