-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathOrganization.txt
55 lines (52 loc) · 2.09 KB
/
Organization.txt
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
<script type="application/ld+json">
{ "@context" : "http://schema.org",
"@type" : "Organization",
"legalName" : "Esthetic World PMU & Microblading Beauty",
"url" : "https://estheticworldbeauty.com/",
"email" : "[email protected]",
"address": {
"@type": "PostalAddress",
"addressLocality": "Norridge, Illinois",
"postalCode": "60706",
"streetAddress": "4701 N. Cumberland Ave. Suite 18B"
},
"contactPoint" : [{
"@type" : "ContactPoint",
"telephone" : "+1 630-670-2154",
"contactType" : "customer service"
}],
"logo" : "https://estheticworldbeauty.com/wp-content/uploads/2018/05/ewb-logo-2018.png",
"sameAs" : [ "https://www.instagram.com/esthetic_world_beauty/",
"https://twitter.com/esthetic_world",
"https://www.facebook.com/estheticworldbeauty"]
}
</script>
<! --------------------------------------------------------------- ->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@id": "https://www.egl-geo.com/#organization",
"@type": "Organization",
"name": "EGL Equipment Services Co.,Ltd",
"url": "https://www.egl-geo.com/",
"description": "EGL Equipment Services Co.,Ltd is a professional geophone supplier which located in China, with the aim to integrate separated resources and supply our clients with all around Geophone / Geophysical Products and related services. All the founding partners of EGL have experiences of over 20 years' in the field of Geophone production / Geophysical services with education background of PHD, Master or Geophysics Undergraduate Degree.",
"logo": "https://www.egl-geo.com/theme/botao/images/logo.png",
"email": [
],
"address": {
"@type": "PostalAddress",
"addressCountry": "CN",
"addressLocality": "Xi’an",
"addressRegion": "Shaanxi",
"postalCode": "710014",
"streetAddress": "Building No.2,B Section, Shenglong Plaza,Weiyang Road"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+86-29-8110-2904",
"contactType": "sales"
}
}
</script>