https://github.com/harlan-zw/nuxt-seo-utils
SEO utilities to improve your Nuxt sites discoverability and shareability.
https://github.com/harlan-zw/nuxt-seo-utils
Last synced: 5 months ago
JSON representation
SEO utilities to improve your Nuxt sites discoverability and shareability.
- Host: GitHub
- URL: https://github.com/harlan-zw/nuxt-seo-utils
- Owner: harlan-zw
- License: mit
- Created: 2022-10-01T15:18:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T08:01:06.000Z (5 months ago)
- Last Synced: 2025-05-08T15:50:06.234Z (5 months ago)
- Language: TypeScript
- Homepage: https://nuxtseo.com/experiments
- Size: 4.32 MB
- Stars: 102
- Watchers: 2
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
nuxt-seo-utils
[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]Nuxt SEO Utils is a collection of defaults and utilities to improve your Nuxt site's discoverability and shareability.
While there are several features covering many aspects of SEO, it covers important defaults such as [automatic canonical URLs](https://nuxtseo.com/learn/controlling-crawlers/canonical-urls) and
[open graph tags](https://nuxtseo.com/learn/mastering-meta/open-graph).
Made possible by my Sponsor Program 💖
Follow me @harlan_zw 🐦 • Join Discord for help## Features
- ▲ Next.js inspired [Metadata Files](https://nextjs.org/docs/app/api-reference/file-conventions/metadata)
- ✨ Use SEO meta in your nuxt.config (`app.seoMeta`) and route rules
- 🤖 Adds meta tags (`og:title`, `og:description`, etc.) from page title and description
- 🧙 Correct tags that need to be absolute (i.e `og:image`)
- 🧩 Site config template params `useHead({ title: '%site.title' })`
- 🍞 Breadcrumb composable
- 🧙 Best practice defaults and enhanced titles## Installation
Install `nuxt-seo-utils` dependency to your project:
```bash
npx nuxi@latest module add nuxt-seo-utils
```💡 Need a complete SEO solution for Nuxt? Check out [Nuxt SEO](https://nuxtseo.com).
## Documentation
[📖 Read the full documentation](https://nuxtseo.com/docs/utils) for more information.
## Demos
[Basic](https://stackblitz.com/edit/nuxt-starter-vbay3q?file=app.vue)
## Sponsors
## License
Licensed under the [MIT license](https://github.com/harlan-zw/nuxt-seo-utils/blob/main/LICENSE.md).
[npm-version-src]: https://img.shields.io/npm/v/nuxt-seo-utils/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/nuxt-seo-utils[npm-downloads-src]: https://img.shields.io/npm/dm/nuxt-seo-utils.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/nuxt-seo-utils[license-src]: https://img.shields.io/github/license/harlan-zw/nuxt-seo-utils.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://github.com/harlan-zw/nuxt-seo-utils/blob/main/LICENSE.md[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com