2017 © Pedro Peláez
 

library seo

An SEO plugin for Stati

image

stati/seo

An SEO plugin for Stati

  • Monday, October 9, 2017
  • by jfoucher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 24 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Stati SEO Plugin

This is a very simple plugin that generates meta tags for each of your pages., (*1)

Usage

The {% seo %} tag will generate any of the following if included in your site's _config.yml:, (*2)

  • <title> tag will be generated from your page title (in the page frontmatter) appended with your site title (as defined in _config.yml)
  • Description will be generated from your page frontmatter description field or from your site's _config.yml description if the page description is unavailable
  • Canonical urls will be generated for all pages
  • Twitter username, to be defined in your _config.yml as follows:, (*3)

      twitter:
        username: benbalter
    
  • logo: URL to a site-wide logo (e.g., /images/company-logo.png)., (*4)

  • image: for pages that have the image field defined in their frontmatter, we'll use that for social images.
  • google_site_verification for verifying ownership via Google webmaster tools
  • lang - The locale these tags are marked up in. Of the format language_TERRITORY. Default is en_US.

We try to behave very similarly to the jekyll-seo-tag plugin does, but if something doesn't work right for you, please open an issue, (*5)

The Versions

09/10 2017

dev-master

9999999-dev https://stati.jfoucher.com

An SEO plugin for Stati

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Avatar jfoucher

09/10 2017

0.1.2

0.1.2.0 https://stati.jfoucher.com

An SEO plugin for Stati

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Avatar jfoucher

04/10 2017

0.1.1

0.1.1.0 https://stati.jfoucher.com

An SEO plugin for Stati

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Avatar jfoucher

04/10 2017

0.1.0

0.1.0.0 https://stati.jfoucher.com

An SEO plugin for Stati

  Sources   Download

MIT

The Requires

  • php ^7.0

 

by Avatar jfoucher