-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
executable file
·177 lines (173 loc) · 4.36 KB
/
index.php
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
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html lang="cs">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Schema.org - Generator</title>
<link rel="stylesheet" type="text/css" href="style.css?v=0.3">
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44=" crossorigin="anonymous"></script>
<script src="script.js?v=0.5"></script>
</head>
<body>
<div class="container">
<div class="top-wrap">
<h1>Schema.org - Generator <span class="version">v. 0.0.1</span> <span>by Pitva</span></h1>
</div>
<div id="organization" class="tab-item active">
<?php include('schema/organization.php'); ?>
</div>
</div>
</body>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Alza",
"alternateName": "Alza - obchod",
"legalName": "Alza.cz a.s.",
"slogan": "Nazdar pozemšťane!",
"telephone": "+42012345678",
"email": "[email protected]",
"foundingDate": "2003",
"vatID": "CZ27082440",
"address":{
"@type":"PostalAddress",
"streetAddress": "Jankovcova 1522/53",
"addressRegion": "Praha",
"postalCode": "17000",
"addressLocality": "Holešovice",
"addressCountry": "CZ"
},
"image": "https://cdn.alza.cz/images/web-static/eshop-logos/alza_cz.svg",
"logo": "https://cdn.alza.cz/images/web-static/eshop-logos/alza_cz.svg",
"url": "https://www.alza.cz/",
"sameAs": [
"https://www.facebook.com/alza.cz/",
"https://www.instagram.com/alza_czsk/",
"https://www.youtube.com/channel/UC0wtqzWrBA5gL4Jr_QIQTgg",
"https://x.com/Alzacz"
],
"paymentAccepted": ["Cash", "Credit Card", "Bank Transfer"],
"awards": ["Autorizovaný servis Epson", "Autorizovaný prodejce Microsoft", ""],
"priceRange": "$$",
"description": "Největší obchod s počítači a elektronikou ✅ Přes 40 prodejen, více než 1 000 Alzaboxů a 15 000 dalších odběrných míst ✅ Elektronika, hračky, domácí pořeby atd.",
"amenityFeature": [
{
"@type": "LocationFeatureSpecification",
"name": "Wi-Fi",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Velkoobchodní ceny",
"value": true
},
{
"@type": "LocationFeatureSpecification",
"name": "Alzák do každé rodiny",
"value": true
}
],
"location":[
{
"@type": "Place",
"name":"Alza.cz Showroom Brno - střed",
"address":{
"@type":"PostalAddress",
"addressRegion":"Brno",
"streetAddress":"Skořepka 336/15",
"addressLocality":"Brno-Střed",
"postalCode":"60200",
"addressCountry":"CZ"
},
"geo":{
"@type":"GeoCoordinates",
"latitude":"49.1926979",
"longitude":"16.6156361"
},
"hasMap":"https://maps.app.goo.gl/rmgL49t3hXAzcaiz5",
"openingHoursSpecification": [{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"],
"opens": "08:00",
"closes": "20:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Sunday"],
"opens": "09:00",
"closes": "19:00"
}
]
},
{
"@type": "Place",
"name":"Alza.cz pobočka Brno - Lískovec",
"address":{
"@type":"PostalAddress",
"addressRegion":"Brno",
"streetAddress":"Netroufalky 770/16",
"addressLocality":"Bohunice",
"postalCode":"62500",
"addressCountry":"CZ"
},
"geo":{
"@type":"GeoCoordinates",
"latitude":"49.1771347",
"longitude":"16.564106"
},
"hasMap":"https://maps.app.goo.gl/a3yf1pmamiyJCi9KA",
"openingHoursSpecification": [{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"],
"opens": "08:00",
"closes": "20:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Saturday"],
"opens": "09:00",
"closes": "20:00"
},
{
"@type": "OpeningHoursSpecification",
"dayOfWeek": ["Sunday"],
"opens": "closed",
"closes": "closed"
}
]
}
],
"contactPoint": [
{
"@type": "ContactPoint",
"email": "[email protected]",
"contactType": "Customer Service",
"availableLanguage": ["Czech", "Slovak", "English"]
},
{
"@type": "ContactPoint",
"telephone": "+420123456987",
"email": "[email protected]",
"contactType": "Servis",
"availableLanguage": ["Czech", "Slovak", "English"]
},
{
"@type": "ContactPoint",
"telephone": "+420123456987",
"email": "[email protected]",
"contactType": "Sales",
"availableLanguage": ["Czech", "Slovak", "English"]
},
{
"@type": "ContactPoint",
"telephone": "+420123456987",
"email": "[email protected]",
"contactType": "Media",
"availableLanguage": ["Czech", "Slovak", "English"]
}
]
}
</script>
</html>