-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsite-data.json
More file actions
204 lines (204 loc) · 4.75 KB
/
Copy pathsite-data.json
File metadata and controls
204 lines (204 loc) · 4.75 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
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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
{
"defaultTitle": "Business Name",
"defaultDescription": "This is a description.",
"appHost": "domain.com",
"elevator": "This is an elevator pitch.",
"themeColor": "#1B7BA1",
"backgroundColor": "#1B5A7F",
"tileColor": "#DA532C",
"pages": {
"home": {
"title": "Home",
"type": "nav",
"name": "home",
"route": "/",
"label": "Home",
"template": "main-banner",
"file": "home",
"sitemap": {
"changefreq": "monthly",
"priority": 1.0
},
"order": 0
},
"about": {
"title": "About",
"type": "nav",
"name": "about",
"route": "/about",
"label": "About",
"template": "main-banner",
"file": "about",
"sitemap": {
"changefreq": "monthly",
"priority": 0.8
},
"order": 1
},
"login": {
"title": "Log In",
"type": "nav",
"name": "login",
"route": "#",
"label": "Log In",
"alt-label": "Log Out",
"order": 2
},
"contact": {
"title": "Contact",
"type": "nav",
"name": "contact",
"route": "/contact",
"label": "Contact",
"template": "main-banner",
"file": "contact",
"sitemap": {
"changefreq": "monthly",
"priority": 0.8
},
"order": 3
},
"_admin": {
"title": "Admin Login",
"type": "admin",
"name": "_admin",
"route": "/_admin",
"label": "Admin Log In",
"alt-label": "Admin Log Out",
"template": "main-banner",
"skip-all": true,
"file": "_admin",
"order": 0,
"external-css": "admin.css"
},
"terms": {
"title": "Terms and Conditions",
"type": "legal",
"name": "terms",
"route": "/terms",
"label": "Terms and Conditions",
"template": "main-banner",
"file": "terms",
"skip-all": true,
"sitemap": {
"changefreq": "monthly",
"priority": 0.5
},
"order": 0
},
"privacy": {
"title": "Privacy Policy",
"type": "legal",
"name": "privacy",
"route": "/privacy",
"label": "Privacy Policy",
"template": "main-banner",
"file": "privacy",
"skip-all": true,
"sitemap": {
"changefreq": "monthly",
"priority": 0.5
},
"order": 1
},
"four04": {
"title": "Page Not Found",
"type": "none",
"name": "four04",
"route": "/404",
"label": "404",
"template": "main-banner",
"file": "404",
"skip-all": true,
"order": 0
},
"four03": {
"title": "Forbidden",
"type": "none",
"name": "four03",
"route": "/403",
"label": "403",
"template": "main-banner",
"file": "403",
"skip-all": true,
"order": 0
},
"five00": {
"title": "Internal Server Error",
"type": "none",
"name": "five00",
"route": "/500",
"label": "500",
"template": "main-banner",
"file": "500",
"skip-all": true,
"order": 0
},
"five03": {
"title": "Service Unavailable",
"type": "none",
"name": "five03",
"route": "/503",
"label": "503",
"template": "main-banner",
"file": "503",
"skip-all": true,
"order": 0
}
},
"uaId": "UA-NNNNNNNNN-N",
"social": {
"facebook": "https://www.facebook.com/people/business",
"linkedin": "https://www.linkedin.com/in/business",
"twitter": "https://x.com",
"twitterMeta": {
"image": "https://domain.com/images/ogimage-1200x630.webp"
},
"og": {
"title": "Business Name",
"description": "This is a description.",
"type": "website",
"image": [
{
"url": "https://domain.com/images/ogimage-1200x400.webp",
"type": "image/webp",
"alt": "Business Name",
"width": "1200",
"height": "400"
},
{
"url": "https://domain.com/images/ogimage-1200x630.webp",
"type": "image/webp",
"alt": "Business Name",
"width": "1200",
"height": "630"
},
{
"url": "https://domain.com/images/ogimage-400x630.webp",
"type": "image/webp",
"alt": "Bayberry Copywriting",
"width": "400",
"height": "630"
}
]
}
},
"business": {
"shortName": "Business Name",
"url": "https://domain.com",
"domain": "domain.com",
"logo": "https://domain.com/images/logo.svg",
"name": "Business Name, LLC",
"phone": "123-456-7890",
"email": "info@domain.com",
"address": {
"line1": "123 street st",
"line2": "",
"line3": "",
"city": "cityname",
"state": "statename",
"zip": "00000-0000",
"country": "US"
}
}
}