Structured Data | [
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://capitis.dk/#person",
"name": "Capitis"
},
{
"@type": "WebSite",
"@id": "https://capitis.dk/#website",
"url": "https://capitis.dk",
"name": "Capitis",
"publisher": {
"@id": "https://capitis.dk/#person"
},
"inLanguage": "da-DK",
"potentialAction": {
"@type": "SearchAction",
"target": "https://capitis.dk/?s={search_term_string}",
"query-input": "required name=search_term_string"
}
},
{
"@type": "CollectionPage",
"@id": "https://capitis.dk/#webpage",
"url": "https://capitis.dk/",
"name": "Capitis -",
"about": {
"@id": "https://capitis.dk/#person"
},
"isPartOf": {
"@id": "https://capitis.dk/#website"
},
"inLanguage": "da-DK"
}
]
},
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Blog",
"item": ""
}
]
}
] |