Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harlan-zw/nuxt-seo
The complete SEO solution for Nuxt.
https://github.com/harlan-zw/nuxt-seo
Last synced: 30 days ago
JSON representation
The complete SEO solution for Nuxt.
- Host: GitHub
- URL: https://github.com/harlan-zw/nuxt-seo
- Owner: harlan-zw
- Created: 2022-12-13T03:45:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T03:33:47.000Z (about 1 month ago)
- Last Synced: 2024-10-08T02:10:50.625Z (about 1 month ago)
- Language: TypeScript
- Homepage: https://nuxtseo.com
- Size: 4.89 MB
- Stars: 1,039
- Watchers: 8
- Forks: 65
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
Nuxt SEO
The complete SEO solution for Nuxt.
Status: v2 RC is available
Please report any issues 🐛
Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help
## Background
Technical SEO is hard. It requires many moving parts that need to work well together. Configuring all of these parts
correctly is a challenge.Nuxt SEO is the total SEO solution for Nuxt. It combines 7 SEO modules and best practices into one module that requires
minimal effort to configure.With powerful APIs built for fully dynamic sites and zero-config defaults for static sites.
## Modules
- 📖 [@nuxtjs/sitemap](https://github.com/nuxt-modules/sitemap) - Sitemap.xml Support
- 🤖 [@nuxtjs/robots](https://github.com/nuxt-modules/robots) - Manage site crawling
- 🔎 [nuxt-schema-org](https://github.com/harlan-zw/nuxt-schema-org) - Generate Schema.org JSON-LD for SEO
- △ [nuxt-seo-experiments](https://github.com/harlan-zw/nuxt-seo-experiments) - Experimental SEO meta features
- 🖼️ [nuxt-og-image](https://github.com/nuxt-modules/og-image) - Generate dynamic social share images
- ✅ [nuxt-link-checker](https://github.com/harlan-zw/nuxt-link-checker) - Check for broken links## Install
1. Install `@nuxtjs/seo` dependency to your project:
```sh
npx nuxi@latest module add seo
```That's it!
All features are enabled by default. Learn more by exploring the [documentation](https://nuxtseo.com)
## Stackblitz
For reproductions and demo environments, you can use the [Nuxt SEO Basic Reproduction](https://stackblitz.com/edit/nuxt-starter-gfrej6?file=nuxt.config.ts)
template.## Sponsors
## License
MIT License © 2022-PRESENT [Harlan Wilton](https://github.com/harlan-zw)