mirror of
https://github.com/medialab-prado/datamad2017.git
synced 2025-06-07 22:11:29 +02:00
Updated schema ld+json
This commit is contained in:
parent
f393507c5c
commit
ac4d92a3ee
13 changed files with 256 additions and 184 deletions
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue