Structured Data | [
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Crulle.com",
"url": "https://www.crulle.com",
"logo": "https://www.crulle.com/globalfiles/logos/crulle.svg",
"contactPoint": {
"@type": "ContactPoint",
"contactType": "customer service",
"email": "info@crulle.com",
"availableLanguage": "English"
},
"address": {
"@type": "PostalAddress"
},
"sameAs": [
"https://www.facebook.com/crulleeyewear",
"https://twitter.com/CrulleEyewear",
"https://www.instagram.com/crulle.eyewear/",
"https://www.pinterest.com/crulle_eyewear"
]
},
{
"@context": "https://schema.org",
"@type": "WebSite",
"url": "https://www.crulle.com",
"potentialAction": [
{
"@type": "SearchAction",
"target": "https://www.crulle.com/search?phrase={search_term_string}",
"query-input": "required name=search_term_string"
}
]
}
] |