sanity-plugin-seofields 1.4.1 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/SeoHealthDashboard-3VBITMWT.cjs +10 -0
- package/dist/SeoHealthDashboard-3VBITMWT.cjs.map +1 -0
- package/dist/SeoHealthDashboard-BNJBRQVN.js +4 -0
- package/dist/SeoHealthDashboard-BNJBRQVN.js.map +1 -0
- package/dist/SeoHealthTool-4P6JST5S.cjs +14 -0
- package/dist/SeoHealthTool-4P6JST5S.cjs.map +1 -0
- package/dist/SeoHealthTool-MQBE5YGN.js +12 -0
- package/dist/SeoHealthTool-MQBE5YGN.js.map +1 -0
- package/dist/SeoPreview-G3LPA7GV.js +148 -0
- package/dist/SeoPreview-G3LPA7GV.js.map +1 -0
- package/dist/SeoPreview-Y3CFDVBR.cjs +154 -0
- package/dist/SeoPreview-Y3CFDVBR.cjs.map +1 -0
- package/dist/chunk-25JLWVEU.js +472 -0
- package/dist/chunk-25JLWVEU.js.map +1 -0
- package/dist/chunk-2NMEKWO5.js +35 -0
- package/dist/chunk-2NMEKWO5.js.map +1 -0
- package/dist/chunk-527WXITP.js +428 -0
- package/dist/chunk-527WXITP.js.map +1 -0
- package/dist/chunk-6CYMVS3O.js +1245 -0
- package/dist/chunk-6CYMVS3O.js.map +1 -0
- package/dist/chunk-D2GWRRK5.cjs +1293 -0
- package/dist/chunk-D2GWRRK5.cjs.map +1 -0
- package/dist/chunk-DYVCCQHT.cjs +1400 -0
- package/dist/chunk-DYVCCQHT.cjs.map +1 -0
- package/dist/chunk-IFDLKZET.cjs +485 -0
- package/dist/chunk-IFDLKZET.cjs.map +1 -0
- package/dist/chunk-L3L3FSPJ.cjs +478 -0
- package/dist/chunk-L3L3FSPJ.cjs.map +1 -0
- package/dist/chunk-S367Y35J.cjs +39 -0
- package/dist/chunk-S367Y35J.cjs.map +1 -0
- package/dist/chunk-WUIZN7VI.js +1394 -0
- package/dist/chunk-WUIZN7VI.js.map +1 -0
- package/dist/cli.js +67 -0
- package/dist/define-cli.cjs +12 -0
- package/dist/define-cli.cjs.map +1 -0
- package/dist/define-cli.d.cts +42 -0
- package/dist/define-cli.d.ts +42 -0
- package/dist/define-cli.js +10 -0
- package/dist/define-cli.js.map +1 -0
- package/dist/index.cjs +154 -2365
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +109 -2303
- package/dist/index.js.map +1 -1
- package/dist/next.cjs +235 -1591
- package/dist/next.cjs.map +1 -1
- package/dist/next.js +7 -1482
- package/dist/next.js.map +1 -1
- package/dist/schema/next.cjs +200 -1542
- package/dist/schema/next.cjs.map +1 -1
- package/dist/schema/next.js +4 -1475
- package/dist/schema/next.js.map +1 -1
- package/dist/schema.cjs +252 -1514
- package/dist/schema.cjs.map +1 -1
- package/dist/schema.js +58 -1391
- package/dist/schema.js.map +1 -1
- package/package.json +21 -5
package/dist/schema.cjs
CHANGED
|
@@ -1,1422 +1,89 @@
|
|
|
1
|
-
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __defProps = Object.defineProperties;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropDescs = Object.getOwnPropertyDescriptors;
|
|
6
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
7
|
-
var __getOwnPropSymbols = Object.getOwnPropertySymbols;
|
|
8
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
9
|
-
var __propIsEnum = Object.prototype.propertyIsEnumerable;
|
|
10
|
-
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
|
11
|
-
var __spreadValues = (a, b) => {
|
|
12
|
-
for (var prop in b || (b = {}))
|
|
13
|
-
if (__hasOwnProp.call(b, prop))
|
|
14
|
-
__defNormalProp(a, prop, b[prop]);
|
|
15
|
-
if (__getOwnPropSymbols)
|
|
16
|
-
for (var prop of __getOwnPropSymbols(b)) {
|
|
17
|
-
if (__propIsEnum.call(b, prop))
|
|
18
|
-
__defNormalProp(a, prop, b[prop]);
|
|
19
|
-
}
|
|
20
|
-
return a;
|
|
21
|
-
};
|
|
22
|
-
var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
23
|
-
var __export = (target, all) => {
|
|
24
|
-
for (var name in all)
|
|
25
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
26
|
-
};
|
|
27
|
-
var __copyProps = (to, from, except, desc) => {
|
|
28
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
29
|
-
for (let key of __getOwnPropNames(from))
|
|
30
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
31
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
32
|
-
}
|
|
33
|
-
return to;
|
|
34
|
-
};
|
|
35
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
36
|
-
|
|
37
|
-
// src/schema/index.ts
|
|
38
|
-
var schema_exports = {};
|
|
39
|
-
__export(schema_exports, {
|
|
40
|
-
buildGenericJsonLd: () => buildGenericJsonLd,
|
|
41
|
-
generateSchemaType: () => generateSchemaType,
|
|
42
|
-
schemaOrg: () => schemaOrg,
|
|
43
|
-
schemaOrgAggregateRating: () => schemaOrgAggregateRating,
|
|
44
|
-
schemaOrgAggregateRatingPlugin: () => schemaOrgAggregateRatingPlugin,
|
|
45
|
-
schemaOrgArticle: () => schemaOrgArticle,
|
|
46
|
-
schemaOrgArticlePlugin: () => schemaOrgArticlePlugin,
|
|
47
|
-
schemaOrgBlogPosting: () => schemaOrgBlogPosting,
|
|
48
|
-
schemaOrgBlogPostingPlugin: () => schemaOrgBlogPostingPlugin,
|
|
49
|
-
schemaOrgBrand: () => schemaOrgBrand,
|
|
50
|
-
schemaOrgBrandPlugin: () => schemaOrgBrandPlugin,
|
|
51
|
-
schemaOrgBreadcrumbList: () => schemaOrgBreadcrumbList,
|
|
52
|
-
schemaOrgBreadcrumbListPlugin: () => schemaOrgBreadcrumbListPlugin,
|
|
53
|
-
schemaOrgContactPoint: () => schemaOrgContactPoint,
|
|
54
|
-
schemaOrgContactPointPlugin: () => schemaOrgContactPointPlugin,
|
|
55
|
-
schemaOrgCourse: () => schemaOrgCourse,
|
|
56
|
-
schemaOrgCoursePlugin: () => schemaOrgCoursePlugin,
|
|
57
|
-
schemaOrgEvent: () => schemaOrgEvent,
|
|
58
|
-
schemaOrgEventPlugin: () => schemaOrgEventPlugin,
|
|
59
|
-
schemaOrgFAQPage: () => schemaOrgFAQPage,
|
|
60
|
-
schemaOrgFAQPagePlugin: () => schemaOrgFAQPagePlugin,
|
|
61
|
-
schemaOrgHowTo: () => schemaOrgHowTo,
|
|
62
|
-
schemaOrgHowToPlugin: () => schemaOrgHowToPlugin,
|
|
63
|
-
schemaOrgImageObject: () => schemaOrgImageObject,
|
|
64
|
-
schemaOrgImageObjectPlugin: () => schemaOrgImageObjectPlugin,
|
|
65
|
-
schemaOrgLocalBusiness: () => schemaOrgLocalBusiness,
|
|
66
|
-
schemaOrgLocalBusinessPlugin: () => schemaOrgLocalBusinessPlugin,
|
|
67
|
-
schemaOrgOffer: () => schemaOrgOffer,
|
|
68
|
-
schemaOrgOfferPlugin: () => schemaOrgOfferPlugin,
|
|
69
|
-
schemaOrgOrganization: () => schemaOrgOrganization,
|
|
70
|
-
schemaOrgOrganizationPlugin: () => schemaOrgOrganizationPlugin,
|
|
71
|
-
schemaOrgPerson: () => schemaOrgPerson,
|
|
72
|
-
schemaOrgPersonPlugin: () => schemaOrgPersonPlugin,
|
|
73
|
-
schemaOrgPlace: () => schemaOrgPlace,
|
|
74
|
-
schemaOrgPlacePlugin: () => schemaOrgPlacePlugin,
|
|
75
|
-
schemaOrgPostalAddress: () => schemaOrgPostalAddress,
|
|
76
|
-
schemaOrgPostalAddressPlugin: () => schemaOrgPostalAddressPlugin,
|
|
77
|
-
schemaOrgProduct: () => schemaOrgProduct,
|
|
78
|
-
schemaOrgProductPlugin: () => schemaOrgProductPlugin,
|
|
79
|
-
schemaOrgReview: () => schemaOrgReview,
|
|
80
|
-
schemaOrgReviewPlugin: () => schemaOrgReviewPlugin,
|
|
81
|
-
schemaOrgSoftwareApplication: () => schemaOrgSoftwareApplication,
|
|
82
|
-
schemaOrgSoftwareApplicationPlugin: () => schemaOrgSoftwareApplicationPlugin,
|
|
83
|
-
schemaOrgVideoObject: () => schemaOrgVideoObject,
|
|
84
|
-
schemaOrgVideoObjectPlugin: () => schemaOrgVideoObjectPlugin,
|
|
85
|
-
schemaOrgWebApplication: () => schemaOrgWebApplication,
|
|
86
|
-
schemaOrgWebApplicationPlugin: () => schemaOrgWebApplicationPlugin,
|
|
87
|
-
schemaOrgWebPage: () => schemaOrgWebPage,
|
|
88
|
-
schemaOrgWebPagePlugin: () => schemaOrgWebPagePlugin,
|
|
89
|
-
schemaOrgWebsite: () => schemaOrgWebsite,
|
|
90
|
-
schemaOrgWebsitePlugin: () => schemaOrgWebsitePlugin
|
|
91
|
-
});
|
|
92
|
-
module.exports = __toCommonJS(schema_exports);
|
|
93
|
-
|
|
94
|
-
// src/schema/generator.ts
|
|
95
|
-
var import_sanity = require("sanity");
|
|
96
|
-
function buildField(fieldDef, validation) {
|
|
97
|
-
var _a, _b, _c;
|
|
98
|
-
const base = {
|
|
99
|
-
name: fieldDef.name,
|
|
100
|
-
title: fieldDef.title,
|
|
101
|
-
type: fieldDef.type
|
|
102
|
-
};
|
|
103
|
-
if (fieldDef.description) base.description = fieldDef.description;
|
|
104
|
-
if (fieldDef.initialValue !== void 0) base.initialValue = fieldDef.initialValue;
|
|
105
|
-
if (fieldDef.rows) base.rows = fieldDef.rows;
|
|
106
|
-
if (fieldDef.options) {
|
|
107
|
-
base.options = { list: fieldDef.options };
|
|
108
|
-
}
|
|
109
|
-
if (fieldDef.type === "array" && ((_a = fieldDef.fields) == null ? void 0 : _a.length) && !fieldDef.of) {
|
|
110
|
-
base.of = [
|
|
111
|
-
{
|
|
112
|
-
type: "object",
|
|
113
|
-
fields: fieldDef.fields.map((child) => buildField(child, validation))
|
|
114
|
-
}
|
|
115
|
-
];
|
|
116
|
-
} else if (fieldDef.of) {
|
|
117
|
-
base.of = fieldDef.of;
|
|
118
|
-
}
|
|
119
|
-
if (fieldDef.type !== "array" && ((_b = fieldDef.fields) == null ? void 0 : _b.length)) {
|
|
120
|
-
base.fields = fieldDef.fields.map((child) => buildField(child, validation));
|
|
121
|
-
}
|
|
122
|
-
if (fieldDef.required) {
|
|
123
|
-
const msg = (_c = validation == null ? void 0 : validation[fieldDef.required.key]) != null ? _c : fieldDef.required.message;
|
|
124
|
-
base.validation = (Rule) => Rule.required().error(msg);
|
|
125
|
-
}
|
|
126
|
-
return (0, import_sanity.defineField)(base);
|
|
127
|
-
}
|
|
128
|
-
function generateSchemaType(def, config = {}) {
|
|
129
|
-
return (0, import_sanity.defineType)(__spreadProps(__spreadValues({
|
|
130
|
-
name: def.name,
|
|
131
|
-
title: def.title,
|
|
132
|
-
type: "object"
|
|
133
|
-
}, def.icon && { icon: def.icon }), {
|
|
134
|
-
fields: def.fields.map((f) => buildField(f, config.validation)),
|
|
135
|
-
preview: {
|
|
136
|
-
select: {
|
|
137
|
-
title: "name"
|
|
138
|
-
},
|
|
139
|
-
prepare(selection) {
|
|
140
|
-
var _a;
|
|
141
|
-
return __spreadValues({
|
|
142
|
-
title: selection.title || def.title,
|
|
143
|
-
subtitle: `@type: ${((_a = def.title.split("\u2014")[1]) == null ? void 0 : _a.trim()) || def.title}`
|
|
144
|
-
}, def.icon && { media: def.icon });
|
|
145
|
-
}
|
|
146
|
-
}
|
|
147
|
-
}));
|
|
148
|
-
}
|
|
149
|
-
var SANITY_INTERNAL_KEYS = /* @__PURE__ */ new Set([
|
|
150
|
-
"_key",
|
|
151
|
-
"_type",
|
|
152
|
-
"_ref",
|
|
153
|
-
"_id",
|
|
154
|
-
"_rev",
|
|
155
|
-
"_createdAt",
|
|
156
|
-
"_updatedAt"
|
|
157
|
-
]);
|
|
158
|
-
function buildNestedJsonLd(data, fieldDefs, jsonLdType) {
|
|
159
|
-
var _a;
|
|
160
|
-
const result = jsonLdType ? { "@type": jsonLdType } : {};
|
|
161
|
-
for (const field of fieldDefs) {
|
|
162
|
-
const value = data[field.name];
|
|
163
|
-
if (value === void 0 || value === null || value === "") continue;
|
|
164
|
-
const key = (_a = field.jsonLdKey) != null ? _a : field.name;
|
|
165
|
-
if (field.type === "object" && field.fields && typeof value === "object" && !Array.isArray(value)) {
|
|
166
|
-
const nested = buildNestedJsonLd(
|
|
167
|
-
value,
|
|
168
|
-
field.fields,
|
|
169
|
-
field.jsonLdType
|
|
170
|
-
);
|
|
171
|
-
const minKeys = field.jsonLdType ? 1 : 0;
|
|
172
|
-
if (Object.keys(nested).length > minKeys) {
|
|
173
|
-
result[key] = nested;
|
|
174
|
-
}
|
|
175
|
-
} else if (field.type === "array" && Array.isArray(value)) {
|
|
176
|
-
if (field.fields && field.jsonLdType) {
|
|
177
|
-
const items = value.filter(
|
|
178
|
-
(item) => typeof item === "object" && item !== null
|
|
179
|
-
).map((item) => buildNestedJsonLd(item, field.fields, field.jsonLdType));
|
|
180
|
-
if (items.length) result[key] = items;
|
|
181
|
-
} else if (value.length) {
|
|
182
|
-
result[key] = value.filter((v) => v !== void 0 && v !== null && v !== "");
|
|
183
|
-
}
|
|
184
|
-
} else if (!SANITY_INTERNAL_KEYS.has(field.name)) {
|
|
185
|
-
result[key] = value;
|
|
186
|
-
}
|
|
187
|
-
}
|
|
188
|
-
return result;
|
|
189
|
-
}
|
|
190
|
-
function buildGenericJsonLd(schemaType, data, fieldDefs, requiredFields = []) {
|
|
191
|
-
if (!data) return null;
|
|
192
|
-
for (const req of requiredFields) {
|
|
193
|
-
if (!data[req]) return null;
|
|
194
|
-
}
|
|
195
|
-
const body = buildNestedJsonLd(data, fieldDefs);
|
|
196
|
-
return __spreadValues({
|
|
197
|
-
"@context": "https://schema.org",
|
|
198
|
-
"@type": schemaType
|
|
199
|
-
}, body);
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
// src/schema/schemaOrg.ts
|
|
203
|
-
var import_sanity2 = require("sanity");
|
|
204
|
-
|
|
205
|
-
// src/schema/icons.ts
|
|
206
|
-
var import_icons = require("@sanity/icons");
|
|
207
|
-
var SchemaOrgIcons = {
|
|
208
|
-
// Website & WebPage
|
|
209
|
-
website: import_icons.EarthGlobeIcon,
|
|
210
|
-
webPage: import_icons.DocumentTextIcon,
|
|
211
|
-
// Organization & Business
|
|
212
|
-
organization: import_icons.ComponentIcon,
|
|
213
|
-
localBusiness: import_icons.HomeIcon,
|
|
214
|
-
brand: import_icons.SparkleIcon,
|
|
215
|
-
// People
|
|
216
|
-
person: import_icons.UserIcon,
|
|
217
|
-
// Navigation
|
|
218
|
-
breadcrumbList: import_icons.LinkIcon,
|
|
219
|
-
// Media
|
|
220
|
-
imageObject: import_icons.ImageIcon,
|
|
221
|
-
videoObject: import_icons.VideoIcon,
|
|
222
|
-
// Content
|
|
223
|
-
article: import_icons.DocumentTextIcon,
|
|
224
|
-
blogPosting: import_icons.BookIcon,
|
|
225
|
-
faqPage: import_icons.HelpCircleIcon,
|
|
226
|
-
howTo: import_icons.ListIcon,
|
|
227
|
-
// Commerce
|
|
228
|
-
product: import_icons.PackageIcon,
|
|
229
|
-
offer: import_icons.TagIcon,
|
|
230
|
-
aggregateRating: import_icons.BarChartIcon,
|
|
231
|
-
review: import_icons.HeartFilledIcon,
|
|
232
|
-
// Location
|
|
233
|
-
postalAddress: import_icons.MarkerIcon,
|
|
234
|
-
place: import_icons.MarkerIcon,
|
|
235
|
-
event: import_icons.CalendarIcon,
|
|
236
|
-
// Contact
|
|
237
|
-
contactPoint: import_icons.ApiIcon,
|
|
238
|
-
// Software
|
|
239
|
-
softwareApplication: import_icons.CodeBlockIcon,
|
|
240
|
-
webApplication: import_icons.DesktopIcon,
|
|
241
|
-
// Education
|
|
242
|
-
course: import_icons.BookIcon
|
|
243
|
-
};
|
|
244
|
-
|
|
245
|
-
// src/schema/aggregateRating/schema.ts
|
|
246
|
-
var aggregateRatingFields = [
|
|
247
|
-
{
|
|
248
|
-
name: "ratingValue",
|
|
249
|
-
title: "Rating Value",
|
|
250
|
-
type: "string",
|
|
251
|
-
description: 'The average rating value, e.g. "4.5".',
|
|
252
|
-
required: {
|
|
253
|
-
key: "ratingValueRequired",
|
|
254
|
-
message: "Rating value is required for Schema.org."
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
name: "reviewCount",
|
|
259
|
-
title: "Review Count",
|
|
260
|
-
type: "string",
|
|
261
|
-
description: 'The total number of reviews, e.g. "120".'
|
|
262
|
-
}
|
|
263
|
-
];
|
|
264
|
-
function schemaOrgAggregateRating(config = {}) {
|
|
265
|
-
return generateSchemaType(
|
|
266
|
-
{
|
|
267
|
-
name: "schemaOrgAggregateRating",
|
|
268
|
-
title: "Schema.org \u2014 AggregateRating",
|
|
269
|
-
icon: SchemaOrgIcons.aggregateRating,
|
|
270
|
-
fields: aggregateRatingFields
|
|
271
|
-
},
|
|
272
|
-
config
|
|
273
|
-
);
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
// src/schema/article/schema.ts
|
|
277
|
-
var articleFields = [
|
|
278
|
-
{
|
|
279
|
-
name: "headline",
|
|
280
|
-
title: "Headline",
|
|
281
|
-
type: "string",
|
|
282
|
-
required: { key: "headlineRequired", message: "Headline is required for Schema.org Article." }
|
|
283
|
-
},
|
|
284
|
-
{
|
|
285
|
-
name: "description",
|
|
286
|
-
title: "Description",
|
|
287
|
-
type: "text",
|
|
288
|
-
rows: 3
|
|
289
|
-
},
|
|
290
|
-
{
|
|
291
|
-
name: "image",
|
|
292
|
-
title: "Image",
|
|
293
|
-
type: "url",
|
|
294
|
-
description: "URL of the article image."
|
|
295
|
-
},
|
|
296
|
-
{
|
|
297
|
-
name: "author",
|
|
298
|
-
title: "Author",
|
|
299
|
-
type: "object",
|
|
300
|
-
jsonLdType: "Person",
|
|
301
|
-
fields: [
|
|
302
|
-
{
|
|
303
|
-
name: "name",
|
|
304
|
-
title: "Author Name",
|
|
305
|
-
type: "string"
|
|
306
|
-
}
|
|
307
|
-
]
|
|
308
|
-
},
|
|
309
|
-
{
|
|
310
|
-
name: "publisher",
|
|
311
|
-
title: "Publisher",
|
|
312
|
-
type: "object",
|
|
313
|
-
jsonLdType: "Organization",
|
|
314
|
-
fields: [
|
|
315
|
-
{
|
|
316
|
-
name: "name",
|
|
317
|
-
title: "Publisher Name",
|
|
318
|
-
type: "string"
|
|
319
|
-
},
|
|
320
|
-
{
|
|
321
|
-
name: "logo",
|
|
322
|
-
title: "Publisher Logo",
|
|
323
|
-
type: "object",
|
|
324
|
-
jsonLdType: "ImageObject",
|
|
325
|
-
fields: [
|
|
326
|
-
{
|
|
327
|
-
name: "url",
|
|
328
|
-
title: "Logo URL",
|
|
329
|
-
type: "url"
|
|
330
|
-
}
|
|
331
|
-
]
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
{
|
|
336
|
-
name: "datePublished",
|
|
337
|
-
title: "Date Published",
|
|
338
|
-
type: "date"
|
|
339
|
-
}
|
|
340
|
-
];
|
|
341
|
-
function schemaOrgArticle(config = {}) {
|
|
342
|
-
return generateSchemaType(
|
|
343
|
-
{
|
|
344
|
-
name: "schemaOrgArticle",
|
|
345
|
-
title: "Schema.org \u2014 Article",
|
|
346
|
-
icon: SchemaOrgIcons.article,
|
|
347
|
-
fields: articleFields
|
|
348
|
-
},
|
|
349
|
-
config
|
|
350
|
-
);
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
// src/schema/blogPosting/schema.ts
|
|
354
|
-
var blogPostingFields = [
|
|
355
|
-
{
|
|
356
|
-
name: "headline",
|
|
357
|
-
title: "Headline",
|
|
358
|
-
type: "string",
|
|
359
|
-
required: {
|
|
360
|
-
key: "headlineRequired",
|
|
361
|
-
message: "Headline is required for Schema.org BlogPosting."
|
|
362
|
-
}
|
|
363
|
-
},
|
|
364
|
-
{
|
|
365
|
-
name: "description",
|
|
366
|
-
title: "Description",
|
|
367
|
-
type: "text",
|
|
368
|
-
rows: 3
|
|
369
|
-
},
|
|
370
|
-
{
|
|
371
|
-
name: "author",
|
|
372
|
-
title: "Author",
|
|
373
|
-
type: "object",
|
|
374
|
-
jsonLdType: "Person",
|
|
375
|
-
fields: [
|
|
376
|
-
{
|
|
377
|
-
name: "name",
|
|
378
|
-
title: "Author Name",
|
|
379
|
-
type: "string"
|
|
380
|
-
}
|
|
381
|
-
]
|
|
382
|
-
},
|
|
383
|
-
{
|
|
384
|
-
name: "datePublished",
|
|
385
|
-
title: "Date Published",
|
|
386
|
-
type: "date"
|
|
387
|
-
},
|
|
388
|
-
{
|
|
389
|
-
name: "mainEntityOfPage",
|
|
390
|
-
title: "Main Entity of Page",
|
|
391
|
-
type: "object",
|
|
392
|
-
jsonLdType: "WebPage",
|
|
393
|
-
fields: [
|
|
394
|
-
{
|
|
395
|
-
name: "id",
|
|
396
|
-
title: "Page URL",
|
|
397
|
-
type: "url",
|
|
398
|
-
jsonLdKey: "@id"
|
|
399
|
-
}
|
|
400
|
-
]
|
|
401
|
-
}
|
|
402
|
-
];
|
|
403
|
-
function schemaOrgBlogPosting(config = {}) {
|
|
404
|
-
return generateSchemaType(
|
|
405
|
-
{
|
|
406
|
-
name: "schemaOrgBlogPosting",
|
|
407
|
-
title: "Schema.org \u2014 BlogPosting",
|
|
408
|
-
icon: SchemaOrgIcons.blogPosting,
|
|
409
|
-
fields: blogPostingFields
|
|
410
|
-
},
|
|
411
|
-
config
|
|
412
|
-
);
|
|
413
|
-
}
|
|
414
|
-
|
|
415
|
-
// src/schema/brand/schema.ts
|
|
416
|
-
var brandFields = [
|
|
417
|
-
{
|
|
418
|
-
name: "name",
|
|
419
|
-
title: "Brand Name",
|
|
420
|
-
type: "string",
|
|
421
|
-
description: "The name of the brand.",
|
|
422
|
-
required: { key: "nameRequired", message: "Brand name is required for Schema.org." }
|
|
423
|
-
}
|
|
424
|
-
];
|
|
425
|
-
function schemaOrgBrand(config = {}) {
|
|
426
|
-
return generateSchemaType(
|
|
427
|
-
{
|
|
428
|
-
name: "schemaOrgBrand",
|
|
429
|
-
title: "Schema.org \u2014 Brand",
|
|
430
|
-
icon: SchemaOrgIcons.brand,
|
|
431
|
-
fields: brandFields
|
|
432
|
-
},
|
|
433
|
-
config
|
|
434
|
-
);
|
|
435
|
-
}
|
|
436
|
-
|
|
437
|
-
// src/schema/breadcrumbList/schema.ts
|
|
438
|
-
var breadcrumbListFields = [
|
|
439
|
-
{
|
|
440
|
-
name: "itemListElement",
|
|
441
|
-
title: "Breadcrumb Items",
|
|
442
|
-
type: "array",
|
|
443
|
-
jsonLdType: "ListItem",
|
|
444
|
-
fields: [
|
|
445
|
-
{
|
|
446
|
-
name: "position",
|
|
447
|
-
title: "Position",
|
|
448
|
-
type: "number",
|
|
449
|
-
required: { key: "positionRequired", message: "Position is required." }
|
|
450
|
-
},
|
|
451
|
-
{
|
|
452
|
-
name: "name",
|
|
453
|
-
title: "Label",
|
|
454
|
-
type: "string",
|
|
455
|
-
required: { key: "nameRequired", message: "Label is required." }
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
name: "item",
|
|
459
|
-
title: "URL",
|
|
460
|
-
type: "url"
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
}
|
|
464
|
-
];
|
|
465
|
-
function schemaOrgBreadcrumbList(config = {}) {
|
|
466
|
-
return generateSchemaType(
|
|
467
|
-
{
|
|
468
|
-
name: "schemaOrgBreadcrumbList",
|
|
469
|
-
title: "Schema.org \u2014 BreadcrumbList",
|
|
470
|
-
icon: SchemaOrgIcons.breadcrumbList,
|
|
471
|
-
fields: breadcrumbListFields
|
|
472
|
-
},
|
|
473
|
-
config
|
|
474
|
-
);
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
// src/schema/contactPoint/schema.ts
|
|
478
|
-
var contactPointFields = [
|
|
479
|
-
{
|
|
480
|
-
name: "contactType",
|
|
481
|
-
title: "Contact Type",
|
|
482
|
-
type: "string",
|
|
483
|
-
description: 'The type of contact, e.g. "customer support", "sales".',
|
|
484
|
-
required: { key: "contactTypeRequired", message: "Contact type is required for Schema.org." },
|
|
485
|
-
initialValue: "customer support",
|
|
486
|
-
options: [
|
|
487
|
-
{ title: "Customer Support", value: "customer support" },
|
|
488
|
-
{ title: "Sales", value: "sales" },
|
|
489
|
-
{ title: "Technical Support", value: "technical support" },
|
|
490
|
-
{ title: "Billing", value: "billing" },
|
|
491
|
-
{ title: "General Inquiry", value: "general inquiry" }
|
|
492
|
-
]
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
name: "email",
|
|
496
|
-
title: "Email",
|
|
497
|
-
type: "string",
|
|
498
|
-
description: "Contact email address."
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
name: "telephone",
|
|
502
|
-
title: "Telephone",
|
|
503
|
-
type: "string",
|
|
504
|
-
description: "Contact telephone number."
|
|
505
|
-
},
|
|
506
|
-
{
|
|
507
|
-
name: "availableLanguage",
|
|
508
|
-
title: "Available Languages",
|
|
509
|
-
type: "array",
|
|
510
|
-
of: [{ type: "string" }],
|
|
511
|
-
description: 'Languages supported by this contact point, e.g. "English", "Spanish".',
|
|
512
|
-
initialValue: ["English"]
|
|
513
|
-
}
|
|
514
|
-
];
|
|
515
|
-
function schemaOrgContactPoint(config = {}) {
|
|
516
|
-
return generateSchemaType(
|
|
517
|
-
{
|
|
518
|
-
name: "schemaOrgContactPoint",
|
|
519
|
-
title: "Schema.org \u2014 ContactPoint",
|
|
520
|
-
icon: SchemaOrgIcons.contactPoint,
|
|
521
|
-
fields: contactPointFields
|
|
522
|
-
},
|
|
523
|
-
config
|
|
524
|
-
);
|
|
525
|
-
}
|
|
526
|
-
|
|
527
|
-
// src/schema/course/schema.ts
|
|
528
|
-
var courseFields = [
|
|
529
|
-
{
|
|
530
|
-
name: "name",
|
|
531
|
-
title: "Course Name",
|
|
532
|
-
type: "string",
|
|
533
|
-
description: "The name of the course.",
|
|
534
|
-
required: { key: "nameRequired", message: "Course name is required for Schema.org." }
|
|
535
|
-
},
|
|
536
|
-
{
|
|
537
|
-
name: "description",
|
|
538
|
-
title: "Description",
|
|
539
|
-
type: "text",
|
|
540
|
-
rows: 3,
|
|
541
|
-
description: "A short description of the course."
|
|
542
|
-
},
|
|
543
|
-
{
|
|
544
|
-
name: "provider",
|
|
545
|
-
title: "Provider",
|
|
546
|
-
type: "object",
|
|
547
|
-
description: "The organization that provides this course.",
|
|
548
|
-
jsonLdType: "Organization",
|
|
549
|
-
fields: [
|
|
550
|
-
{
|
|
551
|
-
name: "name",
|
|
552
|
-
title: "Provider Name",
|
|
553
|
-
type: "string",
|
|
554
|
-
description: "Name of the providing organization."
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
name: "sameAs",
|
|
558
|
-
title: "Provider URL",
|
|
559
|
-
type: "url",
|
|
560
|
-
description: "URL of the providing organization."
|
|
561
|
-
}
|
|
562
|
-
]
|
|
563
|
-
}
|
|
564
|
-
];
|
|
565
|
-
function schemaOrgCourse(config = {}) {
|
|
566
|
-
return generateSchemaType(
|
|
567
|
-
{
|
|
568
|
-
name: "schemaOrgCourse",
|
|
569
|
-
title: "Schema.org \u2014 Course",
|
|
570
|
-
icon: SchemaOrgIcons.course,
|
|
571
|
-
fields: courseFields
|
|
572
|
-
},
|
|
573
|
-
config
|
|
574
|
-
);
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
// src/schema/event/schema.ts
|
|
578
|
-
var eventFields = [
|
|
579
|
-
{
|
|
580
|
-
name: "name",
|
|
581
|
-
title: "Event Name",
|
|
582
|
-
type: "string",
|
|
583
|
-
description: "The name of the event.",
|
|
584
|
-
required: { key: "nameRequired", message: "Event name is required for Schema.org." }
|
|
585
|
-
},
|
|
586
|
-
{
|
|
587
|
-
name: "startDate",
|
|
588
|
-
title: "Start Date",
|
|
589
|
-
type: "date",
|
|
590
|
-
description: "The start date of the event."
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
name: "location",
|
|
594
|
-
title: "Location",
|
|
595
|
-
type: "object",
|
|
596
|
-
description: "The location where the event takes place.",
|
|
597
|
-
jsonLdType: "Place",
|
|
598
|
-
fields: [
|
|
599
|
-
{
|
|
600
|
-
name: "name",
|
|
601
|
-
title: "Venue Name",
|
|
602
|
-
type: "string",
|
|
603
|
-
description: "Name of the venue or location."
|
|
604
|
-
},
|
|
605
|
-
{
|
|
606
|
-
name: "address",
|
|
607
|
-
title: "Address",
|
|
608
|
-
type: "string",
|
|
609
|
-
description: "Full address as a single string."
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
];
|
|
614
|
-
function schemaOrgEvent(config = {}) {
|
|
615
|
-
return generateSchemaType(
|
|
616
|
-
{
|
|
617
|
-
name: "schemaOrgEvent",
|
|
618
|
-
title: "Schema.org \u2014 Event",
|
|
619
|
-
icon: SchemaOrgIcons.event,
|
|
620
|
-
fields: eventFields
|
|
621
|
-
},
|
|
622
|
-
config
|
|
623
|
-
);
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
// src/schema/faqPage/schema.ts
|
|
627
|
-
var faqPageFields = [
|
|
628
|
-
{
|
|
629
|
-
name: "mainEntity",
|
|
630
|
-
title: "FAQ Items",
|
|
631
|
-
type: "array",
|
|
632
|
-
jsonLdType: "Question",
|
|
633
|
-
fields: [
|
|
634
|
-
{
|
|
635
|
-
name: "name",
|
|
636
|
-
title: "Question",
|
|
637
|
-
type: "string",
|
|
638
|
-
required: { key: "questionRequired", message: "Question text is required." }
|
|
639
|
-
},
|
|
640
|
-
{
|
|
641
|
-
name: "acceptedAnswer",
|
|
642
|
-
title: "Accepted Answer",
|
|
643
|
-
type: "object",
|
|
644
|
-
jsonLdType: "Answer",
|
|
645
|
-
fields: [
|
|
646
|
-
{
|
|
647
|
-
name: "text",
|
|
648
|
-
title: "Answer Text",
|
|
649
|
-
type: "text",
|
|
650
|
-
rows: 3
|
|
651
|
-
}
|
|
652
|
-
]
|
|
653
|
-
}
|
|
654
|
-
]
|
|
655
|
-
}
|
|
656
|
-
];
|
|
657
|
-
function schemaOrgFAQPage(config = {}) {
|
|
658
|
-
return generateSchemaType(
|
|
659
|
-
{
|
|
660
|
-
name: "schemaOrgFAQPage",
|
|
661
|
-
title: "Schema.org \u2014 FAQPage",
|
|
662
|
-
icon: SchemaOrgIcons.faqPage,
|
|
663
|
-
fields: faqPageFields
|
|
664
|
-
},
|
|
665
|
-
config
|
|
666
|
-
);
|
|
667
|
-
}
|
|
668
|
-
|
|
669
|
-
// src/schema/howTo/schema.ts
|
|
670
|
-
var howToFields = [
|
|
671
|
-
{
|
|
672
|
-
name: "name",
|
|
673
|
-
title: "Name",
|
|
674
|
-
type: "string",
|
|
675
|
-
required: { key: "nameRequired", message: "Name is required for Schema.org HowTo." }
|
|
676
|
-
},
|
|
677
|
-
{
|
|
678
|
-
name: "description",
|
|
679
|
-
title: "Description",
|
|
680
|
-
type: "text",
|
|
681
|
-
rows: 3
|
|
682
|
-
},
|
|
683
|
-
{
|
|
684
|
-
name: "step",
|
|
685
|
-
title: "Steps",
|
|
686
|
-
type: "array",
|
|
687
|
-
jsonLdType: "HowToStep",
|
|
688
|
-
fields: [
|
|
689
|
-
{
|
|
690
|
-
name: "name",
|
|
691
|
-
title: "Step Name",
|
|
692
|
-
type: "string",
|
|
693
|
-
required: { key: "stepNameRequired", message: "Step name is required." }
|
|
694
|
-
},
|
|
695
|
-
{
|
|
696
|
-
name: "text",
|
|
697
|
-
title: "Step Description",
|
|
698
|
-
type: "text",
|
|
699
|
-
rows: 2
|
|
700
|
-
}
|
|
701
|
-
]
|
|
702
|
-
}
|
|
703
|
-
];
|
|
704
|
-
function schemaOrgHowTo(config = {}) {
|
|
705
|
-
return generateSchemaType(
|
|
706
|
-
{
|
|
707
|
-
name: "schemaOrgHowTo",
|
|
708
|
-
title: "Schema.org \u2014 HowTo",
|
|
709
|
-
icon: SchemaOrgIcons.howTo,
|
|
710
|
-
fields: howToFields
|
|
711
|
-
},
|
|
712
|
-
config
|
|
713
|
-
);
|
|
714
|
-
}
|
|
715
|
-
|
|
716
|
-
// src/schema/imageObject/schema.ts
|
|
717
|
-
var imageObjectFields = [
|
|
718
|
-
{
|
|
719
|
-
name: "url",
|
|
720
|
-
title: "Image URL",
|
|
721
|
-
type: "url",
|
|
722
|
-
description: "The URL of the image.",
|
|
723
|
-
required: { key: "urlRequired", message: "Image URL is required for Schema.org." }
|
|
724
|
-
},
|
|
725
|
-
{
|
|
726
|
-
name: "width",
|
|
727
|
-
title: "Width",
|
|
728
|
-
type: "number",
|
|
729
|
-
description: "Image width in pixels."
|
|
730
|
-
},
|
|
731
|
-
{
|
|
732
|
-
name: "height",
|
|
733
|
-
title: "Height",
|
|
734
|
-
type: "number",
|
|
735
|
-
description: "Image height in pixels."
|
|
736
|
-
},
|
|
737
|
-
{
|
|
738
|
-
name: "caption",
|
|
739
|
-
title: "Caption",
|
|
740
|
-
type: "string",
|
|
741
|
-
description: "Caption or alt text for the image."
|
|
742
|
-
}
|
|
743
|
-
];
|
|
744
|
-
function schemaOrgImageObject(config = {}) {
|
|
745
|
-
return generateSchemaType(
|
|
746
|
-
{
|
|
747
|
-
name: "schemaOrgImageObject",
|
|
748
|
-
title: "Schema.org \u2014 ImageObject",
|
|
749
|
-
icon: SchemaOrgIcons.imageObject,
|
|
750
|
-
fields: imageObjectFields
|
|
751
|
-
},
|
|
752
|
-
config
|
|
753
|
-
);
|
|
754
|
-
}
|
|
755
|
-
|
|
756
|
-
// src/schema/localBusiness/schema.ts
|
|
757
|
-
var localBusinessFields = [
|
|
758
|
-
{
|
|
759
|
-
name: "name",
|
|
760
|
-
title: "Business Name",
|
|
761
|
-
type: "string",
|
|
762
|
-
description: "The official name of the business.",
|
|
763
|
-
required: { key: "nameRequired", message: "Business name is required for Schema.org." }
|
|
764
|
-
},
|
|
765
|
-
{
|
|
766
|
-
name: "image",
|
|
767
|
-
title: "Image URL",
|
|
768
|
-
type: "url",
|
|
769
|
-
description: "URL to the business image."
|
|
770
|
-
},
|
|
771
|
-
{
|
|
772
|
-
name: "telephone",
|
|
773
|
-
title: "Telephone",
|
|
774
|
-
type: "string",
|
|
775
|
-
description: "The telephone number of the business."
|
|
776
|
-
},
|
|
777
|
-
{
|
|
778
|
-
name: "address",
|
|
779
|
-
title: "Address",
|
|
780
|
-
type: "object",
|
|
781
|
-
description: "The physical address of the business.",
|
|
782
|
-
jsonLdType: "PostalAddress",
|
|
783
|
-
fields: [
|
|
784
|
-
{
|
|
785
|
-
name: "streetAddress",
|
|
786
|
-
title: "Street Address",
|
|
787
|
-
type: "string"
|
|
788
|
-
},
|
|
789
|
-
{
|
|
790
|
-
name: "addressLocality",
|
|
791
|
-
title: "Locality",
|
|
792
|
-
type: "string",
|
|
793
|
-
description: "City or town."
|
|
794
|
-
},
|
|
795
|
-
{
|
|
796
|
-
name: "addressCountry",
|
|
797
|
-
title: "Country",
|
|
798
|
-
type: "string",
|
|
799
|
-
description: 'Country code, e.g. "US".'
|
|
800
|
-
}
|
|
801
|
-
]
|
|
802
|
-
}
|
|
803
|
-
];
|
|
804
|
-
function schemaOrgLocalBusiness(config = {}) {
|
|
805
|
-
return generateSchemaType(
|
|
806
|
-
{
|
|
807
|
-
name: "schemaOrgLocalBusiness",
|
|
808
|
-
title: "Schema.org \u2014 LocalBusiness",
|
|
809
|
-
icon: SchemaOrgIcons.localBusiness,
|
|
810
|
-
fields: localBusinessFields
|
|
811
|
-
},
|
|
812
|
-
config
|
|
813
|
-
);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
// src/schema/offer/schema.ts
|
|
817
|
-
var offerFields = [
|
|
818
|
-
{
|
|
819
|
-
name: "price",
|
|
820
|
-
title: "Price",
|
|
821
|
-
type: "string",
|
|
822
|
-
description: 'The price of the offer, e.g. "199.99".',
|
|
823
|
-
required: { key: "priceRequired", message: "Price is required for Schema.org." }
|
|
824
|
-
},
|
|
825
|
-
{
|
|
826
|
-
name: "priceCurrency",
|
|
827
|
-
title: "Currency",
|
|
828
|
-
type: "string",
|
|
829
|
-
description: 'The currency of the price, e.g. "USD".',
|
|
830
|
-
initialValue: "USD",
|
|
831
|
-
options: [
|
|
832
|
-
{ title: "USD", value: "USD" },
|
|
833
|
-
{ title: "EUR", value: "EUR" },
|
|
834
|
-
{ title: "GBP", value: "GBP" },
|
|
835
|
-
{ title: "INR", value: "INR" },
|
|
836
|
-
{ title: "JPY", value: "JPY" },
|
|
837
|
-
{ title: "CAD", value: "CAD" },
|
|
838
|
-
{ title: "AUD", value: "AUD" }
|
|
839
|
-
]
|
|
840
|
-
},
|
|
841
|
-
{
|
|
842
|
-
name: "availability",
|
|
843
|
-
title: "Availability",
|
|
844
|
-
type: "url",
|
|
845
|
-
description: 'Schema.org availability URL, e.g. "https://schema.org/InStock".'
|
|
846
|
-
},
|
|
847
|
-
{
|
|
848
|
-
name: "url",
|
|
849
|
-
title: "Offer URL",
|
|
850
|
-
type: "url",
|
|
851
|
-
description: "URL of the offer page."
|
|
852
|
-
}
|
|
853
|
-
];
|
|
854
|
-
function schemaOrgOffer(config = {}) {
|
|
855
|
-
return generateSchemaType(
|
|
856
|
-
{
|
|
857
|
-
name: "schemaOrgOffer",
|
|
858
|
-
title: "Schema.org \u2014 Offer",
|
|
859
|
-
icon: SchemaOrgIcons.offer,
|
|
860
|
-
fields: offerFields
|
|
861
|
-
},
|
|
862
|
-
config
|
|
863
|
-
);
|
|
864
|
-
}
|
|
865
|
-
|
|
866
|
-
// src/schema/organization/schema.ts
|
|
867
|
-
var organizationFields = [
|
|
868
|
-
{
|
|
869
|
-
name: "name",
|
|
870
|
-
title: "Organization Name",
|
|
871
|
-
type: "string",
|
|
872
|
-
description: "The official name of the organization.",
|
|
873
|
-
required: { key: "nameRequired", message: "Organization name is required for Schema.org." }
|
|
874
|
-
},
|
|
875
|
-
{
|
|
876
|
-
name: "url",
|
|
877
|
-
title: "Organization URL",
|
|
878
|
-
type: "url",
|
|
879
|
-
description: "The full URL of the organization website.",
|
|
880
|
-
required: { key: "urlRequired", message: "Organization URL is required for Schema.org." }
|
|
881
|
-
},
|
|
882
|
-
{
|
|
883
|
-
name: "logoUrl",
|
|
884
|
-
title: "Logo URL",
|
|
885
|
-
type: "url",
|
|
886
|
-
description: "Direct URL to the organization logo image. Used in search results and knowledge panels."
|
|
887
|
-
},
|
|
888
|
-
{
|
|
889
|
-
name: "description",
|
|
890
|
-
title: "Description",
|
|
891
|
-
type: "text",
|
|
892
|
-
rows: 3,
|
|
893
|
-
description: "A short description of the organization."
|
|
894
|
-
},
|
|
895
|
-
{
|
|
896
|
-
name: "sameAs",
|
|
897
|
-
title: "Social / External Profiles",
|
|
898
|
-
type: "array",
|
|
899
|
-
of: [{ type: "url" }],
|
|
900
|
-
description: "URLs of social media profiles and other authoritative pages (Twitter, LinkedIn, GitHub, etc.)."
|
|
901
|
-
},
|
|
902
|
-
{
|
|
903
|
-
name: "contactPoint",
|
|
904
|
-
title: "Contact Point",
|
|
905
|
-
type: "object",
|
|
906
|
-
description: "Primary contact information for the organization.",
|
|
907
|
-
fields: [
|
|
908
|
-
{
|
|
909
|
-
name: "contactType",
|
|
910
|
-
title: "Contact Type",
|
|
911
|
-
type: "string",
|
|
912
|
-
description: 'e.g. "customer support", "sales", "technical support".',
|
|
913
|
-
initialValue: "customer support",
|
|
914
|
-
options: [
|
|
915
|
-
{ title: "Customer Support", value: "customer support" },
|
|
916
|
-
{ title: "Sales", value: "sales" },
|
|
917
|
-
{ title: "Technical Support", value: "technical support" },
|
|
918
|
-
{ title: "Billing", value: "billing" },
|
|
919
|
-
{ title: "General Inquiry", value: "general inquiry" }
|
|
920
|
-
]
|
|
921
|
-
},
|
|
922
|
-
{
|
|
923
|
-
name: "email",
|
|
924
|
-
title: "Email",
|
|
925
|
-
type: "string",
|
|
926
|
-
description: "Contact email address."
|
|
927
|
-
},
|
|
928
|
-
{
|
|
929
|
-
name: "availableLanguage",
|
|
930
|
-
title: "Available Languages",
|
|
931
|
-
type: "array",
|
|
932
|
-
of: [{ type: "string" }],
|
|
933
|
-
description: 'Languages supported by this contact point, e.g. "English", "Spanish".',
|
|
934
|
-
initialValue: ["English"]
|
|
935
|
-
}
|
|
936
|
-
]
|
|
937
|
-
}
|
|
938
|
-
];
|
|
939
|
-
function schemaOrgOrganization(config = {}) {
|
|
940
|
-
return generateSchemaType(
|
|
941
|
-
{
|
|
942
|
-
name: "schemaOrgOrganization",
|
|
943
|
-
title: "Schema.org \u2014 Organization",
|
|
944
|
-
icon: SchemaOrgIcons.organization,
|
|
945
|
-
fields: organizationFields
|
|
946
|
-
},
|
|
947
|
-
config
|
|
948
|
-
);
|
|
949
|
-
}
|
|
950
|
-
|
|
951
|
-
// src/schema/person/schema.ts
|
|
952
|
-
var personFields = [
|
|
953
|
-
{
|
|
954
|
-
name: "name",
|
|
955
|
-
title: "Full Name",
|
|
956
|
-
type: "string",
|
|
957
|
-
description: "The full name of the person.",
|
|
958
|
-
required: { key: "nameRequired", message: "Person name is required for Schema.org." }
|
|
959
|
-
},
|
|
960
|
-
{
|
|
961
|
-
name: "jobTitle",
|
|
962
|
-
title: "Job Title",
|
|
963
|
-
type: "string",
|
|
964
|
-
description: "The job title or role of the person."
|
|
965
|
-
},
|
|
966
|
-
{
|
|
967
|
-
name: "url",
|
|
968
|
-
title: "Profile URL",
|
|
969
|
-
type: "url",
|
|
970
|
-
description: "URL of the person's profile or personal website."
|
|
971
|
-
},
|
|
972
|
-
{
|
|
973
|
-
name: "imageUrl",
|
|
974
|
-
title: "Image URL",
|
|
975
|
-
type: "url",
|
|
976
|
-
description: "URL to a photo/image of this person.",
|
|
977
|
-
jsonLdKey: "image"
|
|
978
|
-
},
|
|
979
|
-
{
|
|
980
|
-
name: "sameAs",
|
|
981
|
-
title: "Social / External Profiles",
|
|
982
|
-
type: "array",
|
|
983
|
-
of: [{ type: "url" }],
|
|
984
|
-
description: "URLs of social media profiles and other authoritative pages (LinkedIn, GitHub, etc.)."
|
|
985
|
-
},
|
|
986
|
-
{
|
|
987
|
-
name: "worksFor",
|
|
988
|
-
title: "Works For",
|
|
989
|
-
type: "object",
|
|
990
|
-
description: "The organization this person works for.",
|
|
991
|
-
jsonLdType: "Organization",
|
|
992
|
-
fields: [
|
|
993
|
-
{
|
|
994
|
-
name: "name",
|
|
995
|
-
title: "Organization Name",
|
|
996
|
-
type: "string",
|
|
997
|
-
description: "Name of the organization."
|
|
998
|
-
}
|
|
999
|
-
]
|
|
1000
|
-
}
|
|
1001
|
-
];
|
|
1002
|
-
function schemaOrgPerson(config = {}) {
|
|
1003
|
-
return generateSchemaType(
|
|
1004
|
-
{
|
|
1005
|
-
name: "schemaOrgPerson",
|
|
1006
|
-
title: "Schema.org \u2014 Person",
|
|
1007
|
-
icon: SchemaOrgIcons.person,
|
|
1008
|
-
fields: personFields
|
|
1009
|
-
},
|
|
1010
|
-
config
|
|
1011
|
-
);
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
// src/schema/place/schema.ts
|
|
1015
|
-
var placeFields = [
|
|
1016
|
-
{
|
|
1017
|
-
name: "name",
|
|
1018
|
-
title: "Place Name",
|
|
1019
|
-
type: "string",
|
|
1020
|
-
description: "The name of the place.",
|
|
1021
|
-
required: { key: "nameRequired", message: "Place name is required for Schema.org." }
|
|
1022
|
-
},
|
|
1023
|
-
{
|
|
1024
|
-
name: "address",
|
|
1025
|
-
title: "Address",
|
|
1026
|
-
type: "object",
|
|
1027
|
-
description: "The physical address of the place.",
|
|
1028
|
-
jsonLdType: "PostalAddress",
|
|
1029
|
-
fields: [
|
|
1030
|
-
{
|
|
1031
|
-
name: "addressLocality",
|
|
1032
|
-
title: "Locality",
|
|
1033
|
-
type: "string",
|
|
1034
|
-
description: "City or town."
|
|
1035
|
-
},
|
|
1036
|
-
{
|
|
1037
|
-
name: "addressCountry",
|
|
1038
|
-
title: "Country",
|
|
1039
|
-
type: "string",
|
|
1040
|
-
description: 'Country code, e.g. "US".'
|
|
1041
|
-
}
|
|
1042
|
-
]
|
|
1043
|
-
}
|
|
1044
|
-
];
|
|
1045
|
-
function schemaOrgPlace(config = {}) {
|
|
1046
|
-
return generateSchemaType(
|
|
1047
|
-
{
|
|
1048
|
-
name: "schemaOrgPlace",
|
|
1049
|
-
title: "Schema.org \u2014 Place",
|
|
1050
|
-
icon: SchemaOrgIcons.place,
|
|
1051
|
-
fields: placeFields
|
|
1052
|
-
},
|
|
1053
|
-
config
|
|
1054
|
-
);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
// src/schema/postalAddress/schema.ts
|
|
1058
|
-
var postalAddressFields = [
|
|
1059
|
-
{
|
|
1060
|
-
name: "streetAddress",
|
|
1061
|
-
title: "Street Address",
|
|
1062
|
-
type: "string",
|
|
1063
|
-
description: 'The street address, e.g. "123 Main St".'
|
|
1064
|
-
},
|
|
1065
|
-
{
|
|
1066
|
-
name: "addressLocality",
|
|
1067
|
-
title: "City / Locality",
|
|
1068
|
-
type: "string",
|
|
1069
|
-
description: 'The city or locality, e.g. "New York".'
|
|
1070
|
-
},
|
|
1071
|
-
{
|
|
1072
|
-
name: "postalCode",
|
|
1073
|
-
title: "Postal Code",
|
|
1074
|
-
type: "string",
|
|
1075
|
-
description: 'The postal or ZIP code, e.g. "10001".'
|
|
1076
|
-
},
|
|
1077
|
-
{
|
|
1078
|
-
name: "addressCountry",
|
|
1079
|
-
title: "Country",
|
|
1080
|
-
type: "string",
|
|
1081
|
-
description: 'The country code, e.g. "US".'
|
|
1082
|
-
}
|
|
1083
|
-
];
|
|
1084
|
-
function schemaOrgPostalAddress(config = {}) {
|
|
1085
|
-
return generateSchemaType(
|
|
1086
|
-
{
|
|
1087
|
-
name: "schemaOrgPostalAddress",
|
|
1088
|
-
title: "Schema.org \u2014 PostalAddress",
|
|
1089
|
-
icon: SchemaOrgIcons.postalAddress,
|
|
1090
|
-
fields: postalAddressFields
|
|
1091
|
-
},
|
|
1092
|
-
config
|
|
1093
|
-
);
|
|
1094
|
-
}
|
|
1095
|
-
|
|
1096
|
-
// src/schema/product/schema.ts
|
|
1097
|
-
var productFields = [
|
|
1098
|
-
{
|
|
1099
|
-
name: "name",
|
|
1100
|
-
title: "Product Name",
|
|
1101
|
-
type: "string",
|
|
1102
|
-
description: "The name of the product.",
|
|
1103
|
-
required: { key: "nameRequired", message: "Product name is required for Schema.org." }
|
|
1104
|
-
},
|
|
1105
|
-
{
|
|
1106
|
-
name: "imageUrl",
|
|
1107
|
-
title: "Image URL",
|
|
1108
|
-
type: "url",
|
|
1109
|
-
description: "URL to the product image.",
|
|
1110
|
-
jsonLdKey: "image"
|
|
1111
|
-
},
|
|
1112
|
-
{
|
|
1113
|
-
name: "description",
|
|
1114
|
-
title: "Description",
|
|
1115
|
-
type: "text",
|
|
1116
|
-
rows: 3,
|
|
1117
|
-
description: "A short description of the product."
|
|
1118
|
-
},
|
|
1119
|
-
{
|
|
1120
|
-
name: "brand",
|
|
1121
|
-
title: "Brand",
|
|
1122
|
-
type: "object",
|
|
1123
|
-
description: "The brand of the product.",
|
|
1124
|
-
jsonLdType: "Brand",
|
|
1125
|
-
fields: [
|
|
1126
|
-
{
|
|
1127
|
-
name: "name",
|
|
1128
|
-
title: "Brand Name",
|
|
1129
|
-
type: "string",
|
|
1130
|
-
description: "Name of the brand."
|
|
1131
|
-
}
|
|
1132
|
-
]
|
|
1133
|
-
}
|
|
1134
|
-
];
|
|
1135
|
-
function schemaOrgProduct(config = {}) {
|
|
1136
|
-
return generateSchemaType(
|
|
1137
|
-
{
|
|
1138
|
-
name: "schemaOrgProduct",
|
|
1139
|
-
title: "Schema.org \u2014 Product",
|
|
1140
|
-
icon: SchemaOrgIcons.product,
|
|
1141
|
-
fields: productFields
|
|
1142
|
-
},
|
|
1143
|
-
config
|
|
1144
|
-
);
|
|
1145
|
-
}
|
|
1146
|
-
|
|
1147
|
-
// src/schema/review/schema.ts
|
|
1148
|
-
var reviewFields = [
|
|
1149
|
-
{
|
|
1150
|
-
name: "reviewRating",
|
|
1151
|
-
title: "Review Rating",
|
|
1152
|
-
type: "object",
|
|
1153
|
-
jsonLdType: "Rating",
|
|
1154
|
-
fields: [
|
|
1155
|
-
{
|
|
1156
|
-
name: "ratingValue",
|
|
1157
|
-
title: "Rating Value",
|
|
1158
|
-
type: "string",
|
|
1159
|
-
required: {
|
|
1160
|
-
key: "ratingValueRequired",
|
|
1161
|
-
message: "Rating value is required for Schema.org Review."
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1164
|
-
]
|
|
1165
|
-
},
|
|
1166
|
-
{
|
|
1167
|
-
name: "author",
|
|
1168
|
-
title: "Author",
|
|
1169
|
-
type: "object",
|
|
1170
|
-
jsonLdType: "Person",
|
|
1171
|
-
fields: [
|
|
1172
|
-
{
|
|
1173
|
-
name: "name",
|
|
1174
|
-
title: "Author Name",
|
|
1175
|
-
type: "string",
|
|
1176
|
-
required: {
|
|
1177
|
-
key: "authorNameRequired",
|
|
1178
|
-
message: "Author name is required for Schema.org Review."
|
|
1179
|
-
}
|
|
1180
|
-
}
|
|
1181
|
-
]
|
|
1182
|
-
},
|
|
1183
|
-
{
|
|
1184
|
-
name: "reviewBody",
|
|
1185
|
-
title: "Review Body",
|
|
1186
|
-
type: "text",
|
|
1187
|
-
rows: 3
|
|
1188
|
-
}
|
|
1189
|
-
];
|
|
1190
|
-
function schemaOrgReview(config = {}) {
|
|
1191
|
-
return generateSchemaType(
|
|
1192
|
-
{
|
|
1193
|
-
name: "schemaOrgReview",
|
|
1194
|
-
title: "Schema.org \u2014 Review",
|
|
1195
|
-
icon: SchemaOrgIcons.review,
|
|
1196
|
-
fields: reviewFields
|
|
1197
|
-
},
|
|
1198
|
-
config
|
|
1199
|
-
);
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
// src/schema/softwareApplication/schema.ts
|
|
1203
|
-
var softwareApplicationFields = [
|
|
1204
|
-
{
|
|
1205
|
-
name: "name",
|
|
1206
|
-
title: "Application Name",
|
|
1207
|
-
type: "string",
|
|
1208
|
-
description: "The name of the software application.",
|
|
1209
|
-
required: {
|
|
1210
|
-
key: "nameRequired",
|
|
1211
|
-
message: "Application name is required for Schema.org."
|
|
1212
|
-
}
|
|
1213
|
-
},
|
|
1214
|
-
{
|
|
1215
|
-
name: "applicationCategory",
|
|
1216
|
-
title: "Application Category",
|
|
1217
|
-
type: "string",
|
|
1218
|
-
description: "The category of the application.",
|
|
1219
|
-
options: [
|
|
1220
|
-
{ title: "Developer Application", value: "DeveloperApplication" },
|
|
1221
|
-
{ title: "Business Application", value: "BusinessApplication" },
|
|
1222
|
-
{ title: "Game Application", value: "GameApplication" },
|
|
1223
|
-
{ title: "Educational Application", value: "EducationalApplication" },
|
|
1224
|
-
{ title: "Utilities Application", value: "UtilitiesApplication" },
|
|
1225
|
-
{ title: "Social Networking Application", value: "SocialNetworkingApplication" }
|
|
1226
|
-
]
|
|
1227
|
-
},
|
|
1228
|
-
{
|
|
1229
|
-
name: "operatingSystem",
|
|
1230
|
-
title: "Operating System",
|
|
1231
|
-
type: "string",
|
|
1232
|
-
description: 'The supported operating systems, e.g. "Windows, macOS".'
|
|
1233
|
-
},
|
|
1234
|
-
{
|
|
1235
|
-
name: "url",
|
|
1236
|
-
title: "Application URL",
|
|
1237
|
-
type: "url",
|
|
1238
|
-
description: "URL of the software application."
|
|
1239
|
-
}
|
|
1240
|
-
];
|
|
1241
|
-
function schemaOrgSoftwareApplication(config = {}) {
|
|
1242
|
-
return generateSchemaType(
|
|
1243
|
-
{
|
|
1244
|
-
name: "schemaOrgSoftwareApplication",
|
|
1245
|
-
title: "Schema.org \u2014 SoftwareApplication",
|
|
1246
|
-
icon: SchemaOrgIcons.softwareApplication,
|
|
1247
|
-
fields: softwareApplicationFields
|
|
1248
|
-
},
|
|
1249
|
-
config
|
|
1250
|
-
);
|
|
1251
|
-
}
|
|
1
|
+
'use strict';
|
|
1252
2
|
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
name: "name",
|
|
1257
|
-
title: "Video Name",
|
|
1258
|
-
type: "string",
|
|
1259
|
-
description: "The name of the video.",
|
|
1260
|
-
required: { key: "nameRequired", message: "Video name is required for Schema.org." }
|
|
1261
|
-
},
|
|
1262
|
-
{
|
|
1263
|
-
name: "description",
|
|
1264
|
-
title: "Description",
|
|
1265
|
-
type: "text",
|
|
1266
|
-
rows: 3,
|
|
1267
|
-
description: "A description of the video."
|
|
1268
|
-
},
|
|
1269
|
-
{
|
|
1270
|
-
name: "thumbnailUrl",
|
|
1271
|
-
title: "Thumbnail URL",
|
|
1272
|
-
type: "url",
|
|
1273
|
-
description: "URL of the video thumbnail image."
|
|
1274
|
-
},
|
|
1275
|
-
{
|
|
1276
|
-
name: "uploadDate",
|
|
1277
|
-
title: "Upload Date",
|
|
1278
|
-
type: "date",
|
|
1279
|
-
description: "The date the video was uploaded."
|
|
1280
|
-
},
|
|
1281
|
-
{
|
|
1282
|
-
name: "contentUrl",
|
|
1283
|
-
title: "Content URL",
|
|
1284
|
-
type: "url",
|
|
1285
|
-
description: "URL to the actual video file."
|
|
1286
|
-
}
|
|
1287
|
-
];
|
|
1288
|
-
function schemaOrgVideoObject(config = {}) {
|
|
1289
|
-
return generateSchemaType(
|
|
1290
|
-
{
|
|
1291
|
-
name: "schemaOrgVideoObject",
|
|
1292
|
-
title: "Schema.org \u2014 VideoObject",
|
|
1293
|
-
icon: SchemaOrgIcons.videoObject,
|
|
1294
|
-
fields: videoObjectFields
|
|
1295
|
-
},
|
|
1296
|
-
config
|
|
1297
|
-
);
|
|
1298
|
-
}
|
|
3
|
+
var chunkD2GWRRK5_cjs = require('./chunk-D2GWRRK5.cjs');
|
|
4
|
+
require('./chunk-S367Y35J.cjs');
|
|
5
|
+
var sanity = require('sanity');
|
|
1299
6
|
|
|
1300
|
-
// src/schema/
|
|
1301
|
-
var
|
|
7
|
+
// src/schema/organization/schema.ts
|
|
8
|
+
var organizationFields = [
|
|
1302
9
|
{
|
|
1303
10
|
name: "name",
|
|
1304
|
-
title: "
|
|
11
|
+
title: "Organization Name",
|
|
1305
12
|
type: "string",
|
|
1306
|
-
description: "The name of the
|
|
1307
|
-
required: {
|
|
1308
|
-
key: "nameRequired",
|
|
1309
|
-
message: "Application name is required for Schema.org."
|
|
1310
|
-
}
|
|
13
|
+
description: "The official name of the organization.",
|
|
14
|
+
required: { key: "nameRequired", message: "Organization name is required for Schema.org." }
|
|
1311
15
|
},
|
|
1312
16
|
{
|
|
1313
17
|
name: "url",
|
|
1314
|
-
title: "
|
|
18
|
+
title: "Organization URL",
|
|
1315
19
|
type: "url",
|
|
1316
|
-
description: "URL of the
|
|
1317
|
-
required: { key: "urlRequired", message: "
|
|
1318
|
-
},
|
|
1319
|
-
{
|
|
1320
|
-
name: "applicationCategory",
|
|
1321
|
-
title: "Application Category",
|
|
1322
|
-
type: "string",
|
|
1323
|
-
description: "The category of the application.",
|
|
1324
|
-
options: [
|
|
1325
|
-
{ title: "Developer Application", value: "DeveloperApplication" },
|
|
1326
|
-
{ title: "Business Application", value: "BusinessApplication" },
|
|
1327
|
-
{ title: "Game Application", value: "GameApplication" },
|
|
1328
|
-
{ title: "Educational Application", value: "EducationalApplication" },
|
|
1329
|
-
{ title: "Utilities Application", value: "UtilitiesApplication" },
|
|
1330
|
-
{ title: "Social Networking Application", value: "SocialNetworkingApplication" }
|
|
1331
|
-
]
|
|
1332
|
-
},
|
|
1333
|
-
{
|
|
1334
|
-
name: "operatingSystem",
|
|
1335
|
-
title: "Operating System",
|
|
1336
|
-
type: "string",
|
|
1337
|
-
description: "The supported operating systems.",
|
|
1338
|
-
initialValue: "All"
|
|
1339
|
-
}
|
|
1340
|
-
];
|
|
1341
|
-
function schemaOrgWebApplication(config = {}) {
|
|
1342
|
-
return generateSchemaType(
|
|
1343
|
-
{
|
|
1344
|
-
name: "schemaOrgWebApplication",
|
|
1345
|
-
title: "Schema.org \u2014 WebApplication",
|
|
1346
|
-
icon: SchemaOrgIcons.webApplication,
|
|
1347
|
-
fields: webApplicationFields
|
|
1348
|
-
},
|
|
1349
|
-
config
|
|
1350
|
-
);
|
|
1351
|
-
}
|
|
1352
|
-
|
|
1353
|
-
// src/schema/webPage/schema.ts
|
|
1354
|
-
var webPageFields = [
|
|
1355
|
-
{
|
|
1356
|
-
name: "name",
|
|
1357
|
-
title: "Page Name",
|
|
1358
|
-
type: "string",
|
|
1359
|
-
description: "The title of the page.",
|
|
1360
|
-
required: { key: "nameRequired", message: "Page name is required for Schema.org." }
|
|
20
|
+
description: "The full URL of the organization website.",
|
|
21
|
+
required: { key: "urlRequired", message: "Organization URL is required for Schema.org." }
|
|
1361
22
|
},
|
|
1362
23
|
{
|
|
1363
|
-
name: "
|
|
1364
|
-
title: "
|
|
24
|
+
name: "logoUrl",
|
|
25
|
+
title: "Logo URL",
|
|
1365
26
|
type: "url",
|
|
1366
|
-
description: "
|
|
1367
|
-
required: { key: "urlRequired", message: "Page URL is required for Schema.org." }
|
|
27
|
+
description: "Direct URL to the organization logo image. Used in search results and knowledge panels."
|
|
1368
28
|
},
|
|
1369
29
|
{
|
|
1370
30
|
name: "description",
|
|
1371
31
|
title: "Description",
|
|
1372
32
|
type: "text",
|
|
1373
33
|
rows: 3,
|
|
1374
|
-
description: "A short description of the
|
|
34
|
+
description: "A short description of the organization."
|
|
1375
35
|
},
|
|
1376
36
|
{
|
|
1377
|
-
name: "
|
|
1378
|
-
title: "
|
|
1379
|
-
type: "
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
options: [
|
|
1383
|
-
{ title: "English", value: "en" },
|
|
1384
|
-
{ title: "Spanish", value: "es" },
|
|
1385
|
-
{ title: "French", value: "fr" },
|
|
1386
|
-
{ title: "German", value: "de" },
|
|
1387
|
-
{ title: "Portuguese", value: "pt" },
|
|
1388
|
-
{ title: "Italian", value: "it" },
|
|
1389
|
-
{ title: "Dutch", value: "nl" },
|
|
1390
|
-
{ title: "Japanese", value: "ja" },
|
|
1391
|
-
{ title: "Chinese", value: "zh" },
|
|
1392
|
-
{ title: "Korean", value: "ko" },
|
|
1393
|
-
{ title: "Hindi", value: "hi" },
|
|
1394
|
-
{ title: "Arabic", value: "ar" }
|
|
1395
|
-
]
|
|
37
|
+
name: "sameAs",
|
|
38
|
+
title: "Social / External Profiles",
|
|
39
|
+
type: "array",
|
|
40
|
+
of: [{ type: "url" }],
|
|
41
|
+
description: "URLs of social media profiles and other authoritative pages (Twitter, LinkedIn, GitHub, etc.)."
|
|
1396
42
|
},
|
|
1397
43
|
{
|
|
1398
|
-
name: "
|
|
1399
|
-
title: "
|
|
44
|
+
name: "contactPoint",
|
|
45
|
+
title: "Contact Point",
|
|
1400
46
|
type: "object",
|
|
1401
|
-
description: "
|
|
1402
|
-
jsonLdType: "WebSite",
|
|
47
|
+
description: "Primary contact information for the organization.",
|
|
1403
48
|
fields: [
|
|
1404
49
|
{
|
|
1405
|
-
name: "
|
|
1406
|
-
title: "
|
|
1407
|
-
type: "
|
|
1408
|
-
description: "
|
|
50
|
+
name: "contactType",
|
|
51
|
+
title: "Contact Type",
|
|
52
|
+
type: "string",
|
|
53
|
+
description: 'e.g. "customer support", "sales", "technical support".',
|
|
54
|
+
initialValue: "customer support",
|
|
55
|
+
options: [
|
|
56
|
+
{ title: "Customer Support", value: "customer support" },
|
|
57
|
+
{ title: "Sales", value: "sales" },
|
|
58
|
+
{ title: "Technical Support", value: "technical support" },
|
|
59
|
+
{ title: "Billing", value: "billing" },
|
|
60
|
+
{ title: "General Inquiry", value: "general inquiry" }
|
|
61
|
+
]
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
name: "email",
|
|
65
|
+
title: "Email",
|
|
66
|
+
type: "string",
|
|
67
|
+
description: "Contact email address."
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
name: "availableLanguage",
|
|
71
|
+
title: "Available Languages",
|
|
72
|
+
type: "array",
|
|
73
|
+
of: [{ type: "string" }],
|
|
74
|
+
description: 'Languages supported by this contact point, e.g. "English", "Spanish".',
|
|
75
|
+
initialValue: ["English"]
|
|
1409
76
|
}
|
|
1410
77
|
]
|
|
1411
78
|
}
|
|
1412
79
|
];
|
|
1413
|
-
function
|
|
1414
|
-
return generateSchemaType(
|
|
80
|
+
function schemaOrgOrganization(config = {}) {
|
|
81
|
+
return chunkD2GWRRK5_cjs.generateSchemaType(
|
|
1415
82
|
{
|
|
1416
|
-
name: "
|
|
1417
|
-
title: "Schema.org \u2014
|
|
1418
|
-
icon: SchemaOrgIcons.
|
|
1419
|
-
fields:
|
|
83
|
+
name: "schemaOrgOrganization",
|
|
84
|
+
title: "Schema.org \u2014 Organization",
|
|
85
|
+
icon: chunkD2GWRRK5_cjs.SchemaOrgIcons.organization,
|
|
86
|
+
fields: organizationFields
|
|
1420
87
|
},
|
|
1421
88
|
config
|
|
1422
89
|
);
|
|
@@ -1494,11 +161,11 @@ var websiteFields = [
|
|
|
1494
161
|
}
|
|
1495
162
|
];
|
|
1496
163
|
function schemaOrgWebsite(config = {}) {
|
|
1497
|
-
return generateSchemaType(
|
|
164
|
+
return chunkD2GWRRK5_cjs.generateSchemaType(
|
|
1498
165
|
{
|
|
1499
166
|
name: "schemaOrgWebsite",
|
|
1500
167
|
title: "Schema.org \u2014 Website",
|
|
1501
|
-
icon: SchemaOrgIcons.website,
|
|
168
|
+
icon: chunkD2GWRRK5_cjs.SchemaOrgIcons.website,
|
|
1502
169
|
fields: websiteFields
|
|
1503
170
|
},
|
|
1504
171
|
config
|
|
@@ -1532,111 +199,111 @@ var ALL_SCHEMA_ORG_TYPES = [
|
|
|
1532
199
|
"schemaOrgPostalAddress",
|
|
1533
200
|
"schemaOrgContactPoint"
|
|
1534
201
|
];
|
|
1535
|
-
var schemaOrgWebsitePlugin =
|
|
202
|
+
var schemaOrgWebsitePlugin = sanity.definePlugin((config = {}) => ({
|
|
1536
203
|
name: "sanity-plugin-seofields/schema-org-website",
|
|
1537
204
|
schema: { types: [schemaOrgWebsite(config)] }
|
|
1538
205
|
}));
|
|
1539
|
-
var schemaOrgOrganizationPlugin =
|
|
206
|
+
var schemaOrgOrganizationPlugin = sanity.definePlugin((config = {}) => ({
|
|
1540
207
|
name: "sanity-plugin-seofields/schema-org-organization",
|
|
1541
208
|
schema: { types: [schemaOrgOrganization(config)] }
|
|
1542
209
|
}));
|
|
1543
|
-
var schemaOrgWebPagePlugin =
|
|
210
|
+
var schemaOrgWebPagePlugin = sanity.definePlugin((config = {}) => ({
|
|
1544
211
|
name: "sanity-plugin-seofields/schema-org-webpage",
|
|
1545
|
-
schema: { types: [schemaOrgWebPage(config)] }
|
|
212
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgWebPage(config)] }
|
|
1546
213
|
}));
|
|
1547
|
-
var schemaOrgPersonPlugin =
|
|
214
|
+
var schemaOrgPersonPlugin = sanity.definePlugin((config = {}) => ({
|
|
1548
215
|
name: "sanity-plugin-seofields/schema-org-person",
|
|
1549
|
-
schema: { types: [schemaOrgPerson(config)] }
|
|
216
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgPerson(config)] }
|
|
1550
217
|
}));
|
|
1551
|
-
var schemaOrgBreadcrumbListPlugin =
|
|
218
|
+
var schemaOrgBreadcrumbListPlugin = sanity.definePlugin(
|
|
1552
219
|
(config = {}) => ({
|
|
1553
220
|
name: "sanity-plugin-seofields/schema-org-breadcrumblist",
|
|
1554
|
-
schema: { types: [schemaOrgBreadcrumbList(config)] }
|
|
221
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgBreadcrumbList(config)] }
|
|
1555
222
|
})
|
|
1556
223
|
);
|
|
1557
|
-
var schemaOrgImageObjectPlugin =
|
|
224
|
+
var schemaOrgImageObjectPlugin = sanity.definePlugin((config = {}) => ({
|
|
1558
225
|
name: "sanity-plugin-seofields/schema-org-imageobject",
|
|
1559
|
-
schema: { types: [schemaOrgImageObject(config)] }
|
|
226
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgImageObject(config)] }
|
|
1560
227
|
}));
|
|
1561
|
-
var schemaOrgArticlePlugin =
|
|
228
|
+
var schemaOrgArticlePlugin = sanity.definePlugin((config = {}) => ({
|
|
1562
229
|
name: "sanity-plugin-seofields/schema-org-article",
|
|
1563
|
-
schema: { types: [schemaOrgArticle(config)] }
|
|
230
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgArticle(config)] }
|
|
1564
231
|
}));
|
|
1565
|
-
var schemaOrgBlogPostingPlugin =
|
|
232
|
+
var schemaOrgBlogPostingPlugin = sanity.definePlugin((config = {}) => ({
|
|
1566
233
|
name: "sanity-plugin-seofields/schema-org-blogposting",
|
|
1567
|
-
schema: { types: [schemaOrgBlogPosting(config)] }
|
|
234
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgBlogPosting(config)] }
|
|
1568
235
|
}));
|
|
1569
|
-
var schemaOrgFAQPagePlugin =
|
|
236
|
+
var schemaOrgFAQPagePlugin = sanity.definePlugin((config = {}) => ({
|
|
1570
237
|
name: "sanity-plugin-seofields/schema-org-faqpage",
|
|
1571
|
-
schema: { types: [schemaOrgFAQPage(config)] }
|
|
238
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgFAQPage(config)] }
|
|
1572
239
|
}));
|
|
1573
|
-
var schemaOrgHowToPlugin =
|
|
240
|
+
var schemaOrgHowToPlugin = sanity.definePlugin((config = {}) => ({
|
|
1574
241
|
name: "sanity-plugin-seofields/schema-org-howto",
|
|
1575
|
-
schema: { types: [schemaOrgHowTo(config)] }
|
|
242
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgHowTo(config)] }
|
|
1576
243
|
}));
|
|
1577
|
-
var schemaOrgProductPlugin =
|
|
244
|
+
var schemaOrgProductPlugin = sanity.definePlugin((config = {}) => ({
|
|
1578
245
|
name: "sanity-plugin-seofields/schema-org-product",
|
|
1579
|
-
schema: { types: [schemaOrgProduct(config)] }
|
|
246
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgProduct(config)] }
|
|
1580
247
|
}));
|
|
1581
|
-
var schemaOrgOfferPlugin =
|
|
248
|
+
var schemaOrgOfferPlugin = sanity.definePlugin((config = {}) => ({
|
|
1582
249
|
name: "sanity-plugin-seofields/schema-org-offer",
|
|
1583
|
-
schema: { types: [schemaOrgOffer(config)] }
|
|
250
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgOffer(config)] }
|
|
1584
251
|
}));
|
|
1585
|
-
var schemaOrgAggregateRatingPlugin =
|
|
252
|
+
var schemaOrgAggregateRatingPlugin = sanity.definePlugin(
|
|
1586
253
|
(config = {}) => ({
|
|
1587
254
|
name: "sanity-plugin-seofields/schema-org-aggregaterating",
|
|
1588
|
-
schema: { types: [schemaOrgAggregateRating(config)] }
|
|
255
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgAggregateRating(config)] }
|
|
1589
256
|
})
|
|
1590
257
|
);
|
|
1591
|
-
var schemaOrgReviewPlugin =
|
|
258
|
+
var schemaOrgReviewPlugin = sanity.definePlugin((config = {}) => ({
|
|
1592
259
|
name: "sanity-plugin-seofields/schema-org-review",
|
|
1593
|
-
schema: { types: [schemaOrgReview(config)] }
|
|
260
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgReview(config)] }
|
|
1594
261
|
}));
|
|
1595
|
-
var schemaOrgBrandPlugin =
|
|
262
|
+
var schemaOrgBrandPlugin = sanity.definePlugin((config = {}) => ({
|
|
1596
263
|
name: "sanity-plugin-seofields/schema-org-brand",
|
|
1597
|
-
schema: { types: [schemaOrgBrand(config)] }
|
|
264
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgBrand(config)] }
|
|
1598
265
|
}));
|
|
1599
|
-
var schemaOrgLocalBusinessPlugin =
|
|
266
|
+
var schemaOrgLocalBusinessPlugin = sanity.definePlugin((config = {}) => ({
|
|
1600
267
|
name: "sanity-plugin-seofields/schema-org-localbusiness",
|
|
1601
|
-
schema: { types: [schemaOrgLocalBusiness(config)] }
|
|
268
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgLocalBusiness(config)] }
|
|
1602
269
|
}));
|
|
1603
|
-
var schemaOrgPostalAddressPlugin =
|
|
270
|
+
var schemaOrgPostalAddressPlugin = sanity.definePlugin((config = {}) => ({
|
|
1604
271
|
name: "sanity-plugin-seofields/schema-org-postaladdress",
|
|
1605
|
-
schema: { types: [schemaOrgPostalAddress(config)] }
|
|
272
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgPostalAddress(config)] }
|
|
1606
273
|
}));
|
|
1607
|
-
var schemaOrgContactPointPlugin =
|
|
274
|
+
var schemaOrgContactPointPlugin = sanity.definePlugin((config = {}) => ({
|
|
1608
275
|
name: "sanity-plugin-seofields/schema-org-contactpoint",
|
|
1609
|
-
schema: { types: [schemaOrgContactPoint(config)] }
|
|
276
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgContactPoint(config)] }
|
|
1610
277
|
}));
|
|
1611
|
-
var schemaOrgSoftwareApplicationPlugin =
|
|
278
|
+
var schemaOrgSoftwareApplicationPlugin = sanity.definePlugin(
|
|
1612
279
|
(config = {}) => ({
|
|
1613
280
|
name: "sanity-plugin-seofields/schema-org-softwareapplication",
|
|
1614
|
-
schema: { types: [schemaOrgSoftwareApplication(config)] }
|
|
281
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgSoftwareApplication(config)] }
|
|
1615
282
|
})
|
|
1616
283
|
);
|
|
1617
|
-
var schemaOrgWebApplicationPlugin =
|
|
284
|
+
var schemaOrgWebApplicationPlugin = sanity.definePlugin(
|
|
1618
285
|
(config = {}) => ({
|
|
1619
286
|
name: "sanity-plugin-seofields/schema-org-webapplication",
|
|
1620
|
-
schema: { types: [schemaOrgWebApplication(config)] }
|
|
287
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgWebApplication(config)] }
|
|
1621
288
|
})
|
|
1622
289
|
);
|
|
1623
|
-
var schemaOrgEventPlugin =
|
|
290
|
+
var schemaOrgEventPlugin = sanity.definePlugin((config = {}) => ({
|
|
1624
291
|
name: "sanity-plugin-seofields/schema-org-event",
|
|
1625
|
-
schema: { types: [schemaOrgEvent(config)] }
|
|
292
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgEvent(config)] }
|
|
1626
293
|
}));
|
|
1627
|
-
var schemaOrgPlacePlugin =
|
|
294
|
+
var schemaOrgPlacePlugin = sanity.definePlugin((config = {}) => ({
|
|
1628
295
|
name: "sanity-plugin-seofields/schema-org-place",
|
|
1629
|
-
schema: { types: [schemaOrgPlace(config)] }
|
|
296
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgPlace(config)] }
|
|
1630
297
|
}));
|
|
1631
|
-
var schemaOrgVideoObjectPlugin =
|
|
298
|
+
var schemaOrgVideoObjectPlugin = sanity.definePlugin((config = {}) => ({
|
|
1632
299
|
name: "sanity-plugin-seofields/schema-org-videoobject",
|
|
1633
|
-
schema: { types: [schemaOrgVideoObject(config)] }
|
|
300
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgVideoObject(config)] }
|
|
1634
301
|
}));
|
|
1635
|
-
var schemaOrgCoursePlugin =
|
|
302
|
+
var schemaOrgCoursePlugin = sanity.definePlugin((config = {}) => ({
|
|
1636
303
|
name: "sanity-plugin-seofields/schema-org-course",
|
|
1637
|
-
schema: { types: [schemaOrgCourse(config)] }
|
|
304
|
+
schema: { types: [chunkD2GWRRK5_cjs.schemaOrgCourse(config)] }
|
|
1638
305
|
}));
|
|
1639
|
-
var schemaOrg =
|
|
306
|
+
var schemaOrg = sanity.definePlugin((config = {}) => {
|
|
1640
307
|
const c = config;
|
|
1641
308
|
return {
|
|
1642
309
|
name: "sanity-plugin-seofields/schema-org",
|
|
@@ -1644,30 +311,30 @@ var schemaOrg = (0, import_sanity2.definePlugin)((config = {}) => {
|
|
|
1644
311
|
types: [
|
|
1645
312
|
schemaOrgWebsite(c.website),
|
|
1646
313
|
schemaOrgOrganization(c.organization),
|
|
1647
|
-
schemaOrgWebPage(c.webPage),
|
|
1648
|
-
schemaOrgPerson(c.person),
|
|
1649
|
-
schemaOrgBreadcrumbList(c.breadcrumbList),
|
|
1650
|
-
schemaOrgImageObject(c.imageObject),
|
|
1651
|
-
schemaOrgArticle(c.article),
|
|
1652
|
-
schemaOrgBlogPosting(c.blogPosting),
|
|
1653
|
-
schemaOrgFAQPage(c.faqPage),
|
|
1654
|
-
schemaOrgHowTo(c.howTo),
|
|
1655
|
-
schemaOrgProduct(c.product),
|
|
1656
|
-
schemaOrgOffer(c.offer),
|
|
1657
|
-
schemaOrgAggregateRating(c.aggregateRating),
|
|
1658
|
-
schemaOrgReview(c.review),
|
|
1659
|
-
schemaOrgBrand(c.brand),
|
|
1660
|
-
schemaOrgLocalBusiness(c.localBusiness),
|
|
1661
|
-
schemaOrgPostalAddress(c.postalAddress),
|
|
1662
|
-
schemaOrgContactPoint(c.contactPoint),
|
|
1663
|
-
schemaOrgSoftwareApplication(c.softwareApplication),
|
|
1664
|
-
schemaOrgWebApplication(c.webApplication),
|
|
1665
|
-
schemaOrgEvent(c.event),
|
|
1666
|
-
schemaOrgPlace(c.place),
|
|
1667
|
-
schemaOrgVideoObject(c.videoObject),
|
|
1668
|
-
schemaOrgCourse(c.course),
|
|
314
|
+
chunkD2GWRRK5_cjs.schemaOrgWebPage(c.webPage),
|
|
315
|
+
chunkD2GWRRK5_cjs.schemaOrgPerson(c.person),
|
|
316
|
+
chunkD2GWRRK5_cjs.schemaOrgBreadcrumbList(c.breadcrumbList),
|
|
317
|
+
chunkD2GWRRK5_cjs.schemaOrgImageObject(c.imageObject),
|
|
318
|
+
chunkD2GWRRK5_cjs.schemaOrgArticle(c.article),
|
|
319
|
+
chunkD2GWRRK5_cjs.schemaOrgBlogPosting(c.blogPosting),
|
|
320
|
+
chunkD2GWRRK5_cjs.schemaOrgFAQPage(c.faqPage),
|
|
321
|
+
chunkD2GWRRK5_cjs.schemaOrgHowTo(c.howTo),
|
|
322
|
+
chunkD2GWRRK5_cjs.schemaOrgProduct(c.product),
|
|
323
|
+
chunkD2GWRRK5_cjs.schemaOrgOffer(c.offer),
|
|
324
|
+
chunkD2GWRRK5_cjs.schemaOrgAggregateRating(c.aggregateRating),
|
|
325
|
+
chunkD2GWRRK5_cjs.schemaOrgReview(c.review),
|
|
326
|
+
chunkD2GWRRK5_cjs.schemaOrgBrand(c.brand),
|
|
327
|
+
chunkD2GWRRK5_cjs.schemaOrgLocalBusiness(c.localBusiness),
|
|
328
|
+
chunkD2GWRRK5_cjs.schemaOrgPostalAddress(c.postalAddress),
|
|
329
|
+
chunkD2GWRRK5_cjs.schemaOrgContactPoint(c.contactPoint),
|
|
330
|
+
chunkD2GWRRK5_cjs.schemaOrgSoftwareApplication(c.softwareApplication),
|
|
331
|
+
chunkD2GWRRK5_cjs.schemaOrgWebApplication(c.webApplication),
|
|
332
|
+
chunkD2GWRRK5_cjs.schemaOrgEvent(c.event),
|
|
333
|
+
chunkD2GWRRK5_cjs.schemaOrgPlace(c.place),
|
|
334
|
+
chunkD2GWRRK5_cjs.schemaOrgVideoObject(c.videoObject),
|
|
335
|
+
chunkD2GWRRK5_cjs.schemaOrgCourse(c.course),
|
|
1669
336
|
// Combined array type — lets editors add multiple schemas
|
|
1670
|
-
|
|
337
|
+
sanity.defineType({
|
|
1671
338
|
name: "schemaOrg",
|
|
1672
339
|
title: "Schema.org Structured Data",
|
|
1673
340
|
type: "array",
|
|
@@ -1686,58 +353,129 @@ var schemaOrg = (0, import_sanity2.definePlugin)((config = {}) => {
|
|
|
1686
353
|
}
|
|
1687
354
|
};
|
|
1688
355
|
});
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
356
|
+
|
|
357
|
+
Object.defineProperty(exports, "buildGenericJsonLd", {
|
|
358
|
+
enumerable: true,
|
|
359
|
+
get: function () { return chunkD2GWRRK5_cjs.buildGenericJsonLd; }
|
|
360
|
+
});
|
|
361
|
+
Object.defineProperty(exports, "generateSchemaType", {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function () { return chunkD2GWRRK5_cjs.generateSchemaType; }
|
|
364
|
+
});
|
|
365
|
+
Object.defineProperty(exports, "schemaOrgAggregateRating", {
|
|
366
|
+
enumerable: true,
|
|
367
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgAggregateRating; }
|
|
368
|
+
});
|
|
369
|
+
Object.defineProperty(exports, "schemaOrgArticle", {
|
|
370
|
+
enumerable: true,
|
|
371
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgArticle; }
|
|
372
|
+
});
|
|
373
|
+
Object.defineProperty(exports, "schemaOrgBlogPosting", {
|
|
374
|
+
enumerable: true,
|
|
375
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgBlogPosting; }
|
|
376
|
+
});
|
|
377
|
+
Object.defineProperty(exports, "schemaOrgBrand", {
|
|
378
|
+
enumerable: true,
|
|
379
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgBrand; }
|
|
380
|
+
});
|
|
381
|
+
Object.defineProperty(exports, "schemaOrgBreadcrumbList", {
|
|
382
|
+
enumerable: true,
|
|
383
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgBreadcrumbList; }
|
|
384
|
+
});
|
|
385
|
+
Object.defineProperty(exports, "schemaOrgContactPoint", {
|
|
386
|
+
enumerable: true,
|
|
387
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgContactPoint; }
|
|
388
|
+
});
|
|
389
|
+
Object.defineProperty(exports, "schemaOrgCourse", {
|
|
390
|
+
enumerable: true,
|
|
391
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgCourse; }
|
|
392
|
+
});
|
|
393
|
+
Object.defineProperty(exports, "schemaOrgEvent", {
|
|
394
|
+
enumerable: true,
|
|
395
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgEvent; }
|
|
396
|
+
});
|
|
397
|
+
Object.defineProperty(exports, "schemaOrgFAQPage", {
|
|
398
|
+
enumerable: true,
|
|
399
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgFAQPage; }
|
|
400
|
+
});
|
|
401
|
+
Object.defineProperty(exports, "schemaOrgHowTo", {
|
|
402
|
+
enumerable: true,
|
|
403
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgHowTo; }
|
|
404
|
+
});
|
|
405
|
+
Object.defineProperty(exports, "schemaOrgImageObject", {
|
|
406
|
+
enumerable: true,
|
|
407
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgImageObject; }
|
|
408
|
+
});
|
|
409
|
+
Object.defineProperty(exports, "schemaOrgLocalBusiness", {
|
|
410
|
+
enumerable: true,
|
|
411
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgLocalBusiness; }
|
|
412
|
+
});
|
|
413
|
+
Object.defineProperty(exports, "schemaOrgOffer", {
|
|
414
|
+
enumerable: true,
|
|
415
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgOffer; }
|
|
416
|
+
});
|
|
417
|
+
Object.defineProperty(exports, "schemaOrgPerson", {
|
|
418
|
+
enumerable: true,
|
|
419
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgPerson; }
|
|
420
|
+
});
|
|
421
|
+
Object.defineProperty(exports, "schemaOrgPlace", {
|
|
422
|
+
enumerable: true,
|
|
423
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgPlace; }
|
|
424
|
+
});
|
|
425
|
+
Object.defineProperty(exports, "schemaOrgPostalAddress", {
|
|
426
|
+
enumerable: true,
|
|
427
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgPostalAddress; }
|
|
428
|
+
});
|
|
429
|
+
Object.defineProperty(exports, "schemaOrgProduct", {
|
|
430
|
+
enumerable: true,
|
|
431
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgProduct; }
|
|
432
|
+
});
|
|
433
|
+
Object.defineProperty(exports, "schemaOrgReview", {
|
|
434
|
+
enumerable: true,
|
|
435
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgReview; }
|
|
436
|
+
});
|
|
437
|
+
Object.defineProperty(exports, "schemaOrgSoftwareApplication", {
|
|
438
|
+
enumerable: true,
|
|
439
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgSoftwareApplication; }
|
|
440
|
+
});
|
|
441
|
+
Object.defineProperty(exports, "schemaOrgVideoObject", {
|
|
442
|
+
enumerable: true,
|
|
443
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgVideoObject; }
|
|
444
|
+
});
|
|
445
|
+
Object.defineProperty(exports, "schemaOrgWebApplication", {
|
|
446
|
+
enumerable: true,
|
|
447
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgWebApplication; }
|
|
448
|
+
});
|
|
449
|
+
Object.defineProperty(exports, "schemaOrgWebPage", {
|
|
450
|
+
enumerable: true,
|
|
451
|
+
get: function () { return chunkD2GWRRK5_cjs.schemaOrgWebPage; }
|
|
1742
452
|
});
|
|
453
|
+
exports.schemaOrg = schemaOrg;
|
|
454
|
+
exports.schemaOrgAggregateRatingPlugin = schemaOrgAggregateRatingPlugin;
|
|
455
|
+
exports.schemaOrgArticlePlugin = schemaOrgArticlePlugin;
|
|
456
|
+
exports.schemaOrgBlogPostingPlugin = schemaOrgBlogPostingPlugin;
|
|
457
|
+
exports.schemaOrgBrandPlugin = schemaOrgBrandPlugin;
|
|
458
|
+
exports.schemaOrgBreadcrumbListPlugin = schemaOrgBreadcrumbListPlugin;
|
|
459
|
+
exports.schemaOrgContactPointPlugin = schemaOrgContactPointPlugin;
|
|
460
|
+
exports.schemaOrgCoursePlugin = schemaOrgCoursePlugin;
|
|
461
|
+
exports.schemaOrgEventPlugin = schemaOrgEventPlugin;
|
|
462
|
+
exports.schemaOrgFAQPagePlugin = schemaOrgFAQPagePlugin;
|
|
463
|
+
exports.schemaOrgHowToPlugin = schemaOrgHowToPlugin;
|
|
464
|
+
exports.schemaOrgImageObjectPlugin = schemaOrgImageObjectPlugin;
|
|
465
|
+
exports.schemaOrgLocalBusinessPlugin = schemaOrgLocalBusinessPlugin;
|
|
466
|
+
exports.schemaOrgOfferPlugin = schemaOrgOfferPlugin;
|
|
467
|
+
exports.schemaOrgOrganization = schemaOrgOrganization;
|
|
468
|
+
exports.schemaOrgOrganizationPlugin = schemaOrgOrganizationPlugin;
|
|
469
|
+
exports.schemaOrgPersonPlugin = schemaOrgPersonPlugin;
|
|
470
|
+
exports.schemaOrgPlacePlugin = schemaOrgPlacePlugin;
|
|
471
|
+
exports.schemaOrgPostalAddressPlugin = schemaOrgPostalAddressPlugin;
|
|
472
|
+
exports.schemaOrgProductPlugin = schemaOrgProductPlugin;
|
|
473
|
+
exports.schemaOrgReviewPlugin = schemaOrgReviewPlugin;
|
|
474
|
+
exports.schemaOrgSoftwareApplicationPlugin = schemaOrgSoftwareApplicationPlugin;
|
|
475
|
+
exports.schemaOrgVideoObjectPlugin = schemaOrgVideoObjectPlugin;
|
|
476
|
+
exports.schemaOrgWebApplicationPlugin = schemaOrgWebApplicationPlugin;
|
|
477
|
+
exports.schemaOrgWebPagePlugin = schemaOrgWebPagePlugin;
|
|
478
|
+
exports.schemaOrgWebsite = schemaOrgWebsite;
|
|
479
|
+
exports.schemaOrgWebsitePlugin = schemaOrgWebsitePlugin;
|
|
480
|
+
//# sourceMappingURL=schema.cjs.map
|
|
1743
481
|
//# sourceMappingURL=schema.cjs.map
|