Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/madeleineostoja/svelte-meta
- Owner: madeleineostoja
- License: mit
- Created: 2020-11-02T00:51:12.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-19T08:13:55.000Z (over 3 years ago)
- Last Synced: 2024-09-10T12:12:10.140Z (about 2 months ago)
- Topics: metadata, seo-metadata, svelte
- Language: Svelte
- Homepage:
- Size: 75.2 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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';