@dealdrop/seo-header

Simple header module which is optemized for SEO and Open Graph etc

Usage no npm install needed!

<script type="module">
  import dealdropSeoHeader from 'https://cdn.skypack.dev/@dealdrop/seo-header';
</script>

README

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