Documentation

SEO and Metadata

Set titles, descriptions, and social meta for every page.

Page SEO

Each page passes SEO props to MarketingLayout:

<MarketingLayout
  title="Page Title"
  description="Short description for search and social."
/>

Open Graph image

Add an image prop to control the social sharing thumbnail:

<MarketingLayout
  title="Blog Post"
  description="..."
  image="/assets/images/og-image.webp"
/>

Article metadata

Blog detail pages include publishedDate, author, and tags so search engines understand the content.