Structured Data | [
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Belkin",
"url": "https://www.belkin.com/",
"logo": "/on/demandware.static/Sites-BELKUS-Site/-/default/dw1ac3ca65/images/brand/belkin_logo.svg",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-800-223-5546",
"contactType": "Customer Service"
}
],
"sameAs": [
"https://twitter.com/Belkin",
"https://www.facebook.com/belkin",
"https://www.youtube.com/belkin",
"https://www.linkedin.com/company/belkin/",
"https://www.instagram.com/belkin/"
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.belkin.com/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://www.belkin.com/search?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
] |