-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgoogle-my-business.json
More file actions
169 lines (169 loc) · 4.35 KB
/
Copy pathgoogle-my-business.json
File metadata and controls
169 lines (169 loc) · 4.35 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
{
"businessName": "Guillermo Badia - Consultoría en Transformación Digital",
"primaryCategory": {
"displayName": "Consultoría en Tecnología de la Información",
"categoryId": "gcid:information_technology_consultant"
},
"additionalCategories": [
{
"displayName": "Consultoría en Ciberseguridad",
"categoryId": "gcid:cybersecurity_service"
},
{
"displayName": "Consultoría en Transformación Digital",
"categoryId": "gcid:digital_transformation_consultant"
}
],
"websiteUri": "https://guillermobadia.com",
"primaryPhone": "+34-XXX-XXX-XXX",
"primaryEmail": "contacto@guillermobadia.com",
"address": {
"streetAddress": "Calle Principal, 123",
"locality": "Valencia",
"administrativeArea": "Comunidad Valenciana",
"postalCode": "46000",
"countryCode": "ES"
},
"regularHours": {
"periods": [
{
"openDay": "MONDAY",
"openTime": "09:00",
"closeDay": "MONDAY",
"closeTime": "18:00"
},
{
"openDay": "TUESDAY",
"openTime": "09:00",
"closeDay": "TUESDAY",
"closeTime": "18:00"
},
{
"openDay": "WEDNESDAY",
"openTime": "09:00",
"closeDay": "WEDNESDAY",
"closeTime": "18:00"
},
{
"openDay": "THURSDAY",
"openTime": "09:00",
"closeDay": "THURSDAY",
"closeTime": "18:00"
},
{
"openDay": "FRIDAY",
"openTime": "09:00",
"closeDay": "FRIDAY",
"closeTime": "15:00"
}
]
},
"serviceArea": {
"businessType": "CUSTOMER_AND_BUSINESS_LOCATION",
"places": [
{
"locality": "Valencia",
"administrativeArea": "Comunidad Valenciana",
"countryCode": "ES"
},
{
"locality": "Madrid",
"administrativeArea": "Comunidad de Madrid",
"countryCode": "ES"
},
{
"locality": "Barcelona",
"administrativeArea": "Cataluña",
"countryCode": "ES"
}
]
},
"specialHours": {
"specialHourPeriods": [
{
"startDate": "2024-12-24",
"endDate": "2024-12-24",
"isClosed": true,
"reason": "Nochebuena"
},
{
"startDate": "2024-12-25",
"endDate": "2024-12-25",
"isClosed": true,
"reason": "Navidad"
},
{
"startDate": "2024-12-31",
"endDate": "2024-12-31",
"isClosed": true,
"reason": "Nochevieja"
},
{
"startDate": "2025-01-01",
"endDate": "2025-01-01",
"isClosed": true,
"reason": "Año Nuevo"
}
]
},
"attributes": [
{
"attributeId": "wheelchair_accessible",
"value": "true"
},
{
"attributeId": "appointment_required",
"value": "true"
},
{
"attributeId": "virtual_consultation_available",
"value": "true"
}
],
"profile": {
"description": "Director de Proyectos con más de 15 años de experiencia en transformación digital, JD Edwards y ciberseguridad empresarial. Especialista en liderazgo de equipos y consultoría tecnológica.",
"services": [
{
"serviceType": "Consultoría en Transformación Digital",
"displayName": "Transformación Digital",
"price": {
"currencyCode": "EUR",
"priceLevel": "MODERATE"
}
},
{
"serviceType": "Consultoría JD Edwards",
"displayName": "JD Edwards",
"price": {
"currencyCode": "EUR",
"priceLevel": "MODERATE"
}
},
{
"serviceType": "Consultoría en Ciberseguridad",
"displayName": "Ciberseguridad Empresarial",
"price": {
"currencyCode": "EUR",
"priceLevel": "MODERATE"
}
}
]
},
"mediaItems": [
{
"mediaFormat": "PHOTO",
"googleUrl": "https://guillermobadia.com/img/guillermo-badia-profile.jpg",
"thumbnailUrl": "https://guillermobadia.com/img/guillermo-badia-profile-thumb.jpg"
},
{
"mediaFormat": "LOGO",
"googleUrl": "https://guillermobadia.com/img/logo.png",
"thumbnailUrl": "https://guillermobadia.com/img/logo-thumb.png"
},
{
"mediaFormat": "COVER",
"googleUrl": "https://guillermobadia.com/img/cover.jpg",
"thumbnailUrl": "https://guillermobadia.com/img/cover-thumb.jpg"
}
]
}