From ebc5e5e87e9c5990f4620672e9c37202056bd59c Mon Sep 17 00:00:00 2001 From: Tigran Babloyan Date: Mon, 3 Aug 2026 15:49:36 +0400 Subject: [PATCH 1/2] fix(website): close GEO gaps in llms.txt, docs links and schema llms.txt never mentioned Snowflake, BigQuery or Databricks, omitted the WAREHOUSE engine family, and listed only /docs/ instead of the twelve rendered chapter URLs - so AI crawlers grounding on it answered warehouse questions wrongly and could not reach the chapters. All twelve docs pages linked the hub as href="index.html", which Cloudflare 307-redirects to the directory. On the eleven sub-directory pages those were self-redirects, leaving /docs/ with no inbound internal links. Also enrich the JSON-LD graph (Organization sameAs/description/foundingDate, SoftwareApplication featureList and install metadata, a WebPage node, datePublished on every TechArticle), render a Last updated date on each docs page, add question-form headings with self-contained answers, tabulate the engine matrix and review-plan settings, and add a homepage Common questions section. No FAQPage schema - Google retired FAQ rich results in May 2026. --- website/README.md | 2 + website/docs/configuration/ai/index.html | 24 +++- .../configuration/audit-compliance/index.html | 24 +++- website/docs/configuration/auth/index.html | 24 +++- .../docs/configuration/connectors/index.html | 67 ++++++++++- .../docs/configuration/datasources/index.html | 24 +++- .../configuration/notifications/index.html | 24 +++- .../configuration/review-workflows/index.html | 74 +++++++++++- .../docs/configuration/users-roles/index.html | 24 +++- website/docs/iac/index.html | 25 +++- website/docs/index.html | 42 ++++--- website/docs/install/index.html | 25 +++- website/docs/workflows/index.html | 25 +++- website/index.html | 110 +++++++++++++++++- website/llms.txt | 28 ++++- website/styles.css | 43 +++++++ 16 files changed, 523 insertions(+), 62 deletions(-) diff --git a/website/README.md b/website/README.md index f6049618..fbbf0412 100644 --- a/website/README.md +++ b/website/README.md @@ -33,6 +33,8 @@ the right. | Source of truth | Website section | |---|---| | [`README.md`](../README.md) (pitch, quick start) | Hero, Install tabs, terminal preview | +| [`README.md`](../README.md), [`docs/01-overview.md`](../docs/01-overview.md), [`docs/13-mcp.md`](../docs/13-mcp.md), [`LICENSE.md`](../LICENSE.md) — plus the same engine list as the Connectors section | **"Common questions" section** (homepage, `#questions`) — six question-form headings with short, self-contained answers (what a database access proxy is, supported engines, data handling, VPN/bastion contrast, licence, AI-agent/MCP access). Question-form headings and standalone answers are what AI-search surfaces extract, so keep each answer readable with **no surrounding context**. Deliberately **no `FAQPage` schema** — Google retired FAQ rich results for all sites in May 2026. Also linked from [`llms.txt`](llms.txt) | +| (no upstream — derived from the chapter it opens) | The question-form `

` + answer block at the top of each [`docs/`](docs/) chapter, and the `Last updated