sanity-plugin-seofields 1.6.2 → 1.6.4
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 +15 -3
- package/dist/SeoHealthDashboard-BEZVLLFG.js +4 -0
- package/dist/{SeoHealthDashboard-PY5MKJCZ.js.map → SeoHealthDashboard-BEZVLLFG.js.map} +1 -1
- package/dist/SeoHealthDashboard-D3XU3CUB.cjs +10 -0
- package/dist/{SeoHealthDashboard-FZTP4GS7.cjs.map → SeoHealthDashboard-D3XU3CUB.cjs.map} +1 -1
- package/dist/{SeoHealthTool-Z3O6NEKF.cjs → SeoHealthTool-4VZMD4TR.cjs} +4 -4
- package/dist/{SeoHealthTool-Z3O6NEKF.cjs.map → SeoHealthTool-4VZMD4TR.cjs.map} +1 -1
- package/dist/{SeoHealthTool-SKY7FAKK.js → SeoHealthTool-BSTYAKQS.js} +3 -3
- package/dist/{SeoHealthTool-SKY7FAKK.js.map → SeoHealthTool-BSTYAKQS.js.map} +1 -1
- package/dist/{chunk-XXQURVNE.cjs → chunk-BCTPOWXA.cjs} +111 -111
- package/dist/{chunk-XXQURVNE.cjs.map → chunk-BCTPOWXA.cjs.map} +1 -1
- package/dist/{chunk-77U7CMJP.cjs → chunk-BHIZQLY7.cjs} +135 -16
- package/dist/chunk-BHIZQLY7.cjs.map +1 -0
- package/dist/{chunk-KFFDQX22.js → chunk-HQTYQMP5.js} +135 -16
- package/dist/chunk-HQTYQMP5.js.map +1 -0
- package/dist/{chunk-IQG5JWVT.js → chunk-KTL6NYNG.js} +4 -2
- package/dist/chunk-KTL6NYNG.js.map +1 -0
- package/dist/{chunk-ULFY5STC.js → chunk-XXA6WCWS.js} +3 -3
- package/dist/{chunk-ULFY5STC.js.map → chunk-XXA6WCWS.js.map} +1 -1
- package/dist/{chunk-YM3ZZ2HU.cjs → chunk-YHXUWGNA.cjs} +4 -2
- package/dist/chunk-YHXUWGNA.cjs.map +1 -0
- package/dist/cli.js +1 -1
- package/dist/{component-DS-Ve_nw.d.cts → component-CIE6Sy4F.d.cts} +1 -1
- package/dist/{component-CWZ0tlsq.d.ts → component-H52blyfc.d.ts} +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.js +2 -2
- package/dist/next.cjs +77 -77
- package/dist/next.d.cts +2 -2
- package/dist/next.d.ts +2 -2
- package/dist/next.js +2 -2
- package/dist/schema/next.cjs +80 -80
- package/dist/schema/next.d.cts +3 -3
- package/dist/schema/next.d.ts +3 -3
- package/dist/schema/next.js +3 -3
- package/dist/schema.cjs +153 -153
- package/dist/schema.d.cts +4 -4
- package/dist/schema.d.ts +4 -4
- package/dist/schema.js +2 -2
- package/dist/{types-BdaGoGQE.d.cts → types-BxcJinOf.d.cts} +8 -8
- package/dist/{types-Dy7r5det.d.ts → types-CbYb4MsN.d.ts} +1 -1
- package/dist/{types-BjVpmBAX.d.cts → types-CyRdIF-3.d.cts} +1 -1
- package/dist/{types-BwmZmt9I.d.ts → types-Dp9Pfnt9.d.ts} +8 -8
- package/package.json +19 -4
- package/dist/SeoHealthDashboard-FZTP4GS7.cjs +0 -10
- package/dist/SeoHealthDashboard-PY5MKJCZ.js +0 -4
- package/dist/chunk-77U7CMJP.cjs.map +0 -1
- package/dist/chunk-IQG5JWVT.js.map +0 -1
- package/dist/chunk-KFFDQX22.js.map +0 -1
- package/dist/chunk-YM3ZZ2HU.cjs.map +0 -1
package/dist/schema/next.cjs
CHANGED
|
@@ -1,323 +1,323 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var
|
|
4
|
-
var
|
|
3
|
+
var chunkBCTPOWXA_cjs = require('../chunk-BCTPOWXA.cjs');
|
|
4
|
+
var chunkYHXUWGNA_cjs = require('../chunk-YHXUWGNA.cjs');
|
|
5
5
|
require('../chunk-S367Y35J.cjs');
|
|
6
6
|
var jsxRuntime = require('react/jsx-runtime');
|
|
7
7
|
|
|
8
8
|
function buildSocialMediaPostingJsonLd(data) {
|
|
9
|
-
return
|
|
9
|
+
return chunkYHXUWGNA_cjs.buildGenericJsonLd(
|
|
10
10
|
"SocialMediaPosting",
|
|
11
11
|
data,
|
|
12
|
-
|
|
12
|
+
chunkYHXUWGNA_cjs.socialMediaPostingFields,
|
|
13
13
|
["headline"]
|
|
14
14
|
);
|
|
15
15
|
}
|
|
16
16
|
function SocialMediaPostingSchema({
|
|
17
17
|
data
|
|
18
18
|
}) {
|
|
19
|
-
return /* @__PURE__ */ jsxRuntime.jsx(
|
|
19
|
+
return /* @__PURE__ */ jsxRuntime.jsx(chunkBCTPOWXA_cjs.SchemaOrgScript, { jsonLd: buildSocialMediaPostingJsonLd(data) });
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
Object.defineProperty(exports, "AggregateRatingSchema", {
|
|
23
23
|
enumerable: true,
|
|
24
|
-
get: function () { return
|
|
24
|
+
get: function () { return chunkBCTPOWXA_cjs.AggregateRatingSchema; }
|
|
25
25
|
});
|
|
26
26
|
Object.defineProperty(exports, "ArticleSchema", {
|
|
27
27
|
enumerable: true,
|
|
28
|
-
get: function () { return
|
|
28
|
+
get: function () { return chunkBCTPOWXA_cjs.ArticleSchema; }
|
|
29
29
|
});
|
|
30
30
|
Object.defineProperty(exports, "BlogPostingSchema", {
|
|
31
31
|
enumerable: true,
|
|
32
|
-
get: function () { return
|
|
32
|
+
get: function () { return chunkBCTPOWXA_cjs.BlogPostingSchema; }
|
|
33
33
|
});
|
|
34
34
|
Object.defineProperty(exports, "BookSchema", {
|
|
35
35
|
enumerable: true,
|
|
36
|
-
get: function () { return
|
|
36
|
+
get: function () { return chunkBCTPOWXA_cjs.BookSchema; }
|
|
37
37
|
});
|
|
38
38
|
Object.defineProperty(exports, "BrandSchema", {
|
|
39
39
|
enumerable: true,
|
|
40
|
-
get: function () { return
|
|
40
|
+
get: function () { return chunkBCTPOWXA_cjs.BrandSchema; }
|
|
41
41
|
});
|
|
42
42
|
Object.defineProperty(exports, "BreadcrumbListSchema", {
|
|
43
43
|
enumerable: true,
|
|
44
|
-
get: function () { return
|
|
44
|
+
get: function () { return chunkBCTPOWXA_cjs.BreadcrumbListSchema; }
|
|
45
45
|
});
|
|
46
46
|
Object.defineProperty(exports, "ContactPointSchema", {
|
|
47
47
|
enumerable: true,
|
|
48
|
-
get: function () { return
|
|
48
|
+
get: function () { return chunkBCTPOWXA_cjs.ContactPointSchema; }
|
|
49
49
|
});
|
|
50
50
|
Object.defineProperty(exports, "CountrySchema", {
|
|
51
51
|
enumerable: true,
|
|
52
|
-
get: function () { return
|
|
52
|
+
get: function () { return chunkBCTPOWXA_cjs.CountrySchema; }
|
|
53
53
|
});
|
|
54
54
|
Object.defineProperty(exports, "CourseSchema", {
|
|
55
55
|
enumerable: true,
|
|
56
|
-
get: function () { return
|
|
56
|
+
get: function () { return chunkBCTPOWXA_cjs.CourseSchema; }
|
|
57
57
|
});
|
|
58
58
|
Object.defineProperty(exports, "EventSchema", {
|
|
59
59
|
enumerable: true,
|
|
60
|
-
get: function () { return
|
|
60
|
+
get: function () { return chunkBCTPOWXA_cjs.EventSchema; }
|
|
61
61
|
});
|
|
62
62
|
Object.defineProperty(exports, "FAQPageSchema", {
|
|
63
63
|
enumerable: true,
|
|
64
|
-
get: function () { return
|
|
64
|
+
get: function () { return chunkBCTPOWXA_cjs.FAQPageSchema; }
|
|
65
65
|
});
|
|
66
66
|
Object.defineProperty(exports, "HowToSchema", {
|
|
67
67
|
enumerable: true,
|
|
68
|
-
get: function () { return
|
|
68
|
+
get: function () { return chunkBCTPOWXA_cjs.HowToSchema; }
|
|
69
69
|
});
|
|
70
70
|
Object.defineProperty(exports, "ImageObjectSchema", {
|
|
71
71
|
enumerable: true,
|
|
72
|
-
get: function () { return
|
|
72
|
+
get: function () { return chunkBCTPOWXA_cjs.ImageObjectSchema; }
|
|
73
73
|
});
|
|
74
74
|
Object.defineProperty(exports, "ItemListSchema", {
|
|
75
75
|
enumerable: true,
|
|
76
|
-
get: function () { return
|
|
76
|
+
get: function () { return chunkBCTPOWXA_cjs.ItemListSchema; }
|
|
77
77
|
});
|
|
78
78
|
Object.defineProperty(exports, "JobPostingSchema", {
|
|
79
79
|
enumerable: true,
|
|
80
|
-
get: function () { return
|
|
80
|
+
get: function () { return chunkBCTPOWXA_cjs.JobPostingSchema; }
|
|
81
81
|
});
|
|
82
82
|
Object.defineProperty(exports, "LegalServiceSchema", {
|
|
83
83
|
enumerable: true,
|
|
84
|
-
get: function () { return
|
|
84
|
+
get: function () { return chunkBCTPOWXA_cjs.LegalServiceSchema; }
|
|
85
85
|
});
|
|
86
86
|
Object.defineProperty(exports, "LocalBusinessSchema", {
|
|
87
87
|
enumerable: true,
|
|
88
|
-
get: function () { return
|
|
88
|
+
get: function () { return chunkBCTPOWXA_cjs.LocalBusinessSchema; }
|
|
89
89
|
});
|
|
90
90
|
Object.defineProperty(exports, "MovieSchema", {
|
|
91
91
|
enumerable: true,
|
|
92
|
-
get: function () { return
|
|
92
|
+
get: function () { return chunkBCTPOWXA_cjs.MovieSchema; }
|
|
93
93
|
});
|
|
94
94
|
Object.defineProperty(exports, "MusicAlbumSchema", {
|
|
95
95
|
enumerable: true,
|
|
96
|
-
get: function () { return
|
|
96
|
+
get: function () { return chunkBCTPOWXA_cjs.MusicAlbumSchema; }
|
|
97
97
|
});
|
|
98
98
|
Object.defineProperty(exports, "MusicRecordingSchema", {
|
|
99
99
|
enumerable: true,
|
|
100
|
-
get: function () { return
|
|
100
|
+
get: function () { return chunkBCTPOWXA_cjs.MusicRecordingSchema; }
|
|
101
101
|
});
|
|
102
102
|
Object.defineProperty(exports, "NewsArticleSchema", {
|
|
103
103
|
enumerable: true,
|
|
104
|
-
get: function () { return
|
|
104
|
+
get: function () { return chunkBCTPOWXA_cjs.NewsArticleSchema; }
|
|
105
105
|
});
|
|
106
106
|
Object.defineProperty(exports, "OfferSchema", {
|
|
107
107
|
enumerable: true,
|
|
108
|
-
get: function () { return
|
|
108
|
+
get: function () { return chunkBCTPOWXA_cjs.OfferSchema; }
|
|
109
109
|
});
|
|
110
110
|
Object.defineProperty(exports, "OrganizationSchema", {
|
|
111
111
|
enumerable: true,
|
|
112
|
-
get: function () { return
|
|
112
|
+
get: function () { return chunkBCTPOWXA_cjs.OrganizationSchema; }
|
|
113
113
|
});
|
|
114
114
|
Object.defineProperty(exports, "PersonSchema", {
|
|
115
115
|
enumerable: true,
|
|
116
|
-
get: function () { return
|
|
116
|
+
get: function () { return chunkBCTPOWXA_cjs.PersonSchema; }
|
|
117
117
|
});
|
|
118
118
|
Object.defineProperty(exports, "PlaceSchema", {
|
|
119
119
|
enumerable: true,
|
|
120
|
-
get: function () { return
|
|
120
|
+
get: function () { return chunkBCTPOWXA_cjs.PlaceSchema; }
|
|
121
121
|
});
|
|
122
122
|
Object.defineProperty(exports, "PostalAddressSchema", {
|
|
123
123
|
enumerable: true,
|
|
124
|
-
get: function () { return
|
|
124
|
+
get: function () { return chunkBCTPOWXA_cjs.PostalAddressSchema; }
|
|
125
125
|
});
|
|
126
126
|
Object.defineProperty(exports, "ProductSchema", {
|
|
127
127
|
enumerable: true,
|
|
128
|
-
get: function () { return
|
|
128
|
+
get: function () { return chunkBCTPOWXA_cjs.ProductSchema; }
|
|
129
129
|
});
|
|
130
130
|
Object.defineProperty(exports, "ProfilePageSchema", {
|
|
131
131
|
enumerable: true,
|
|
132
|
-
get: function () { return
|
|
132
|
+
get: function () { return chunkBCTPOWXA_cjs.ProfilePageSchema; }
|
|
133
133
|
});
|
|
134
134
|
Object.defineProperty(exports, "RecipeSchema", {
|
|
135
135
|
enumerable: true,
|
|
136
|
-
get: function () { return
|
|
136
|
+
get: function () { return chunkBCTPOWXA_cjs.RecipeSchema; }
|
|
137
137
|
});
|
|
138
138
|
Object.defineProperty(exports, "RestaurantSchema", {
|
|
139
139
|
enumerable: true,
|
|
140
|
-
get: function () { return
|
|
140
|
+
get: function () { return chunkBCTPOWXA_cjs.RestaurantSchema; }
|
|
141
141
|
});
|
|
142
142
|
Object.defineProperty(exports, "ReviewSchema", {
|
|
143
143
|
enumerable: true,
|
|
144
|
-
get: function () { return
|
|
144
|
+
get: function () { return chunkBCTPOWXA_cjs.ReviewSchema; }
|
|
145
145
|
});
|
|
146
146
|
Object.defineProperty(exports, "SchemaOrgScripts", {
|
|
147
147
|
enumerable: true,
|
|
148
|
-
get: function () { return
|
|
148
|
+
get: function () { return chunkBCTPOWXA_cjs.SchemaOrgScripts; }
|
|
149
149
|
});
|
|
150
150
|
Object.defineProperty(exports, "ServiceSchema", {
|
|
151
151
|
enumerable: true,
|
|
152
|
-
get: function () { return
|
|
152
|
+
get: function () { return chunkBCTPOWXA_cjs.ServiceSchema; }
|
|
153
153
|
});
|
|
154
154
|
Object.defineProperty(exports, "SoftwareApplicationSchema", {
|
|
155
155
|
enumerable: true,
|
|
156
|
-
get: function () { return
|
|
156
|
+
get: function () { return chunkBCTPOWXA_cjs.SoftwareApplicationSchema; }
|
|
157
157
|
});
|
|
158
158
|
Object.defineProperty(exports, "VideoObjectSchema", {
|
|
159
159
|
enumerable: true,
|
|
160
|
-
get: function () { return
|
|
160
|
+
get: function () { return chunkBCTPOWXA_cjs.VideoObjectSchema; }
|
|
161
161
|
});
|
|
162
162
|
Object.defineProperty(exports, "WebApplicationSchema", {
|
|
163
163
|
enumerable: true,
|
|
164
|
-
get: function () { return
|
|
164
|
+
get: function () { return chunkBCTPOWXA_cjs.WebApplicationSchema; }
|
|
165
165
|
});
|
|
166
166
|
Object.defineProperty(exports, "WebPageSchema", {
|
|
167
167
|
enumerable: true,
|
|
168
|
-
get: function () { return
|
|
168
|
+
get: function () { return chunkBCTPOWXA_cjs.WebPageSchema; }
|
|
169
169
|
});
|
|
170
170
|
Object.defineProperty(exports, "WebsiteSchema", {
|
|
171
171
|
enumerable: true,
|
|
172
|
-
get: function () { return
|
|
172
|
+
get: function () { return chunkBCTPOWXA_cjs.WebsiteSchema; }
|
|
173
173
|
});
|
|
174
174
|
Object.defineProperty(exports, "buildAggregateRatingJsonLd", {
|
|
175
175
|
enumerable: true,
|
|
176
|
-
get: function () { return
|
|
176
|
+
get: function () { return chunkBCTPOWXA_cjs.buildAggregateRatingJsonLd; }
|
|
177
177
|
});
|
|
178
178
|
Object.defineProperty(exports, "buildArticleJsonLd", {
|
|
179
179
|
enumerable: true,
|
|
180
|
-
get: function () { return
|
|
180
|
+
get: function () { return chunkBCTPOWXA_cjs.buildArticleJsonLd; }
|
|
181
181
|
});
|
|
182
182
|
Object.defineProperty(exports, "buildBlogPostingJsonLd", {
|
|
183
183
|
enumerable: true,
|
|
184
|
-
get: function () { return
|
|
184
|
+
get: function () { return chunkBCTPOWXA_cjs.buildBlogPostingJsonLd; }
|
|
185
185
|
});
|
|
186
186
|
Object.defineProperty(exports, "buildBookJsonLd", {
|
|
187
187
|
enumerable: true,
|
|
188
|
-
get: function () { return
|
|
188
|
+
get: function () { return chunkBCTPOWXA_cjs.buildBookJsonLd; }
|
|
189
189
|
});
|
|
190
190
|
Object.defineProperty(exports, "buildBrandJsonLd", {
|
|
191
191
|
enumerable: true,
|
|
192
|
-
get: function () { return
|
|
192
|
+
get: function () { return chunkBCTPOWXA_cjs.buildBrandJsonLd; }
|
|
193
193
|
});
|
|
194
194
|
Object.defineProperty(exports, "buildBreadcrumbListJsonLd", {
|
|
195
195
|
enumerable: true,
|
|
196
|
-
get: function () { return
|
|
196
|
+
get: function () { return chunkBCTPOWXA_cjs.buildBreadcrumbListJsonLd; }
|
|
197
197
|
});
|
|
198
198
|
Object.defineProperty(exports, "buildContactPointJsonLd", {
|
|
199
199
|
enumerable: true,
|
|
200
|
-
get: function () { return
|
|
200
|
+
get: function () { return chunkBCTPOWXA_cjs.buildContactPointJsonLd; }
|
|
201
201
|
});
|
|
202
202
|
Object.defineProperty(exports, "buildCountryJsonLd", {
|
|
203
203
|
enumerable: true,
|
|
204
|
-
get: function () { return
|
|
204
|
+
get: function () { return chunkBCTPOWXA_cjs.buildCountryJsonLd; }
|
|
205
205
|
});
|
|
206
206
|
Object.defineProperty(exports, "buildCourseJsonLd", {
|
|
207
207
|
enumerable: true,
|
|
208
|
-
get: function () { return
|
|
208
|
+
get: function () { return chunkBCTPOWXA_cjs.buildCourseJsonLd; }
|
|
209
209
|
});
|
|
210
210
|
Object.defineProperty(exports, "buildEventJsonLd", {
|
|
211
211
|
enumerable: true,
|
|
212
|
-
get: function () { return
|
|
212
|
+
get: function () { return chunkBCTPOWXA_cjs.buildEventJsonLd; }
|
|
213
213
|
});
|
|
214
214
|
Object.defineProperty(exports, "buildFAQPageJsonLd", {
|
|
215
215
|
enumerable: true,
|
|
216
|
-
get: function () { return
|
|
216
|
+
get: function () { return chunkBCTPOWXA_cjs.buildFAQPageJsonLd; }
|
|
217
217
|
});
|
|
218
218
|
Object.defineProperty(exports, "buildHowToJsonLd", {
|
|
219
219
|
enumerable: true,
|
|
220
|
-
get: function () { return
|
|
220
|
+
get: function () { return chunkBCTPOWXA_cjs.buildHowToJsonLd; }
|
|
221
221
|
});
|
|
222
222
|
Object.defineProperty(exports, "buildImageObjectJsonLd", {
|
|
223
223
|
enumerable: true,
|
|
224
|
-
get: function () { return
|
|
224
|
+
get: function () { return chunkBCTPOWXA_cjs.buildImageObjectJsonLd; }
|
|
225
225
|
});
|
|
226
226
|
Object.defineProperty(exports, "buildItemListJsonLd", {
|
|
227
227
|
enumerable: true,
|
|
228
|
-
get: function () { return
|
|
228
|
+
get: function () { return chunkBCTPOWXA_cjs.buildItemListJsonLd; }
|
|
229
229
|
});
|
|
230
230
|
Object.defineProperty(exports, "buildJobPostingJsonLd", {
|
|
231
231
|
enumerable: true,
|
|
232
|
-
get: function () { return
|
|
232
|
+
get: function () { return chunkBCTPOWXA_cjs.buildJobPostingJsonLd; }
|
|
233
233
|
});
|
|
234
234
|
Object.defineProperty(exports, "buildLegalServiceJsonLd", {
|
|
235
235
|
enumerable: true,
|
|
236
|
-
get: function () { return
|
|
236
|
+
get: function () { return chunkBCTPOWXA_cjs.buildLegalServiceJsonLd; }
|
|
237
237
|
});
|
|
238
238
|
Object.defineProperty(exports, "buildLocalBusinessJsonLd", {
|
|
239
239
|
enumerable: true,
|
|
240
|
-
get: function () { return
|
|
240
|
+
get: function () { return chunkBCTPOWXA_cjs.buildLocalBusinessJsonLd; }
|
|
241
241
|
});
|
|
242
242
|
Object.defineProperty(exports, "buildMovieJsonLd", {
|
|
243
243
|
enumerable: true,
|
|
244
|
-
get: function () { return
|
|
244
|
+
get: function () { return chunkBCTPOWXA_cjs.buildMovieJsonLd; }
|
|
245
245
|
});
|
|
246
246
|
Object.defineProperty(exports, "buildMusicAlbumJsonLd", {
|
|
247
247
|
enumerable: true,
|
|
248
|
-
get: function () { return
|
|
248
|
+
get: function () { return chunkBCTPOWXA_cjs.buildMusicAlbumJsonLd; }
|
|
249
249
|
});
|
|
250
250
|
Object.defineProperty(exports, "buildMusicRecordingJsonLd", {
|
|
251
251
|
enumerable: true,
|
|
252
|
-
get: function () { return
|
|
252
|
+
get: function () { return chunkBCTPOWXA_cjs.buildMusicRecordingJsonLd; }
|
|
253
253
|
});
|
|
254
254
|
Object.defineProperty(exports, "buildNewsArticleJsonLd", {
|
|
255
255
|
enumerable: true,
|
|
256
|
-
get: function () { return
|
|
256
|
+
get: function () { return chunkBCTPOWXA_cjs.buildNewsArticleJsonLd; }
|
|
257
257
|
});
|
|
258
258
|
Object.defineProperty(exports, "buildOfferJsonLd", {
|
|
259
259
|
enumerable: true,
|
|
260
|
-
get: function () { return
|
|
260
|
+
get: function () { return chunkBCTPOWXA_cjs.buildOfferJsonLd; }
|
|
261
261
|
});
|
|
262
262
|
Object.defineProperty(exports, "buildOrganizationJsonLd", {
|
|
263
263
|
enumerable: true,
|
|
264
|
-
get: function () { return
|
|
264
|
+
get: function () { return chunkBCTPOWXA_cjs.buildOrganizationJsonLd; }
|
|
265
265
|
});
|
|
266
266
|
Object.defineProperty(exports, "buildPersonJsonLd", {
|
|
267
267
|
enumerable: true,
|
|
268
|
-
get: function () { return
|
|
268
|
+
get: function () { return chunkBCTPOWXA_cjs.buildPersonJsonLd; }
|
|
269
269
|
});
|
|
270
270
|
Object.defineProperty(exports, "buildPlaceJsonLd", {
|
|
271
271
|
enumerable: true,
|
|
272
|
-
get: function () { return
|
|
272
|
+
get: function () { return chunkBCTPOWXA_cjs.buildPlaceJsonLd; }
|
|
273
273
|
});
|
|
274
274
|
Object.defineProperty(exports, "buildPostalAddressJsonLd", {
|
|
275
275
|
enumerable: true,
|
|
276
|
-
get: function () { return
|
|
276
|
+
get: function () { return chunkBCTPOWXA_cjs.buildPostalAddressJsonLd; }
|
|
277
277
|
});
|
|
278
278
|
Object.defineProperty(exports, "buildProductJsonLd", {
|
|
279
279
|
enumerable: true,
|
|
280
|
-
get: function () { return
|
|
280
|
+
get: function () { return chunkBCTPOWXA_cjs.buildProductJsonLd; }
|
|
281
281
|
});
|
|
282
282
|
Object.defineProperty(exports, "buildProfilePageJsonLd", {
|
|
283
283
|
enumerable: true,
|
|
284
|
-
get: function () { return
|
|
284
|
+
get: function () { return chunkBCTPOWXA_cjs.buildProfilePageJsonLd; }
|
|
285
285
|
});
|
|
286
286
|
Object.defineProperty(exports, "buildRecipeJsonLd", {
|
|
287
287
|
enumerable: true,
|
|
288
|
-
get: function () { return
|
|
288
|
+
get: function () { return chunkBCTPOWXA_cjs.buildRecipeJsonLd; }
|
|
289
289
|
});
|
|
290
290
|
Object.defineProperty(exports, "buildRestaurantJsonLd", {
|
|
291
291
|
enumerable: true,
|
|
292
|
-
get: function () { return
|
|
292
|
+
get: function () { return chunkBCTPOWXA_cjs.buildRestaurantJsonLd; }
|
|
293
293
|
});
|
|
294
294
|
Object.defineProperty(exports, "buildReviewJsonLd", {
|
|
295
295
|
enumerable: true,
|
|
296
|
-
get: function () { return
|
|
296
|
+
get: function () { return chunkBCTPOWXA_cjs.buildReviewJsonLd; }
|
|
297
297
|
});
|
|
298
298
|
Object.defineProperty(exports, "buildServiceJsonLd", {
|
|
299
299
|
enumerable: true,
|
|
300
|
-
get: function () { return
|
|
300
|
+
get: function () { return chunkBCTPOWXA_cjs.buildServiceJsonLd; }
|
|
301
301
|
});
|
|
302
302
|
Object.defineProperty(exports, "buildSoftwareApplicationJsonLd", {
|
|
303
303
|
enumerable: true,
|
|
304
|
-
get: function () { return
|
|
304
|
+
get: function () { return chunkBCTPOWXA_cjs.buildSoftwareApplicationJsonLd; }
|
|
305
305
|
});
|
|
306
306
|
Object.defineProperty(exports, "buildVideoObjectJsonLd", {
|
|
307
307
|
enumerable: true,
|
|
308
|
-
get: function () { return
|
|
308
|
+
get: function () { return chunkBCTPOWXA_cjs.buildVideoObjectJsonLd; }
|
|
309
309
|
});
|
|
310
310
|
Object.defineProperty(exports, "buildWebApplicationJsonLd", {
|
|
311
311
|
enumerable: true,
|
|
312
|
-
get: function () { return
|
|
312
|
+
get: function () { return chunkBCTPOWXA_cjs.buildWebApplicationJsonLd; }
|
|
313
313
|
});
|
|
314
314
|
Object.defineProperty(exports, "buildWebPageJsonLd", {
|
|
315
315
|
enumerable: true,
|
|
316
|
-
get: function () { return
|
|
316
|
+
get: function () { return chunkBCTPOWXA_cjs.buildWebPageJsonLd; }
|
|
317
317
|
});
|
|
318
318
|
Object.defineProperty(exports, "buildWebsiteJsonLd", {
|
|
319
319
|
enumerable: true,
|
|
320
|
-
get: function () { return
|
|
320
|
+
get: function () { return chunkBCTPOWXA_cjs.buildWebsiteJsonLd; }
|
|
321
321
|
});
|
|
322
322
|
exports.SocialMediaPostingSchema = SocialMediaPostingSchema;
|
|
323
323
|
exports.buildSocialMediaPostingJsonLd = buildSocialMediaPostingJsonLd;
|
package/dist/schema/next.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { A as AggregateRatingSchema, a as AggregateRatingSchemaProps, b as ArticleSchema, c as ArticleSchemaProps, B as BlogPostingSchema, d as BlogPostingSchemaProps, e as BookSchema, f as BookSchemaProps, g as BrandSchema, h as BrandSchemaProps, i as BreadcrumbListSchema, j as BreadcrumbListSchemaProps, C as ContactPointSchema, k as ContactPointSchemaProps, l as CountrySchema, m as CountrySchemaProps, n as CourseSchema, o as CourseSchemaProps, E as EventSchema, p as EventSchemaProps, F as FAQPageSchema, q as FAQPageSchemaProps, H as HowToSchema, r as HowToSchemaProps, I as ImageObjectSchema, s as ImageObjectSchemaProps, t as ItemListSchema, u as ItemListSchemaProps, J as JobPostingSchema, v as JobPostingSchemaProps, L as LegalServiceSchema, w as LegalServiceSchemaProps, x as LocalBusinessSchema, y as LocalBusinessSchemaProps, M as MovieSchema, z as MovieSchemaProps, D as MusicAlbumSchema, G as MusicAlbumSchemaProps, K as MusicRecordingSchema, N as MusicRecordingSchemaProps, O as NewsArticleSchema, P as NewsArticleSchemaProps, Q as OfferSchema, R as OfferSchemaProps, S as OrganizationSchema, T as OrganizationSchemaProps, U as PersonSchema, V as PersonSchemaProps, W as PlaceSchema, X as PlaceSchemaProps, Y as PostalAddressSchema, Z as PostalAddressSchemaProps, _ as ProductSchema, $ as ProductSchemaProps, a0 as ProfilePageSchema, a1 as ProfilePageSchemaProps, a2 as RecipeSchema, a3 as RecipeSchemaProps, a4 as RestaurantSchema, a5 as RestaurantSchemaProps, a6 as ReviewSchema, a7 as ReviewSchemaProps, a8 as SchemaOrgScripts, a9 as SchemaOrgScriptsProps, aa as ServiceSchema, ab as ServiceSchemaProps, ac as SoftwareApplicationSchema, ad as SoftwareApplicationSchemaProps, ae as VideoObjectSchema, af as VideoObjectSchemaProps, ag as WebApplicationSchema, ah as WebApplicationSchemaProps, ai as WebPageSchema, aj as WebPageSchemaProps, ak as WebsiteSchema, al as WebsiteSchemaProps, am as buildAggregateRatingJsonLd, an as buildArticleJsonLd, ao as buildBlogPostingJsonLd, ap as buildBookJsonLd, aq as buildBrandJsonLd, ar as buildBreadcrumbListJsonLd, as as buildContactPointJsonLd, at as buildCountryJsonLd, au as buildCourseJsonLd, av as buildEventJsonLd, aw as buildFAQPageJsonLd, ax as buildHowToJsonLd, ay as buildImageObjectJsonLd, az as buildItemListJsonLd, aA as buildJobPostingJsonLd, aB as buildLegalServiceJsonLd, aC as buildLocalBusinessJsonLd, aD as buildMovieJsonLd, aE as buildMusicAlbumJsonLd, aF as buildMusicRecordingJsonLd, aG as buildNewsArticleJsonLd, aH as buildOfferJsonLd, aI as buildOrganizationJsonLd, aJ as buildPersonJsonLd, aK as buildPlaceJsonLd, aL as buildPostalAddressJsonLd, aM as buildProductJsonLd, aN as buildProfilePageJsonLd, aO as buildRecipeJsonLd, aP as buildRestaurantJsonLd, aQ as buildReviewJsonLd, aR as buildServiceJsonLd, aS as buildSoftwareApplicationJsonLd, aT as buildVideoObjectJsonLd, aU as buildWebApplicationJsonLd, aV as buildWebPageJsonLd, aW as buildWebsiteJsonLd } from '../component-
|
|
1
|
+
export { A as AggregateRatingSchema, a as AggregateRatingSchemaProps, b as ArticleSchema, c as ArticleSchemaProps, B as BlogPostingSchema, d as BlogPostingSchemaProps, e as BookSchema, f as BookSchemaProps, g as BrandSchema, h as BrandSchemaProps, i as BreadcrumbListSchema, j as BreadcrumbListSchemaProps, C as ContactPointSchema, k as ContactPointSchemaProps, l as CountrySchema, m as CountrySchemaProps, n as CourseSchema, o as CourseSchemaProps, E as EventSchema, p as EventSchemaProps, F as FAQPageSchema, q as FAQPageSchemaProps, H as HowToSchema, r as HowToSchemaProps, I as ImageObjectSchema, s as ImageObjectSchemaProps, t as ItemListSchema, u as ItemListSchemaProps, J as JobPostingSchema, v as JobPostingSchemaProps, L as LegalServiceSchema, w as LegalServiceSchemaProps, x as LocalBusinessSchema, y as LocalBusinessSchemaProps, M as MovieSchema, z as MovieSchemaProps, D as MusicAlbumSchema, G as MusicAlbumSchemaProps, K as MusicRecordingSchema, N as MusicRecordingSchemaProps, O as NewsArticleSchema, P as NewsArticleSchemaProps, Q as OfferSchema, R as OfferSchemaProps, S as OrganizationSchema, T as OrganizationSchemaProps, U as PersonSchema, V as PersonSchemaProps, W as PlaceSchema, X as PlaceSchemaProps, Y as PostalAddressSchema, Z as PostalAddressSchemaProps, _ as ProductSchema, $ as ProductSchemaProps, a0 as ProfilePageSchema, a1 as ProfilePageSchemaProps, a2 as RecipeSchema, a3 as RecipeSchemaProps, a4 as RestaurantSchema, a5 as RestaurantSchemaProps, a6 as ReviewSchema, a7 as ReviewSchemaProps, a8 as SchemaOrgScripts, a9 as SchemaOrgScriptsProps, aa as ServiceSchema, ab as ServiceSchemaProps, ac as SoftwareApplicationSchema, ad as SoftwareApplicationSchemaProps, ae as VideoObjectSchema, af as VideoObjectSchemaProps, ag as WebApplicationSchema, ah as WebApplicationSchemaProps, ai as WebPageSchema, aj as WebPageSchemaProps, ak as WebsiteSchema, al as WebsiteSchemaProps, am as buildAggregateRatingJsonLd, an as buildArticleJsonLd, ao as buildBlogPostingJsonLd, ap as buildBookJsonLd, aq as buildBrandJsonLd, ar as buildBreadcrumbListJsonLd, as as buildContactPointJsonLd, at as buildCountryJsonLd, au as buildCourseJsonLd, av as buildEventJsonLd, aw as buildFAQPageJsonLd, ax as buildHowToJsonLd, ay as buildImageObjectJsonLd, az as buildItemListJsonLd, aA as buildJobPostingJsonLd, aB as buildLegalServiceJsonLd, aC as buildLocalBusinessJsonLd, aD as buildMovieJsonLd, aE as buildMusicAlbumJsonLd, aF as buildMusicRecordingJsonLd, aG as buildNewsArticleJsonLd, aH as buildOfferJsonLd, aI as buildOrganizationJsonLd, aJ as buildPersonJsonLd, aK as buildPlaceJsonLd, aL as buildPostalAddressJsonLd, aM as buildProductJsonLd, aN as buildProfilePageJsonLd, aO as buildRecipeJsonLd, aP as buildRestaurantJsonLd, aQ as buildReviewJsonLd, aR as buildServiceJsonLd, aS as buildSoftwareApplicationJsonLd, aT as buildVideoObjectJsonLd, aU as buildWebApplicationJsonLd, aV as buildWebPageJsonLd, aW as buildWebsiteJsonLd } from '../component-CIE6Sy4F.cjs';
|
|
2
2
|
import { JSX } from 'react';
|
|
3
|
-
import { a as SchemaOrgSocialMediaPostingData } from '../types-
|
|
4
|
-
import '../types-
|
|
3
|
+
import { a as SchemaOrgSocialMediaPostingData } from '../types-CyRdIF-3.cjs';
|
|
4
|
+
import '../types-BxcJinOf.cjs';
|
|
5
5
|
import '../types-BtSRRG6C.cjs';
|
|
6
6
|
|
|
7
7
|
interface SocialMediaPostingSchemaProps {
|
package/dist/schema/next.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
export { A as AggregateRatingSchema, a as AggregateRatingSchemaProps, b as ArticleSchema, c as ArticleSchemaProps, B as BlogPostingSchema, d as BlogPostingSchemaProps, e as BookSchema, f as BookSchemaProps, g as BrandSchema, h as BrandSchemaProps, i as BreadcrumbListSchema, j as BreadcrumbListSchemaProps, C as ContactPointSchema, k as ContactPointSchemaProps, l as CountrySchema, m as CountrySchemaProps, n as CourseSchema, o as CourseSchemaProps, E as EventSchema, p as EventSchemaProps, F as FAQPageSchema, q as FAQPageSchemaProps, H as HowToSchema, r as HowToSchemaProps, I as ImageObjectSchema, s as ImageObjectSchemaProps, t as ItemListSchema, u as ItemListSchemaProps, J as JobPostingSchema, v as JobPostingSchemaProps, L as LegalServiceSchema, w as LegalServiceSchemaProps, x as LocalBusinessSchema, y as LocalBusinessSchemaProps, M as MovieSchema, z as MovieSchemaProps, D as MusicAlbumSchema, G as MusicAlbumSchemaProps, K as MusicRecordingSchema, N as MusicRecordingSchemaProps, O as NewsArticleSchema, P as NewsArticleSchemaProps, Q as OfferSchema, R as OfferSchemaProps, S as OrganizationSchema, T as OrganizationSchemaProps, U as PersonSchema, V as PersonSchemaProps, W as PlaceSchema, X as PlaceSchemaProps, Y as PostalAddressSchema, Z as PostalAddressSchemaProps, _ as ProductSchema, $ as ProductSchemaProps, a0 as ProfilePageSchema, a1 as ProfilePageSchemaProps, a2 as RecipeSchema, a3 as RecipeSchemaProps, a4 as RestaurantSchema, a5 as RestaurantSchemaProps, a6 as ReviewSchema, a7 as ReviewSchemaProps, a8 as SchemaOrgScripts, a9 as SchemaOrgScriptsProps, aa as ServiceSchema, ab as ServiceSchemaProps, ac as SoftwareApplicationSchema, ad as SoftwareApplicationSchemaProps, ae as VideoObjectSchema, af as VideoObjectSchemaProps, ag as WebApplicationSchema, ah as WebApplicationSchemaProps, ai as WebPageSchema, aj as WebPageSchemaProps, ak as WebsiteSchema, al as WebsiteSchemaProps, am as buildAggregateRatingJsonLd, an as buildArticleJsonLd, ao as buildBlogPostingJsonLd, ap as buildBookJsonLd, aq as buildBrandJsonLd, ar as buildBreadcrumbListJsonLd, as as buildContactPointJsonLd, at as buildCountryJsonLd, au as buildCourseJsonLd, av as buildEventJsonLd, aw as buildFAQPageJsonLd, ax as buildHowToJsonLd, ay as buildImageObjectJsonLd, az as buildItemListJsonLd, aA as buildJobPostingJsonLd, aB as buildLegalServiceJsonLd, aC as buildLocalBusinessJsonLd, aD as buildMovieJsonLd, aE as buildMusicAlbumJsonLd, aF as buildMusicRecordingJsonLd, aG as buildNewsArticleJsonLd, aH as buildOfferJsonLd, aI as buildOrganizationJsonLd, aJ as buildPersonJsonLd, aK as buildPlaceJsonLd, aL as buildPostalAddressJsonLd, aM as buildProductJsonLd, aN as buildProfilePageJsonLd, aO as buildRecipeJsonLd, aP as buildRestaurantJsonLd, aQ as buildReviewJsonLd, aR as buildServiceJsonLd, aS as buildSoftwareApplicationJsonLd, aT as buildVideoObjectJsonLd, aU as buildWebApplicationJsonLd, aV as buildWebPageJsonLd, aW as buildWebsiteJsonLd } from '../component-
|
|
1
|
+
export { A as AggregateRatingSchema, a as AggregateRatingSchemaProps, b as ArticleSchema, c as ArticleSchemaProps, B as BlogPostingSchema, d as BlogPostingSchemaProps, e as BookSchema, f as BookSchemaProps, g as BrandSchema, h as BrandSchemaProps, i as BreadcrumbListSchema, j as BreadcrumbListSchemaProps, C as ContactPointSchema, k as ContactPointSchemaProps, l as CountrySchema, m as CountrySchemaProps, n as CourseSchema, o as CourseSchemaProps, E as EventSchema, p as EventSchemaProps, F as FAQPageSchema, q as FAQPageSchemaProps, H as HowToSchema, r as HowToSchemaProps, I as ImageObjectSchema, s as ImageObjectSchemaProps, t as ItemListSchema, u as ItemListSchemaProps, J as JobPostingSchema, v as JobPostingSchemaProps, L as LegalServiceSchema, w as LegalServiceSchemaProps, x as LocalBusinessSchema, y as LocalBusinessSchemaProps, M as MovieSchema, z as MovieSchemaProps, D as MusicAlbumSchema, G as MusicAlbumSchemaProps, K as MusicRecordingSchema, N as MusicRecordingSchemaProps, O as NewsArticleSchema, P as NewsArticleSchemaProps, Q as OfferSchema, R as OfferSchemaProps, S as OrganizationSchema, T as OrganizationSchemaProps, U as PersonSchema, V as PersonSchemaProps, W as PlaceSchema, X as PlaceSchemaProps, Y as PostalAddressSchema, Z as PostalAddressSchemaProps, _ as ProductSchema, $ as ProductSchemaProps, a0 as ProfilePageSchema, a1 as ProfilePageSchemaProps, a2 as RecipeSchema, a3 as RecipeSchemaProps, a4 as RestaurantSchema, a5 as RestaurantSchemaProps, a6 as ReviewSchema, a7 as ReviewSchemaProps, a8 as SchemaOrgScripts, a9 as SchemaOrgScriptsProps, aa as ServiceSchema, ab as ServiceSchemaProps, ac as SoftwareApplicationSchema, ad as SoftwareApplicationSchemaProps, ae as VideoObjectSchema, af as VideoObjectSchemaProps, ag as WebApplicationSchema, ah as WebApplicationSchemaProps, ai as WebPageSchema, aj as WebPageSchemaProps, ak as WebsiteSchema, al as WebsiteSchemaProps, am as buildAggregateRatingJsonLd, an as buildArticleJsonLd, ao as buildBlogPostingJsonLd, ap as buildBookJsonLd, aq as buildBrandJsonLd, ar as buildBreadcrumbListJsonLd, as as buildContactPointJsonLd, at as buildCountryJsonLd, au as buildCourseJsonLd, av as buildEventJsonLd, aw as buildFAQPageJsonLd, ax as buildHowToJsonLd, ay as buildImageObjectJsonLd, az as buildItemListJsonLd, aA as buildJobPostingJsonLd, aB as buildLegalServiceJsonLd, aC as buildLocalBusinessJsonLd, aD as buildMovieJsonLd, aE as buildMusicAlbumJsonLd, aF as buildMusicRecordingJsonLd, aG as buildNewsArticleJsonLd, aH as buildOfferJsonLd, aI as buildOrganizationJsonLd, aJ as buildPersonJsonLd, aK as buildPlaceJsonLd, aL as buildPostalAddressJsonLd, aM as buildProductJsonLd, aN as buildProfilePageJsonLd, aO as buildRecipeJsonLd, aP as buildRestaurantJsonLd, aQ as buildReviewJsonLd, aR as buildServiceJsonLd, aS as buildSoftwareApplicationJsonLd, aT as buildVideoObjectJsonLd, aU as buildWebApplicationJsonLd, aV as buildWebPageJsonLd, aW as buildWebsiteJsonLd } from '../component-H52blyfc.js';
|
|
2
2
|
import { JSX } from 'react';
|
|
3
|
-
import { a as SchemaOrgSocialMediaPostingData } from '../types-
|
|
4
|
-
import '../types-
|
|
3
|
+
import { a as SchemaOrgSocialMediaPostingData } from '../types-CbYb4MsN.js';
|
|
4
|
+
import '../types-Dp9Pfnt9.js';
|
|
5
5
|
import '../types-BtSRRG6C.js';
|
|
6
6
|
|
|
7
7
|
interface SocialMediaPostingSchemaProps {
|
package/dist/schema/next.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { SchemaOrgScript } from '../chunk-
|
|
2
|
-
export { AggregateRatingSchema, ArticleSchema, BlogPostingSchema, BookSchema, BrandSchema, BreadcrumbListSchema, ContactPointSchema, CountrySchema, CourseSchema, EventSchema, FAQPageSchema, HowToSchema, ImageObjectSchema, ItemListSchema, JobPostingSchema, LegalServiceSchema, LocalBusinessSchema, MovieSchema, MusicAlbumSchema, MusicRecordingSchema, NewsArticleSchema, OfferSchema, OrganizationSchema, PersonSchema, PlaceSchema, PostalAddressSchema, ProductSchema, ProfilePageSchema, RecipeSchema, RestaurantSchema, ReviewSchema, SchemaOrgScripts, ServiceSchema, SoftwareApplicationSchema, VideoObjectSchema, WebApplicationSchema, WebPageSchema, WebsiteSchema, buildAggregateRatingJsonLd, buildArticleJsonLd, buildBlogPostingJsonLd, buildBookJsonLd, buildBrandJsonLd, buildBreadcrumbListJsonLd, buildContactPointJsonLd, buildCountryJsonLd, buildCourseJsonLd, buildEventJsonLd, buildFAQPageJsonLd, buildHowToJsonLd, buildImageObjectJsonLd, buildItemListJsonLd, buildJobPostingJsonLd, buildLegalServiceJsonLd, buildLocalBusinessJsonLd, buildMovieJsonLd, buildMusicAlbumJsonLd, buildMusicRecordingJsonLd, buildNewsArticleJsonLd, buildOfferJsonLd, buildOrganizationJsonLd, buildPersonJsonLd, buildPlaceJsonLd, buildPostalAddressJsonLd, buildProductJsonLd, buildProfilePageJsonLd, buildRecipeJsonLd, buildRestaurantJsonLd, buildReviewJsonLd, buildServiceJsonLd, buildSoftwareApplicationJsonLd, buildVideoObjectJsonLd, buildWebApplicationJsonLd, buildWebPageJsonLd, buildWebsiteJsonLd } from '../chunk-
|
|
3
|
-
import { buildGenericJsonLd, socialMediaPostingFields } from '../chunk-
|
|
1
|
+
import { SchemaOrgScript } from '../chunk-XXA6WCWS.js';
|
|
2
|
+
export { AggregateRatingSchema, ArticleSchema, BlogPostingSchema, BookSchema, BrandSchema, BreadcrumbListSchema, ContactPointSchema, CountrySchema, CourseSchema, EventSchema, FAQPageSchema, HowToSchema, ImageObjectSchema, ItemListSchema, JobPostingSchema, LegalServiceSchema, LocalBusinessSchema, MovieSchema, MusicAlbumSchema, MusicRecordingSchema, NewsArticleSchema, OfferSchema, OrganizationSchema, PersonSchema, PlaceSchema, PostalAddressSchema, ProductSchema, ProfilePageSchema, RecipeSchema, RestaurantSchema, ReviewSchema, SchemaOrgScripts, ServiceSchema, SoftwareApplicationSchema, VideoObjectSchema, WebApplicationSchema, WebPageSchema, WebsiteSchema, buildAggregateRatingJsonLd, buildArticleJsonLd, buildBlogPostingJsonLd, buildBookJsonLd, buildBrandJsonLd, buildBreadcrumbListJsonLd, buildContactPointJsonLd, buildCountryJsonLd, buildCourseJsonLd, buildEventJsonLd, buildFAQPageJsonLd, buildHowToJsonLd, buildImageObjectJsonLd, buildItemListJsonLd, buildJobPostingJsonLd, buildLegalServiceJsonLd, buildLocalBusinessJsonLd, buildMovieJsonLd, buildMusicAlbumJsonLd, buildMusicRecordingJsonLd, buildNewsArticleJsonLd, buildOfferJsonLd, buildOrganizationJsonLd, buildPersonJsonLd, buildPlaceJsonLd, buildPostalAddressJsonLd, buildProductJsonLd, buildProfilePageJsonLd, buildRecipeJsonLd, buildRestaurantJsonLd, buildReviewJsonLd, buildServiceJsonLd, buildSoftwareApplicationJsonLd, buildVideoObjectJsonLd, buildWebApplicationJsonLd, buildWebPageJsonLd, buildWebsiteJsonLd } from '../chunk-XXA6WCWS.js';
|
|
3
|
+
import { buildGenericJsonLd, socialMediaPostingFields } from '../chunk-KTL6NYNG.js';
|
|
4
4
|
import '../chunk-2NMEKWO5.js';
|
|
5
5
|
import { jsx } from 'react/jsx-runtime';
|
|
6
6
|
|