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: 5 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-24T09:42:28.000Z (over 2 years ago)
- Last Synced: 2025-10-18T04:56:29.723Z (9 months ago)
- Topics: astro, astro-component, seo
- Language: TypeScript
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# unseo
[](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).