forked from JayHoltslander/Structured-Data-JSON-LD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
LocalBusiness-4.json
38 lines (38 loc) · 1.09 KB
/
LocalBusiness-4.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<script type="application/ld+json">
{
"@context": "http://schema.org/",
"@type": [
"Organization",
"LocalBusiness",
"Store"
],
"@id":"#organization",
"name": "Fox & Fancy",
"logo": "https://foxandfancy.com/wp-content/uploads/2015/08/logo2.png",
"url": "https://foxandfancy.com",
"currenciesAccepted": "CAD",
"paymentAccepted": "Credit card, PayPal",
"priceRange": "$",
"openingHours": "Mo,Tu,We,Th,Fr 10:00-17:00",
"image": "https://foxandfancy.com/opengraph/fox-and-fancy-logo-640x480.jpg",
"telephone": "6043656105",
"hasMap": "https://www.google.ca/maps/place/Fox+%26+Fancy/@28.0307668,174.7479788,3z/data=!3m1!4b1!4m5!3m4!1s0x548673e8d4500753:0xe941d7c00b70bca8!8m2!3d53.2843251!4d-120.1896504",
"contactPoint": [
{
"@type": "ContactPoint",
"telephone": "+1-604-365-6105",
"contactType": "Customer Service"
}
],
"mainEntityOfPage": {
"@type": "WebSite",
"@id": "#website"
},
"sameAs" : [
"https://www.instagram.com/foxandfancy",
"https://www.facebook.com/foxandfancy",
"https://www.pinterest.com/foxandfancy",
"https://twitter.com/foxandfancy"
]
}
</script>