-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlocation2.json
69 lines (69 loc) · 1.67 KB
/
location2.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
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
{
"@graph": [
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address":
{
"@type": "PostalAddress",
"addressLocality": "Leipzig",
"addressRegion": "saxony",
"postalCode": "04275",
"streetAddress": "Karl-Liebknecht-Str. 62"
},
"description": "This is your business description.",
"name": "Café Maître & Pâtisserie",
"url": "www.cafe-maitre.de/",
"geo":
{
"@type": "GeoCoordinates",
"latitude": "12.3410598",
"longitude": "51.3253279"
}
},
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address":
{
"@type": "PostalAddress",
"addressLocality": "Leipzig",
"addressRegion": "saxony",
"postalCode": "04229",
"streetAddress": "Holbeinstr. 29"
},
"description": "This is your business description.",
"name": "RöstGut",
"url": "",
"telephone": "0341 580 967 58",
"geo":
{
"@type": "GeoCoordinates",
"latitude": "12.3591760",
"longitude": "51.3429270"
}
},
{
"@context": "http://schema.org",
"@type": "LocalBusiness",
"address":
{
"@type": "PostalAddress",
"addressLocality": "Leipzig",
"addressRegion": "saxony",
"postalCode": "04229",
"streetAddress": "Könneritzstr. 3"
},
"description": "<b>La Chocolaterie</b><br />Könneritzstr. 3, 04229 Leipzig.",
"name": "La Chocolaterie",
"url": "https://la-chocolaterie.de",
"telephone": "0341 5611268",
"geo":
{
"@type": "GeoCoordinates",
"latitude": "12.3668595",
"longitude": "51.316116"
}
}
]
}