Download the PHP package stati/seo without Composer
On this page you can find all versions of the php package stati/seo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor stati
Package seo
Short Description An SEO plugin for Stati
License MIT
Homepage https://stati.jfoucher.com
Package seo
Short Description An SEO plugin for Stati
License MIT
Homepage https://stati.jfoucher.com
Please rate this library. Is it a good library?
Informations about the package seo
Stati SEO Plugin
This is a very simple plugin that generates meta tags for each of your pages.
Usage
The {% seo %}
tag will generate any of the following if included in your site's _config.yml:
<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.ymldescription
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:
- logo: URL to a site-wide logo (e.g., /images/company-logo.png).
- 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
All versions of seo with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.0
The package stati/seo contains the following files
Loading the files please wait ....