Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nickfrosty/nuxt-seo
SEO / HTML meta tags module for NuxtJS
https://github.com/nickfrosty/nuxt-seo
npm nuxt nuxt-module nuxtjs seo vue
Last synced: 2 months ago
JSON representation
SEO / HTML meta tags module for NuxtJS
- Host: GitHub
- URL: https://github.com/nickfrosty/nuxt-seo
- Owner: nickfrosty
- License: mit
- Created: 2021-11-30T01:41:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-30T12:44:49.000Z (over 2 years ago)
- Last Synced: 2024-10-03T04:32:37.188Z (3 months ago)
- Topics: npm, nuxt, nuxt-module, nuxtjs, seo, vue
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/nuxt-seo
- Size: 785 KB
- Stars: 18
- Watchers: 2
- Forks: 6
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# nuxt-seo
SEO / HTML meta tags module for NuxtJS
## Features
- Easy to use, on page SEO
- Page title templating
- Set default global SEO settings/tags
- Customize all SEO options for each page
- Canonical tag automatically generated
- Supports the OpenGraph protocol
- Twitter card support[![nuxt-seo](/docs/static/preview.png)](https://nuxt-seo.frostbutter.com)
[📖 **Release Notes**](./package/CHANGELOG.md)
## License
[MIT](LICENSE) © [Nick Frostbutter](https://frostbutter.com)
## Original credits
Original credits go to [TiagoDanin](https://github.com/TiagoDanin/Nuxt-SEO) for the "Nuxt-SEO" package. In [old issue #109](https://github.com/TiagoDanin/Nuxt-SEO/issues/109), the project was archived.
Original License:
[MIT](https://github.com/TiagoDanin/Nuxt-SEO/blob/master/LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)