Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/madeleineostoja/svelte-meta

Easily generate SEO metadata for Svelte
https://github.com/madeleineostoja/svelte-meta

metadata seo-metadata svelte

Last synced: 28 days ago
JSON representation

Easily generate SEO metadata for Svelte

Awesome Lists containing this project

README

        

# Svelte Meta

[![NPM](https://img.shields.io/npm/v/svelte-meta)](https://www.npmjs.com/package/svelte-meta) [![License](https://img.shields.io/npm/l/svelte-meta)](https://github.com/peppercorntsudio/svelte-meta/blob/master/LICENSE.md)

Easily generate SEO metadata for Svelte.

### Features

- Automatically set relevant social meta tags common attributes like `title` and `description`
- Automatically set relevant JSON-LD metadata
- Shorthands for setting Open Graph and Twitter metadata
- Shorthands for setting URL, Sitemap, and other technical SEO data

### Usage

```sh
npm i svelte-meta
```

```svelte

import Meta from 'svelte-meta';