# nuxt-hedge

> 🌳 nuxt-hedge

Latest version **0.6.1** (published 2022-10-13) · MIT license · 0 weekly downloads

## Install

```sh
npm install nuxt-hedge
pnpm add nuxt-hedge
yarn add nuxt-hedge
bun add nuxt-hedge
```

## Health

**Score 45/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high maintenance score; high quality score.

Warnings: low downloads; pre 1.0.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 0.6.1 |
| Published | 2022-10-13 |
| First published | 2022-10-03 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 6 |
| Unpacked size | 15.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 130 |
| Maintainers | harlan_zw |

## Links

- npm: https://www.npmjs.com/package/nuxt-hedge
- Repository: https://github.com/harlan-zw/nuxt-hedge
- Homepage: https://github.com/harlan-zw/nuxt-hedge#readme
- Issues: https://github.com/harlan-zw/nuxt-hedge/issues
- Funding: https://github.com/sponsors/harlan-zw
- npm.io page: https://npm.io/package/nuxt-hedge

## Dependencies (6)

- [pathe](https://npm.io/package/pathe.md) ^0.3.9
- [zhead](https://npm.io/package/zhead.md) ^0.9.5
- [@nuxt/kit](https://npm.io/package/@nuxt/kit.md) npm:@nuxt/kit-edge@latest
- [fast-glob](https://npm.io/package/fast-glob.md) ^3.2.12
- [@zhead/vue](https://npm.io/package/@zhead/vue.md) ^0.9.5
- [@zhead/schema-vue](https://npm.io/package/@zhead/schema-vue.md) ^0.9.5

## Recent versions

- 0.6.1 (latest) — 2022-10-13
- 0.6.0 — 2022-10-13
- 0.5.3 — 2022-10-12
- 0.5.2 — 2022-10-12
- 0.5.1 — 2022-10-11
- 0.5.0 — 2022-10-11
- 0.4.0 — 2022-10-10
- 0.3.1 — 2022-10-07
- 0.3.0 — 2022-10-07
- 0.2.3 — 2022-10-05
- 0.2.2 — 2022-10-04
- 0.2.1 — 2022-10-04
- 0.2.0 — 2022-10-04
- 0.1.6 — 2022-10-03
- 0.1.5 — 2022-10-03
- … 5 more at https://npm.io/package/nuxt-hedge/versions

## README

<h1>nuxt-seo-utils</h1>

[![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).

<p align="center">
<table>
<tbody>
<td align="center">
<sub>Made possible by my <a href="https://github.com/sponsors/harlan-zw">Sponsor Program 💖</a><br> Follow me <a href="https://twitter.com/harlan_zw">@harlan_zw</a> 🐦 • Join <a href="https://discord.gg/275MBUBvgP">Discord</a> for help</sub><br>
</td>
</tbody>
</table>
</p>

## 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
- ⚡ Inline minification of `<script>` and `<style>` tags (esbuild + lightningcss at build, lightweight runtime fallback)

## Installation

Install `nuxt-seo-utils` dependency to your project:

```bash
npx nuxi@latest module add nuxt-seo-utils
```

> [!TIP]
> Generate an Agent Skill for this package using [skilld](https://github.com/harlan-zw/skilld):
> ```bash
> npx skilld add nuxt-seo-utils
> ```

💡 Set up your meta tags? Check titles, descriptions and OG tags with a SERP preview using the free [Meta Tag Checker](https://nuxtseo.com/tools/meta-tag-checker), or monitor them across every page with [Nuxt SEO Pro](https://nuxtseo.com/pro).

## Documentation

[📖 Read the full documentation](https://nuxtseo.com/docs/seo-utils) for more information.

## Demos

[Basic](https://stackblitz.com/edit/nuxt-starter-vbay3q?file=app.vue)

## Sponsors

<p align="center">
  <a href="https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg">
    <img src='https://raw.githubusercontent.com/harlan-zw/static/main/sponsors.svg'/>
  </a>
</p>

## License

Licensed under the [MIT license](https://github.com/harlan-zw/nuxt-seo-utils/blob/main/LICENSE.md).

<!-- Badges -->
[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
[nuxt-href]: https://nuxt.com

---
_Source: https://npm.io/package/nuxt-hedge · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
