Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://yourteam.dk/#organization",
"name": "YOUR TEAM"
},
{
"@type": "WebSite",
"@id": "https://yourteam.dk/#website",
"url": "https://yourteam.dk",
"name": "YOUR TEAM",
"publisher": {
"@id": "https://yourteam.dk/#organization"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://yourteam.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "ImageObject",
"@id": "https://yourteam.dk/wp-content/uploads/2021/02/Logo-Your-Team_V2-1024x120.png",
"url": "https://yourteam.dk/wp-content/uploads/2021/02/Logo-Your-Team_V2-1024x120.png",
"width": 200,
"height": 200,
"inLanguage": "da-DK"
},
{
"@type": "WebPage",
"@id": "https://yourteam.dk/#webpage",
"url": "https://yourteam.dk/",
"name": "Home - YOUR TEAM",
"datePublished": "2018-10-05T16:08:03+00:00",
"dateModified": "2024-12-18T13:49:09+00:00",
"about": {
"@id": "https://yourteam.dk/#organization"
},
"isPartOf": {
"@id": "https://yourteam.dk/#website"
},
"primaryImageOfPage": {
"@id": "https://yourteam.dk/wp-content/uploads/2021/02/Logo-Your-Team_V2-1024x120.png"
},
"inLanguage": "da-DK"
},
{
"@type": "Person",
"@id": "https://yourteam.dk/author/developer/",
"name": "developer",
"url": "https://yourteam.dk/author/developer/",
"image": {
"@type": "ImageObject",
"@id": "https://secure.gravatar.com/avatar/e0041a3d11bb98cb2fee0494b47e55f182edf24211405a5f5557a84749e2af95?s=96&d=mm&r=g",
"url": "https://secure.gravatar.com/avatar/e0041a3d11bb98cb2fee0494b47e55f182edf24211405a5f5557a84749e2af95?s=96&d=mm&r=g",
"caption": "developer",
"inLanguage": "da-DK"
},
"sameAs": [
"https://yourteam.dk"
],
"worksFor": {
"@id": "https://yourteam.dk/#organization"
}
},
{
"@type": "Article",
"headline": "Home - YOUR TEAM",
"datePublished": "2018-10-05T16:08:03+00:00",
"dateModified": "2024-12-18T13:49:09+00:00",
"image": {
"@id": "https://yourteam.dk/wp-content/uploads/2021/02/Logo-Your-Team_V2-1024x120.png"
},
"author": {
"@id": "https://yourteam.dk/author/developer/",
"name": "developer"
},
"name": "Home - YOUR TEAM",
"@id": "https://yourteam.dk/#schema-307",
"isPartOf": {
"@id": "https://yourteam.dk/#webpage"
},
"publisher": {
"@id": "https://yourteam.dk/#organization"
},
"inLanguage": "da-DK",
"mainEntityOfPage": {
"@id": "https://yourteam.dk/#webpage"
}
}
]
}
]
|