Skip to content

SEO Overview

Velocity includes a complete SEO toolkit for optimal search visibility.

Meta Tags

Automatic title, description, and social meta tags.

Dynamic OG Images

Auto-generated Open Graph images for every page.

JSON-LD Schemas

Structured data for rich search results.

Sitemap & Robots

Automatic sitemap and robots.txt generation.

SEO is automatically handled by layouts. Just provide title and description:

<PageLayout
title="About Us"
description="Learn about our team and mission"
>
<!-- Content -->
</PageLayout>

For every page, Velocity automatically creates:

  • <title> tag with site name
  • <meta name="description">
  • Canonical URL
  • Open Graph tags (og:title, og:description, og:image)
  • Twitter Card tags
  • JSON-LD structured data