Structured
Data |
[
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "NIRAS",
"url": "https://www.niras.dk",
"logo": "https://www.niras.dk/path/to/logo.png",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+45 4810 4200",
"contactType": "Customer Service",
"areaServed": "DK",
"availableLanguage": [
"Danish",
"English"
]
},
"sameAs": [
"https://www.linkedin.com/company/niras",
"https://www.facebook.com/nirasgroup",
"https://www.instagram.com/welove_engineering/"
]
}
]
|