mirror of
https://github.com/rajnandan1/kener.git
synced 2026-05-07 19:59:28 -05:00
39 lines
1.0 KiB
Markdown
39 lines
1.0 KiB
Markdown
---
|
|
title: SEO Setup | Kener
|
|
description: Learn how to set up and work with SEO in kener.
|
|
---
|
|
|
|
# SEO
|
|
|
|
SEO is important for your status page to be found on the internet. Kener provides you with the ability to set up SEO for your status page.
|
|
|
|
## Analytics
|
|
|
|
You can add Google Analytics, Amplitude, Mixpanel. Basic events and page tracking are supported.
|
|
|
|
### Google Analytics
|
|
|
|
ADD ID. It is the measurement ID that you get from Google Analytics. You can find it in the admin section of your Google Analytics account.
|
|
|
|
### Amplitude
|
|
|
|
Add API key of your Amplitude account
|
|
|
|
### Mixpanel
|
|
|
|
Add token of your Mixpanel account.
|
|
|
|
## Search Engine Optimization
|
|
|
|
You can add meta tags for SEO. You can add any `meta` that you want to add to the head of the page. Example: `og:image`, `og:title`, `og:description`, `twitter:image`, `twitter:title`, `twitter:description`.
|
|
|
|
Once added it will become
|
|
|
|
```html
|
|
<meta property="og:image" content="https://example.com/image.png" />
|
|
```
|
|
|
|
## Sitemap
|
|
|
|
Kener auto generates a sitemap for your status page. You can view it at `/sitemap.xml`
|