Fix markdown for indents

This commit is contained in:
Tsukasa Setoguchi 2018-05-11 10:27:40 +09:00
parent e054e4e7ad
commit 6806b4ee10
1 changed files with 4 additions and 4 deletions

View File

@ -24,12 +24,12 @@ The SEO tag will respect any of the following if included in your site's `_confi
You'll want to describe one or more like so:
```yml
```yml
facebook:
app_id: 1234
publisher: 1234
admins: 1234
```
```
* `logo` - URL to a site-wide logo (e.g., `/assets/your-company-logo.png`) - If you would like the "publisher" property to be present, you must add this field to your site's configuration, during the validation of the structured data by Google web master tools, if the `logo` field is not validated, you will find errors inherent to the publisher in the [structured datas test](https://search.google.com/structured-data/testing-tool/u/0/)
* `social` - For [specifying social profiles](https://developers.google.com/structured-data/customize/social-profiles). The following properties are available:
@ -47,7 +47,7 @@ The SEO tag will respect any of the following if included in your site's `_confi
- https://plus.google.com/+BenBalter
- https://github.com/benbalter
- https://keybase.io/benbalter
```
```
* `google_site_verification` for verifying ownership via Google webmaster tools
* Alternatively, verify ownership with several services at once using the following format:
@ -70,5 +70,5 @@ The SEO tag will respect the following YAML front matter if included in a post,
* `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 [Advanced usage](advanced-usage.md#author-information))
* `lang` - Page-, post-, or document-specific language information
*Note:* Front matter defaults can be used for any of the above values as described in advanced usage with an image example.