-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjson-dl.html
138 lines (130 loc) · 3.45 KB
/
json-dl.html
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
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Todd Mullins",
"givenName": "Todd",
"familyName": "Mullins",
"spouse": {
"@type": "Person",
"name": "Julie Mullins",
"givenName": "Julie",
"familyName": "Mullins",
},
"jobTitle": "Senior Pastor",
"worksFor": {
"@type": "Organization",
"name": "Christ Fellowship Church",
"url": "https://www.christfellowship.church",
},
"url": "https://christfellowship.church/about",
"image": "https://rock.christfellowship.church/GetImage.ashx?id=2343360&format=jpg"
}
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Julie Mullins",
"givenName": "Julie",
"familyName": "Mullins",
"spouse": {
"@type": "Person",
"name": "Todd Mullins",
"givenName": "Todd",
"familyName": "Mullins",
}
"jobTitle": "Senior Pastor",
"worksFor": {
"@type": "Organization",
"name": "Christ Fellowship Church",
"url": "https://www.christfellowship.church",
}
"url": "https://www.christfellowship.church/about",
}
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Christ Fellowship Church",
"address": {
"@type": "PostalAddress",
"addressLocality": "Palm Beach Gandens",
"addressRegion": "FL",
"postalCode": "33418",
"streetAddress": "5343 Northlake Blvd"
},
"founder": [
{
"@type": "Person",
"name": "Tom Mullins",
"givenName": "Tom",
"familyName": "Mullins",
"url": "https://www.christfellowship.church/about",
},
{
"@type": "Person",
"name": "Donna Mullins",
"givenName": "Donna",
"familyName": "Mullins",
},
],
"telephone": "(561) 799-7600",
"url": "christfellowship.church",
}
{
"@context": "https://schema.org/",
"@type": "Event",
"url": "https://www.christfellowship.church/events/cfstudents",
"name": "Christ Fellowship Students",
"description": "Christ Fellowship Students Weekly Event",
"duration": "PT120M",
"location": "Christ Fellowship Church",
"organizer": {
"@type": "Organization",
"name": "Christ Fellowship Church",
"address": {
"@type": "PostalAddress",
"addressLocality": "Palm Beach Gandens",
"addressRegion": "FL",
"postalCode": "33418",
"streetAddress": "5343 Northlake Blvd"
},
},
"eventSchedule": {
"@type": "Schedule",
"startDate": "2022-01-19",
"repeatFrequency": "P1W",
"byDay": "https://schema.org/Wednesday",
"startTime": "18:30:00",
"endTime": "20:30:00",
"scheduleTimezone": "America/New_York",
}
}
{
"@context": "https://schema.org/",
"@type": "Event",
"url": "https://www.christfellowship.church/events/cf-young-adults",
"name": "Christ Fellowship Young Adults",
"description": "Christ Fellowship Young Adults Weekly Event",
"duration": "PT120M",
"location": "Christ Fellowship Church",
"organizer": {
"@type": "Organization",
"name": "Christ Fellowship Church",
"address": {
"@type": "PostalAddress",
"addressLocality": "Palm Beach Gandens",
"addressRegion": "FL",
"postalCode": "33418",
"streetAddress": "5343 Northlake Blvd"
},
},
"eventSchedule": {
"@type": "Schedule",
"startDate": "2022-01-20",
"repeatFrequency": "P1W",
"byDay": "https://schema.org/Thursday",
"startTime": "17:30:00",
"endTime": "21:30:00",
"scheduleTimezone": "America/New_York",
}
}
</script>