-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathR-V.code
More file actions
80 lines (80 loc) · 2.45 KB
/
R-V.code
File metadata and controls
80 lines (80 loc) · 2.45 KB
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
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"@type": "LocalBusiness",
"name": "Reparaciones Valencia",
"url": "https://www.reparacionesvalencia.com.es",
"logo": "https://www.reparacionesvalencia.com.es/images/reparaciones-valencia-logo.png",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://www.reparacionesvalencia.com.es"
},
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "5",
"reviewCount": "20"
},
"address": [{
"@type": "PostalAddress",
"streetAddress": "Carrer del Convent de Sant Francesc, 07, D",
"addressLocality": "Valencia",
"addressRegion": "VC",
"addressCountry": "ES",
"postalCode": "46002"
}],
"contactPoint": [{
"@type": "ContactPoint",
"telephone": "963 28 14 10",
"contactType": "Technical Support"
}],
"telephone": "961 10 11 68",
"hasMap": "https://goo.gl/maps/k4EJNzejxRXcJFZn8",
"image": "https://goo.gl/Ri4F1M",
"email": "info@reparacionesvalencia.com.es",
"description": "Especialistas en reparación de electrodomésticos",
"currenciesAccepted": "EUR",
"paymentAccepted": "Cash, Credit card",
"priceRange": "29,90-300 €",
"openingHours": "Mo, Tu, We, Th, Fr 08:00-20:00 Sa 08:15-18:00",
"geo": {
"@type": "GeoCoordinates",
"latitude": "39.468969",
"longitude": "-0.377722"
},
"location": [{
"@type": "PostalAddress",
"telephone": "961 10 11 68",
"streetAddress": "Carrer del Convent de Sant Francesc, 07, D",
"addressLocality": "València",
"addressRegion": "VC",
"addressCountry": "ES",
"postalCode": "46002",
"serviceArea": [{
"@type": "postalAddress",
"addressLocality": "Alboraya",
"addressRegion": "VC",
"addressCountry": "ES"
}, {
"@type": "postalAddress",
"addressLocality": "Mislata",
"addressRegion": "VC",
"addressCountry": "ES"
}, {
"@type": "postalAddress",
"addressLocality": "Paterna",
"addressRegion": "VC",
"addressCountry": "ES"
}, {
"@type": "postalAddress",
"addressLocality": "Torrente",
"addressRegion": "VC",
"addressCountry": "ES"
}, {
"@type": "postalAddress",
"addressLocality": "Valencia",
"addressRegion": "VC",
"addressCountry": "ES"
}]
}]
}
</script>