-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathschema.json
More file actions
61 lines (61 loc) · 2.32 KB
/
schema.json
File metadata and controls
61 lines (61 loc) · 2.32 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
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Organization",
"@id": "https://infinitykosherkravi.co.il/#organization",
"name": "InFiniTy כושר קרבי מנטלי",
"alternateName": "אינפיניטי כושר קרבי",
"url": "https://infinitykosherkravi.co.il",
"logo": "https://infinitykosherkravi.co.il/logos/IMG-20250516-WA0003.jpg",
"description": "מרכז מקצועי להכנה ליחידות מובחרות בצה״ל. הכנה פיזית ומנטלית עם 88% שיעור הצלחה",
"founder": {
"@type": "Person",
"name": "יונתן בן שבת",
"description": "בוגר סיירת חרוב, מאמן מנטלי מוסמך עם מעל 600 ימי מילואים"
},
"contactPoint": {
"@type": "ContactPoint",
"telephone": "+972-55-969-6929",
"contactType": "customer service",
"availableLanguage": "Hebrew"
},
"sameAs": [
"https://www.instagram.com/infinitykosherkravi",
"https://www.facebook.com/share/15Q4Ue6CT8",
"https://www.tiktok.com/@infinitykosherkravi",
"https://www.youtube.com/@InFinityKosherKravi"
]
},
{
"@type": "LocalBusiness",
"@id": "https://infinitykosherkravi.co.il/#localbusiness",
"name": "InFiniTy כושר קרבי מנטלי",
"image": "https://infinitykosherkravi.co.il/logos/IMG-20250516-WA0003.jpg",
"priceRange": "₪₪",
"telephone": "+972-55-969-6929",
"address": {
"@type": "PostalAddress",
"addressCountry": "IL",
"addressRegion": "ישראל"
},
"openingHours": "Mo-Su 06:00-22:00",
"serviceArea": {
"@type": "Country",
"name": "ישראל"
}
},
{
"@type": "Course",
"@id": "https://infinitykosherkravi.co.il/#course",
"name": "תכנית הכנה ליחידות מובחרות",
"description": "תכנית מקיפה המשלבת אימון פיזי, מנטלי והכנה לגיבושים",
"aggregateRating": {
"@type": "AggregateRating",
"ratingValue": "4.9",
"reviewCount": "120",
"bestRating": "5"
}
}
]
}