Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://cphbeach.dk/#/schema/Organization/base",
"name": "CPH Beachvolley Club",
"url": "https://cphbeach.dk/"
},
{
"@type": "WebSite",
"@id": "https://cphbeach.dk/#/schema/WebSite/base",
"url": "https://cphbeach.dk/",
"name": "CPH Beachvolley Club",
"publisher": {
"@id": "https://cphbeach.dk/#/schema/Organization/base"
}
},
{
"@type": "WebPage",
"@id": "https://cphbeach.dk/#/schema/WebPage/base",
"url": "https://cphbeach.dk/",
"name": "Home",
"isPartOf": {
"@id": "https://cphbeach.dk/#/schema/WebSite/base"
},
"about": {
"@id": "https://cphbeach.dk/#/schema/Organization/base"
},
"inLanguage": "en-GB"
},
{
"@type": "Article",
"@id": "https://cphbeach.dk/#/schema/com_content/article/1",
"name": "Home",
"headline": "Home",
"inLanguage": "en-GB",
"thumbnailUrl": "images/yootheme/blog-12.jpg",
"image": "images/yootheme/blog-12.jpg",
"dateCreated": "2020-03-14T08:15:58+00:00",
"isPartOf": {
"@id": "https://cphbeach.dk/#/schema/WebPage/base"
}
}
]
}
] |