From 781b0c73991ace654541a170cc7fbee3ec99c234 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 28 Oct 2016 17:12:17 +0200 Subject: [PATCH 1/2] add example usage of social profiles fix #138 --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4c1c199..95a2a51 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,18 @@ 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 + ``` * `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: From a9bbb7935dbe80e2b704b5b5fa7d8b15843be897 Mon Sep 17 00:00:00 2001 From: Frank Taillandier Date: Fri, 28 Oct 2016 19:32:33 +0200 Subject: [PATCH 2/2] fix indentation --- README.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 95a2a51..ff8487f 100644 --- a/README.md +++ b/README.md @@ -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: