VvebOIDC/plugins/seo/config/schemas/site/organization.json

42 lines
818 B
JSON

{
"@@data-v-component-site":"site",
"@context": "https://schema.org",
"@type": "Organization",
"address": "{$site.address}",
/* "address": {
"@type": "PostalAddress",
"addressLocality": "{$site.address}",
"postalCode": "{$site.address}",
"streetAddress": "{$site.address}"
},
*/
"email": "{$site.contact-email}",
// "faxNumber": "{$site.address}",
// "iso6523Code": "0009:44306184100039",
// "iso6523Code": "9957:FR64443061841",
/*
"member": [
{
"@type": "Organization"
},
{
"@type": "Organization"
}
],
*/
/*
"alumni": [
{
"@type": "Person",
"name": "Jack Dan"
},
{
"@type": "Person",
"name": "John Smith"
}
],
*/
"name": "{$site.description.title}",
"telephone": "{$site.description.phone-number}"
}