simple-astro-seo

0.1.3 • Public • Published

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!

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.3
    11
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.3
    11
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i simple-astro-seo

Weekly Downloads

10

Version

0.1.3

License

MIT

Unpacked Size

5.3 kB

Total Files

5

Last publish

Collaborators

  • perkinsjr