Kind: Component
Source: atloria-monorepo/templates/site-bootstrap/src/lib/seo.tsx
Props
| Name | Type | Required | Default |
|---|---|---|---|
titleKey | string | ✓ | - |
descriptionKey | string | ✓ | - |
canonicalUrl | string | - | - |
ogImage | string | - | - |
ogType | string | - | "website" |
twitterCard | `unknown | unknown` | - |
structuredData | StructuredData | - | - |
noIndex | boolean | - | false |
Diagram
mermaidgraph TD component_SEO_5fae89e6["SEO"] class component_SEO_5fae89e6 rootComponent
Relationships
- RENDERS →
Helmet - USES_HOOK →
useTranslation
Was this page helpful?