{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Christy Sports",
"logo": "https://www.christysports.com/on/demandware.static/Sites-ChristySports_US-Site/-/default/dw87a6672e/images/favicons/favicon-196x196.png",
"url": "https://www.christysports.com",
"sameAs": [
"https://www.facebook.com/christysports",
"https://www.instagram.com/christysports",
"https://twitter.com/christysports",
"https://www.linkedin.com/company/christy-sports"
],
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+1-888-413-6966",
"contactType": "customer service",
"email": "help@christysports.com",
"availableLanguage": ["English"]
},
"address": {
"@type": "PostalAddress",
"streetAddress": "875 Parfet St.",
"addressLocality": "Lakewood",
"addressRegion": "CO",
"postalCode": "80215",
"addressCountry": "US"
},
"areaServed": {
"@type": "Country",
"name": "US"
}
}
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Christy Sports",
"url": "https://www.christysports.com",
"potentialAction": {
"@type": "SearchAction",
"target": {
"@type": "EntryPoint",
"urlTemplate": "https://www.christysports.com/search?q={search_term_string}"
},
"query-input": "required name=search_term_string"
},
"publisher": {
"@type": "Organization",
"name": "Christy Sports",
"logo": {
"@type": "ImageObject",
"url": "https://www.christysports.com/on/demandware.static/Sites-ChristySports_US-Site/-/default/dw87a6672e/images/favicons/favicon-196x196.png"
}
},
"sameAs": [
"https://www.facebook.com/christysports",
"https://www.instagram.com/christysports",
"https://twitter.com/christysports",
"https://www.linkedin.com/company/christy-sports"
]
}