Added documentation

This commit is contained in:
Aaron Gustafson 2017-03-31 14:31:16 -04:00
parent 59b20c7bf9
commit 179530d885
1 changed files with 3 additions and 0 deletions

View File

@ -102,12 +102,15 @@ webmaster_verifications:
yandex: 1234
```
* `locale` - The locale these tags are marked up in. Of the format `language_TERRITORY`. Default is `en_US`.
The SEO tag will respect the following YAML front matter if included in a post, page, or document:
* `title` - The title of the post, page, or document
* `description` - A short description of the page's content
* `image` - URL to an image associated with the post, page, or document (e.g., `/assets/page-pic.jpg`)
* `author` - Page-, post-, or document-specific author information (see below)
* `locale` - Page-, post-, or document-specific language information
## Advanced usage