-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscoped-routes.json
More file actions
61 lines (61 loc) · 1.79 KB
/
Copy pathscoped-routes.json
File metadata and controls
61 lines (61 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"guides": [
{
"path": "/sleep",
"url": "https://www.betterbuylab.com/sleep",
"pageType": "category"
},
{
"path": "/sleep/best-mattress-side-sleepers",
"url": "https://www.betterbuylab.com/sleep/best-mattress-side-sleepers",
"pageType": "buying-guide"
},
{
"path": "/sleep/best-cooling-mattress",
"url": "https://www.betterbuylab.com/sleep/best-cooling-mattress",
"pageType": "buying-guide"
}
],
"productNotes": [
{
"path": "/reviews/allswell-hybrid",
"url": "https://www.betterbuylab.com/reviews/allswell-hybrid"
},
{
"path": "/reviews/boring-hybrid",
"url": "https://www.betterbuylab.com/reviews/boring-hybrid"
},
{
"path": "/reviews/brooklyn-bedding-signature-hybrid",
"url": "https://www.betterbuylab.com/reviews/brooklyn-bedding-signature-hybrid"
},
{
"path": "/reviews/casper-snow",
"url": "https://www.betterbuylab.com/reviews/casper-snow"
},
{
"path": "/reviews/helix-midnight-luxe-2025",
"url": "https://www.betterbuylab.com/reviews/helix-midnight-luxe-2025"
},
{
"path": "/reviews/purple-mattress",
"url": "https://www.betterbuylab.com/reviews/purple-mattress"
},
{
"path": "/reviews/purple-restoreplus-hybrid",
"url": "https://www.betterbuylab.com/reviews/purple-restoreplus-hybrid"
},
{
"path": "/reviews/saatva-latex-hybrid",
"url": "https://www.betterbuylab.com/reviews/saatva-latex-hybrid"
},
{
"path": "/reviews/silk-and-snow-mattress",
"url": "https://www.betterbuylab.com/reviews/silk-and-snow-mattress"
},
{
"path": "/reviews/tuft-and-needle-mint",
"url": "https://www.betterbuylab.com/reviews/tuft-and-needle-mint"
}
]
}