@@ -92,7 +92,7 @@ describe('schema.org e2e no plugin', () => {
92
92
"@context": "https://schema.org",
93
93
"@graph": [
94
94
{
95
- "@id": "/about/ #webpage",
95
+ "@id": "/about#webpage",
96
96
"name": "About",
97
97
"url": "/about",
98
98
"@type": [
@@ -121,7 +121,7 @@ describe('schema.org e2e no plugin', () => {
121
121
"@context": "https://schema.org",
122
122
"@graph": [
123
123
{
124
- "@id": "/about/ #webpage",
124
+ "@id": "/about#webpage",
125
125
"name": "About",
126
126
"url": "/about",
127
127
"@type": [
@@ -170,18 +170,18 @@ describe('schema.org e2e no plugin', () => {
170
170
"@context": "https://schema.org",
171
171
"@graph": [
172
172
{
173
- "@id": "https://example.com/ #identity",
173
+ "@id": "https://example.com#identity",
174
174
"@type": "Organization",
175
175
"name": "test",
176
176
"url": "https://example.com"
177
177
},
178
178
{
179
- "@id": "https://example.com/ #website",
179
+ "@id": "https://example.com#website",
180
180
"@type": "WebSite",
181
181
"name": "test",
182
182
"url": "https://example.com",
183
183
"publisher": {
184
- "@id": "https://example.com/ #identity"
184
+ "@id": "https://example.com#identity"
185
185
}
186
186
}
187
187
]
@@ -222,23 +222,23 @@ describe('schema.org e2e no plugin', () => {
222
222
"@context": "https://schema.org",
223
223
"@graph": [
224
224
{
225
- "@id": "https://example.com/about/ #webpage",
225
+ "@id": "https://example.com/about#webpage",
226
226
"url": "https://example.com/about",
227
227
"@type": [
228
228
"WebPage",
229
229
"FAQPage"
230
230
],
231
231
"mainEntity": [
232
232
{
233
- "@id": "https://example.com/about/ #/schema/question/ab1c398"
233
+ "@id": "https://example.com/about#/schema/question/ab1c398"
234
234
},
235
235
{
236
- "@id": "https://example.com/about/ #/schema/question/6396da9"
236
+ "@id": "https://example.com/about#/schema/question/6396da9"
237
237
}
238
238
]
239
239
},
240
240
{
241
- "@id": "https://example.com/about/ #/schema/question/ab1c398",
241
+ "@id": "https://example.com/about#/schema/question/ab1c398",
242
242
"@type": "Question",
243
243
"name": "What is your return policy?",
244
244
"acceptedAnswer": {
@@ -247,7 +247,7 @@ describe('schema.org e2e no plugin', () => {
247
247
}
248
248
},
249
249
{
250
- "@id": "https://example.com/about/ #/schema/question/6396da9",
250
+ "@id": "https://example.com/about#/schema/question/6396da9",
251
251
"@type": "Question",
252
252
"name": "What is something else?",
253
253
"acceptedAnswer": {
0 commit comments