| Structured
Data |
[
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "WebSite",
"@id": "https://mor-far.dk/#website",
"url": "https://mor-far.dk/",
"name": "Mor og far",
"description": "Alt om familien",
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://mor-far.dk/?s={search_term_string}"
},
"query-input": {
"@type": "PropertyValueSpecification",
"valueRequired": true,
"valueName": "search_term_string"
}
}
],
"inLanguage": "da-DK"
}
]
}
]
|