fix indentation

This commit is contained in:
Frank Taillandier 2016-10-28 19:32:33 +02:00
parent 781b0c7399
commit a9bbb7935d
No known key found for this signature in database
GPG Key ID: E73258E3F50AEB7E
1 changed files with 10 additions and 9 deletions

View File

@ -78,18 +78,19 @@ The SEO tag will respect any of the following if included in your site's `_confi
* `social` - For [specifying social profiles](https://developers.google.com/structured-data/customize/social-profiles). The following properties are available:
* `name` - If the user or organization name differs from the site's name
* `links` - An array of links to social media profiles.
```yml
social:
name: Ben Balter
links:
- https://twitter.com/BenBalter
- https://www.facebook.com/ben.balter
- https://www.linkedin.com/in/BenBalter
- https://plus.google.com/+BenBalter
- https://github.com/benbalter
- https://keybase.io/benbalter
name: Ben Balter
links:
- https://twitter.com/BenBalter
- https://www.facebook.com/ben.balter
- https://www.linkedin.com/in/BenBalter
- https://plus.google.com/+BenBalter
- https://github.com/benbalter
- https://keybase.io/benbalter
```
* `google_site_verification` for verifying ownership via Google webmaster tools
The SEO tag will respect the following YAML front matter if included in a post, page, or document: