-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathld.organization.html
39 lines (39 loc) · 1.56 KB
/
ld.organization.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"image": "https://www.iqb.hu-berlin.de/system/img/logo_IQB.png",
"url": "https://www.iqb.hu-berlin.de",
"sameAs": "https://www.kmk.org/themen/qualitaetssicherung-in-schulen/iqb.html",
"logo": "https://www.iqb.hu-berlin.de/system/img/logo_IQB.png",
"name": {{< var iqb.name >}},
"alternateName": "IQB",
"description": "Das Institut zur Qualitätsentwicklung im Bildungswesen (IQB) ist eine wissenschaftliche Einrichtung aller 16 Länder der Bundesrepublik Deutschland an der Humboldt-Universität zu Berlin und steht für die gemeinsamen Aktivitäten der Länder im Bereich der Qualitätssicherung und -entwicklung im allgemeinbildenden Schulsystem.",
"email": "iqboffice@iqb.hu-berlin.de",
"telephone": "+49-30-2093-46500",
"address": [{
"@type": "PostalAddress",
"streetAddress": "Luisenstr. 56",
"addressLocality": "Berlin",
"addressCountry": "DE",
"postalCode": "10117"
},{
"streetAddress": "Hannoversche Straße 19",
"addressLocality": "Berlin",
"addressCountry": "DE",
"postalCode": "10115"
},{
"streetAddress": "Schönhauser Allee 10",
"addressLocality": "Berlin",
"addressCountry": "DE",
"postalCode": "10119"
}],
"numberOfEmployees": {
"@type": "QuantitativeValue",
"minValue": 100,
"maxValue": 150
},
"vatID": "DE296396660",
"iso6523Code": "9930:DE296396660"
}
</script>