-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrganization.html
97 lines (97 loc) · 3.14 KB
/
Organization.html
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : ["ProfessionalService","Organization"],
"@id": "https://www.carcoverworld.com/#organization",
"name" : "Car Covers Online",
"brand" : "Car Covers Online",
"url" : "https://www.carcoverworld.com",
"sameAs" : [
"https://www.facebook.com/carcoverworld/",
"https://twitter.com/CarCoverWorld",
"https://www.youtube.com/channel/UCjAm4sYCKZ1IPlWm2mMsSEA"
],
"logo": {
"@type": "ImageObject",
"url": "https://www.carcoverworld.com",
"image": "https://www.carcoverworld.com/pub/media/logo/stores/1/newlogo.png",
"width": "390",
"height": "97"
},
"image": {
"@type": "ImageObject",
"url": "https://www.carcoverworld.com",
"image": "https://www.carcoverworld.com/pub/media/logo/stores/1/newlogo.png",
"width": "390",
"height": "97"
},
"description": "At Car Cover World, our goal is simple... to provide you, the customer, with the best quality, performance, superior customer service, and lowest prices in the business. If you have any questions or comments, please feel free to give us a call at anytime. Thanks again for visiting our store and safe motoring!",
"email": "mail@carcoverworld.com",
"telephone": "+1 (772) 222-5320",
"address" : {
"@type": "PostalAddress",
"addressLocality": "Vero Beach",
"addressRegion": "FL",
"addressCountry": "U.S.A.",
"streetAddress": "5976 20th Street, Suite 95",
"postalCode": "32966"
},
"contactPoint" : {
"@type" : "ContactPoint",
"contactType" : "customer support",
"url" : "https://www.carcoverworld.com/contact",
"email" : "mail@carcoverworld.com",
"telephone" : "+1 (888) 270-0411",
"availableLanguage" : "English",
"areaServed" : {
"@type": "AdministrativeArea",
"name":"U.S.A."
}
},
"publicAccess": "False",
"priceRange": "300-2000 USD",
"paymentAccepted": ["Paypal", "TransferWise", "Local Bank Tranfer", "Cash on Delivery"],
"currenciesAccepted": ["EUR", "USD"],
"openingHours": "Mo-Fr 09.00-18.00",
"founders" : "Charlie Watson",
"numberOfEmployees" : "10-50",
"hasOfferCatalog":{
"@type": "OfferCatalog",
"itemListElement": [
{
"@type": "Product",
"name": "Seat Covers",
"offers":{
"@type": "Offer",
"priceSpecification":{
"@type":"PriceSpecification",
"maxPrice": "499",
"minPrice":"125",
"priceCurrency": "USD"
}
}
},{
"@type": "Product",
"name": "Car Truck Covers",
"offers":{
"@type": "Offer",
"priceSpecification":{
"@type":"PriceSpecification",
"maxPrice": "417",
"minPrice":"73",
"priceCurrency": "USD"
}
}
}
]
},
"aggregateRating": {
"@type": "AggregateRating",
"@id":"https://www.carcoverworld.com/car-cover-reviews",
"reviewCount": "2183",
"worstRating": "0",
"bestRating": "5",
"ratingValue": "5"
}
}
</script>