Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eteplus/unseo
- Owner: eteplus
- License: mit
- Created: 2024-03-06T06:25:22.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T09:42:28.000Z (8 months ago)
- Last Synced: 2024-10-12T04:41:50.220Z (about 1 month ago)
- Topics: astro, astro-component, seo
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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).