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!

/simple-astro-seo/

    Package Sidebar

    Install

    npm i simple-astro-seo

    Weekly Downloads

    11

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    5.3 kB

    Total Files

    5

    Last publish

    Collaborators

    • perkinsjr