From 7f73d5edefab4c4b5b34cbb0728b7e3e0c150d4e Mon Sep 17 00:00:00 2001 From: Antonio Trento Date: Mon, 4 Dec 2017 18:00:19 +0100 Subject: [PATCH 1/2] Update logo field information As requested by @benbalter I modified the description in the bulleted list associated with the logo field, thanks to the help --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 0f77707..e41ef3c 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -27,7 +27,7 @@ The SEO tag will respect any of the following if included in your site's `_confi admins: 1234 ``` -* `logo` - URL to a site-wide logo (e.g., `/assets/your-company-logo.png`) +* `logo` - URL to a site-wide logo (e.g., `/assets/your-company-logo.png`) - Remember to add this field in the `_config.yaml` file because, 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: * `name` - If the user or organization name differs from the site's name * `links` - An array of links to social media profiles. From c116296c7efd536350855034767dfa7d14356726 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Thu, 8 Mar 2018 16:31:36 +0100 Subject: [PATCH 2/2] addressed feedback --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index e41ef3c..cbcd6fa 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -27,7 +27,7 @@ The SEO tag will respect any of the following if included in your site's `_confi admins: 1234 ``` -* `logo` - URL to a site-wide logo (e.g., `/assets/your-company-logo.png`) - Remember to add this field in the `_config.yaml` file because, 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/) +* `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: * `name` - If the user or organization name differs from the site's name * `links` - An array of links to social media profiles.