components/seoHead/SeoHead

SeoHead is a React component for injecting SEO-related meta tags into the document head using React 19 native support. Supports dynamic title and description localization.
Description:
  • SeoHead is a React component for injecting SEO-related meta tags into the document head using React 19 native support. Supports dynamic title and description localization.
Source:
Example
<SeoHead pageKey="home" path="/" />
Parameters:
Name Type Description
pageKey string Translation key suffix for SEO title and description.
path string Relative URL path of the page (e.g., "/projects").
Returns:
Meta tags injected into .
Type
JSX.Element