Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Nuxt SEO




NPM version
NPM Downloads
GitHub stars


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)