
🚀 Astro SEO
This Astro component makes it easy to add tags that are
relevant for search engine optimization (SEO) to your pages.
The ultimate goal is to make this the one-stop shop for most of your SEO needs when developing Astro sites.
Pull requests and/or feature requests are very welcome!
Installation
To install Astro SEO, run the following command in your terminal:
npm install astro-seo
or if you use yarn:
yarn add astro-seo
How To Use
In any of your Astro pages, import Astro SEO and then use the component inside
the <head> section of your HTML: