simple-astro-seo
v0.1.3
Published
A simple SEO package that includes everything you need to rank and share your content with others
Downloads
50
Maintainers
Readme
Simple Astro SEO
A simple SEO package that includes everything you need to rank and share your content with others
Installation
yarn add -D simple-astro-seo
npm install --save-dev simple-astro-seo
Usage/Examples
The following props are avaiable for Simple SEO:
- image
- title
- description
- siteName
- url
- twitterHandle
- pageType
All of props but title
are optional so feel free to use what you want.
---
import SEO from 'simple-astro-seo';
---
<SEO image="https://lorem.picsum/200/300/" title="James Site" description="My awesome site of course" siteName='James Perkins' url="https://jamesperkins.dev" pageType="article"
twitterHandle="james_r_perkins" />
Support
For support, open a GitHub issue and i'd be happy to help!