1.1.1 • Published 4 years ago

@dealdrop/seo-header v1.1.1

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago

Simple SEO Header

This is a simple SEO focused header template allowing you to easily manage a pages title, description, canonical url, Twitter card etc.

Installation

npm install seo-header

Example:

import SeoHeader from '@dealdrop/seo-header/seo-header'

<SeoHeader 
  siteURL="https://www.dealdrop.com"
  pageTitle="Site Title"
  description="Site description"
  siteImage="https://....."
/>

We use this code on every page at DealDrop.com. For a single store page we inject various data points (ie the number of coupons or the date the store listing was last updated). Here are two examples which you can review - VapeMate coupons and Tommy Johns coupons.

Check out more resources at https://dealdrophq.github.io