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

31 lines
690 B
Plaintext

---
title: "Pirsch"
description: "Integrate Pirsch with your Mintlify documentation for GDPR-compliant, cookie-free analytics that tracks page views without collecting personal data."
keywords: ["Pirsch Analytics", "privacy analytics", "identification code", "GDPR-compliant"]
boost: 3
---
Add the following to your `docs.json` file to send analytics to Pirsch.
You can get your site ID from Settings \> Developer \> Identification Code.
<CodeGroup>
```json Analytics options in docs.json
"integrations": {
"pirsch": {
"id": "required"
}
}
```
```json Example
"integrations": {
"pirsch": {
"id": "8Kw7OKxBfswOjnKGZa7P9Day8JmVYwTp"
}
}
```
</CodeGroup>