Structured Data | [
{
"@context": "http://schema.org/",
"@type": "Organization",
"name": "VetApotek",
"url": "https://vetapotek.se/",
"contactPoint": {
"@type": "ContactPoint",
"telephone": "",
"contactType": "customer service"
}
},
{
"@context": "http://schema.org/",
"@type": "WebSite",
"url": "https://vetapotek.se/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://vetapotek.se/sok/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
] |