Files
skeptrune 9200586a3a Boost search ranking for single-word title pages (#5670)
* docs: boost search ranking for single-word title pages

Apply `boost: 3` to English pages whose H1 / frontmatter title is a single word (e.g. "Assistant", "Quickstart", "Cards"). Short titles tend to be canonical landing pages for a topic, so users searching the exact term should land on them first.

* docs: drop boost on websocket-playground stub to keep canonical Playground ranking

`api-playground/websocket-playground.mdx` is an auto-generated AsyncAPI stub with no body content but shares the title "Playground" with `api-playground/overview.mdx`. Boosting both equally diluted the canonical overview page in search for the query "playground". Drop the boost on the stub.
2026-05-05 10:30:58 -07:00

25 lines
585 B
Plaintext

---
title: "Front"
description: "Integrate Front chat with your Mintlify documentation site so visitors can start customer support conversations directly from your docs pages."
keywords: ["Front Chat", "chat widget integration", "chat ID", "customer conversations"]
boost: 3
---
Add the following to your `docs.json` file to add a [Front Chat](https://front.com) widget.
<CodeGroup>
```json Integration options in docs.json
"integrations": {
"frontchat": "CHAT_ID"
}
```
```json Example
"integrations": {
"frontchat": "1365d046d7c023e9b030ce90d02d093a"
}
```
</CodeGroup>