Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@id": "https://spread.dk/#identity",
"@type": "Organization",
"name": "Spread",
"url": "https://spread.dk",
"logo": {
"@id": "https://spread.dk/#logo"
},
"sameAs": [
"https://www.linkedin.com/company/spreaddd/",
"https://www.facebook.com/SPREADCPH",
"https://www.instagram.com/spread.dk/"
]
},
{
"@id": "https://spread.dk/#website",
"@type": "WebSite",
"description": "Spread is a creative film house helping brands and stories come alive.",
"inLanguage": "en",
"name": "Spread",
"url": "https://spread.dk",
"publisher": {
"@id": "https://spread.dk/#identity"
}
},
{
"@id": "https://spread.dk/#webpage",
"@type": "WebPage",
"description": "We're a full-service creative agency, helping brands and stories come alive through film and animation. We're based in Copenhagen, Denmark. ",
"name": "Spread - Creative filmhouse",
"url": "https://spread.dk",
"about": {
"@id": "https://spread.dk/#identity"
},
"isPartOf": {
"@id": "https://spread.dk/#website"
},
"potentialAction": [
{
"@type": "ReadAction",
"target": [
"https://spread.dk"
]
}
],
"primaryImageOfPage": {
"@id": "https://spread.dk/#logo"
}
},
{
"@id": "https://spread.dk/#logo",
"@type": "ImageObject",
"caption": "Spread",
"contentUrl": "https://spread.dk/logo.png",
"inLanguage": "en",
"url": "https://spread.dk/logo.png"
}
]
}
]
|