Structured Data | [
{
"@context": "https://schema.org",
"@type": "WebSite",
"@graph": [
{
"@type": "WebPage",
"@id": "https://woman.dk/#website",
"inLanguage": "-",
"url": "https://woman.dk/",
"potentialAction": [
{
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://woman.dk/search?q={search_term_string}"
},
"query-input": {
"@type": "PropertyValueSpecification",
"valueRequired": true,
"valueName": "search_term_string"
}
}
]
}
]
},
{
"@context": "https://schema.org",
"@graph": [
{}
]
}
] |