From 208f171201686b7aa9d70830b066cb8360e7f9af Mon Sep 17 00:00:00 2001 From: Oleh Zasadnyy Date: Mon, 18 Aug 2014 15:34:36 +0300 Subject: [PATCH 1/7] Webmaster Tools confirm --- google4df15f5a328428b9.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 google4df15f5a328428b9.html diff --git a/google4df15f5a328428b9.html b/google4df15f5a328428b9.html new file mode 100644 index 0000000..96a1d17 --- /dev/null +++ b/google4df15f5a328428b9.html @@ -0,0 +1 @@ +google-site-verification: google4df15f5a328428b9.html \ No newline at end of file From ac4d92a3eee3918d57703172e70e398c1c7b0ae3 Mon Sep 17 00:00:00 2001 From: Oleh Zasadnyy Date: Tue, 19 Aug 2014 16:37:19 +0300 Subject: [PATCH 2/7] Updated schema ld+json --- _layouts/default.html | 10 ++++- _layouts/index.html | 10 ++++- _layouts/logistics.html | 10 ++++- _layouts/post.html | 10 ++++- _site/blog/call-for-papers/index.html | 46 +++++++++++--------- _site/blog/hello-world/index.html | 46 +++++++++++--------- _site/blog/index.html | 60 +++++++++++++++------------ _site/cod/index.html | 46 +++++++++++--------- _site/feed.xml | 12 +++--- _site/index.html | 48 +++++++++++---------- _site/logistics/index.html | 46 +++++++++++--------- _site/speakers/index.html | 48 +++++++++++---------- _site/team/index.html | 48 +++++++++++---------- 13 files changed, 256 insertions(+), 184 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index d8ec9db..44bc7df 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -79,13 +79,19 @@ "addressRegion" : "{{ site.eventAddressLocalityRegion }}", "postalCode" : "{{ site.eventPostalCode }}", "addressCountry" : "{{ site.eventAddressCountry }}" + }, + "geo" : { + "@type" : "GeoCoordinates", + {% assign coordinates = site.eventPlaceCoordinates | split:"," %} + "latitude" : "{{ coordinates[0] }}", + "longitude" : "{{ coordinates[1] }}" } }, "organizer" : { "@type" : "Organization", "name" : "{{ site.organizerName }}", "alternateName" : "{{ site.organizerAlternateName }}", - "description" : "{{ site.organizerDescription }}" + "description" : "{{ site.organizerDescription }}", "logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}", "email" : "{{ site.organizerEmail }}", "sameAs" : "{{ site.organizerLink }}" @@ -112,7 +118,7 @@ "worksFor" : { "@type" : "Organization", "name" : "{{ speaker.company }}" - } + }, "sameAs" : "{{ speaker.social[0].link }}" }{% if forloop.index != forloop.length %},{% endif %} {% endfor %} diff --git a/_layouts/index.html b/_layouts/index.html index 14fe2ea..ad323e1 100644 --- a/_layouts/index.html +++ b/_layouts/index.html @@ -101,13 +101,19 @@ "addressRegion" : "{{ site.eventAddressLocalityRegion }}", "postalCode" : "{{ site.eventPostalCode }}", "addressCountry" : "{{ site.eventAddressCountry }}" + }, + "geo" : { + "@type" : "GeoCoordinates", + {% assign coordinates = site.eventPlaceCoordinates | split:"," %} + "latitude" : "{{ coordinates[0] }}", + "longitude" : "{{ coordinates[1] }}" } }, "organizer" : { "@type" : "Organization", "name" : "{{ site.organizerName }}", "alternateName" : "{{ site.organizerAlternateName }}", - "description" : "{{ site.organizerDescription }}" + "description" : "{{ site.organizerDescription }}", "logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}", "email" : "{{ site.organizerEmail }}", "sameAs" : "{{ site.organizerLink }}" @@ -134,7 +140,7 @@ "worksFor" : { "@type" : "Organization", "name" : "{{ speaker.company }}" - } + }, "sameAs" : "{{ speaker.social[0].link }}" }{% if forloop.index != forloop.length %},{% endif %} {% endfor %} diff --git a/_layouts/logistics.html b/_layouts/logistics.html index ccd10b6..396ce5e 100644 --- a/_layouts/logistics.html +++ b/_layouts/logistics.html @@ -65,13 +65,19 @@ "addressRegion" : "{{ site.eventAddressLocalityRegion }}", "postalCode" : "{{ site.eventPostalCode }}", "addressCountry" : "{{ site.eventAddressCountry }}" + }, + "geo" : { + "@type" : "GeoCoordinates", + {% assign coordinates = site.eventPlaceCoordinates | split:"," %} + "latitude" : "{{ coordinates[0] }}", + "longitude" : "{{ coordinates[1] }}" } }, "organizer" : { "@type" : "Organization", "name" : "{{ site.organizerName }}", "alternateName" : "{{ site.organizerAlternateName }}", - "description" : "{{ site.organizerDescription }}" + "description" : "{{ site.organizerDescription }}", "logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}", "email" : "{{ site.organizerEmail }}", "sameAs" : "{{ site.organizerLink }}" @@ -98,7 +104,7 @@ "worksFor" : { "@type" : "Organization", "name" : "{{ speaker.company }}" - } + }, "sameAs" : "{{ speaker.social[0].link }}" }{% if forloop.index != forloop.length %},{% endif %} {% endfor %} diff --git a/_layouts/post.html b/_layouts/post.html index 65132d3..0952281 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -61,13 +61,19 @@ "addressRegion" : "{{ site.eventAddressLocalityRegion }}", "postalCode" : "{{ site.eventPostalCode }}", "addressCountry" : "{{ site.eventAddressCountry }}" + }, + "geo" : { + "@type" : "GeoCoordinates", + {% assign coordinates = site.eventPlaceCoordinates | split:"," %} + "latitude" : "{{ coordinates[0] }}", + "longitude" : "{{ coordinates[1] }}" } }, "organizer" : { "@type" : "Organization", "name" : "{{ site.organizerName }}", "alternateName" : "{{ site.organizerAlternateName }}", - "description" : "{{ site.organizerDescription }}" + "description" : "{{ site.organizerDescription }}", "logo" : "{{ site.organizerLogo | prepend: site.baseurl | prepend: site.url }}", "email" : "{{ site.organizerEmail }}", "sameAs" : "{{ site.organizerLink }}" @@ -94,7 +100,7 @@ "worksFor" : { "@type" : "Organization", "name" : "{{ speaker.company }}" - } + }, "sameAs" : "{{ speaker.social[0].link }}" }{% if forloop.index != forloop.length %},{% endif %} {% endfor %} diff --git a/_site/blog/call-for-papers/index.html b/_site/blog/call-for-papers/index.html index 7d8b7cb..14b7b62 100644 --- a/_site/blog/call-for-papers/index.html +++ b/_site/blog/call-for-papers/index.html @@ -9,23 +9,23 @@ - + - + - + - - + + @@ -298,7 +298,7 @@