Structured Data | [
{
"@context": "http://schema.org",
"@type": "Organization",
"name": "Teambuilding.dk",
"legalName": "Teambuilding.dk ApS",
"url": "https://teambuilding.dk",
"logo": "https://teambuilding.dk/images/logo-flat.svg",
"foundingDate": 2012,
"knowsAbout": "teambuilding",
"founders": [
{
"@type": "Person",
"name": "Tobias Gr\u00f8nlund"
}
],
"address": {
"@type": "PostalAddress",
"addressCountry": "Denmark"
},
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer support",
"telephone": "[+45 71992606]",
"email": "info@teambuilding.dk"
},
"sameAs": [
"https://www.facebook.com/teambuilding.dk/",
"https://twitter.com/teambuilding_dk/"
]
}
] |