Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eteplus/unseo

Easily add SEO-boosting tags and metadata to your app.
https://github.com/eteplus/unseo

astro astro-component seo

Last synced: 6 days ago
JSON representation

Easily add SEO-boosting tags and metadata to your app.

Awesome Lists containing this project

README

        

# unseo

[![npm](https://img.shields.io/npm/v/unseo.svg)](https://www.npmjs.com/package/unseo)

> Easily add SEO-boosting tags and metadata to your app

## Usage

Install package:

```sh
# npm
npm install unseo

# yarn
yarn add unseo

# pnpm
pnpm install unseo

# bun
bun install unseo
```

### Astro

In any of your Astro pages, import Astro SEO and then use the component inside the section of your HTML:

```astro
---
import type { SEOProps } from 'unseo/types';
import { SEOTags } from 'unseo/astro';
---



...


....

```

## License

Made with Eleven

Published under [MIT License](./LICENSE).