---
title: Svelte Meta Tags
description: Svelte Meta Tags provides components designed to help you manage SEO for Svelte projects.
seo:
  title: Svelte Meta Tags ・ Components to manage SEO
  description: Svelte Meta Tags is a Svelte library that provides a set of components to effortlessly manage SEO meta tags in your applications.
  image: /social-preview.png
---

<CardGroup cols={2}>
  <Card title="Effortless SEO Management" icon="rocket">
    Easily manage SEO meta tags with a simple interface for more effective search engine optimization.
  </Card>
  <Card title="JSON-LD Support" icon="file-text">
    Offers JSON-LD support for structured data, which is essential for search engine optimization.
  </Card>
  <Card title="Deep Merge Functionality" icon="puzzle">
    The deep merge function allows you to easily manage meta tags in complex Svelte applications.
  </Card>
  <Card title="TypeScript Friendly" icon="code">
    Includes TypeScript support to help you manage meta tags in a type-safe way.
  </Card>
</CardGroup>

<CardGroup cols={2}>
  <Card title="Get started" icon="arrow-right" href="/quickstart">
    Install Svelte Meta Tags and set up your first meta tags.
  </Card>
  <Card title="View on GitHub" icon="github" href="https://github.com/oekazuma/svelte-meta-tags">
    Browse the source, open issues, and contribute.
  </Card>
</CardGroup>
