-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathorganization-schema.json
More file actions
57 lines (57 loc) · 1.66 KB
/
organization-schema.json
File metadata and controls
57 lines (57 loc) · 1.66 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
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "السوق السعودي",
"alternateName": "alsooq-alsaudi",
"url": "https://sherow1982.github.io/alsooq-alsaudi/",
"logo": "https://sherow1982.github.io/alsooq-alsaudi/logo.png",
"description": "متجر إلكتروني متخصص في بيع المنتجات الأصلية للعملاء في المملكة العربية السعودية",
"address": {
"@type": "PostalAddress",
"streetAddress": "المملكة العربية السعودية",
"addressLocality": "الرياض",
"postalCode": "12211",
"addressCountry": "SA"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+201110760081",
"contactType": "customer service",
"availableLanguage": "Arabic"
},
"email": "sherow1982@gmail.com",
"foundingDate": "2024",
"areaServed": {
"@type": "Country",
"name": "Saudi Arabia"
},
"hasOfferCatalog": {
"@type": "OfferCatalog",
"name": "منتجات السوق السعودي",
"itemListElement": [
{
"@type": "OfferCatalog",
"name": "العناية بالشعر",
"itemListElement": []
},
{
"@type": "OfferCatalog",
"name": "العناية بالجمال",
"itemListElement": []
},
{
"@type": "OfferCatalog",
"name": "الإلكترونيات",
"itemListElement": []
},
{
"@type": "OfferCatalog",
"name": "الصحة والعافية",
"itemListElement": []
}
]
},
"paymentAccepted": "Cash on Delivery",
"currenciesAccepted": "SAR",
"priceRange": "100-1500 SAR"
}