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 @@