Files
Ethan Palm 4c31f3683c SEO: add keywords to pages (#1775)
* ai/ keywords

* api/ keywords

* components/ keywords

* create/ keywords

* customize/ keywords

* api-playground/ keywords

* dashboard/ keywords

* deploy/ keywords

* guides/ keywords

* insights/ keywords

* integrations/ keywords

* optimize/ keywords

* organize/ keywords

* root/ keywords

* rm temp files
2025-11-14 14:08:24 -08:00

30 lines
533 B
Plaintext

---
title: "Fathom"
description: "Track documentation analytics with Fathom."
keywords: ["Fathom Analytics", "privacy-focused analytics", "site ID", "simple analytics"]
---
Add the following to your `docs.json` file to send analytics to Fathom.
You can get the `siteId` from your script settings.
<CodeGroup>
```json Analytics options in docs.json
"integrations": {
"fathom": {
"siteId": "required"
}
}
```
```json Example
"integrations": {
"fathom": {
"siteId": "YSVMSDAY"
}
}
```
</CodeGroup>