# SEO

**Kind:** Component

**Source:** [`atloria-monorepo/templates/site-bootstrap/src/lib/seo.tsx`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/templates/site-bootstrap/src/lib/seo.tsx#L31)

## Props

| Name | Type | Required | Default |
|---|---|---|---|
| `titleKey` | `string` | ✓ | - |
| `descriptionKey` | `string` | ✓ | - |
| `canonicalUrl` | `string` | - | - |
| `ogImage` | `string` | - | - |
| `ogType` | `string` | - | "website" |
| `twitterCard` | `unknown | unknown` | - | "summary_large_image" |
| `structuredData` | `StructuredData` | - | - |
| `noIndex` | `boolean` | - | false |

## Diagram

```mermaid
graph TD
    component_SEO_5fae89e6["SEO"]
    class component_SEO_5fae89e6 rootComponent
```

## Relationships

- RENDERS → `Helmet`
- USES_HOOK → `useTranslation`
