Svelte Meta Tags screenshot

Svelte Meta Tags

Author Avatar Theme by Oekazuma
Updated: 19 Jan 2026
643 Stars

Svelte Meta Tags provides components designed to help you manage SEO for Svelte projects.

Overview:

Svelte Meta Tags is a component library designed to help manage SEO for Svelte projects. This library provides various components and properties to easily add meta tags, open graph tags, and other SEO-related elements to your Svelte project.

Features:

  • MetaTags Properties: Allows you to set various properties for meta tags, such as the title and description of the page.
  • Title Template: Provides the ability to set a default title template that will be added to your page’s title.
  • Twitter and Facebook: Includes components specifically for setting Twitter and Facebook related meta tags.
  • Robots Props: Gives control over setting the robots meta tag for search engine crawlers.
  • Additional Meta Tags: Provides components for adding any additional meta tags you may require.
  • Additional Link Tags: Allows for easy inclusion of additional link tags, such as those used for favicons or alternate stylesheets.
  • Open Graph: Includes components for setting Open Graph related tags for social sharing.
  • Using schema-dts: Provides support for adding structured data using JSON-LD schema.org types.

Installation:

To install Svelte Meta Tags, you can use either npm or yarn. Open your terminal and run the following command:

npm install svelte-meta-tags

Summary:

Svelte Meta Tags is a library that aims to simplify the process of managing SEO for Svelte projects. It provides a range of components and properties to easily add meta tags, open graph tags, and other SEO-related elements to your Svelte app. With features such as customizable title templates, Twitter and Facebook meta tags, and support for schema.org structured data, Svelte Meta Tags makes it easier to optimize your app for search engines and social sharing.