kontent-delivery-sdk-ruby 2.0.16 → 2.0.22

Sign up to get free protection for your applications and to get access to all the features.
Files changed (32) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +196 -157
  3. data/lib/delivery/builders/image_transformation_builder.rb +1 -0
  4. data/lib/delivery/builders/url_builder.rb +3 -0
  5. data/lib/delivery/client/delivery_client.rb +8 -0
  6. data/lib/delivery/client/delivery_query.rb +2 -2
  7. data/lib/delivery/client/request_manager.rb +2 -0
  8. data/lib/delivery/models/language.rb +29 -0
  9. data/lib/delivery/query_parameters/filters.rb +45 -2
  10. data/lib/delivery/query_parameters/parameter_base.rb +17 -7
  11. data/lib/delivery/responses/delivery_language_listing_response.rb +44 -0
  12. data/lib/delivery/responses/response_base.rb +2 -2
  13. data/lib/delivery/tests/fake_responder.rb +1 -6
  14. data/lib/delivery/tests/filtering/items_with_count.json +5241 -4842
  15. data/lib/delivery/tests/filtering/{pagination_about_us.json → pagination.json} +179 -64
  16. data/lib/delivery/tests/generic/items.json +1131 -732
  17. data/lib/delivery/tests/generic/items/about_us.json +76 -27
  18. data/lib/delivery/tests/generic/items/aeropress_filters.json +28 -11
  19. data/lib/delivery/tests/generic/items/coffee_processing_techniques.json +409 -12
  20. data/lib/delivery/tests/generic/items/empty_rich_text.json +24 -0
  21. data/lib/delivery/tests/generic/items/rich_text_complex_tables.json +81 -0
  22. data/lib/delivery/tests/generic/items/where_does_coffee_come_from_.json +478 -500
  23. data/lib/delivery/tests/generic/languages.json +24 -0
  24. data/lib/delivery/tests/generic/taxonomies.json +78 -1
  25. data/lib/delivery/tests/generic/taxonomies/manufacturer.json +30 -0
  26. data/lib/delivery/tests/generic/types.json +808 -753
  27. data/lib/delivery/tests/generic/types/brewer.json +89 -0
  28. data/lib/kontent-delivery-sdk-ruby.rb +2 -0
  29. metadata +49 -27
  30. data/lib/delivery/tests/filtering/items_gt.json +0 -566
  31. data/lib/delivery/tests/filtering/multiple.json +0 -283
  32. data/lib/delivery/version.rb +0 -7
@@ -7,10 +7,10 @@
7
7
  "codename": "about_us",
8
8
  "language": "en-US",
9
9
  "type": "about_us",
10
- "sitemap_locations": [
11
- "about_us"
12
- ],
13
- "last_modified": "2018-08-18T13:19:18.933Z"
10
+ "collection": "default",
11
+ "sitemap_locations": [],
12
+ "last_modified": "2019-03-27T13:10:01.791Z",
13
+ "workflow_step": "published"
14
14
  },
15
15
  "elements": {
16
16
  "facts": {
@@ -27,6 +27,12 @@
27
27
  "name": "URL pattern",
28
28
  "value": "about-us"
29
29
  },
30
+ "sitemap": {
31
+ "type": "taxonomy",
32
+ "name": "Sitemap",
33
+ "taxonomy_group": "sitemap_538125f",
34
+ "value": []
35
+ },
30
36
  "metadata__meta_title": {
31
37
  "type": "text",
32
38
  "name": "Meta title",
@@ -53,10 +59,12 @@
53
59
  "value": [
54
60
  {
55
61
  "name": "on-roasts-1080px.jpg",
62
+ "description": "Coffee Roastery",
56
63
  "type": "image/jpeg",
57
64
  "size": 121946,
58
- "description": "Coffee Roastery",
59
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
65
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
66
+ "width": 1000,
67
+ "height": 666
60
68
  }
61
69
  ]
62
70
  },
@@ -68,7 +76,7 @@
68
76
  "metadata__twitter_creator": {
69
77
  "type": "text",
70
78
  "name": "twitter:creator",
71
- "value": "@kenticokontent"
79
+ "value": "@kenticoCloud"
72
80
  },
73
81
  "metadata__twitter_title": {
74
82
  "type": "text",
@@ -86,10 +94,12 @@
86
94
  "value": [
87
95
  {
88
96
  "name": "on-roasts-1080px.jpg",
97
+ "description": "Coffee Roastery",
89
98
  "type": "image/jpeg",
90
99
  "size": 121946,
91
- "description": "Coffee Roastery",
92
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
100
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
101
+ "width": 1000,
102
+ "height": 666
93
103
  }
94
104
  ]
95
105
  }
@@ -102,10 +112,10 @@
102
112
  "codename": "aeropress",
103
113
  "language": "en-US",
104
114
  "type": "brewer",
105
- "sitemap_locations": [
106
- "brewers"
107
- ],
108
- "last_modified": "2017-12-08T08:31:38.283Z"
115
+ "collection": "default",
116
+ "sitemap_locations": [],
117
+ "last_modified": "2019-03-27T13:10:20.689Z",
118
+ "workflow_step": "published"
109
119
  },
110
120
  "elements": {
111
121
  "product_name": {
@@ -124,10 +134,12 @@
124
134
  "value": [
125
135
  {
126
136
  "name": "aeropress.jpg",
137
+ "description": "AeroPress Coffee Maker",
127
138
  "type": "image/jpeg",
128
139
  "size": 72879,
129
- "description": "AeroPress Coffee Maker",
130
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
140
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
141
+ "width": 540,
142
+ "height": 540
131
143
  }
132
144
  ]
133
145
  },
@@ -174,6 +186,17 @@
174
186
  }
175
187
  ]
176
188
  },
189
+ "sitemap": {
190
+ "type": "taxonomy",
191
+ "name": "Sitemap",
192
+ "taxonomy_group": "sitemap_538125f",
193
+ "value": [
194
+ {
195
+ "name": "Brewers",
196
+ "codename": "brewers"
197
+ }
198
+ ]
199
+ },
177
200
  "metadata__meta_title": {
178
201
  "type": "text",
179
202
  "name": "Meta title",
@@ -200,10 +223,12 @@
200
223
  "value": [
201
224
  {
202
225
  "name": "aeropress.jpg",
226
+ "description": "AeroPress Coffee Maker",
203
227
  "type": "image/jpeg",
204
228
  "size": 72879,
205
- "description": "AeroPress Coffee Maker",
206
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
229
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
230
+ "width": 540,
231
+ "height": 540
207
232
  }
208
233
  ]
209
234
  },
@@ -215,7 +240,7 @@
215
240
  "metadata__twitter_creator": {
216
241
  "type": "text",
217
242
  "name": "twitter:creator",
218
- "value": "@kenticokontent"
243
+ "value": "@kenticoCloud"
219
244
  },
220
245
  "metadata__twitter_title": {
221
246
  "type": "text",
@@ -233,10 +258,12 @@
233
258
  "value": [
234
259
  {
235
260
  "name": "aeropress.jpg",
261
+ "description": "AeroPress Coffee Maker",
236
262
  "type": "image/jpeg",
237
263
  "size": 72879,
238
- "description": "AeroPress Coffee Maker",
239
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
264
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
265
+ "width": 540,
266
+ "height": 540
240
267
  }
241
268
  ]
242
269
  }
@@ -249,10 +276,10 @@
249
276
  "codename": "aeropress_filters",
250
277
  "language": "en-US",
251
278
  "type": "accessory",
252
- "sitemap_locations": [
253
- "accessories"
254
- ],
255
- "last_modified": "2018-02-27T19:02:35.617Z"
279
+ "collection": "default",
280
+ "sitemap_locations": [],
281
+ "last_modified": "2019-03-27T13:11:06.537Z",
282
+ "workflow_step": "published"
256
283
  },
257
284
  "elements": {
258
285
  "product_name": {
@@ -271,10 +298,12 @@
271
298
  "value": [
272
299
  {
273
300
  "name": "aero-press-filters.jpg",
301
+ "description": "AeroPress Paper Filter",
274
302
  "type": "image/jpeg",
275
303
  "size": 36967,
276
- "description": "AeroPress Paper Filter",
277
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
304
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
305
+ "width": 1080,
306
+ "height": 1080
278
307
  }
279
308
  ]
280
309
  },
@@ -310,6 +339,17 @@
310
339
  "name": "URL pattern",
311
340
  "value": "aeropress-filters"
312
341
  },
342
+ "sitemap": {
343
+ "type": "taxonomy",
344
+ "name": "Sitemap",
345
+ "taxonomy_group": "sitemap_538125f",
346
+ "value": [
347
+ {
348
+ "name": "Accessories",
349
+ "codename": "accessories"
350
+ }
351
+ ]
352
+ },
313
353
  "metadata__meta_title": {
314
354
  "type": "text",
315
355
  "name": "Meta title",
@@ -336,10 +376,12 @@
336
376
  "value": [
337
377
  {
338
378
  "name": "aero-press-filters.jpg",
379
+ "description": "AeroPress Paper Filter",
339
380
  "type": "image/jpeg",
340
381
  "size": 36967,
341
- "description": "AeroPress Paper Filter",
342
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
382
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
383
+ "width": 1080,
384
+ "height": 1080
343
385
  }
344
386
  ]
345
387
  },
@@ -351,7 +393,7 @@
351
393
  "metadata__twitter_creator": {
352
394
  "type": "text",
353
395
  "name": "twitter:creator",
354
- "value": "@kenticokontent"
396
+ "value": "@kenticoCloud"
355
397
  },
356
398
  "metadata__twitter_title": {
357
399
  "type": "text",
@@ -369,10 +411,12 @@
369
411
  "value": [
370
412
  {
371
413
  "name": "aero-press-filters.jpg",
414
+ "description": "AeroPress Paper Filter",
372
415
  "type": "image/jpeg",
373
416
  "size": 36967,
374
- "description": "AeroPress Paper Filter",
375
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
417
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
418
+ "width": 1080,
419
+ "height": 1080
376
420
  }
377
421
  ]
378
422
  }
@@ -385,11 +429,10 @@
385
429
  "codename": "allendale",
386
430
  "language": "en-US",
387
431
  "type": "cafe",
388
- "sitemap_locations": [
389
- "cafes",
390
- "north_america"
391
- ],
392
- "last_modified": "2016-09-05T14:13:52.934Z"
432
+ "collection": "default",
433
+ "sitemap_locations": [],
434
+ "last_modified": "2019-03-27T13:11:35.96Z",
435
+ "workflow_step": "published"
393
436
  },
394
437
  "elements": {
395
438
  "street": {
@@ -433,10 +476,27 @@
433
476
  "value": [
434
477
  {
435
478
  "name": "cafe04.jpg",
479
+ "description": "Dancing Goat Café - Allendale",
436
480
  "type": "image/jpeg",
437
481
  "size": 545064,
438
- "description": "Dancing Goat Café - Allendale",
439
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg"
482
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg",
483
+ "width": 849,
484
+ "height": 565
485
+ }
486
+ ]
487
+ },
488
+ "sitemap": {
489
+ "type": "taxonomy",
490
+ "name": "Sitemap",
491
+ "taxonomy_group": "sitemap_538125f",
492
+ "value": [
493
+ {
494
+ "name": "Cafes",
495
+ "codename": "cafes"
496
+ },
497
+ {
498
+ "name": "North America",
499
+ "codename": "north_america"
440
500
  }
441
501
  ]
442
502
  }
@@ -449,11 +509,10 @@
449
509
  "codename": "boston",
450
510
  "language": "en-US",
451
511
  "type": "cafe",
452
- "sitemap_locations": [
453
- "cafes",
454
- "north_america"
455
- ],
456
- "last_modified": "2016-09-05T14:12:49.091Z"
512
+ "collection": "default",
513
+ "sitemap_locations": [],
514
+ "last_modified": "2019-03-27T13:12:00.408Z",
515
+ "workflow_step": "published"
457
516
  },
458
517
  "elements": {
459
518
  "street": {
@@ -497,10 +556,27 @@
497
556
  "value": [
498
557
  {
499
558
  "name": "cafe03.jpg",
559
+ "description": "Dancing Goat Café - Boston",
500
560
  "type": "image/jpeg",
501
561
  "size": 405527,
502
- "description": "Dancing Goat Café - Boston",
503
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg"
562
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg",
563
+ "width": 849,
564
+ "height": 565
565
+ }
566
+ ]
567
+ },
568
+ "sitemap": {
569
+ "type": "taxonomy",
570
+ "name": "Sitemap",
571
+ "taxonomy_group": "sitemap_538125f",
572
+ "value": [
573
+ {
574
+ "name": "Cafes",
575
+ "codename": "cafes"
576
+ },
577
+ {
578
+ "name": "North America",
579
+ "codename": "north_america"
504
580
  }
505
581
  ]
506
582
  }
@@ -515,10 +591,10 @@
515
591
  "codename": "how_we_roast_our_coffees",
516
592
  "language": "en-US",
517
593
  "type": "fact_about_us",
518
- "sitemap_locations": [
519
- "about_us"
520
- ],
521
- "last_modified": "2017-04-04T11:48:26.187Z"
594
+ "collection": "default",
595
+ "sitemap_locations": [],
596
+ "last_modified": "2019-03-27T13:17:22.27Z",
597
+ "workflow_step": "published"
522
598
  },
523
599
  "elements": {
524
600
  "title": {
@@ -546,10 +622,23 @@
546
622
  "value": [
547
623
  {
548
624
  "name": "roaster.jpg",
625
+ "description": "Coffee Roaster",
549
626
  "type": "image/jpeg",
550
627
  "size": 50240,
551
- "description": "Coffee Roaster",
552
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg"
628
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg",
629
+ "width": 600,
630
+ "height": 457
631
+ }
632
+ ]
633
+ },
634
+ "sitemap": {
635
+ "type": "taxonomy",
636
+ "name": "Sitemap",
637
+ "taxonomy_group": "sitemap_538125f",
638
+ "value": [
639
+ {
640
+ "name": "About us",
641
+ "codename": "about_us"
553
642
  }
554
643
  ]
555
644
  }
@@ -562,10 +651,10 @@
562
651
  "codename": "how_we_source_our_coffees",
563
652
  "language": "en-US",
564
653
  "type": "fact_about_us",
565
- "sitemap_locations": [
566
- "about_us"
567
- ],
568
- "last_modified": "2016-10-20T12:47:13.65Z"
654
+ "collection": "default",
655
+ "sitemap_locations": [],
656
+ "last_modified": "2019-03-27T13:17:52.881Z",
657
+ "workflow_step": "published"
569
658
  },
570
659
  "elements": {
571
660
  "title": {
@@ -587,10 +676,23 @@
587
676
  "value": [
588
677
  {
589
678
  "name": "sources.jpg",
679
+ "description": "Coffee Berries",
590
680
  "type": "image/jpeg",
591
681
  "size": 46469,
592
- "description": "Coffee Berries",
593
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg"
682
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
683
+ "width": 640,
684
+ "height": 457
685
+ }
686
+ ]
687
+ },
688
+ "sitemap": {
689
+ "type": "taxonomy",
690
+ "name": "Sitemap",
691
+ "taxonomy_group": "sitemap_538125f",
692
+ "value": [
693
+ {
694
+ "name": "About us",
695
+ "codename": "about_us"
594
696
  }
595
697
  ]
596
698
  }
@@ -603,10 +705,10 @@
603
705
  "codename": "our_philosophy",
604
706
  "language": "en-US",
605
707
  "type": "fact_about_us",
606
- "sitemap_locations": [
607
- "about_us"
608
- ],
609
- "last_modified": "2016-10-20T12:06:18.34Z"
708
+ "collection": "default",
709
+ "sitemap_locations": [],
710
+ "last_modified": "2019-03-27T13:22:11.857Z",
711
+ "workflow_step": "published"
610
712
  },
611
713
  "elements": {
612
714
  "title": {
@@ -628,10 +730,23 @@
628
730
  "value": [
629
731
  {
630
732
  "name": "about.jpg",
733
+ "description": "Dancing Goat Café - Los Angeles",
631
734
  "type": "image/jpeg",
632
735
  "size": 56264,
633
- "description": "Dancing Goat Café - Los Angeles",
634
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg"
736
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg",
737
+ "width": 640,
738
+ "height": 426
739
+ }
740
+ ]
741
+ },
742
+ "sitemap": {
743
+ "type": "taxonomy",
744
+ "name": "Sitemap",
745
+ "taxonomy_group": "sitemap_538125f",
746
+ "value": [
747
+ {
748
+ "name": "About us",
749
+ "codename": "about_us"
635
750
  }
636
751
  ]
637
752
  }
@@ -642,6 +757,6 @@
642
757
  "skip": 0,
643
758
  "limit": 5,
644
759
  "count": 5,
645
- "next_page": "https://deliver.kenticocloud.com/faf446d2-0544-0039-bb43-5d6ef816661a/items?skip=5&limit=5"
760
+ "next_page": "https://deliver.kontent.ai/cbb8fcc6-9201-000d-a115-b1050abd8f34/items?skip=5&limit=5"
646
761
  }
647
762
  }
@@ -7,10 +7,10 @@
7
7
  "codename": "about_us",
8
8
  "language": "en-US",
9
9
  "type": "about_us",
10
- "sitemap_locations": [
11
- "about_us"
12
- ],
13
- "last_modified": "2018-08-18T13:19:18.933Z"
10
+ "collection": "default",
11
+ "sitemap_locations": [],
12
+ "last_modified": "2019-03-27T13:10:01.791Z",
13
+ "workflow_step": "published"
14
14
  },
15
15
  "elements": {
16
16
  "facts": {
@@ -27,6 +27,12 @@
27
27
  "name": "URL pattern",
28
28
  "value": "about-us"
29
29
  },
30
+ "sitemap": {
31
+ "type": "taxonomy",
32
+ "name": "Sitemap",
33
+ "taxonomy_group": "sitemap_538125f",
34
+ "value": []
35
+ },
30
36
  "metadata__meta_title": {
31
37
  "type": "text",
32
38
  "name": "Meta title",
@@ -53,10 +59,12 @@
53
59
  "value": [
54
60
  {
55
61
  "name": "on-roasts-1080px.jpg",
62
+ "description": "Coffee Roastery",
56
63
  "type": "image/jpeg",
57
64
  "size": 121946,
58
- "description": "Coffee Roastery",
59
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
65
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
66
+ "width": 1000,
67
+ "height": 666
60
68
  }
61
69
  ]
62
70
  },
@@ -68,7 +76,7 @@
68
76
  "metadata__twitter_creator": {
69
77
  "type": "text",
70
78
  "name": "twitter:creator",
71
- "value": "@kenticokontent"
79
+ "value": "@kenticoCloud"
72
80
  },
73
81
  "metadata__twitter_title": {
74
82
  "type": "text",
@@ -86,10 +94,12 @@
86
94
  "value": [
87
95
  {
88
96
  "name": "on-roasts-1080px.jpg",
97
+ "description": "Coffee Roastery",
89
98
  "type": "image/jpeg",
90
99
  "size": 121946,
91
- "description": "Coffee Roastery",
92
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
100
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
101
+ "width": 1000,
102
+ "height": 666
93
103
  }
94
104
  ]
95
105
  }
@@ -102,10 +112,10 @@
102
112
  "codename": "aeropress",
103
113
  "language": "en-US",
104
114
  "type": "brewer",
105
- "sitemap_locations": [
106
- "brewers"
107
- ],
108
- "last_modified": "2017-12-08T08:31:38.283Z"
115
+ "collection": "default",
116
+ "sitemap_locations": [],
117
+ "last_modified": "2019-03-27T13:10:20.689Z",
118
+ "workflow_step": "published"
109
119
  },
110
120
  "elements": {
111
121
  "product_name": {
@@ -124,10 +134,12 @@
124
134
  "value": [
125
135
  {
126
136
  "name": "aeropress.jpg",
137
+ "description": "AeroPress Coffee Maker",
127
138
  "type": "image/jpeg",
128
139
  "size": 72879,
129
- "description": "AeroPress Coffee Maker",
130
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
140
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
141
+ "width": 540,
142
+ "height": 540
131
143
  }
132
144
  ]
133
145
  },
@@ -174,6 +186,17 @@
174
186
  }
175
187
  ]
176
188
  },
189
+ "sitemap": {
190
+ "type": "taxonomy",
191
+ "name": "Sitemap",
192
+ "taxonomy_group": "sitemap_538125f",
193
+ "value": [
194
+ {
195
+ "name": "Brewers",
196
+ "codename": "brewers"
197
+ }
198
+ ]
199
+ },
177
200
  "metadata__meta_title": {
178
201
  "type": "text",
179
202
  "name": "Meta title",
@@ -200,10 +223,12 @@
200
223
  "value": [
201
224
  {
202
225
  "name": "aeropress.jpg",
226
+ "description": "AeroPress Coffee Maker",
203
227
  "type": "image/jpeg",
204
228
  "size": 72879,
205
- "description": "AeroPress Coffee Maker",
206
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
229
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
230
+ "width": 540,
231
+ "height": 540
207
232
  }
208
233
  ]
209
234
  },
@@ -215,7 +240,7 @@
215
240
  "metadata__twitter_creator": {
216
241
  "type": "text",
217
242
  "name": "twitter:creator",
218
- "value": "@kenticokontent"
243
+ "value": "@kenticoCloud"
219
244
  },
220
245
  "metadata__twitter_title": {
221
246
  "type": "text",
@@ -233,10 +258,12 @@
233
258
  "value": [
234
259
  {
235
260
  "name": "aeropress.jpg",
261
+ "description": "AeroPress Coffee Maker",
236
262
  "type": "image/jpeg",
237
263
  "size": 72879,
238
- "description": "AeroPress Coffee Maker",
239
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
264
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg",
265
+ "width": 540,
266
+ "height": 540
240
267
  }
241
268
  ]
242
269
  }
@@ -249,10 +276,10 @@
249
276
  "codename": "aeropress_filters",
250
277
  "language": "en-US",
251
278
  "type": "accessory",
252
- "sitemap_locations": [
253
- "accessories"
254
- ],
255
- "last_modified": "2018-02-27T19:02:35.617Z"
279
+ "collection": "default",
280
+ "sitemap_locations": [],
281
+ "last_modified": "2019-03-27T13:11:06.537Z",
282
+ "workflow_step": "published"
256
283
  },
257
284
  "elements": {
258
285
  "product_name": {
@@ -271,10 +298,12 @@
271
298
  "value": [
272
299
  {
273
300
  "name": "aero-press-filters.jpg",
301
+ "description": "AeroPress Paper Filter",
274
302
  "type": "image/jpeg",
275
303
  "size": 36967,
276
- "description": "AeroPress Paper Filter",
277
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
304
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
305
+ "width": 1080,
306
+ "height": 1080
278
307
  }
279
308
  ]
280
309
  },
@@ -310,6 +339,17 @@
310
339
  "name": "URL pattern",
311
340
  "value": "aeropress-filters"
312
341
  },
342
+ "sitemap": {
343
+ "type": "taxonomy",
344
+ "name": "Sitemap",
345
+ "taxonomy_group": "sitemap_538125f",
346
+ "value": [
347
+ {
348
+ "name": "Accessories",
349
+ "codename": "accessories"
350
+ }
351
+ ]
352
+ },
313
353
  "metadata__meta_title": {
314
354
  "type": "text",
315
355
  "name": "Meta title",
@@ -336,10 +376,12 @@
336
376
  "value": [
337
377
  {
338
378
  "name": "aero-press-filters.jpg",
379
+ "description": "AeroPress Paper Filter",
339
380
  "type": "image/jpeg",
340
381
  "size": 36967,
341
- "description": "AeroPress Paper Filter",
342
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
382
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
383
+ "width": 1080,
384
+ "height": 1080
343
385
  }
344
386
  ]
345
387
  },
@@ -351,7 +393,7 @@
351
393
  "metadata__twitter_creator": {
352
394
  "type": "text",
353
395
  "name": "twitter:creator",
354
- "value": "@kenticokontent"
396
+ "value": "@kenticoCloud"
355
397
  },
356
398
  "metadata__twitter_title": {
357
399
  "type": "text",
@@ -369,10 +411,12 @@
369
411
  "value": [
370
412
  {
371
413
  "name": "aero-press-filters.jpg",
414
+ "description": "AeroPress Paper Filter",
372
415
  "type": "image/jpeg",
373
416
  "size": 36967,
374
- "description": "AeroPress Paper Filter",
375
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg"
417
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fdd5befd-e730-4c74-a128-b5404ccb7640/aero-press-filters.jpg",
418
+ "width": 1080,
419
+ "height": 1080
376
420
  }
377
421
  ]
378
422
  }
@@ -385,11 +429,10 @@
385
429
  "codename": "allendale",
386
430
  "language": "en-US",
387
431
  "type": "cafe",
388
- "sitemap_locations": [
389
- "cafes",
390
- "north_america"
391
- ],
392
- "last_modified": "2016-09-05T14:13:52.934Z"
432
+ "collection": "default",
433
+ "sitemap_locations": [],
434
+ "last_modified": "2019-03-27T13:11:35.96Z",
435
+ "workflow_step": "published"
393
436
  },
394
437
  "elements": {
395
438
  "street": {
@@ -433,10 +476,27 @@
433
476
  "value": [
434
477
  {
435
478
  "name": "cafe04.jpg",
479
+ "description": "Dancing Goat Café - Allendale",
436
480
  "type": "image/jpeg",
437
481
  "size": 545064,
438
- "description": "Dancing Goat Café - Allendale",
439
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg"
482
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg",
483
+ "width": 849,
484
+ "height": 565
485
+ }
486
+ ]
487
+ },
488
+ "sitemap": {
489
+ "type": "taxonomy",
490
+ "name": "Sitemap",
491
+ "taxonomy_group": "sitemap_538125f",
492
+ "value": [
493
+ {
494
+ "name": "Cafes",
495
+ "codename": "cafes"
496
+ },
497
+ {
498
+ "name": "North America",
499
+ "codename": "north_america"
440
500
  }
441
501
  ]
442
502
  }
@@ -449,11 +509,10 @@
449
509
  "codename": "boston",
450
510
  "language": "en-US",
451
511
  "type": "cafe",
452
- "sitemap_locations": [
453
- "cafes",
454
- "north_america"
455
- ],
456
- "last_modified": "2016-09-05T14:12:49.091Z"
512
+ "collection": "default",
513
+ "sitemap_locations": [],
514
+ "last_modified": "2019-03-27T13:12:00.408Z",
515
+ "workflow_step": "published"
457
516
  },
458
517
  "elements": {
459
518
  "street": {
@@ -497,10 +556,27 @@
497
556
  "value": [
498
557
  {
499
558
  "name": "cafe03.jpg",
559
+ "description": "Dancing Goat Café - Boston",
500
560
  "type": "image/jpeg",
501
561
  "size": 405527,
502
- "description": "Dancing Goat Café - Boston",
503
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg"
562
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg",
563
+ "width": 849,
564
+ "height": 565
565
+ }
566
+ ]
567
+ },
568
+ "sitemap": {
569
+ "type": "taxonomy",
570
+ "name": "Sitemap",
571
+ "taxonomy_group": "sitemap_538125f",
572
+ "value": [
573
+ {
574
+ "name": "Cafes",
575
+ "codename": "cafes"
576
+ },
577
+ {
578
+ "name": "North America",
579
+ "codename": "north_america"
504
580
  }
505
581
  ]
506
582
  }
@@ -513,10 +589,10 @@
513
589
  "codename": "brazil_natural_barra_grande",
514
590
  "language": "en-US",
515
591
  "type": "coffee",
516
- "sitemap_locations": [
517
- "coffee"
518
- ],
519
- "last_modified": "2017-12-08T08:34:15.865Z"
592
+ "collection": "default",
593
+ "sitemap_locations": [],
594
+ "last_modified": "2019-03-27T13:12:28.708Z",
595
+ "workflow_step": "published"
520
596
  },
521
597
  "elements": {
522
598
  "product_name": {
@@ -535,10 +611,12 @@
535
611
  "value": [
536
612
  {
537
613
  "name": "brazil.jpg",
614
+ "description": "Brazil Natural Barra Grande Coffee Beans",
538
615
  "type": "image/jpeg",
539
616
  "size": 75217,
540
- "description": "Brazil Natural Barra Grande Coffee Beans",
541
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg"
617
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg",
618
+ "width": 1080,
619
+ "height": 1080
542
620
  }
543
621
  ]
544
622
  },
@@ -600,6 +678,17 @@
600
678
  }
601
679
  ]
602
680
  },
681
+ "sitemap": {
682
+ "type": "taxonomy",
683
+ "name": "Sitemap",
684
+ "taxonomy_group": "sitemap_538125f",
685
+ "value": [
686
+ {
687
+ "name": "Coffee",
688
+ "codename": "coffee"
689
+ }
690
+ ]
691
+ },
603
692
  "metadata__meta_title": {
604
693
  "type": "text",
605
694
  "name": "Meta title",
@@ -626,10 +715,12 @@
626
715
  "value": [
627
716
  {
628
717
  "name": "brazil.jpg",
718
+ "description": "Brazil Natural Barra Grande Coffee Beans",
629
719
  "type": "image/jpeg",
630
720
  "size": 75217,
631
- "description": "Brazil Natural Barra Grande Coffee Beans",
632
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg"
721
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg",
722
+ "width": 1080,
723
+ "height": 1080
633
724
  }
634
725
  ]
635
726
  },
@@ -641,7 +732,7 @@
641
732
  "metadata__twitter_creator": {
642
733
  "type": "text",
643
734
  "name": "twitter:creator",
644
- "value": "@kenticokontent"
735
+ "value": "@kenticoCloud"
645
736
  },
646
737
  "metadata__twitter_title": {
647
738
  "type": "text",
@@ -659,10 +750,12 @@
659
750
  "value": [
660
751
  {
661
752
  "name": "brazil.jpg",
753
+ "description": "Brazil Natural Barra Grande Coffee Beans",
662
754
  "type": "image/jpeg",
663
755
  "size": 75217,
664
- "description": "Brazil Natural Barra Grande Coffee Beans",
665
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg"
756
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/988caa85-d8fe-4c72-9b26-180d8822a14e/brazil.jpg",
757
+ "width": 1080,
758
+ "height": 1080
666
759
  }
667
760
  ]
668
761
  }
@@ -675,10 +768,10 @@
675
768
  "codename": "coffee_beverages_explained",
676
769
  "language": "en-US",
677
770
  "type": "article",
678
- "sitemap_locations": [
679
- "articles"
680
- ],
681
- "last_modified": "2018-10-09T05:50:55.755Z"
771
+ "collection": "default",
772
+ "sitemap_locations": [],
773
+ "last_modified": "2021-03-19T17:55:26.9917618Z",
774
+ "workflow_step": "published"
682
775
  },
683
776
  "elements": {
684
777
  "title": {
@@ -692,10 +785,12 @@
692
785
  "value": [
693
786
  {
694
787
  "name": "coffee-beverages-explained-1080px.jpg",
788
+ "description": "Professional Espresso Machine",
695
789
  "type": "image/jpeg",
696
790
  "size": 90895,
697
- "description": "Professional Espresso Machine",
698
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
791
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
792
+ "width": 1000,
793
+ "height": 666
699
794
  }
700
795
  ]
701
796
  },
@@ -713,12 +808,18 @@
713
808
  "type": "rich_text",
714
809
  "name": "Body Copy",
715
810
  "images": {},
716
- "links": {},
811
+ "links": {
812
+ "3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5": {
813
+ "codename": "which_brewing_fits_you_",
814
+ "type": "article",
815
+ "url_slug": "which-brewing-fits-you"
816
+ }
817
+ },
717
818
  "modular_content": [
718
819
  "d7610e80_9a93_01ef_284c_c1dfdbcf43ee",
719
820
  "n373888cc_34e2_01e1_1820_3cb52ab1b2a1"
720
821
  ],
721
- "value": "<p>The coffee drinking culture has been evolving for hundreds and thousands of years. It has never been so rich as today. How do you make sense of different types of coffee, what do the particular names in beverage menus mean and what beverage to choose for which occasion in your favorite café?</p>\n<p>Coffee can be divided into two basic categories according to the method of preparation.</p>\n<h3>Espresso based beverages</h3>\n<h4>Espresso without additions</h4>\n<p>The philosophy of this beverage is not about ponding over a mug and sipping from it for long hours, but more about a quick order and two or three gulps at a bar. Espresso is not the highest achievable base among coffee beverages to pursue. It is only a single method of coffee preparation, which servers its purpose – swiftness and concentrated experience.</p>\n<p>Parameters of a good espresso:<br>\nOne portion of coffee: 7 g ± 0,5 (for some types of coffee even 10-11g)<br>\nOutput temperature of water in a coffee machine: 88 °C ± 2 °C<br>\nTemperature of the coffee in a mug: 67 °C ± 3 °C<br>\nInput water pressure: 9 bar ± 1<br>\nExtraction time: 25 seconds ± 2,5 seconds<br>\nViscosity at 45 °C: &gt; 1,5 mPa s<br>\nOil: &gt; 2 mg/ml<br>\nCaffeine: &lt; 100 mg/cup<br>\nVolume of coffee in a mug including crema: 25 ml ± 2,5</p>\n<p>Espresso is served into an espresso cup with a volume of 60-90 ml. An espresso doppio (i.e., double espresso) can be prepared as well, when a double portion of coffee (14 to 20g) and water (approx. 60 ml) is used, while keeping the extraction time the same as when preparing a standard espresso.</p>\n<h4>Espresso with water</h4>\n<p>Espresso is used as a basis for many drinks. It is often combined with water.</p>\n<p><em><strong>Americano</strong></em></p>\n<p>Americano is an espresso with added hot water which increased the volume, typically in a ratio of 1:5. According to a legend, Americano gained its name during the World War II, when American soldiers didn't like strong espresso and thus they drank it thinned. Americano can be prepared by adding hot water to espresso or, vice versa, by adding espresso into water. In the latter case, the beverage is usually called Long Black and it is served in a cappuccino cup with a volume of 15-180 ml.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"d7610e80_9a93_01ef_284c_c1dfdbcf43ee\"></object>\n<p><em><strong>Lungo</strong></em></p>\n<p>Lungo means long, watery or thinned in Italian, which expresses the preparation methods of this beverage. Baristas tend to acquire this beverage in different ways, some adjust the grinder to a coarser level while keeping the extraction time the same as with the espresso, gaining coffee with a volume of 60 ml. We recommend a gentler way of adding hot water to an espresso in the ratio of 1:1.</p>\n<h4>Espresso with milk</h4>\n<p><em><strong>Cappuccino</strong></em></p>\n<p>The basis of this beverage is 30 ml of espresso and warm milk, making up a mug of 150 to 180 milliliters in total. In the original Italian recipe, this coffee holds 2 centimeters of thick foam on the top of the hot milk. A newer variant, so called Seattle style cappuccino, trades the thick foam for a microfoam. This microfoam is closely interleaved with the milk and leaves a pleasant and velvety feeling in the mouth. The temperature of the milk during whipping should not exceed 65°C.</p>\n<p>The aim is to create a beverage without visible bubbles, while the surface follows the edge of the mug and does not protrude higher. Also, cappuccino should not be sprinkled with chocolate or even cinnamon.</p>\n<p>Lately, baristas learned to draw pictures in the white milk of the coffee, creating the so called latte art. They wish not only to offer a delicious mug of coffee to the customer, but to please the customer visually as well. The most common latte art motives on cappuccino are harts, tulips or so called rosettas. However, the most important is the taste of the beverage itself, latte art is only a sweet bonus.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"n373888cc_34e2_01e1_1820_3cb52ab1b2a1\"></object>\n<p><em><strong>Flat white</strong></em></p>\n<p>For some, one espresso in a milk drink is just not enough. Therefore, growing demand for stronger coffee can be seen these days. Flat white became very popular in Australia and has already domesticated in the rest of the world. It is prepared into a glass or a cappuccino cup from two shots of espresso (doppio) and topped with warm milk and foam, which typically makes a 1 cm layer. Flat white can also be decorated with latte art.</p>\n<p><em><strong>Espresso macchiato</strong></em></p>\n<p>Espresso macchiato is a beverage matching its title, as in Italian, the macchiato means speckled or spotted.</p>\n<p>According to the classical teachings, espresso macchiato is espresso with a drop of milk foam added to the crema using a teaspoon. Modern macchiato looks like a miniature cappuccino – espresso is in its 80 ml cup topped with microfoam up to the edge. Can also be decorated with latte art.</p>\n<p><em><strong>Caffé latté</strong></em></p>\n<p>Caffe latte is a beverage of more than 250 ml in volume. It differentiates from cappuccino in total volume and also in the smaller portion of foam. Caffe latte is prepared into a cup with a handle. It was originally devised in Italy as coffee for children and is considered less popular among adults.</p>\n<p>A variant of caffe latte is latte macchiato, which is prepared a little differently. Frothed milk is poured into a glass first, where the milk foam separates from the milk in half a minute and creates a firmer layer on the top. Espresso is added last and creates a typical coffee stain on the surface. It often happens that by pouring coffee into the milk, three layers are created. This result is a bonus, not necessity.</p>\n<h3>Filtered coffee</h3>\n<p>The preparation of filtered coffee does not utilize pressure for extraction, but natural process of leaching of soluble substances instead. Hot water (up to 93°C) is in contact with coffee for 1 to 5 minutes (according to the preparation method) and then the extraction is stopped by filtering or straining the liquid. Further extraction (leaching of the coffee beans) does not take place in the resulting beverage.</p>\n<p>Filtered coffee has gained, a little unfairly, the impression of an inferior product which is better to be avoided and rather traded for espresso. However, if all basic conditions are met, this coffee presents a wonderful treat. If we perceive espresso as a concentrated beverage intended for immediate consummation, filtered coffee is quite the opposite&nbsp;– lower proportion of soluble substances allows the consumer to enjoy subtle nuances, as can be found in vine.</p>\n<p>Our tip: if the source is good quality, it is immensely interesting to watch the beverage evolve in taste during the process of cooling. In the first phase, 80-60°C, we taste only the bitter tones and the too high temperature. The beverage though, smells nicely thanks to the evaporating essential oils. In the middle of the cooling process, somewhere between the second and fifth sip, we discover the body, acidity, viscosity, sweetness and first signs of tones. In a cooled beverage, the massive aroma recedes and only a hint of light accompanying aroma remains, the tastes reveal the full potential, tones, harmony and accents. All this, of course, without any additives, such as sugar, milk, cream or honey.</p>\n<p>The following list sums up all the requirements for this coffee before its preparation:</p>\n<ul>\n <li>Fresh selective coffee; freshness means 2-25 days after roasting</li>\n <li>The amount of 60g / liter</li>\n <li>Grinding on manual or electric grinder with stones always just before the preparation, coarseness chosen according to the method of preparation</li>\n <li>Water heated to 91°C, fresh, with neutral pH, moderate hardness, non-mineralized, non-chored, non-carbonated</li>\n <li>Hand-held non-automatic preparation</li>\n <li>Adherence to the time of extraction</li>\n</ul>\n<p>For the preparation of filtered coffee can be used, for example, french press, aeropress, vacuum pot, moka pot, percolator with paper filter or chemex.</p>"
822
+ "value": "<p>The coffee drinking culture has been evolving for hundreds and thousands of years. It has never been <a data-item-id=\"3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5\" href=\"\">so rich as today</a>. How do you make sense of different types of coffee, what do the particular names in beverage menus mean and what beverage to choose for which occasion in your favorite café?</p>\n<p>Coffee can be divided into two basic categories according to the method of preparation.</p>\n<h3>Espresso based beverages</h3>\n<h4>Espresso without additions</h4>\n<p>The philosophy of this beverage is not about ponding over a mug and sipping from it for long hours, but more about a quick order and two or three gulps at a bar. Espresso is not the highest achievable base among coffee beverages to pursue. It is only a single method of coffee preparation, which servers its purpose – swiftness and concentrated experience.</p>\n<p>Parameters of a good espresso:<br>\nOne portion of coffee: 7 g ± 0,5 (for some types of coffee even 10-11g)<br>\nOutput temperature of water in a coffee machine: 88 °C ± 2 °C<br>\nTemperature of the coffee in a mug: 67 °C ± 3 °C<br>\nInput water pressure: 9 bar ± 1<br>\nExtraction time: 25 seconds ± 2,5 seconds<br>\nViscosity at 45 °C: &gt; 1,5 mPa s<br>\nOil: &gt; 2 mg/ml<br>\nCaffeine: &lt; 100 mg/cup<br>\nVolume of coffee in a mug including crema: 25 ml ± 2,5</p>\n<p>Espresso is served into an espresso cup with a volume of 60-90 ml. An espresso doppio (i.e., double espresso) can be prepared as well, when a double portion of coffee (14 to 20g) and water (approx. 60 ml) is used, while keeping the extraction time the same as when preparing a standard espresso.</p>\n<h4>Espresso with water</h4>\n<p>Espresso is used as a basis for many drinks. It is often combined with water.</p>\n<p><em><strong>Americano</strong></em></p>\n<p>Americano is an espresso with added hot water which increased the volume, typically in a ratio of 1:5. According to a legend, Americano gained its name during the World War II, when American soldiers didn't like strong espresso and thus they drank it thinned. Americano can be prepared by adding hot water to espresso or, vice versa, by adding espresso into water. In the latter case, the beverage is usually called Long Black and it is served in a cappuccino cup with a volume of 15-180 ml.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"d7610e80_9a93_01ef_284c_c1dfdbcf43ee\"></object>\n<p><em><strong>Lungo</strong></em></p>\n<p>Lungo means long, watery or thinned in Italian, which expresses the preparation methods of this beverage. Baristas tend to acquire this beverage in different ways, some adjust the grinder to a coarser level while keeping the extraction time the same as with the espresso, gaining coffee with a volume of 60 ml. We recommend a gentler way of adding hot water to an espresso in the ratio of 1:1.</p>\n<h4>Espresso with milk</h4>\n<p><em><strong>Cappuccino</strong></em></p>\n<p>The basis of this beverage is 30 ml of espresso and warm milk, making up a mug of 150 to 180 milliliters in total. In the original Italian recipe, this coffee holds 2 centimeters of thick foam on the top of the hot milk. A newer variant, so called Seattle style cappuccino, trades the thick foam for a microfoam. This microfoam is closely interleaved with the milk and leaves a pleasant and velvety feeling in the mouth. The temperature of the milk during whipping should not exceed 65°C.</p>\n<p>The aim is to create a beverage without visible bubbles, while the surface follows the edge of the mug and does not protrude higher. Also, cappuccino should not be sprinkled with chocolate or even cinnamon.</p>\n<p>Lately, baristas learned to draw pictures in the white milk of the coffee, creating the so called latte art. They wish not only to offer a delicious mug of coffee to the customer, but to please the customer visually as well. The most common latte art motives on cappuccino are harts, tulips or so called rosettas. However, the most important is the taste of the beverage itself, latte art is only a sweet bonus.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"n373888cc_34e2_01e1_1820_3cb52ab1b2a1\"></object>\n<p><em><strong>Flat white</strong></em></p>\n<p>For some, one espresso in a milk drink is just not enough. Therefore, growing demand for stronger coffee can be seen these days. Flat white became very popular in Australia and has already domesticated in the rest of the world. It is prepared into a glass or a cappuccino cup from two shots of espresso (doppio) and topped with warm milk and foam, which typically makes a 1 cm layer. Flat white can also be decorated with latte art.</p>\n<p><em><strong>Espresso macchiato</strong></em></p>\n<p>Espresso macchiato is a beverage matching its title, as in Italian, the macchiato means speckled or spotted.</p>\n<p>According to the classical teachings, espresso macchiato is espresso with a drop of milk foam added to the crema using a teaspoon. Modern macchiato looks like a miniature cappuccino – espresso is in its 80 ml cup topped with microfoam up to the edge. Can also be decorated with latte art.</p>\n<p><em><strong>Caffé latté</strong></em></p>\n<p>Caffe latte is a beverage of more than 250 ml in volume. It differentiates from cappuccino in total volume and also in the smaller portion of foam. Caffe latte is prepared into a cup with a handle. It was originally devised in Italy as coffee for children and is considered less popular among adults.</p>\n<p>A variant of caffe latte is latte macchiato, which is prepared a little differently. Frothed milk is poured into a glass first, where the milk foam separates from the milk in half a minute and creates a firmer layer on the top. Espresso is added last and creates a typical coffee stain on the surface. It often happens that by pouring coffee into the milk, three layers are created. This result is a bonus, not necessity.</p>\n<h3>Filtered coffee</h3>\n<p>The preparation of filtered coffee does not utilize pressure for extraction, but natural process of leaching of soluble substances instead. Hot water (up to 93°C) is in contact with coffee for 1 to 5 minutes (according to the preparation method) and then the extraction is stopped by filtering or straining the liquid. Further extraction (leaching of the coffee beans) does not take place in the resulting beverage.</p>\n<p>Filtered coffee has gained, a little unfairly, the impression of an inferior product which is better to be avoided and rather traded for espresso. However, if all basic conditions are met, this coffee presents a wonderful treat. If we perceive espresso as a concentrated beverage intended for immediate consummation, filtered coffee is quite the opposite&nbsp;– lower proportion of soluble substances allows the consumer to enjoy subtle nuances, as can be found in vine.</p>\n<p>Our tip: if the source is good quality, it is immensely interesting to watch the beverage evolve in taste during the process of cooling. In the first phase, 80-60°C, we taste only the bitter tones and the too high temperature. The beverage though, smells nicely thanks to the evaporating essential oils. In the middle of the cooling process, somewhere between the second and fifth sip, we discover the body, acidity, viscosity, sweetness and first signs of tones. In a cooled beverage, the massive aroma recedes and only a hint of light accompanying aroma remains, the tastes reveal the full potential, tones, harmony and accents. All this, of course, without any additives, such as sugar, milk, cream or honey.</p>\n<p>The following list sums up all the requirements for this coffee before its preparation:</p>\n<ul>\n <li>Fresh selective coffee; freshness means 2-25 days after roasting</li>\n <li>The amount of 60g / liter</li>\n <li>Grinding on manual or electric grinder with stones always just before the preparation, coarseness chosen according to the method of preparation</li>\n <li>Water heated to 91°C, fresh, with neutral pH, moderate hardness, non-mineralized, non-chored, non-carbonated</li>\n <li>Hand-held non-automatic preparation</li>\n <li>Adherence to the time of extraction</li>\n</ul>\n<p>For the preparation of filtered coffee can be used, for example, french press, aeropress, vacuum pot, moka pot, percolator with paper filter or chemex.</p>"
722
823
  },
723
824
  "related_articles": {
724
825
  "type": "modular_content",
@@ -751,6 +852,17 @@
751
852
  "name": "URL pattern",
752
853
  "value": "coffee-beverages-explained"
753
854
  },
855
+ "sitemap": {
856
+ "type": "taxonomy",
857
+ "name": "Sitemap",
858
+ "taxonomy_group": "sitemap_538125f",
859
+ "value": [
860
+ {
861
+ "name": "Articles",
862
+ "codename": "articles"
863
+ }
864
+ ]
865
+ },
754
866
  "metadata__meta_title": {
755
867
  "type": "text",
756
868
  "name": "Meta title",
@@ -777,10 +889,12 @@
777
889
  "value": [
778
890
  {
779
891
  "name": "coffee-beverages-explained-1080px.jpg",
892
+ "description": "Professional Espresso Machine",
780
893
  "type": "image/jpeg",
781
894
  "size": 90895,
782
- "description": "Professional Espresso Machine",
783
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
895
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
896
+ "width": 1000,
897
+ "height": 666
784
898
  }
785
899
  ]
786
900
  },
@@ -792,7 +906,7 @@
792
906
  "metadata__twitter_creator": {
793
907
  "type": "text",
794
908
  "name": "twitter:creator",
795
- "value": "@kenticokontent"
909
+ "value": "@kenticoCloud"
796
910
  },
797
911
  "metadata__twitter_title": {
798
912
  "type": "text",
@@ -810,10 +924,12 @@
810
924
  "value": [
811
925
  {
812
926
  "name": "coffee-beverages-explained-1080px.jpg",
927
+ "description": "Professional Espresso Machine",
813
928
  "type": "image/jpeg",
814
929
  "size": 90895,
815
- "description": "Professional Espresso Machine",
816
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
930
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
931
+ "width": 1000,
932
+ "height": 666
817
933
  }
818
934
  ]
819
935
  }
@@ -826,10 +942,10 @@
826
942
  "codename": "coffee_processing_techniques",
827
943
  "language": "en-US",
828
944
  "type": "article",
829
- "sitemap_locations": [
830
- "articles"
831
- ],
832
- "last_modified": "2018-07-17T08:12:03.07Z"
945
+ "collection": "default",
946
+ "sitemap_locations": [],
947
+ "last_modified": "2019-03-27T13:13:35.312Z",
948
+ "workflow_step": "published"
833
949
  },
834
950
  "elements": {
835
951
  "title": {
@@ -843,10 +959,12 @@
843
959
  "value": [
844
960
  {
845
961
  "name": "coffee-processing-techniques-1080px.jpg",
962
+ "description": "Dry process (also known as unwashed or natural coffee)",
846
963
  "type": "image/jpeg",
847
964
  "size": 108409,
848
- "description": "Dry process (also known as unwashed or natural coffee)",
849
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
965
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
966
+ "width": 1000,
967
+ "height": 504
850
968
  }
851
969
  ]
852
970
  },
@@ -917,6 +1035,17 @@
917
1035
  "name": "URL pattern",
918
1036
  "value": "coffee-processing-techniques"
919
1037
  },
1038
+ "sitemap": {
1039
+ "type": "taxonomy",
1040
+ "name": "Sitemap",
1041
+ "taxonomy_group": "sitemap_538125f",
1042
+ "value": [
1043
+ {
1044
+ "name": "Articles",
1045
+ "codename": "articles"
1046
+ }
1047
+ ]
1048
+ },
920
1049
  "metadata__meta_title": {
921
1050
  "type": "text",
922
1051
  "name": "Meta title",
@@ -943,10 +1072,12 @@
943
1072
  "value": [
944
1073
  {
945
1074
  "name": "coffee-processing-techniques-1080px.jpg",
1075
+ "description": "Dry process (also known as unwashed or natural coffee)",
946
1076
  "type": "image/jpeg",
947
1077
  "size": 108409,
948
- "description": "Dry process (also known as unwashed or natural coffee)",
949
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
1078
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
1079
+ "width": 1000,
1080
+ "height": 504
950
1081
  }
951
1082
  ]
952
1083
  },
@@ -958,7 +1089,7 @@
958
1089
  "metadata__twitter_creator": {
959
1090
  "type": "text",
960
1091
  "name": "twitter:creator",
961
- "value": "@kenticokontent"
1092
+ "value": "@kenticoCloud"
962
1093
  },
963
1094
  "metadata__twitter_title": {
964
1095
  "type": "text",
@@ -976,10 +1107,12 @@
976
1107
  "value": [
977
1108
  {
978
1109
  "name": "coffee-processing-techniques-1080px.jpg",
1110
+ "description": "Dry process (also known as unwashed or natural coffee)",
979
1111
  "type": "image/jpeg",
980
1112
  "size": 108409,
981
- "description": "Dry process (also known as unwashed or natural coffee)",
982
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
1113
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
1114
+ "width": 1000,
1115
+ "height": 504
983
1116
  }
984
1117
  ]
985
1118
  }
@@ -992,10 +1125,10 @@
992
1125
  "codename": "donate_with_us",
993
1126
  "language": "en-US",
994
1127
  "type": "article",
995
- "sitemap_locations": [
996
- "articles"
997
- ],
998
- "last_modified": "2017-12-08T08:40:45.728Z"
1128
+ "collection": "default",
1129
+ "sitemap_locations": [],
1130
+ "last_modified": "2019-03-27T13:14:07.384Z",
1131
+ "workflow_step": "published"
999
1132
  },
1000
1133
  "elements": {
1001
1134
  "title": {
@@ -1009,10 +1142,12 @@
1009
1142
  "value": [
1010
1143
  {
1011
1144
  "name": "donate-with-us-1080px.jpg",
1145
+ "description": "Children in Africa",
1012
1146
  "type": "image/jpeg",
1013
1147
  "size": 133239,
1014
- "description": "Children in Africa",
1015
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
1148
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
1149
+ "width": 1000,
1150
+ "height": 667
1016
1151
  }
1017
1152
  ]
1018
1153
  },
@@ -1065,6 +1200,17 @@
1065
1200
  "name": "URL pattern",
1066
1201
  "value": "donate-with-us"
1067
1202
  },
1203
+ "sitemap": {
1204
+ "type": "taxonomy",
1205
+ "name": "Sitemap",
1206
+ "taxonomy_group": "sitemap_538125f",
1207
+ "value": [
1208
+ {
1209
+ "name": "Articles",
1210
+ "codename": "articles"
1211
+ }
1212
+ ]
1213
+ },
1068
1214
  "metadata__meta_title": {
1069
1215
  "type": "text",
1070
1216
  "name": "Meta title",
@@ -1091,10 +1237,12 @@
1091
1237
  "value": [
1092
1238
  {
1093
1239
  "name": "donate-with-us-1080px.jpg",
1240
+ "description": "Children in Africa",
1094
1241
  "type": "image/jpeg",
1095
1242
  "size": 133239,
1096
- "description": "Children in Africa",
1097
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
1243
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
1244
+ "width": 1000,
1245
+ "height": 667
1098
1246
  }
1099
1247
  ]
1100
1248
  },
@@ -1106,7 +1254,7 @@
1106
1254
  "metadata__twitter_creator": {
1107
1255
  "type": "text",
1108
1256
  "name": "twitter:creator",
1109
- "value": "@kenticokontent"
1257
+ "value": "@kenticoCloud"
1110
1258
  },
1111
1259
  "metadata__twitter_title": {
1112
1260
  "type": "text",
@@ -1124,10 +1272,12 @@
1124
1272
  "value": [
1125
1273
  {
1126
1274
  "name": "donate-with-us-1080px.jpg",
1275
+ "description": "Children in Africa",
1127
1276
  "type": "image/jpeg",
1128
1277
  "size": 133239,
1129
- "description": "Children in Africa",
1130
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
1278
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
1279
+ "width": 1000,
1280
+ "height": 667
1131
1281
  }
1132
1282
  ]
1133
1283
  }
@@ -1140,10 +1290,10 @@
1140
1290
  "codename": "hario_buono_kettle",
1141
1291
  "language": "en-US",
1142
1292
  "type": "accessory",
1143
- "sitemap_locations": [
1144
- "accessories"
1145
- ],
1146
- "last_modified": "2017-12-08T08:43:37.478Z"
1293
+ "collection": "default",
1294
+ "sitemap_locations": [],
1295
+ "last_modified": "2019-03-27T13:14:50.167Z",
1296
+ "workflow_step": "published"
1147
1297
  },
1148
1298
  "elements": {
1149
1299
  "product_name": {
@@ -1162,10 +1312,12 @@
1162
1312
  "value": [
1163
1313
  {
1164
1314
  "name": "hario-buono-kettle.jpg",
1315
+ "description": "Hario Buono 0.8 Liter Kettle, Silver",
1165
1316
  "type": "image/jpeg",
1166
1317
  "size": 64293,
1167
- "description": "Hario Buono 0.8 Liter Kettle, Silver",
1168
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
1318
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg",
1319
+ "width": 540,
1320
+ "height": 540
1169
1321
  }
1170
1322
  ]
1171
1323
  },
@@ -1201,6 +1353,17 @@
1201
1353
  "name": "URL pattern",
1202
1354
  "value": "hario-buono-kettle"
1203
1355
  },
1356
+ "sitemap": {
1357
+ "type": "taxonomy",
1358
+ "name": "Sitemap",
1359
+ "taxonomy_group": "sitemap_538125f",
1360
+ "value": [
1361
+ {
1362
+ "name": "Accessories",
1363
+ "codename": "accessories"
1364
+ }
1365
+ ]
1366
+ },
1204
1367
  "metadata__meta_title": {
1205
1368
  "type": "text",
1206
1369
  "name": "Meta title",
@@ -1227,10 +1390,12 @@
1227
1390
  "value": [
1228
1391
  {
1229
1392
  "name": "hario-buono-kettle.jpg",
1393
+ "description": "Hario Buono 0.8 Liter Kettle, Silver",
1230
1394
  "type": "image/jpeg",
1231
1395
  "size": 64293,
1232
- "description": "Hario Buono 0.8 Liter Kettle, Silver",
1233
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
1396
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg",
1397
+ "width": 540,
1398
+ "height": 540
1234
1399
  }
1235
1400
  ]
1236
1401
  },
@@ -1242,7 +1407,7 @@
1242
1407
  "metadata__twitter_creator": {
1243
1408
  "type": "text",
1244
1409
  "name": "twitter:creator",
1245
- "value": "@kenticokontent"
1410
+ "value": "@kenticoCloud"
1246
1411
  },
1247
1412
  "metadata__twitter_title": {
1248
1413
  "type": "text",
@@ -1260,10 +1425,12 @@
1260
1425
  "value": [
1261
1426
  {
1262
1427
  "name": "hario-buono-kettle.jpg",
1428
+ "description": "Hario Buono 0.8 Liter Kettle, Silver",
1263
1429
  "type": "image/jpeg",
1264
1430
  "size": 64293,
1265
- "description": "Hario Buono 0.8 Liter Kettle, Silver",
1266
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg"
1431
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/352b0e8c-2a1b-4aa0-91fd-961e88ab954a/hario-buono-kettle.jpg",
1432
+ "width": 540,
1433
+ "height": 540
1267
1434
  }
1268
1435
  ]
1269
1436
  }
@@ -1276,10 +1443,10 @@
1276
1443
  "codename": "hario_mini_mill_slim",
1277
1444
  "language": "en-US",
1278
1445
  "type": "grinder",
1279
- "sitemap_locations": [
1280
- "grinders"
1281
- ],
1282
- "last_modified": "2017-12-08T08:44:56.117Z"
1446
+ "collection": "default",
1447
+ "sitemap_locations": [],
1448
+ "last_modified": "2019-03-27T13:15:20.558Z",
1449
+ "workflow_step": "published"
1283
1450
  },
1284
1451
  "elements": {
1285
1452
  "product_name": {
@@ -1298,10 +1465,12 @@
1298
1465
  "value": [
1299
1466
  {
1300
1467
  "name": "hario-mini-mill.jpg",
1468
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1301
1469
  "type": "image/jpeg",
1302
1470
  "size": 41478,
1303
- "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1304
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
1471
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg",
1472
+ "width": 540,
1473
+ "height": 540
1305
1474
  }
1306
1475
  ]
1307
1476
  },
@@ -1337,6 +1506,17 @@
1337
1506
  "name": "URL pattern",
1338
1507
  "value": "hario-mini-mill-slim"
1339
1508
  },
1509
+ "sitemap": {
1510
+ "type": "taxonomy",
1511
+ "name": "Sitemap",
1512
+ "taxonomy_group": "sitemap_538125f",
1513
+ "value": [
1514
+ {
1515
+ "name": "Grinders",
1516
+ "codename": "grinders"
1517
+ }
1518
+ ]
1519
+ },
1340
1520
  "metadata__meta_title": {
1341
1521
  "type": "text",
1342
1522
  "name": "Meta title",
@@ -1363,10 +1543,12 @@
1363
1543
  "value": [
1364
1544
  {
1365
1545
  "name": "hario-mini-mill.jpg",
1546
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1366
1547
  "type": "image/jpeg",
1367
1548
  "size": 41478,
1368
- "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1369
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
1549
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg",
1550
+ "width": 540,
1551
+ "height": 540
1370
1552
  }
1371
1553
  ]
1372
1554
  },
@@ -1378,7 +1560,7 @@
1378
1560
  "metadata__twitter_creator": {
1379
1561
  "type": "text",
1380
1562
  "name": "twitter:creator",
1381
- "value": "@kenticokontent"
1563
+ "value": "@kenticoCloud"
1382
1564
  },
1383
1565
  "metadata__twitter_title": {
1384
1566
  "type": "text",
@@ -1396,10 +1578,12 @@
1396
1578
  "value": [
1397
1579
  {
1398
1580
  "name": "hario-mini-mill.jpg",
1581
+ "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1399
1582
  "type": "image/jpeg",
1400
1583
  "size": 41478,
1401
- "description": "Hario Mini Mill Slim Hand Coffee Grinder",
1402
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg"
1584
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0b590263-3fe5-4773-afae-5a3f6e511e66/hario-mini-mill.jpg",
1585
+ "width": 540,
1586
+ "height": 540
1403
1587
  }
1404
1588
  ]
1405
1589
  }
@@ -1412,10 +1596,10 @@
1412
1596
  "codename": "hario_v60",
1413
1597
  "language": "en-US",
1414
1598
  "type": "brewer",
1415
- "sitemap_locations": [
1416
- "brewers"
1417
- ],
1418
- "last_modified": "2017-12-08T08:45:58.011Z"
1599
+ "collection": "default",
1600
+ "sitemap_locations": [],
1601
+ "last_modified": "2019-03-27T13:16:05.577Z",
1602
+ "workflow_step": "published"
1419
1603
  },
1420
1604
  "elements": {
1421
1605
  "product_name": {
@@ -1434,10 +1618,12 @@
1434
1618
  "value": [
1435
1619
  {
1436
1620
  "name": "hario-v60.jpg",
1621
+ "description": "Hario V60 Coffee Maker",
1437
1622
  "type": "image/jpeg",
1438
1623
  "size": 84186,
1439
- "description": "Hario V60 Coffee Maker",
1440
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg"
1624
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg",
1625
+ "width": 540,
1626
+ "height": 540
1441
1627
  }
1442
1628
  ]
1443
1629
  },
@@ -1479,6 +1665,17 @@
1479
1665
  }
1480
1666
  ]
1481
1667
  },
1668
+ "sitemap": {
1669
+ "type": "taxonomy",
1670
+ "name": "Sitemap",
1671
+ "taxonomy_group": "sitemap_538125f",
1672
+ "value": [
1673
+ {
1674
+ "name": "Brewers",
1675
+ "codename": "brewers"
1676
+ }
1677
+ ]
1678
+ },
1482
1679
  "metadata__meta_title": {
1483
1680
  "type": "text",
1484
1681
  "name": "Meta title",
@@ -1505,10 +1702,12 @@
1505
1702
  "value": [
1506
1703
  {
1507
1704
  "name": "hario-v60.jpg",
1705
+ "description": "Hario V60 Coffee Maker",
1508
1706
  "type": "image/jpeg",
1509
1707
  "size": 84186,
1510
- "description": "Hario V60 Coffee Maker",
1511
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg"
1708
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg",
1709
+ "width": 540,
1710
+ "height": 540
1512
1711
  }
1513
1712
  ]
1514
1713
  },
@@ -1520,7 +1719,7 @@
1520
1719
  "metadata__twitter_creator": {
1521
1720
  "type": "text",
1522
1721
  "name": "twitter:creator",
1523
- "value": "@kenticokontent"
1722
+ "value": "@kenticoCloud"
1524
1723
  },
1525
1724
  "metadata__twitter_title": {
1526
1725
  "type": "text",
@@ -1538,10 +1737,12 @@
1538
1737
  "value": [
1539
1738
  {
1540
1739
  "name": "hario-v60.jpg",
1740
+ "description": "Hario V60 Coffee Maker",
1541
1741
  "type": "image/jpeg",
1542
1742
  "size": 84186,
1543
- "description": "Hario V60 Coffee Maker",
1544
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg"
1743
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9a0ab516-0a04-41c7-a7a8-38075d5e4a52/hario-v60.jpg",
1744
+ "width": 540,
1745
+ "height": 540
1545
1746
  }
1546
1747
  ]
1547
1748
  }
@@ -1554,10 +1755,10 @@
1554
1755
  "codename": "home",
1555
1756
  "language": "en-US",
1556
1757
  "type": "home",
1557
- "sitemap_locations": [
1558
- "home"
1559
- ],
1560
- "last_modified": "2018-12-27T07:58:51.816Z"
1758
+ "collection": "default",
1759
+ "sitemap_locations": [],
1760
+ "last_modified": "2019-03-27T13:16:25.038Z",
1761
+ "workflow_step": "published"
1561
1762
  },
1562
1763
  "elements": {
1563
1764
  "hero_unit": {
@@ -1609,6 +1810,17 @@
1609
1810
  "name": "URL pattern",
1610
1811
  "value": "dancing-goat-freshest-coffee-on-the-block"
1611
1812
  },
1813
+ "sitemap": {
1814
+ "type": "taxonomy",
1815
+ "name": "Sitemap",
1816
+ "taxonomy_group": "sitemap_538125f",
1817
+ "value": [
1818
+ {
1819
+ "name": "Home",
1820
+ "codename": "home"
1821
+ }
1822
+ ]
1823
+ },
1612
1824
  "metadata__meta_title": {
1613
1825
  "type": "text",
1614
1826
  "name": "Meta title",
@@ -1635,10 +1847,12 @@
1635
1847
  "value": [
1636
1848
  {
1637
1849
  "name": "cafe01.jpg",
1850
+ "description": "Dancing Goat Café - London",
1638
1851
  "type": "image/jpeg",
1639
1852
  "size": 493724,
1640
- "description": "Dancing Goat Café - London",
1641
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg"
1853
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg",
1854
+ "width": 849,
1855
+ "height": 565
1642
1856
  }
1643
1857
  ]
1644
1858
  },
@@ -1650,7 +1864,7 @@
1650
1864
  "metadata__twitter_creator": {
1651
1865
  "type": "text",
1652
1866
  "name": "twitter:creator",
1653
- "value": "@kenticokontent"
1867
+ "value": "@kenticoCloud"
1654
1868
  },
1655
1869
  "metadata__twitter_title": {
1656
1870
  "type": "text",
@@ -1668,10 +1882,12 @@
1668
1882
  "value": [
1669
1883
  {
1670
1884
  "name": "cafe01.jpg",
1885
+ "description": "Dancing Goat Café - London",
1671
1886
  "type": "image/jpeg",
1672
1887
  "size": 493724,
1673
- "description": "Dancing Goat Café - London",
1674
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg"
1888
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg",
1889
+ "width": 849,
1890
+ "height": 565
1675
1891
  }
1676
1892
  ]
1677
1893
  }
@@ -1684,10 +1900,10 @@
1684
1900
  "codename": "home_page_hero_unit",
1685
1901
  "language": "en-US",
1686
1902
  "type": "hero_unit",
1687
- "sitemap_locations": [
1688
- "home"
1689
- ],
1690
- "last_modified": "2016-10-20T12:15:15.735Z"
1903
+ "collection": "default",
1904
+ "sitemap_locations": [],
1905
+ "last_modified": "2019-03-27T13:16:47.824Z",
1906
+ "workflow_step": "published"
1691
1907
  },
1692
1908
  "elements": {
1693
1909
  "title": {
@@ -1701,10 +1917,12 @@
1701
1917
  "value": [
1702
1918
  {
1703
1919
  "name": "banner-default.jpg",
1920
+ "description": "Coffee Bean Bag",
1704
1921
  "type": "image/jpeg",
1705
1922
  "size": 75424,
1706
- "description": "Coffee Bean Bag",
1707
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/55caecc2-400c-4ee3-91c3-0f7f067414ec/banner-default.jpg"
1923
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/55caecc2-400c-4ee3-91c3-0f7f067414ec/banner-default.jpg",
1924
+ "width": 1080,
1925
+ "height": 380
1708
1926
  }
1709
1927
  ]
1710
1928
  },
@@ -1715,6 +1933,17 @@
1715
1933
  "links": {},
1716
1934
  "modular_content": [],
1717
1935
  "value": "<p>Discover the fascinating world of Dancing Goat high-quality coffee and you will never miss a single coffee break again.</p>"
1936
+ },
1937
+ "sitemap": {
1938
+ "type": "taxonomy",
1939
+ "name": "Sitemap",
1940
+ "taxonomy_group": "sitemap_538125f",
1941
+ "value": [
1942
+ {
1943
+ "name": "Home",
1944
+ "codename": "home"
1945
+ }
1946
+ ]
1718
1947
  }
1719
1948
  }
1720
1949
  },
@@ -1725,8 +1954,10 @@
1725
1954
  "codename": "home_page_promotion",
1726
1955
  "language": "en-US",
1727
1956
  "type": "hero_unit",
1957
+ "collection": "default",
1728
1958
  "sitemap_locations": [],
1729
- "last_modified": "2017-03-22T12:40:16.844Z"
1959
+ "last_modified": "2017-03-22T12:40:16.844Z",
1960
+ "workflow_step": "published"
1730
1961
  },
1731
1962
  "elements": {
1732
1963
  "title": {
@@ -1740,10 +1971,12 @@
1740
1971
  "value": [
1741
1972
  {
1742
1973
  "name": "banner-b2c.jpg",
1974
+ "description": "Cup of coffee",
1743
1975
  "type": "image/jpeg",
1744
1976
  "size": 106051,
1745
- "description": "Cup of coffee",
1746
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8787344e-4d7b-4c17-9e34-3fabb2a5ec92/banner-b2c.jpg"
1977
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8787344e-4d7b-4c17-9e34-3fabb2a5ec92/banner-b2c.jpg",
1978
+ "width": 1080,
1979
+ "height": 380
1747
1980
  }
1748
1981
  ]
1749
1982
  },
@@ -1754,6 +1987,12 @@
1754
1987
  "links": {},
1755
1988
  "modular_content": [],
1756
1989
  "value": "<p>Get a free sample of any coffee we offer and choose a flavor that fits you best. Perfect as it is, that’s Dancing goat's coffee.</p>"
1990
+ },
1991
+ "sitemap": {
1992
+ "type": "taxonomy",
1993
+ "name": "Sitemap",
1994
+ "taxonomy_group": "sitemap_538125f",
1995
+ "value": []
1757
1996
  }
1758
1997
  }
1759
1998
  },
@@ -1764,10 +2003,10 @@
1764
2003
  "codename": "how_we_roast_our_coffees",
1765
2004
  "language": "en-US",
1766
2005
  "type": "fact_about_us",
1767
- "sitemap_locations": [
1768
- "about_us"
1769
- ],
1770
- "last_modified": "2017-04-04T11:48:26.187Z"
2006
+ "collection": "default",
2007
+ "sitemap_locations": [],
2008
+ "last_modified": "2019-03-27T13:17:22.27Z",
2009
+ "workflow_step": "published"
1771
2010
  },
1772
2011
  "elements": {
1773
2012
  "title": {
@@ -1795,10 +2034,23 @@
1795
2034
  "value": [
1796
2035
  {
1797
2036
  "name": "roaster.jpg",
2037
+ "description": "Coffee Roaster",
1798
2038
  "type": "image/jpeg",
1799
2039
  "size": 50240,
1800
- "description": "Coffee Roaster",
1801
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg"
2040
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg",
2041
+ "width": 600,
2042
+ "height": 457
2043
+ }
2044
+ ]
2045
+ },
2046
+ "sitemap": {
2047
+ "type": "taxonomy",
2048
+ "name": "Sitemap",
2049
+ "taxonomy_group": "sitemap_538125f",
2050
+ "value": [
2051
+ {
2052
+ "name": "About us",
2053
+ "codename": "about_us"
1802
2054
  }
1803
2055
  ]
1804
2056
  }
@@ -1811,10 +2063,10 @@
1811
2063
  "codename": "how_we_source_our_coffees",
1812
2064
  "language": "en-US",
1813
2065
  "type": "fact_about_us",
1814
- "sitemap_locations": [
1815
- "about_us"
1816
- ],
1817
- "last_modified": "2016-10-20T12:47:13.65Z"
2066
+ "collection": "default",
2067
+ "sitemap_locations": [],
2068
+ "last_modified": "2019-03-27T13:17:52.881Z",
2069
+ "workflow_step": "published"
1818
2070
  },
1819
2071
  "elements": {
1820
2072
  "title": {
@@ -1836,10 +2088,23 @@
1836
2088
  "value": [
1837
2089
  {
1838
2090
  "name": "sources.jpg",
2091
+ "description": "Coffee Berries",
1839
2092
  "type": "image/jpeg",
1840
2093
  "size": 46469,
1841
- "description": "Coffee Berries",
1842
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg"
2094
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
2095
+ "width": 640,
2096
+ "height": 457
2097
+ }
2098
+ ]
2099
+ },
2100
+ "sitemap": {
2101
+ "type": "taxonomy",
2102
+ "name": "Sitemap",
2103
+ "taxonomy_group": "sitemap_538125f",
2104
+ "value": [
2105
+ {
2106
+ "name": "About us",
2107
+ "codename": "about_us"
1843
2108
  }
1844
2109
  ]
1845
2110
  }
@@ -1852,10 +2117,10 @@
1852
2117
  "codename": "kenya_gakuyuni_aa",
1853
2118
  "language": "en-US",
1854
2119
  "type": "coffee",
1855
- "sitemap_locations": [
1856
- "coffee"
1857
- ],
1858
- "last_modified": "2017-12-08T08:48:50.085Z"
2120
+ "collection": "default",
2121
+ "sitemap_locations": [],
2122
+ "last_modified": "2019-03-27T13:18:23.169Z",
2123
+ "workflow_step": "published"
1859
2124
  },
1860
2125
  "elements": {
1861
2126
  "product_name": {
@@ -1874,10 +2139,12 @@
1874
2139
  "value": [
1875
2140
  {
1876
2141
  "name": "kenya.jpg",
2142
+ "description": "Kenya Gakuyuni AA Coffee Beans",
1877
2143
  "type": "image/jpeg",
1878
2144
  "size": 74683,
1879
- "description": "Kenya Gakuyuni AA Coffee Beans",
1880
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg"
2145
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg",
2146
+ "width": 1080,
2147
+ "height": 1080
1881
2148
  }
1882
2149
  ]
1883
2150
  },
@@ -1944,6 +2211,17 @@
1944
2211
  }
1945
2212
  ]
1946
2213
  },
2214
+ "sitemap": {
2215
+ "type": "taxonomy",
2216
+ "name": "Sitemap",
2217
+ "taxonomy_group": "sitemap_538125f",
2218
+ "value": [
2219
+ {
2220
+ "name": "Coffee",
2221
+ "codename": "coffee"
2222
+ }
2223
+ ]
2224
+ },
1947
2225
  "metadata__meta_title": {
1948
2226
  "type": "text",
1949
2227
  "name": "Meta title",
@@ -1970,10 +2248,12 @@
1970
2248
  "value": [
1971
2249
  {
1972
2250
  "name": "kenya.jpg",
2251
+ "description": "Kenya Gakuyuni AA Coffee Beans",
1973
2252
  "type": "image/jpeg",
1974
2253
  "size": 74683,
1975
- "description": "Kenya Gakuyuni AA Coffee Beans",
1976
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg"
2254
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg",
2255
+ "width": 1080,
2256
+ "height": 1080
1977
2257
  }
1978
2258
  ]
1979
2259
  },
@@ -1985,7 +2265,7 @@
1985
2265
  "metadata__twitter_creator": {
1986
2266
  "type": "text",
1987
2267
  "name": "twitter:creator",
1988
- "value": "@kenticokontent"
2268
+ "value": "@kenticoCloud"
1989
2269
  },
1990
2270
  "metadata__twitter_title": {
1991
2271
  "type": "text",
@@ -2003,10 +2283,12 @@
2003
2283
  "value": [
2004
2284
  {
2005
2285
  "name": "kenya.jpg",
2286
+ "description": "Kenya Gakuyuni AA Coffee Beans",
2006
2287
  "type": "image/jpeg",
2007
2288
  "size": 74683,
2008
- "description": "Kenya Gakuyuni AA Coffee Beans",
2009
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg"
2289
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/0013263e-f2a9-40b1-9a3e-7ab6510bafe5/kenya.jpg",
2290
+ "width": 1080,
2291
+ "height": 1080
2010
2292
  }
2011
2293
  ]
2012
2294
  }
@@ -2019,11 +2301,10 @@
2019
2301
  "codename": "london_",
2020
2302
  "language": "en-US",
2021
2303
  "type": "cafe",
2022
- "sitemap_locations": [
2023
- "cafes",
2024
- "europe"
2025
- ],
2026
- "last_modified": "2017-07-24T08:03:34.105Z"
2304
+ "collection": "default",
2305
+ "sitemap_locations": [],
2306
+ "last_modified": "2019-03-27T13:19:05.507Z",
2307
+ "workflow_step": "published"
2027
2308
  },
2028
2309
  "elements": {
2029
2310
  "street": {
@@ -2067,10 +2348,27 @@
2067
2348
  "value": [
2068
2349
  {
2069
2350
  "name": "cafe01.jpg",
2351
+ "description": "Dancing Goat Café - London",
2070
2352
  "type": "image/jpeg",
2071
2353
  "size": 493724,
2072
- "description": "Dancing Goat Café - London",
2073
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg"
2354
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8fccb3b9-a507-48cc-bccd-0639d7fb69ec/cafe01.jpg",
2355
+ "width": 849,
2356
+ "height": 565
2357
+ }
2358
+ ]
2359
+ },
2360
+ "sitemap": {
2361
+ "type": "taxonomy",
2362
+ "name": "Sitemap",
2363
+ "taxonomy_group": "sitemap_538125f",
2364
+ "value": [
2365
+ {
2366
+ "name": "Cafes",
2367
+ "codename": "cafes"
2368
+ },
2369
+ {
2370
+ "name": "Europe",
2371
+ "codename": "europe"
2074
2372
  }
2075
2373
  ]
2076
2374
  }
@@ -2083,11 +2381,10 @@
2083
2381
  "codename": "los_angeles",
2084
2382
  "language": "en-US",
2085
2383
  "type": "cafe",
2086
- "sitemap_locations": [
2087
- "cafes",
2088
- "north_america"
2089
- ],
2090
- "last_modified": "2016-09-05T14:14:00.664Z"
2384
+ "collection": "default",
2385
+ "sitemap_locations": [],
2386
+ "last_modified": "2019-03-27T13:19:33.95Z",
2387
+ "workflow_step": "published"
2091
2388
  },
2092
2389
  "elements": {
2093
2390
  "street": {
@@ -2131,10 +2428,27 @@
2131
2428
  "value": [
2132
2429
  {
2133
2430
  "name": "cafe05.jpg",
2431
+ "description": "Dancing Goat Café - Los Angeles",
2134
2432
  "type": "image/jpeg",
2135
2433
  "size": 114844,
2136
- "description": "Dancing Goat Café - Los Angeles",
2137
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8858d272-777b-43bd-93be-53a98be97569/cafe05.jpg"
2434
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8858d272-777b-43bd-93be-53a98be97569/cafe05.jpg",
2435
+ "width": 849,
2436
+ "height": 565
2437
+ }
2438
+ ]
2439
+ },
2440
+ "sitemap": {
2441
+ "type": "taxonomy",
2442
+ "name": "Sitemap",
2443
+ "taxonomy_group": "sitemap_538125f",
2444
+ "value": [
2445
+ {
2446
+ "name": "Cafes",
2447
+ "codename": "cafes"
2448
+ },
2449
+ {
2450
+ "name": "North America",
2451
+ "codename": "north_america"
2138
2452
  }
2139
2453
  ]
2140
2454
  }
@@ -2147,11 +2461,10 @@
2147
2461
  "codename": "madrid",
2148
2462
  "language": "en-US",
2149
2463
  "type": "cafe",
2150
- "sitemap_locations": [
2151
- "cafes",
2152
- "europe"
2153
- ],
2154
- "last_modified": "2016-09-01T08:36:18.062Z"
2464
+ "collection": "default",
2465
+ "sitemap_locations": [],
2466
+ "last_modified": "2019-03-27T13:20:01.738Z",
2467
+ "workflow_step": "published"
2155
2468
  },
2156
2469
  "elements": {
2157
2470
  "street": {
@@ -2195,10 +2508,27 @@
2195
2508
  "value": [
2196
2509
  {
2197
2510
  "name": "cafe02.jpg",
2511
+ "description": "Dancing Goat Café - Madrid",
2198
2512
  "type": "image/jpeg",
2199
2513
  "size": 496224,
2200
- "description": "Dancing Goat Café - Madrid",
2201
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/cb9ca475-61f1-4bc5-8a7d-e524bf4aa715/cafe02.jpg"
2514
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/cb9ca475-61f1-4bc5-8a7d-e524bf4aa715/cafe02.jpg",
2515
+ "width": 849,
2516
+ "height": 565
2517
+ }
2518
+ ]
2519
+ },
2520
+ "sitemap": {
2521
+ "type": "taxonomy",
2522
+ "name": "Sitemap",
2523
+ "taxonomy_group": "sitemap_538125f",
2524
+ "value": [
2525
+ {
2526
+ "name": "Cafes",
2527
+ "codename": "cafes"
2528
+ },
2529
+ {
2530
+ "name": "Europe",
2531
+ "codename": "europe"
2202
2532
  }
2203
2533
  ]
2204
2534
  }
@@ -2211,11 +2541,10 @@
2211
2541
  "codename": "new_york",
2212
2542
  "language": "en-US",
2213
2543
  "type": "cafe",
2214
- "sitemap_locations": [
2215
- "cafes",
2216
- "north_america"
2217
- ],
2218
- "last_modified": "2016-09-05T14:14:08.428Z"
2544
+ "collection": "default",
2545
+ "sitemap_locations": [],
2546
+ "last_modified": "2019-03-27T13:20:38.738Z",
2547
+ "workflow_step": "published"
2219
2548
  },
2220
2549
  "elements": {
2221
2550
  "street": {
@@ -2259,10 +2588,27 @@
2259
2588
  "value": [
2260
2589
  {
2261
2590
  "name": "cafe06.jpg",
2591
+ "description": "Dancing Goat Café - New York",
2262
2592
  "type": "image/jpeg",
2263
2593
  "size": 275350,
2264
- "description": "Dancing Goat Café - New York",
2265
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/32d055c4-8b32-48f2-881d-058a1854e36e/cafe06.jpg"
2594
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/32d055c4-8b32-48f2-881d-058a1854e36e/cafe06.jpg",
2595
+ "width": 849,
2596
+ "height": 565
2597
+ }
2598
+ ]
2599
+ },
2600
+ "sitemap": {
2601
+ "type": "taxonomy",
2602
+ "name": "Sitemap",
2603
+ "taxonomy_group": "sitemap_538125f",
2604
+ "value": [
2605
+ {
2606
+ "name": "Cafes",
2607
+ "codename": "cafes"
2608
+ },
2609
+ {
2610
+ "name": "North America",
2611
+ "codename": "north_america"
2266
2612
  }
2267
2613
  ]
2268
2614
  }
@@ -2275,10 +2621,10 @@
2275
2621
  "codename": "on_roasts",
2276
2622
  "language": "en-US",
2277
2623
  "type": "article",
2278
- "sitemap_locations": [
2279
- "articles"
2280
- ],
2281
- "last_modified": "2017-12-08T08:49:53.603Z"
2624
+ "collection": "default",
2625
+ "sitemap_locations": [],
2626
+ "last_modified": "2019-03-27T13:21:11.38Z",
2627
+ "workflow_step": "published"
2282
2628
  },
2283
2629
  "elements": {
2284
2630
  "title": {
@@ -2292,10 +2638,12 @@
2292
2638
  "value": [
2293
2639
  {
2294
2640
  "name": "on-roasts-1080px.jpg",
2641
+ "description": "Coffee Roastery",
2295
2642
  "type": "image/jpeg",
2296
2643
  "size": 121946,
2297
- "description": "Coffee Roastery",
2298
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
2644
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
2645
+ "width": 1000,
2646
+ "height": 666
2299
2647
  }
2300
2648
  ]
2301
2649
  },
@@ -2355,6 +2703,17 @@
2355
2703
  "name": "URL pattern",
2356
2704
  "value": "on-roasts"
2357
2705
  },
2706
+ "sitemap": {
2707
+ "type": "taxonomy",
2708
+ "name": "Sitemap",
2709
+ "taxonomy_group": "sitemap_538125f",
2710
+ "value": [
2711
+ {
2712
+ "name": "Articles",
2713
+ "codename": "articles"
2714
+ }
2715
+ ]
2716
+ },
2358
2717
  "metadata__meta_title": {
2359
2718
  "type": "text",
2360
2719
  "name": "Meta title",
@@ -2381,10 +2740,12 @@
2381
2740
  "value": [
2382
2741
  {
2383
2742
  "name": "on-roasts-1080px.jpg",
2743
+ "description": "Coffee Roastery",
2384
2744
  "type": "image/jpeg",
2385
2745
  "size": 121946,
2386
- "description": "Coffee Roastery",
2387
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
2746
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
2747
+ "width": 1000,
2748
+ "height": 666
2388
2749
  }
2389
2750
  ]
2390
2751
  },
@@ -2396,7 +2757,7 @@
2396
2757
  "metadata__twitter_creator": {
2397
2758
  "type": "text",
2398
2759
  "name": "twitter:creator",
2399
- "value": "@kenticokontent"
2760
+ "value": "@kenticoCloud"
2400
2761
  },
2401
2762
  "metadata__twitter_title": {
2402
2763
  "type": "text",
@@ -2414,10 +2775,12 @@
2414
2775
  "value": [
2415
2776
  {
2416
2777
  "name": "on-roasts-1080px.jpg",
2778
+ "description": "Coffee Roastery",
2417
2779
  "type": "image/jpeg",
2418
2780
  "size": 121946,
2419
- "description": "Coffee Roastery",
2420
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
2781
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
2782
+ "width": 1000,
2783
+ "height": 666
2421
2784
  }
2422
2785
  ]
2423
2786
  }
@@ -2430,10 +2793,10 @@
2430
2793
  "codename": "origins_of_arabica_bourbon",
2431
2794
  "language": "en-US",
2432
2795
  "type": "article",
2433
- "sitemap_locations": [
2434
- "articles"
2435
- ],
2436
- "last_modified": "2017-12-08T08:50:50.609Z"
2796
+ "collection": "default",
2797
+ "sitemap_locations": [],
2798
+ "last_modified": "2019-03-27T13:21:49.151Z",
2799
+ "workflow_step": "published"
2437
2800
  },
2438
2801
  "elements": {
2439
2802
  "title": {
@@ -2447,10 +2810,12 @@
2447
2810
  "value": [
2448
2811
  {
2449
2812
  "name": "origins-of-arabica-bourbon-1080px.jpg",
2813
+ "description": "Réunion Island",
2450
2814
  "type": "image/jpeg",
2451
2815
  "size": 132229,
2452
- "description": "Réunion Island",
2453
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
2816
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
2817
+ "width": 1000,
2818
+ "height": 664
2454
2819
  }
2455
2820
  ]
2456
2821
  },
@@ -2507,6 +2872,17 @@
2507
2872
  "name": "URL pattern",
2508
2873
  "value": "origins-of-arabica-bourbon"
2509
2874
  },
2875
+ "sitemap": {
2876
+ "type": "taxonomy",
2877
+ "name": "Sitemap",
2878
+ "taxonomy_group": "sitemap_538125f",
2879
+ "value": [
2880
+ {
2881
+ "name": "Articles",
2882
+ "codename": "articles"
2883
+ }
2884
+ ]
2885
+ },
2510
2886
  "metadata__meta_title": {
2511
2887
  "type": "text",
2512
2888
  "name": "Meta title",
@@ -2533,10 +2909,12 @@
2533
2909
  "value": [
2534
2910
  {
2535
2911
  "name": "origins-of-arabica-bourbon-1080px.jpg",
2912
+ "description": "Réunion Island",
2536
2913
  "type": "image/jpeg",
2537
2914
  "size": 132229,
2538
- "description": "Réunion Island",
2539
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
2915
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
2916
+ "width": 1000,
2917
+ "height": 664
2540
2918
  }
2541
2919
  ]
2542
2920
  },
@@ -2548,7 +2926,7 @@
2548
2926
  "metadata__twitter_creator": {
2549
2927
  "type": "text",
2550
2928
  "name": "twitter:creator",
2551
- "value": "@kenticokontent"
2929
+ "value": "@kenticoCloud"
2552
2930
  },
2553
2931
  "metadata__twitter_title": {
2554
2932
  "type": "text",
@@ -2566,10 +2944,12 @@
2566
2944
  "value": [
2567
2945
  {
2568
2946
  "name": "origins-of-arabica-bourbon-1080px.jpg",
2947
+ "description": "Réunion Island",
2569
2948
  "type": "image/jpeg",
2570
2949
  "size": 132229,
2571
- "description": "Réunion Island",
2572
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
2950
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
2951
+ "width": 1000,
2952
+ "height": 664
2573
2953
  }
2574
2954
  ]
2575
2955
  }
@@ -2582,10 +2962,10 @@
2582
2962
  "codename": "our_philosophy",
2583
2963
  "language": "en-US",
2584
2964
  "type": "fact_about_us",
2585
- "sitemap_locations": [
2586
- "about_us"
2587
- ],
2588
- "last_modified": "2016-10-20T12:06:18.34Z"
2965
+ "collection": "default",
2966
+ "sitemap_locations": [],
2967
+ "last_modified": "2019-03-27T13:22:11.857Z",
2968
+ "workflow_step": "published"
2589
2969
  },
2590
2970
  "elements": {
2591
2971
  "title": {
@@ -2607,10 +2987,23 @@
2607
2987
  "value": [
2608
2988
  {
2609
2989
  "name": "about.jpg",
2990
+ "description": "Dancing Goat Café - Los Angeles",
2610
2991
  "type": "image/jpeg",
2611
2992
  "size": 56264,
2612
- "description": "Dancing Goat Café - Los Angeles",
2613
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg"
2993
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg",
2994
+ "width": 640,
2995
+ "height": 426
2996
+ }
2997
+ ]
2998
+ },
2999
+ "sitemap": {
3000
+ "type": "taxonomy",
3001
+ "name": "Sitemap",
3002
+ "taxonomy_group": "sitemap_538125f",
3003
+ "value": [
3004
+ {
3005
+ "name": "About us",
3006
+ "codename": "about_us"
2614
3007
  }
2615
3008
  ]
2616
3009
  }
@@ -2623,10 +3016,10 @@
2623
3016
  "codename": "our_story",
2624
3017
  "language": "en-US",
2625
3018
  "type": "fact_about_us",
2626
- "sitemap_locations": [
2627
- "about_us"
2628
- ],
2629
- "last_modified": "2017-04-04T11:49:14.973Z"
3019
+ "collection": "default",
3020
+ "sitemap_locations": [],
3021
+ "last_modified": "2019-03-27T13:22:47.992Z",
3022
+ "workflow_step": "published"
2630
3023
  },
2631
3024
  "elements": {
2632
3025
  "title": {
@@ -2654,10 +3047,23 @@
2654
3047
  "value": [
2655
3048
  {
2656
3049
  "name": "our-story.jpg",
3050
+ "description": "Coffee Bean Bag",
2657
3051
  "type": "image/jpeg",
2658
3052
  "size": 69622,
2659
- "description": "Coffee Bean Bag",
2660
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/08bf515c-3b0e-4760-907b-6db0a22d41f3/our-story.jpg"
3053
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/08bf515c-3b0e-4760-907b-6db0a22d41f3/our-story.jpg",
3054
+ "width": 2160,
3055
+ "height": 1000
3056
+ }
3057
+ ]
3058
+ },
3059
+ "sitemap": {
3060
+ "type": "taxonomy",
3061
+ "name": "Sitemap",
3062
+ "taxonomy_group": "sitemap_538125f",
3063
+ "value": [
3064
+ {
3065
+ "name": "About us",
3066
+ "codename": "about_us"
2661
3067
  }
2662
3068
  ]
2663
3069
  }
@@ -2670,10 +3076,10 @@
2670
3076
  "codename": "paper_filters_for_chemex",
2671
3077
  "language": "en-US",
2672
3078
  "type": "accessory",
2673
- "sitemap_locations": [
2674
- "accessories"
2675
- ],
2676
- "last_modified": "2017-12-08T08:51:59.716Z"
3079
+ "collection": "default",
3080
+ "sitemap_locations": [],
3081
+ "last_modified": "2019-03-27T13:23:14.73Z",
3082
+ "workflow_step": "published"
2677
3083
  },
2678
3084
  "elements": {
2679
3085
  "product_name": {
@@ -2692,10 +3098,12 @@
2692
3098
  "value": [
2693
3099
  {
2694
3100
  "name": "chemex-filters.jpg",
3101
+ "description": "Chemex Paper Filters",
2695
3102
  "type": "image/jpeg",
2696
3103
  "size": 36927,
2697
- "description": "Chemex Paper Filters",
2698
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg"
3104
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg",
3105
+ "width": 1080,
3106
+ "height": 1080
2699
3107
  }
2700
3108
  ]
2701
3109
  },
@@ -2731,6 +3139,17 @@
2731
3139
  "name": "URL pattern",
2732
3140
  "value": "paper-filters-for-chemex"
2733
3141
  },
3142
+ "sitemap": {
3143
+ "type": "taxonomy",
3144
+ "name": "Sitemap",
3145
+ "taxonomy_group": "sitemap_538125f",
3146
+ "value": [
3147
+ {
3148
+ "name": "Accessories",
3149
+ "codename": "accessories"
3150
+ }
3151
+ ]
3152
+ },
2734
3153
  "metadata__meta_title": {
2735
3154
  "type": "text",
2736
3155
  "name": "Meta title",
@@ -2757,10 +3176,12 @@
2757
3176
  "value": [
2758
3177
  {
2759
3178
  "name": "chemex-filters.jpg",
3179
+ "description": "Chemex Paper Filters",
2760
3180
  "type": "image/jpeg",
2761
3181
  "size": 36927,
2762
- "description": "Chemex Paper Filters",
2763
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg"
3182
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg",
3183
+ "width": 1080,
3184
+ "height": 1080
2764
3185
  }
2765
3186
  ]
2766
3187
  },
@@ -2772,7 +3193,7 @@
2772
3193
  "metadata__twitter_creator": {
2773
3194
  "type": "text",
2774
3195
  "name": "twitter:creator",
2775
- "value": "@kenticokontent"
3196
+ "value": "@kenticoCloud"
2776
3197
  },
2777
3198
  "metadata__twitter_title": {
2778
3199
  "type": "text",
@@ -2790,10 +3211,12 @@
2790
3211
  "value": [
2791
3212
  {
2792
3213
  "name": "chemex-filters.jpg",
3214
+ "description": "Chemex Paper Filters",
2793
3215
  "type": "image/jpeg",
2794
3216
  "size": 36927,
2795
- "description": "Chemex Paper Filters",
2796
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg"
3217
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/222310d5-a416-4fc1-a4c5-b8c77062987d/chemex-filters.jpg",
3218
+ "width": 1080,
3219
+ "height": 1080
2797
3220
  }
2798
3221
  ]
2799
3222
  }
@@ -2806,10 +3229,10 @@
2806
3229
  "codename": "porlex_tall_ceramic_burr_grinder",
2807
3230
  "language": "en-US",
2808
3231
  "type": "grinder",
2809
- "sitemap_locations": [
2810
- "grinders"
2811
- ],
2812
- "last_modified": "2017-12-08T09:31:24.067Z"
3232
+ "collection": "default",
3233
+ "sitemap_locations": [],
3234
+ "last_modified": "2019-03-27T13:23:58.208Z",
3235
+ "workflow_step": "published"
2813
3236
  },
2814
3237
  "elements": {
2815
3238
  "product_name": {
@@ -2828,10 +3251,12 @@
2828
3251
  "value": [
2829
3252
  {
2830
3253
  "name": "porlex-tall-ceramic-burr-grinder.jpg",
3254
+ "description": "Hand Coffee Grinder",
2831
3255
  "type": "image/jpeg",
2832
3256
  "size": 37996,
2833
- "description": "Hand Coffee Grinder",
2834
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
3257
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg",
3258
+ "width": 1080,
3259
+ "height": 1080
2835
3260
  }
2836
3261
  ]
2837
3262
  },
@@ -2867,6 +3292,17 @@
2867
3292
  "name": "URL pattern",
2868
3293
  "value": "porlex-tall-ceramic-burr-grinder"
2869
3294
  },
3295
+ "sitemap": {
3296
+ "type": "taxonomy",
3297
+ "name": "Sitemap",
3298
+ "taxonomy_group": "sitemap_538125f",
3299
+ "value": [
3300
+ {
3301
+ "name": "Grinders",
3302
+ "codename": "grinders"
3303
+ }
3304
+ ]
3305
+ },
2870
3306
  "metadata__meta_title": {
2871
3307
  "type": "text",
2872
3308
  "name": "Meta title",
@@ -2893,10 +3329,12 @@
2893
3329
  "value": [
2894
3330
  {
2895
3331
  "name": "porlex-tall-ceramic-burr-grinder.jpg",
3332
+ "description": "Hand Coffee Grinder",
2896
3333
  "type": "image/jpeg",
2897
3334
  "size": 37996,
2898
- "description": "Hand Coffee Grinder",
2899
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
3335
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg",
3336
+ "width": 1080,
3337
+ "height": 1080
2900
3338
  }
2901
3339
  ]
2902
3340
  },
@@ -2908,7 +3346,7 @@
2908
3346
  "metadata__twitter_creator": {
2909
3347
  "type": "text",
2910
3348
  "name": "twitter:creator",
2911
- "value": "@kenticokontent"
3349
+ "value": "@kenticoCloud"
2912
3350
  },
2913
3351
  "metadata__twitter_title": {
2914
3352
  "type": "text",
@@ -2926,10 +3364,12 @@
2926
3364
  "value": [
2927
3365
  {
2928
3366
  "name": "porlex-tall-ceramic-burr-grinder.jpg",
3367
+ "description": "Hand Coffee Grinder",
2929
3368
  "type": "image/jpeg",
2930
3369
  "size": 37996,
2931
- "description": "Hand Coffee Grinder",
2932
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg"
3370
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/a58bf56b-962e-44dd-9fae-b562e3322119/porlex-tall-ceramic-burr-grinder.jpg",
3371
+ "width": 1080,
3372
+ "height": 1080
2933
3373
  }
2934
3374
  ]
2935
3375
  }
@@ -2942,8 +3382,10 @@
2942
3382
  "codename": "the_coffee_story",
2943
3383
  "language": "en-US",
2944
3384
  "type": "hosted_video",
3385
+ "collection": "default",
2945
3386
  "sitemap_locations": [],
2946
- "last_modified": "2018-08-08T19:00:15.181Z"
3387
+ "last_modified": "2018-08-08T19:00:15.181Z",
3388
+ "workflow_step": "published"
2947
3389
  },
2948
3390
  "elements": {
2949
3391
  "video_id": {
@@ -2963,169 +3405,6 @@
2963
3405
  }
2964
3406
  }
2965
3407
  },
2966
- {
2967
- "system": {
2968
- "id": "e5d575fe-9608-4523-a07d-e32d780bf92a",
2969
- "name": "Where does coffee come from?",
2970
- "codename": "where_does_coffee_come_from_",
2971
- "language": "en-US",
2972
- "type": "article",
2973
- "sitemap_locations": [
2974
- "articles"
2975
- ],
2976
- "last_modified": "2019-05-10T16:22:18.6763266Z"
2977
- },
2978
- "elements": {
2979
- "title": {
2980
- "type": "text",
2981
- "name": "Title",
2982
- "value": "Where does coffee come from and where does it grow?"
2983
- },
2984
- "teaser_image": {
2985
- "type": "asset",
2986
- "name": "Teaser image",
2987
- "value": [
2988
- {
2989
- "name": "sources.jpg",
2990
- "description": "Coffee Berries",
2991
- "type": "image/jpeg",
2992
- "size": 46469,
2993
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
2994
- "width": 640,
2995
- "height": 457
2996
- }
2997
- ]
2998
- },
2999
- "post_date": {
3000
- "type": "date_time",
3001
- "name": "Post date",
3002
- "value": "2018-08-31T00:00:00Z"
3003
- },
3004
- "summary": {
3005
- "type": "text",
3006
- "name": "Summary",
3007
- "value": "A short history of coffee and a discription of how and where it is grown now."
3008
- },
3009
- "body_copy": {
3010
- "type": "rich_text",
3011
- "name": "Body Copy",
3012
- "images": {},
3013
- "links": {},
3014
- "modular_content": [
3015
- "aeropress"
3016
- ],
3017
- "value": "<p>The history of coffee is patchy and full of myth and hearsay.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"link\" data-codename=\"aeropress\"></object>\n<p><br></p>\n<p>One of the most popular story goes that Kaldi, an Ethiopian goatherd, saw his goats eating coffee berries and as a result becoming elated. So, Kaldi then tried them himself and thus discovered the potential of coffee. And that's where we got our name - Dancing Goat.</p>\n<p>Although it's far more likely that uses for coffee were developed over time and were discovered by people tasting various parts of the cherry, &nbsp;the old fables do add a bit of romance and are very cute.</p>\n<p>Coffee requires a warm climate and lots of moisture, so it is produced within a belt extending around the world between the Tropic of Cancer and the Tropic of Capricorn.</p>\n<p>Coffee grows on trees that flower and produce fleshy red fruit (orange or yellow is also possible) called a drupe though it is popularly referred to as the ‘berry’ or ‘cherry’. What we refer to as coffee beans are actually seeds, which are produced in the centre of the drupe, often in pairs. After harvesting, the flesh of the drupe is washed or dried and the ‘beans’ extracted.</p>\n<p>Coffee beans vary in their shape, size, color as well as flavor depending on the region and conditions in which they were grown. The difference of aromas and flavors between various regional varietals is as vast as the regions they grow in. Just like the teas and wines of the world, and even more so. It is always worth trying new varietals that may stimulate your taste buds in a different way.</p>\n<p>The two major species of coffee are <em>Coffea arabica</em> and <em>Coffea canephora</em> (also called <em>Coffea robusta</em>).</p>\n<p>Arabica is believed to be the first species of coffee to have been cultivated.</p>\n<p>It requires more care during cultivation and is considered to produce better coffee than robusta. Arabica plants grow at high altitudes of around 1,000 to 2,000 meters, approximately 3,200 to 6,500 ft, above sea level in regions across South and Central America as well as Africa. Arabica is costlier to grow as it produces lower yields than Robusta despite requiring more labor. Despite all that, it is considered superior to robusta. The high demand and lower availability drives the price high. Arabica is the species most associated with specialty (sometimes referred to as gourmet) coffees.</p>\n<p>The only place where Arabica coffee grows indigenously is Ethiopia. It is the birthplace of coffee and also the only place in which it truly grows wild. All countries that produce Arabica coffees have transplanted plant stock directly from Ethiopia or from other countries that had already done so.</p>"
3018
- },
3019
- "related_articles": {
3020
- "type": "modular_content",
3021
- "name": "Related articles",
3022
- "value": [
3023
- "origins_of_arabica_bourbon",
3024
- "on_roasts"
3025
- ]
3026
- },
3027
- "meta_keywords": {
3028
- "type": "text",
3029
- "name": "Meta keywords",
3030
- "value": "coffee,history,myth,production"
3031
- },
3032
- "personas": {
3033
- "type": "taxonomy",
3034
- "name": "Personas",
3035
- "taxonomy_group": "personas",
3036
- "value": [
3037
- {
3038
- "name": "Coffee lover",
3039
- "codename": "coffee_lover"
3040
- },
3041
- {
3042
- "name": "Coffee blogger",
3043
- "codename": "coffee_blogger"
3044
- }
3045
- ]
3046
- },
3047
- "meta_description": {
3048
- "type": "text",
3049
- "name": "Meta description",
3050
- "value": "A short history of coffee and a discription of how and where it is grown now."
3051
- },
3052
- "url_pattern": {
3053
- "type": "url_slug",
3054
- "name": "URL pattern",
3055
- "value": "coffee-history-and-present"
3056
- },
3057
- "metadata__meta_title": {
3058
- "type": "text",
3059
- "name": "Meta title",
3060
- "value": "Where does coffee come from and where does it grow?"
3061
- },
3062
- "metadata__meta_description": {
3063
- "type": "text",
3064
- "name": "Meta description",
3065
- "value": "A short history of coffee and a discription of how and where it is grown now."
3066
- },
3067
- "metadata__og_title": {
3068
- "type": "text",
3069
- "name": "og:title",
3070
- "value": "Where does coffee come from and where does it grow?"
3071
- },
3072
- "metadata__og_description": {
3073
- "type": "text",
3074
- "name": "og:description",
3075
- "value": "A short history of coffee and a discription of how and where it is grown now."
3076
- },
3077
- "metadata__og_image": {
3078
- "type": "asset",
3079
- "name": "og:image",
3080
- "value": [
3081
- {
3082
- "name": "sources.jpg",
3083
- "description": "Coffee Berries",
3084
- "type": "image/jpeg",
3085
- "size": 46469,
3086
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
3087
- "width": 640,
3088
- "height": 457
3089
- }
3090
- ]
3091
- },
3092
- "metadata__twitter_site": {
3093
- "type": "text",
3094
- "name": "twitter:site",
3095
- "value": "Dancing Goat"
3096
- },
3097
- "metadata__twitter_creator": {
3098
- "type": "text",
3099
- "name": "twitter:creator",
3100
- "value": "@kenticokontent"
3101
- },
3102
- "metadata__twitter_title": {
3103
- "type": "text",
3104
- "name": "twitter:title",
3105
- "value": "Where does coffee come from and where does it grow?"
3106
- },
3107
- "metadata__twitter_description": {
3108
- "type": "text",
3109
- "name": "twitter:description",
3110
- "value": "A short history of coffee and a discription of how and where it is grown now."
3111
- },
3112
- "metadata__twitter_image": {
3113
- "type": "asset",
3114
- "name": "twitter:image",
3115
- "value": [
3116
- {
3117
- "name": "sources.jpg",
3118
- "description": "Coffee Berries",
3119
- "type": "image/jpeg",
3120
- "size": 46469,
3121
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
3122
- "width": 640,
3123
- "height": 457
3124
- }
3125
- ]
3126
- }
3127
- }
3128
- },
3129
3408
  {
3130
3409
  "system": {
3131
3410
  "id": "3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5",
@@ -3133,10 +3412,10 @@
3133
3412
  "codename": "which_brewing_fits_you_",
3134
3413
  "language": "en-US",
3135
3414
  "type": "article",
3136
- "sitemap_locations": [
3137
- "articles"
3138
- ],
3139
- "last_modified": "2018-10-11T08:45:56.917Z"
3415
+ "collection": "default",
3416
+ "sitemap_locations": [],
3417
+ "last_modified": "2019-03-27T13:24:54.042Z",
3418
+ "workflow_step": "published"
3140
3419
  },
3141
3420
  "elements": {
3142
3421
  "title": {
@@ -3150,10 +3429,12 @@
3150
3429
  "value": [
3151
3430
  {
3152
3431
  "name": "which-brewing-fits-you-1080px.jpg",
3432
+ "description": "Coffee Brewing Techniques",
3153
3433
  "type": "image/jpeg",
3154
3434
  "size": 125770,
3155
- "description": "Coffee Brewing Techniques",
3156
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
3435
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
3436
+ "width": 1000,
3437
+ "height": 666
3157
3438
  }
3158
3439
  ]
3159
3440
  },
@@ -3186,218 +3467,82 @@
3186
3467
  ]
3187
3468
  },
3188
3469
  "meta_keywords": {
3189
- "type": "text",
3190
- "name": "Meta keywords",
3191
- "value": "brewing, arabica"
3192
- },
3193
- "personas": {
3194
- "type": "taxonomy",
3195
- "name": "Personas",
3196
- "taxonomy_group": "personas",
3197
- "value": [
3198
- {
3199
- "name": "Coffee lover",
3200
- "codename": "coffee_lover"
3201
- },
3202
- {
3203
- "name": "Coffee blogger",
3204
- "codename": "coffee_blogger"
3205
- },
3206
- {
3207
- "name": "Barista",
3208
- "codename": "barista"
3209
- }
3210
- ]
3211
- },
3212
- "meta_description": {
3213
- "type": "text",
3214
- "name": "Meta description",
3215
- "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3216
- },
3217
- "url_pattern": {
3218
- "type": "url_slug",
3219
- "name": "URL pattern",
3220
- "value": "which-brewing-fits-you"
3221
- },
3222
- "metadata__meta_title": {
3223
- "type": "text",
3224
- "name": "Meta title",
3225
- "value": "Which brewing fits you?"
3226
- },
3227
- "metadata__meta_description": {
3228
- "type": "text",
3229
- "name": "Meta description",
3230
- "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3231
- },
3232
- "metadata__og_title": {
3233
- "type": "text",
3234
- "name": "og:title",
3235
- "value": "Which brewing fits you?"
3236
- },
3237
- "metadata__og_description": {
3238
- "type": "text",
3239
- "name": "og:description",
3240
- "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3241
- },
3242
- "metadata__og_image": {
3243
- "type": "asset",
3244
- "name": "og:image",
3245
- "value": [
3246
- {
3247
- "name": "which-brewing-fits-you-1080px.jpg",
3248
- "type": "image/jpeg",
3249
- "size": 125770,
3250
- "description": "Coffee Brewing Techniques",
3251
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
3252
- }
3253
- ]
3254
- },
3255
- "metadata__twitter_site": {
3256
- "type": "text",
3257
- "name": "twitter:site",
3258
- "value": "Dancing Goat"
3259
- },
3260
- "metadata__twitter_creator": {
3261
- "type": "text",
3262
- "name": "twitter:creator",
3263
- "value": "@kenticokontent"
3264
- },
3265
- "metadata__twitter_title": {
3266
- "type": "text",
3267
- "name": "twitter:title",
3268
- "value": "Which brewing fits you?"
3269
- },
3270
- "metadata__twitter_description": {
3271
- "type": "text",
3272
- "name": "twitter:description",
3273
- "value": "We have put down three procedures with clearly written steps describing the process of making coffee. "
3274
- },
3275
- "metadata__twitter_image": {
3276
- "type": "asset",
3277
- "name": "twitter:image",
3278
- "value": [
3279
- {
3280
- "name": "which-brewing-fits-you-1080px.jpg",
3281
- "type": "image/jpeg",
3282
- "size": 125770,
3283
- "description": "Coffee Brewing Techniques",
3284
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
3285
- }
3286
- ]
3287
- }
3288
- }
3289
- }
3290
- ],
3291
- "modular_content": {
3292
- "aeropress": {
3293
- "system": {
3294
- "id": "5d6167df-e39d-4877-999d-49e6e96fd8b0",
3295
- "name": "AeroPress",
3296
- "codename": "aeropress",
3297
- "language": "en-US",
3298
- "type": "brewer",
3299
- "sitemap_locations": [
3300
- "brewers"
3301
- ],
3302
- "last_modified": "2017-12-08T08:31:38.283Z"
3303
- },
3304
- "elements": {
3305
- "product_name": {
3306
- "type": "text",
3307
- "name": "Product name",
3308
- "value": "AeroPress"
3309
- },
3310
- "price": {
3311
- "type": "number",
3312
- "name": "Price",
3313
- "value": 25.9
3314
- },
3315
- "image": {
3316
- "type": "asset",
3317
- "name": "Image",
3318
- "value": [
3319
- {
3320
- "name": "aeropress.jpg",
3321
- "type": "image/jpeg",
3322
- "size": 72879,
3323
- "description": "AeroPress Coffee Maker",
3324
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
3325
- }
3326
- ]
3470
+ "type": "text",
3471
+ "name": "Meta keywords",
3472
+ "value": "brewing, arabica"
3327
3473
  },
3328
- "product_status": {
3474
+ "personas": {
3329
3475
  "type": "taxonomy",
3330
- "name": "Product status",
3331
- "taxonomy_group": "product_status",
3476
+ "name": "Personas",
3477
+ "taxonomy_group": "personas",
3332
3478
  "value": [
3333
3479
  {
3334
- "name": "Bestseller",
3335
- "codename": "bestseller"
3480
+ "name": "Coffee lover",
3481
+ "codename": "coffee_lover"
3482
+ },
3483
+ {
3484
+ "name": "Coffee blogger",
3485
+ "codename": "coffee_blogger"
3486
+ },
3487
+ {
3488
+ "name": "Barista",
3489
+ "codename": "barista"
3336
3490
  }
3337
3491
  ]
3338
3492
  },
3339
- "short_description": {
3340
- "type": "rich_text",
3341
- "name": "Short description",
3342
- "images": {},
3343
- "links": {},
3344
- "modular_content": [],
3345
- "value": "<p>AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. &nbsp;</p>"
3346
- },
3347
- "long_description": {
3348
- "type": "rich_text",
3349
- "name": "Long description",
3350
- "images": {},
3351
- "links": {},
3352
- "modular_content": [],
3353
- "value": "<p>Presenting a coffee-making revolution, the AeroPress Coffee Maker.<br><br>Affordable and straightforward for producing top notch coffee with. If you enjoy delicious and smooth coffee, you've come to the right place. With the innovative AeroPress, you'll be enjoying your perfect cup in no time.<br><br>Using this device, you'll be amazed at how good your coffee can taste. Its ease of use will amaze you even more. Coffee making with the versatile brewing technique offered by AeroPress. Any kind of coffee, from any part of the world will taste its best when combined with AeroPress. If you just want to enjoy the perfect quick cup, or you enjoy tinkering with the delicacies of coffee brewing, the AeroPress Coffee Maker will hit the spot!<br><br>Each AeroPress comes with a pack of filters included in the box. &nbsp;</p>"
3493
+ "meta_description": {
3494
+ "type": "text",
3495
+ "name": "Meta description",
3496
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3354
3497
  },
3355
3498
  "url_pattern": {
3356
3499
  "type": "url_slug",
3357
3500
  "name": "URL pattern",
3358
- "value": "aeropress"
3501
+ "value": "which-brewing-fits-you"
3359
3502
  },
3360
- "manufacturer": {
3503
+ "sitemap": {
3361
3504
  "type": "taxonomy",
3362
- "name": "Manufacturer",
3363
- "taxonomy_group": "manufacturer",
3505
+ "name": "Sitemap",
3506
+ "taxonomy_group": "sitemap_538125f",
3364
3507
  "value": [
3365
3508
  {
3366
- "name": "Aerobie",
3367
- "codename": "aerobie"
3509
+ "name": "Articles",
3510
+ "codename": "articles"
3368
3511
  }
3369
3512
  ]
3370
3513
  },
3371
3514
  "metadata__meta_title": {
3372
3515
  "type": "text",
3373
3516
  "name": "Meta title",
3374
- "value": "AeroPress"
3517
+ "value": "Which brewing fits you?"
3375
3518
  },
3376
3519
  "metadata__meta_description": {
3377
3520
  "type": "text",
3378
3521
  "name": "Meta description",
3379
- "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
3522
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3380
3523
  },
3381
3524
  "metadata__og_title": {
3382
3525
  "type": "text",
3383
3526
  "name": "og:title",
3384
- "value": "AeroPress"
3527
+ "value": "Which brewing fits you?"
3385
3528
  },
3386
3529
  "metadata__og_description": {
3387
3530
  "type": "text",
3388
3531
  "name": "og:description",
3389
- "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
3532
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee."
3390
3533
  },
3391
3534
  "metadata__og_image": {
3392
3535
  "type": "asset",
3393
3536
  "name": "og:image",
3394
3537
  "value": [
3395
3538
  {
3396
- "name": "aeropress.jpg",
3539
+ "name": "which-brewing-fits-you-1080px.jpg",
3540
+ "description": "Coffee Brewing Techniques",
3397
3541
  "type": "image/jpeg",
3398
- "size": 72879,
3399
- "description": "AeroPress Coffee Maker",
3400
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
3542
+ "size": 125770,
3543
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
3544
+ "width": 1000,
3545
+ "height": 666
3401
3546
  }
3402
3547
  ]
3403
3548
  },
@@ -3409,33 +3554,37 @@
3409
3554
  "metadata__twitter_creator": {
3410
3555
  "type": "text",
3411
3556
  "name": "twitter:creator",
3412
- "value": "@kenticokontent"
3557
+ "value": "@kenticoCloud"
3413
3558
  },
3414
3559
  "metadata__twitter_title": {
3415
3560
  "type": "text",
3416
3561
  "name": "twitter:title",
3417
- "value": "AeroPress"
3562
+ "value": "Which brewing fits you?"
3418
3563
  },
3419
3564
  "metadata__twitter_description": {
3420
3565
  "type": "text",
3421
3566
  "name": "twitter:description",
3422
- "value": "AeroPress presents this coffee-making revolution which is affordable and makes delicious and smooth coffee. "
3567
+ "value": "We have put down three procedures with clearly written steps describing the process of making coffee. "
3423
3568
  },
3424
3569
  "metadata__twitter_image": {
3425
3570
  "type": "asset",
3426
3571
  "name": "twitter:image",
3427
3572
  "value": [
3428
3573
  {
3429
- "name": "aeropress.jpg",
3574
+ "name": "which-brewing-fits-you-1080px.jpg",
3575
+ "description": "Coffee Brewing Techniques",
3430
3576
  "type": "image/jpeg",
3431
- "size": 72879,
3432
- "description": "AeroPress Coffee Maker",
3433
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3eee7d6e-0542-48ca-ab1e-35657f36dcfd/aeropress.jpg"
3577
+ "size": 125770,
3578
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
3579
+ "width": 1000,
3580
+ "height": 666
3434
3581
  }
3435
3582
  ]
3436
3583
  }
3437
3584
  }
3438
- },
3585
+ }
3586
+ ],
3587
+ "modular_content": {
3439
3588
  "allendale": {
3440
3589
  "system": {
3441
3590
  "id": "e81a0107-8e09-4f2e-b583-8869abe5952a",
@@ -3443,11 +3592,10 @@
3443
3592
  "codename": "allendale",
3444
3593
  "language": "en-US",
3445
3594
  "type": "cafe",
3446
- "sitemap_locations": [
3447
- "cafes",
3448
- "north_america"
3449
- ],
3450
- "last_modified": "2016-09-05T14:13:52.934Z"
3595
+ "collection": "default",
3596
+ "sitemap_locations": [],
3597
+ "last_modified": "2019-03-27T13:11:35.96Z",
3598
+ "workflow_step": "published"
3451
3599
  },
3452
3600
  "elements": {
3453
3601
  "street": {
@@ -3491,10 +3639,27 @@
3491
3639
  "value": [
3492
3640
  {
3493
3641
  "name": "cafe04.jpg",
3642
+ "description": "Dancing Goat Café - Allendale",
3494
3643
  "type": "image/jpeg",
3495
3644
  "size": 545064,
3496
- "description": "Dancing Goat Café - Allendale",
3497
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg"
3645
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/4237a2ff-ce1a-45d9-8f59-65eb2ea3e401/cafe04.jpg",
3646
+ "width": 849,
3647
+ "height": 565
3648
+ }
3649
+ ]
3650
+ },
3651
+ "sitemap": {
3652
+ "type": "taxonomy",
3653
+ "name": "Sitemap",
3654
+ "taxonomy_group": "sitemap_538125f",
3655
+ "value": [
3656
+ {
3657
+ "name": "Cafes",
3658
+ "codename": "cafes"
3659
+ },
3660
+ {
3661
+ "name": "North America",
3662
+ "codename": "north_america"
3498
3663
  }
3499
3664
  ]
3500
3665
  }
@@ -3507,11 +3672,10 @@
3507
3672
  "codename": "boston",
3508
3673
  "language": "en-US",
3509
3674
  "type": "cafe",
3510
- "sitemap_locations": [
3511
- "cafes",
3512
- "north_america"
3513
- ],
3514
- "last_modified": "2016-09-05T14:12:49.091Z"
3675
+ "collection": "default",
3676
+ "sitemap_locations": [],
3677
+ "last_modified": "2019-03-27T13:12:00.408Z",
3678
+ "workflow_step": "published"
3515
3679
  },
3516
3680
  "elements": {
3517
3681
  "street": {
@@ -3555,10 +3719,27 @@
3555
3719
  "value": [
3556
3720
  {
3557
3721
  "name": "cafe03.jpg",
3722
+ "description": "Dancing Goat Café - Boston",
3558
3723
  "type": "image/jpeg",
3559
3724
  "size": 405527,
3560
- "description": "Dancing Goat Café - Boston",
3561
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg"
3725
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/7e510ff1-13c0-4a03-a19c-05625183df1f/cafe03.jpg",
3726
+ "width": 849,
3727
+ "height": 565
3728
+ }
3729
+ ]
3730
+ },
3731
+ "sitemap": {
3732
+ "type": "taxonomy",
3733
+ "name": "Sitemap",
3734
+ "taxonomy_group": "sitemap_538125f",
3735
+ "value": [
3736
+ {
3737
+ "name": "Cafes",
3738
+ "codename": "cafes"
3739
+ },
3740
+ {
3741
+ "name": "North America",
3742
+ "codename": "north_america"
3562
3743
  }
3563
3744
  ]
3564
3745
  }
@@ -3571,10 +3752,10 @@
3571
3752
  "codename": "coffee_beverages_explained",
3572
3753
  "language": "en-US",
3573
3754
  "type": "article",
3574
- "sitemap_locations": [
3575
- "articles"
3576
- ],
3577
- "last_modified": "2018-10-09T05:50:55.755Z"
3755
+ "collection": "default",
3756
+ "sitemap_locations": [],
3757
+ "last_modified": "2021-03-19T17:55:26.9917618Z",
3758
+ "workflow_step": "published"
3578
3759
  },
3579
3760
  "elements": {
3580
3761
  "title": {
@@ -3588,10 +3769,12 @@
3588
3769
  "value": [
3589
3770
  {
3590
3771
  "name": "coffee-beverages-explained-1080px.jpg",
3772
+ "description": "Professional Espresso Machine",
3591
3773
  "type": "image/jpeg",
3592
3774
  "size": 90895,
3593
- "description": "Professional Espresso Machine",
3594
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
3775
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
3776
+ "width": 1000,
3777
+ "height": 666
3595
3778
  }
3596
3779
  ]
3597
3780
  },
@@ -3609,12 +3792,18 @@
3609
3792
  "type": "rich_text",
3610
3793
  "name": "Body Copy",
3611
3794
  "images": {},
3612
- "links": {},
3795
+ "links": {
3796
+ "3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5": {
3797
+ "codename": "which_brewing_fits_you_",
3798
+ "type": "article",
3799
+ "url_slug": "which-brewing-fits-you"
3800
+ }
3801
+ },
3613
3802
  "modular_content": [
3614
3803
  "d7610e80_9a93_01ef_284c_c1dfdbcf43ee",
3615
3804
  "n373888cc_34e2_01e1_1820_3cb52ab1b2a1"
3616
3805
  ],
3617
- "value": "<p>The coffee drinking culture has been evolving for hundreds and thousands of years. It has never been so rich as today. How do you make sense of different types of coffee, what do the particular names in beverage menus mean and what beverage to choose for which occasion in your favorite café?</p>\n<p>Coffee can be divided into two basic categories according to the method of preparation.</p>\n<h3>Espresso based beverages</h3>\n<h4>Espresso without additions</h4>\n<p>The philosophy of this beverage is not about ponding over a mug and sipping from it for long hours, but more about a quick order and two or three gulps at a bar. Espresso is not the highest achievable base among coffee beverages to pursue. It is only a single method of coffee preparation, which servers its purpose – swiftness and concentrated experience.</p>\n<p>Parameters of a good espresso:<br>\nOne portion of coffee: 7 g ± 0,5 (for some types of coffee even 10-11g)<br>\nOutput temperature of water in a coffee machine: 88 °C ± 2 °C<br>\nTemperature of the coffee in a mug: 67 °C ± 3 °C<br>\nInput water pressure: 9 bar ± 1<br>\nExtraction time: 25 seconds ± 2,5 seconds<br>\nViscosity at 45 °C: &gt; 1,5 mPa s<br>\nOil: &gt; 2 mg/ml<br>\nCaffeine: &lt; 100 mg/cup<br>\nVolume of coffee in a mug including crema: 25 ml ± 2,5</p>\n<p>Espresso is served into an espresso cup with a volume of 60-90 ml. An espresso doppio (i.e., double espresso) can be prepared as well, when a double portion of coffee (14 to 20g) and water (approx. 60 ml) is used, while keeping the extraction time the same as when preparing a standard espresso.</p>\n<h4>Espresso with water</h4>\n<p>Espresso is used as a basis for many drinks. It is often combined with water.</p>\n<p><em><strong>Americano</strong></em></p>\n<p>Americano is an espresso with added hot water which increased the volume, typically in a ratio of 1:5. According to a legend, Americano gained its name during the World War II, when American soldiers didn't like strong espresso and thus they drank it thinned. Americano can be prepared by adding hot water to espresso or, vice versa, by adding espresso into water. In the latter case, the beverage is usually called Long Black and it is served in a cappuccino cup with a volume of 15-180 ml.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"d7610e80_9a93_01ef_284c_c1dfdbcf43ee\"></object>\n<p><em><strong>Lungo</strong></em></p>\n<p>Lungo means long, watery or thinned in Italian, which expresses the preparation methods of this beverage. Baristas tend to acquire this beverage in different ways, some adjust the grinder to a coarser level while keeping the extraction time the same as with the espresso, gaining coffee with a volume of 60 ml. We recommend a gentler way of adding hot water to an espresso in the ratio of 1:1.</p>\n<h4>Espresso with milk</h4>\n<p><em><strong>Cappuccino</strong></em></p>\n<p>The basis of this beverage is 30 ml of espresso and warm milk, making up a mug of 150 to 180 milliliters in total. In the original Italian recipe, this coffee holds 2 centimeters of thick foam on the top of the hot milk. A newer variant, so called Seattle style cappuccino, trades the thick foam for a microfoam. This microfoam is closely interleaved with the milk and leaves a pleasant and velvety feeling in the mouth. The temperature of the milk during whipping should not exceed 65°C.</p>\n<p>The aim is to create a beverage without visible bubbles, while the surface follows the edge of the mug and does not protrude higher. Also, cappuccino should not be sprinkled with chocolate or even cinnamon.</p>\n<p>Lately, baristas learned to draw pictures in the white milk of the coffee, creating the so called latte art. They wish not only to offer a delicious mug of coffee to the customer, but to please the customer visually as well. The most common latte art motives on cappuccino are harts, tulips or so called rosettas. However, the most important is the taste of the beverage itself, latte art is only a sweet bonus.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"n373888cc_34e2_01e1_1820_3cb52ab1b2a1\"></object>\n<p><em><strong>Flat white</strong></em></p>\n<p>For some, one espresso in a milk drink is just not enough. Therefore, growing demand for stronger coffee can be seen these days. Flat white became very popular in Australia and has already domesticated in the rest of the world. It is prepared into a glass or a cappuccino cup from two shots of espresso (doppio) and topped with warm milk and foam, which typically makes a 1 cm layer. Flat white can also be decorated with latte art.</p>\n<p><em><strong>Espresso macchiato</strong></em></p>\n<p>Espresso macchiato is a beverage matching its title, as in Italian, the macchiato means speckled or spotted.</p>\n<p>According to the classical teachings, espresso macchiato is espresso with a drop of milk foam added to the crema using a teaspoon. Modern macchiato looks like a miniature cappuccino – espresso is in its 80 ml cup topped with microfoam up to the edge. Can also be decorated with latte art.</p>\n<p><em><strong>Caffé latté</strong></em></p>\n<p>Caffe latte is a beverage of more than 250 ml in volume. It differentiates from cappuccino in total volume and also in the smaller portion of foam. Caffe latte is prepared into a cup with a handle. It was originally devised in Italy as coffee for children and is considered less popular among adults.</p>\n<p>A variant of caffe latte is latte macchiato, which is prepared a little differently. Frothed milk is poured into a glass first, where the milk foam separates from the milk in half a minute and creates a firmer layer on the top. Espresso is added last and creates a typical coffee stain on the surface. It often happens that by pouring coffee into the milk, three layers are created. This result is a bonus, not necessity.</p>\n<h3>Filtered coffee</h3>\n<p>The preparation of filtered coffee does not utilize pressure for extraction, but natural process of leaching of soluble substances instead. Hot water (up to 93°C) is in contact with coffee for 1 to 5 minutes (according to the preparation method) and then the extraction is stopped by filtering or straining the liquid. Further extraction (leaching of the coffee beans) does not take place in the resulting beverage.</p>\n<p>Filtered coffee has gained, a little unfairly, the impression of an inferior product which is better to be avoided and rather traded for espresso. However, if all basic conditions are met, this coffee presents a wonderful treat. If we perceive espresso as a concentrated beverage intended for immediate consummation, filtered coffee is quite the opposite&nbsp;– lower proportion of soluble substances allows the consumer to enjoy subtle nuances, as can be found in vine.</p>\n<p>Our tip: if the source is good quality, it is immensely interesting to watch the beverage evolve in taste during the process of cooling. In the first phase, 80-60°C, we taste only the bitter tones and the too high temperature. The beverage though, smells nicely thanks to the evaporating essential oils. In the middle of the cooling process, somewhere between the second and fifth sip, we discover the body, acidity, viscosity, sweetness and first signs of tones. In a cooled beverage, the massive aroma recedes and only a hint of light accompanying aroma remains, the tastes reveal the full potential, tones, harmony and accents. All this, of course, without any additives, such as sugar, milk, cream or honey.</p>\n<p>The following list sums up all the requirements for this coffee before its preparation:</p>\n<ul>\n <li>Fresh selective coffee; freshness means 2-25 days after roasting</li>\n <li>The amount of 60g / liter</li>\n <li>Grinding on manual or electric grinder with stones always just before the preparation, coarseness chosen according to the method of preparation</li>\n <li>Water heated to 91°C, fresh, with neutral pH, moderate hardness, non-mineralized, non-chored, non-carbonated</li>\n <li>Hand-held non-automatic preparation</li>\n <li>Adherence to the time of extraction</li>\n</ul>\n<p>For the preparation of filtered coffee can be used, for example, french press, aeropress, vacuum pot, moka pot, percolator with paper filter or chemex.</p>"
3806
+ "value": "<p>The coffee drinking culture has been evolving for hundreds and thousands of years. It has never been <a data-item-id=\"3120ec15-a4a2-47ec-8ccd-c85ac8ac5ba5\" href=\"\">so rich as today</a>. How do you make sense of different types of coffee, what do the particular names in beverage menus mean and what beverage to choose for which occasion in your favorite café?</p>\n<p>Coffee can be divided into two basic categories according to the method of preparation.</p>\n<h3>Espresso based beverages</h3>\n<h4>Espresso without additions</h4>\n<p>The philosophy of this beverage is not about ponding over a mug and sipping from it for long hours, but more about a quick order and two or three gulps at a bar. Espresso is not the highest achievable base among coffee beverages to pursue. It is only a single method of coffee preparation, which servers its purpose – swiftness and concentrated experience.</p>\n<p>Parameters of a good espresso:<br>\nOne portion of coffee: 7 g ± 0,5 (for some types of coffee even 10-11g)<br>\nOutput temperature of water in a coffee machine: 88 °C ± 2 °C<br>\nTemperature of the coffee in a mug: 67 °C ± 3 °C<br>\nInput water pressure: 9 bar ± 1<br>\nExtraction time: 25 seconds ± 2,5 seconds<br>\nViscosity at 45 °C: &gt; 1,5 mPa s<br>\nOil: &gt; 2 mg/ml<br>\nCaffeine: &lt; 100 mg/cup<br>\nVolume of coffee in a mug including crema: 25 ml ± 2,5</p>\n<p>Espresso is served into an espresso cup with a volume of 60-90 ml. An espresso doppio (i.e., double espresso) can be prepared as well, when a double portion of coffee (14 to 20g) and water (approx. 60 ml) is used, while keeping the extraction time the same as when preparing a standard espresso.</p>\n<h4>Espresso with water</h4>\n<p>Espresso is used as a basis for many drinks. It is often combined with water.</p>\n<p><em><strong>Americano</strong></em></p>\n<p>Americano is an espresso with added hot water which increased the volume, typically in a ratio of 1:5. According to a legend, Americano gained its name during the World War II, when American soldiers didn't like strong espresso and thus they drank it thinned. Americano can be prepared by adding hot water to espresso or, vice versa, by adding espresso into water. In the latter case, the beverage is usually called Long Black and it is served in a cappuccino cup with a volume of 15-180 ml.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"d7610e80_9a93_01ef_284c_c1dfdbcf43ee\"></object>\n<p><em><strong>Lungo</strong></em></p>\n<p>Lungo means long, watery or thinned in Italian, which expresses the preparation methods of this beverage. Baristas tend to acquire this beverage in different ways, some adjust the grinder to a coarser level while keeping the extraction time the same as with the espresso, gaining coffee with a volume of 60 ml. We recommend a gentler way of adding hot water to an espresso in the ratio of 1:1.</p>\n<h4>Espresso with milk</h4>\n<p><em><strong>Cappuccino</strong></em></p>\n<p>The basis of this beverage is 30 ml of espresso and warm milk, making up a mug of 150 to 180 milliliters in total. In the original Italian recipe, this coffee holds 2 centimeters of thick foam on the top of the hot milk. A newer variant, so called Seattle style cappuccino, trades the thick foam for a microfoam. This microfoam is closely interleaved with the milk and leaves a pleasant and velvety feeling in the mouth. The temperature of the milk during whipping should not exceed 65°C.</p>\n<p>The aim is to create a beverage without visible bubbles, while the surface follows the edge of the mug and does not protrude higher. Also, cappuccino should not be sprinkled with chocolate or even cinnamon.</p>\n<p>Lately, baristas learned to draw pictures in the white milk of the coffee, creating the so called latte art. They wish not only to offer a delicious mug of coffee to the customer, but to please the customer visually as well. The most common latte art motives on cappuccino are harts, tulips or so called rosettas. However, the most important is the taste of the beverage itself, latte art is only a sweet bonus.</p>\n<object type=\"application/kenticocloud\" data-type=\"item\" data-rel=\"component\" data-codename=\"n373888cc_34e2_01e1_1820_3cb52ab1b2a1\"></object>\n<p><em><strong>Flat white</strong></em></p>\n<p>For some, one espresso in a milk drink is just not enough. Therefore, growing demand for stronger coffee can be seen these days. Flat white became very popular in Australia and has already domesticated in the rest of the world. It is prepared into a glass or a cappuccino cup from two shots of espresso (doppio) and topped with warm milk and foam, which typically makes a 1 cm layer. Flat white can also be decorated with latte art.</p>\n<p><em><strong>Espresso macchiato</strong></em></p>\n<p>Espresso macchiato is a beverage matching its title, as in Italian, the macchiato means speckled or spotted.</p>\n<p>According to the classical teachings, espresso macchiato is espresso with a drop of milk foam added to the crema using a teaspoon. Modern macchiato looks like a miniature cappuccino – espresso is in its 80 ml cup topped with microfoam up to the edge. Can also be decorated with latte art.</p>\n<p><em><strong>Caffé latté</strong></em></p>\n<p>Caffe latte is a beverage of more than 250 ml in volume. It differentiates from cappuccino in total volume and also in the smaller portion of foam. Caffe latte is prepared into a cup with a handle. It was originally devised in Italy as coffee for children and is considered less popular among adults.</p>\n<p>A variant of caffe latte is latte macchiato, which is prepared a little differently. Frothed milk is poured into a glass first, where the milk foam separates from the milk in half a minute and creates a firmer layer on the top. Espresso is added last and creates a typical coffee stain on the surface. It often happens that by pouring coffee into the milk, three layers are created. This result is a bonus, not necessity.</p>\n<h3>Filtered coffee</h3>\n<p>The preparation of filtered coffee does not utilize pressure for extraction, but natural process of leaching of soluble substances instead. Hot water (up to 93°C) is in contact with coffee for 1 to 5 minutes (according to the preparation method) and then the extraction is stopped by filtering or straining the liquid. Further extraction (leaching of the coffee beans) does not take place in the resulting beverage.</p>\n<p>Filtered coffee has gained, a little unfairly, the impression of an inferior product which is better to be avoided and rather traded for espresso. However, if all basic conditions are met, this coffee presents a wonderful treat. If we perceive espresso as a concentrated beverage intended for immediate consummation, filtered coffee is quite the opposite&nbsp;– lower proportion of soluble substances allows the consumer to enjoy subtle nuances, as can be found in vine.</p>\n<p>Our tip: if the source is good quality, it is immensely interesting to watch the beverage evolve in taste during the process of cooling. In the first phase, 80-60°C, we taste only the bitter tones and the too high temperature. The beverage though, smells nicely thanks to the evaporating essential oils. In the middle of the cooling process, somewhere between the second and fifth sip, we discover the body, acidity, viscosity, sweetness and first signs of tones. In a cooled beverage, the massive aroma recedes and only a hint of light accompanying aroma remains, the tastes reveal the full potential, tones, harmony and accents. All this, of course, without any additives, such as sugar, milk, cream or honey.</p>\n<p>The following list sums up all the requirements for this coffee before its preparation:</p>\n<ul>\n <li>Fresh selective coffee; freshness means 2-25 days after roasting</li>\n <li>The amount of 60g / liter</li>\n <li>Grinding on manual or electric grinder with stones always just before the preparation, coarseness chosen according to the method of preparation</li>\n <li>Water heated to 91°C, fresh, with neutral pH, moderate hardness, non-mineralized, non-chored, non-carbonated</li>\n <li>Hand-held non-automatic preparation</li>\n <li>Adherence to the time of extraction</li>\n</ul>\n<p>For the preparation of filtered coffee can be used, for example, french press, aeropress, vacuum pot, moka pot, percolator with paper filter or chemex.</p>"
3618
3807
  },
3619
3808
  "related_articles": {
3620
3809
  "type": "modular_content",
@@ -3647,6 +3836,17 @@
3647
3836
  "name": "URL pattern",
3648
3837
  "value": "coffee-beverages-explained"
3649
3838
  },
3839
+ "sitemap": {
3840
+ "type": "taxonomy",
3841
+ "name": "Sitemap",
3842
+ "taxonomy_group": "sitemap_538125f",
3843
+ "value": [
3844
+ {
3845
+ "name": "Articles",
3846
+ "codename": "articles"
3847
+ }
3848
+ ]
3849
+ },
3650
3850
  "metadata__meta_title": {
3651
3851
  "type": "text",
3652
3852
  "name": "Meta title",
@@ -3673,10 +3873,12 @@
3673
3873
  "value": [
3674
3874
  {
3675
3875
  "name": "coffee-beverages-explained-1080px.jpg",
3876
+ "description": "Professional Espresso Machine",
3676
3877
  "type": "image/jpeg",
3677
3878
  "size": 90895,
3678
- "description": "Professional Espresso Machine",
3679
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
3879
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
3880
+ "width": 1000,
3881
+ "height": 666
3680
3882
  }
3681
3883
  ]
3682
3884
  },
@@ -3688,7 +3890,7 @@
3688
3890
  "metadata__twitter_creator": {
3689
3891
  "type": "text",
3690
3892
  "name": "twitter:creator",
3691
- "value": "@kenticokontent"
3893
+ "value": "@kenticoCloud"
3692
3894
  },
3693
3895
  "metadata__twitter_title": {
3694
3896
  "type": "text",
@@ -3706,10 +3908,12 @@
3706
3908
  "value": [
3707
3909
  {
3708
3910
  "name": "coffee-beverages-explained-1080px.jpg",
3911
+ "description": "Professional Espresso Machine",
3709
3912
  "type": "image/jpeg",
3710
3913
  "size": 90895,
3711
- "description": "Professional Espresso Machine",
3712
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg"
3914
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/e700596b-03b0-4cee-ac5c-9212762c027a/coffee-beverages-explained-1080px.jpg",
3915
+ "width": 1000,
3916
+ "height": 666
3713
3917
  }
3714
3918
  ]
3715
3919
  }
@@ -3722,10 +3926,10 @@
3722
3926
  "codename": "coffee_processing_techniques",
3723
3927
  "language": "en-US",
3724
3928
  "type": "article",
3725
- "sitemap_locations": [
3726
- "articles"
3727
- ],
3728
- "last_modified": "2018-07-17T08:12:03.07Z"
3929
+ "collection": "default",
3930
+ "sitemap_locations": [],
3931
+ "last_modified": "2019-03-27T13:13:35.312Z",
3932
+ "workflow_step": "published"
3729
3933
  },
3730
3934
  "elements": {
3731
3935
  "title": {
@@ -3739,10 +3943,12 @@
3739
3943
  "value": [
3740
3944
  {
3741
3945
  "name": "coffee-processing-techniques-1080px.jpg",
3946
+ "description": "Dry process (also known as unwashed or natural coffee)",
3742
3947
  "type": "image/jpeg",
3743
3948
  "size": 108409,
3744
- "description": "Dry process (also known as unwashed or natural coffee)",
3745
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
3949
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
3950
+ "width": 1000,
3951
+ "height": 504
3746
3952
  }
3747
3953
  ]
3748
3954
  },
@@ -3813,6 +4019,17 @@
3813
4019
  "name": "URL pattern",
3814
4020
  "value": "coffee-processing-techniques"
3815
4021
  },
4022
+ "sitemap": {
4023
+ "type": "taxonomy",
4024
+ "name": "Sitemap",
4025
+ "taxonomy_group": "sitemap_538125f",
4026
+ "value": [
4027
+ {
4028
+ "name": "Articles",
4029
+ "codename": "articles"
4030
+ }
4031
+ ]
4032
+ },
3816
4033
  "metadata__meta_title": {
3817
4034
  "type": "text",
3818
4035
  "name": "Meta title",
@@ -3839,10 +4056,12 @@
3839
4056
  "value": [
3840
4057
  {
3841
4058
  "name": "coffee-processing-techniques-1080px.jpg",
4059
+ "description": "Dry process (also known as unwashed or natural coffee)",
3842
4060
  "type": "image/jpeg",
3843
4061
  "size": 108409,
3844
- "description": "Dry process (also known as unwashed or natural coffee)",
3845
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
4062
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
4063
+ "width": 1000,
4064
+ "height": 504
3846
4065
  }
3847
4066
  ]
3848
4067
  },
@@ -3854,7 +4073,7 @@
3854
4073
  "metadata__twitter_creator": {
3855
4074
  "type": "text",
3856
4075
  "name": "twitter:creator",
3857
- "value": "@kenticokontent"
4076
+ "value": "@kenticoCloud"
3858
4077
  },
3859
4078
  "metadata__twitter_title": {
3860
4079
  "type": "text",
@@ -3872,10 +4091,12 @@
3872
4091
  "value": [
3873
4092
  {
3874
4093
  "name": "coffee-processing-techniques-1080px.jpg",
4094
+ "description": "Dry process (also known as unwashed or natural coffee)",
3875
4095
  "type": "image/jpeg",
3876
4096
  "size": 108409,
3877
- "description": "Dry process (also known as unwashed or natural coffee)",
3878
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg"
4097
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/40edae81-37df-4d5e-8624-e2f7cfc50427/coffee-processing-techniques-1080px.jpg",
4098
+ "width": 1000,
4099
+ "height": 504
3879
4100
  }
3880
4101
  ]
3881
4102
  }
@@ -3888,8 +4109,9 @@
3888
4109
  "codename": "d7610e80_9a93_01ef_284c_c1dfdbcf43ee",
3889
4110
  "language": "en-US",
3890
4111
  "type": "tweet",
4112
+ "collection": "default",
3891
4113
  "sitemap_locations": [],
3892
- "last_modified": "2018-10-09T05:50:55.755Z"
4114
+ "last_modified": "2021-03-19T17:55:26.9917618Z"
3893
4115
  },
3894
4116
  "elements": {
3895
4117
  "tweet_link": {
@@ -3926,10 +4148,10 @@
3926
4148
  "codename": "donate_with_us",
3927
4149
  "language": "en-US",
3928
4150
  "type": "article",
3929
- "sitemap_locations": [
3930
- "articles"
3931
- ],
3932
- "last_modified": "2017-12-08T08:40:45.728Z"
4151
+ "collection": "default",
4152
+ "sitemap_locations": [],
4153
+ "last_modified": "2019-03-27T13:14:07.384Z",
4154
+ "workflow_step": "published"
3933
4155
  },
3934
4156
  "elements": {
3935
4157
  "title": {
@@ -3943,10 +4165,12 @@
3943
4165
  "value": [
3944
4166
  {
3945
4167
  "name": "donate-with-us-1080px.jpg",
4168
+ "description": "Children in Africa",
3946
4169
  "type": "image/jpeg",
3947
4170
  "size": 133239,
3948
- "description": "Children in Africa",
3949
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
4171
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
4172
+ "width": 1000,
4173
+ "height": 667
3950
4174
  }
3951
4175
  ]
3952
4176
  },
@@ -3999,6 +4223,17 @@
3999
4223
  "name": "URL pattern",
4000
4224
  "value": "donate-with-us"
4001
4225
  },
4226
+ "sitemap": {
4227
+ "type": "taxonomy",
4228
+ "name": "Sitemap",
4229
+ "taxonomy_group": "sitemap_538125f",
4230
+ "value": [
4231
+ {
4232
+ "name": "Articles",
4233
+ "codename": "articles"
4234
+ }
4235
+ ]
4236
+ },
4002
4237
  "metadata__meta_title": {
4003
4238
  "type": "text",
4004
4239
  "name": "Meta title",
@@ -4025,10 +4260,12 @@
4025
4260
  "value": [
4026
4261
  {
4027
4262
  "name": "donate-with-us-1080px.jpg",
4263
+ "description": "Children in Africa",
4028
4264
  "type": "image/jpeg",
4029
4265
  "size": 133239,
4030
- "description": "Children in Africa",
4031
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
4266
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
4267
+ "width": 1000,
4268
+ "height": 667
4032
4269
  }
4033
4270
  ]
4034
4271
  },
@@ -4040,7 +4277,7 @@
4040
4277
  "metadata__twitter_creator": {
4041
4278
  "type": "text",
4042
4279
  "name": "twitter:creator",
4043
- "value": "@kenticokontent"
4280
+ "value": "@kenticoCloud"
4044
4281
  },
4045
4282
  "metadata__twitter_title": {
4046
4283
  "type": "text",
@@ -4058,10 +4295,12 @@
4058
4295
  "value": [
4059
4296
  {
4060
4297
  "name": "donate-with-us-1080px.jpg",
4298
+ "description": "Children in Africa",
4061
4299
  "type": "image/jpeg",
4062
4300
  "size": 133239,
4063
- "description": "Children in Africa",
4064
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg"
4301
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/9b86141d-b667-4c35-82b1-826bc151d72a/donate-with-us-1080px.jpg",
4302
+ "width": 1000,
4303
+ "height": 667
4065
4304
  }
4066
4305
  ]
4067
4306
  }
@@ -4074,10 +4313,10 @@
4074
4313
  "codename": "home_page_hero_unit",
4075
4314
  "language": "en-US",
4076
4315
  "type": "hero_unit",
4077
- "sitemap_locations": [
4078
- "home"
4079
- ],
4080
- "last_modified": "2016-10-20T12:15:15.735Z"
4316
+ "collection": "default",
4317
+ "sitemap_locations": [],
4318
+ "last_modified": "2019-03-27T13:16:47.824Z",
4319
+ "workflow_step": "published"
4081
4320
  },
4082
4321
  "elements": {
4083
4322
  "title": {
@@ -4091,10 +4330,12 @@
4091
4330
  "value": [
4092
4331
  {
4093
4332
  "name": "banner-default.jpg",
4333
+ "description": "Coffee Bean Bag",
4094
4334
  "type": "image/jpeg",
4095
4335
  "size": 75424,
4096
- "description": "Coffee Bean Bag",
4097
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/55caecc2-400c-4ee3-91c3-0f7f067414ec/banner-default.jpg"
4336
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/55caecc2-400c-4ee3-91c3-0f7f067414ec/banner-default.jpg",
4337
+ "width": 1080,
4338
+ "height": 380
4098
4339
  }
4099
4340
  ]
4100
4341
  },
@@ -4105,6 +4346,17 @@
4105
4346
  "links": {},
4106
4347
  "modular_content": [],
4107
4348
  "value": "<p>Discover the fascinating world of Dancing Goat high-quality coffee and you will never miss a single coffee break again.</p>"
4349
+ },
4350
+ "sitemap": {
4351
+ "type": "taxonomy",
4352
+ "name": "Sitemap",
4353
+ "taxonomy_group": "sitemap_538125f",
4354
+ "value": [
4355
+ {
4356
+ "name": "Home",
4357
+ "codename": "home"
4358
+ }
4359
+ ]
4108
4360
  }
4109
4361
  }
4110
4362
  },
@@ -4115,8 +4367,10 @@
4115
4367
  "codename": "home_page_promotion",
4116
4368
  "language": "en-US",
4117
4369
  "type": "hero_unit",
4370
+ "collection": "default",
4118
4371
  "sitemap_locations": [],
4119
- "last_modified": "2017-03-22T12:40:16.844Z"
4372
+ "last_modified": "2017-03-22T12:40:16.844Z",
4373
+ "workflow_step": "published"
4120
4374
  },
4121
4375
  "elements": {
4122
4376
  "title": {
@@ -4130,10 +4384,12 @@
4130
4384
  "value": [
4131
4385
  {
4132
4386
  "name": "banner-b2c.jpg",
4387
+ "description": "Cup of coffee",
4133
4388
  "type": "image/jpeg",
4134
4389
  "size": 106051,
4135
- "description": "Cup of coffee",
4136
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8787344e-4d7b-4c17-9e34-3fabb2a5ec92/banner-b2c.jpg"
4390
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8787344e-4d7b-4c17-9e34-3fabb2a5ec92/banner-b2c.jpg",
4391
+ "width": 1080,
4392
+ "height": 380
4137
4393
  }
4138
4394
  ]
4139
4395
  },
@@ -4144,6 +4400,12 @@
4144
4400
  "links": {},
4145
4401
  "modular_content": [],
4146
4402
  "value": "<p>Get a free sample of any coffee we offer and choose a flavor that fits you best. Perfect as it is, that’s Dancing goat's coffee.</p>"
4403
+ },
4404
+ "sitemap": {
4405
+ "type": "taxonomy",
4406
+ "name": "Sitemap",
4407
+ "taxonomy_group": "sitemap_538125f",
4408
+ "value": []
4147
4409
  }
4148
4410
  }
4149
4411
  },
@@ -4154,10 +4416,10 @@
4154
4416
  "codename": "how_we_roast_our_coffees",
4155
4417
  "language": "en-US",
4156
4418
  "type": "fact_about_us",
4157
- "sitemap_locations": [
4158
- "about_us"
4159
- ],
4160
- "last_modified": "2017-04-04T11:48:26.187Z"
4419
+ "collection": "default",
4420
+ "sitemap_locations": [],
4421
+ "last_modified": "2019-03-27T13:17:22.27Z",
4422
+ "workflow_step": "published"
4161
4423
  },
4162
4424
  "elements": {
4163
4425
  "title": {
@@ -4185,10 +4447,23 @@
4185
4447
  "value": [
4186
4448
  {
4187
4449
  "name": "roaster.jpg",
4450
+ "description": "Coffee Roaster",
4188
4451
  "type": "image/jpeg",
4189
4452
  "size": 50240,
4190
- "description": "Coffee Roaster",
4191
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg"
4453
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/66d73245-10e5-4478-93e7-5609fee3cdf7/roaster.jpg",
4454
+ "width": 600,
4455
+ "height": 457
4456
+ }
4457
+ ]
4458
+ },
4459
+ "sitemap": {
4460
+ "type": "taxonomy",
4461
+ "name": "Sitemap",
4462
+ "taxonomy_group": "sitemap_538125f",
4463
+ "value": [
4464
+ {
4465
+ "name": "About us",
4466
+ "codename": "about_us"
4192
4467
  }
4193
4468
  ]
4194
4469
  }
@@ -4201,10 +4476,10 @@
4201
4476
  "codename": "how_we_source_our_coffees",
4202
4477
  "language": "en-US",
4203
4478
  "type": "fact_about_us",
4204
- "sitemap_locations": [
4205
- "about_us"
4206
- ],
4207
- "last_modified": "2016-10-20T12:47:13.65Z"
4479
+ "collection": "default",
4480
+ "sitemap_locations": [],
4481
+ "last_modified": "2019-03-27T13:17:52.881Z",
4482
+ "workflow_step": "published"
4208
4483
  },
4209
4484
  "elements": {
4210
4485
  "title": {
@@ -4226,10 +4501,23 @@
4226
4501
  "value": [
4227
4502
  {
4228
4503
  "name": "sources.jpg",
4504
+ "description": "Coffee Berries",
4229
4505
  "type": "image/jpeg",
4230
4506
  "size": 46469,
4231
- "description": "Coffee Berries",
4232
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg"
4507
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/3e76909f-599f-4742-b472-77fd4b510e92/sources.jpg",
4508
+ "width": 640,
4509
+ "height": 457
4510
+ }
4511
+ ]
4512
+ },
4513
+ "sitemap": {
4514
+ "type": "taxonomy",
4515
+ "name": "Sitemap",
4516
+ "taxonomy_group": "sitemap_538125f",
4517
+ "value": [
4518
+ {
4519
+ "name": "About us",
4520
+ "codename": "about_us"
4233
4521
  }
4234
4522
  ]
4235
4523
  }
@@ -4242,11 +4530,10 @@
4242
4530
  "codename": "los_angeles",
4243
4531
  "language": "en-US",
4244
4532
  "type": "cafe",
4245
- "sitemap_locations": [
4246
- "cafes",
4247
- "north_america"
4248
- ],
4249
- "last_modified": "2016-09-05T14:14:00.664Z"
4533
+ "collection": "default",
4534
+ "sitemap_locations": [],
4535
+ "last_modified": "2019-03-27T13:19:33.95Z",
4536
+ "workflow_step": "published"
4250
4537
  },
4251
4538
  "elements": {
4252
4539
  "street": {
@@ -4290,10 +4577,27 @@
4290
4577
  "value": [
4291
4578
  {
4292
4579
  "name": "cafe05.jpg",
4580
+ "description": "Dancing Goat Café - Los Angeles",
4293
4581
  "type": "image/jpeg",
4294
4582
  "size": 114844,
4295
- "description": "Dancing Goat Café - Los Angeles",
4296
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/8858d272-777b-43bd-93be-53a98be97569/cafe05.jpg"
4583
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/8858d272-777b-43bd-93be-53a98be97569/cafe05.jpg",
4584
+ "width": 849,
4585
+ "height": 565
4586
+ }
4587
+ ]
4588
+ },
4589
+ "sitemap": {
4590
+ "type": "taxonomy",
4591
+ "name": "Sitemap",
4592
+ "taxonomy_group": "sitemap_538125f",
4593
+ "value": [
4594
+ {
4595
+ "name": "Cafes",
4596
+ "codename": "cafes"
4597
+ },
4598
+ {
4599
+ "name": "North America",
4600
+ "codename": "north_america"
4297
4601
  }
4298
4602
  ]
4299
4603
  }
@@ -4306,8 +4610,9 @@
4306
4610
  "codename": "n373888cc_34e2_01e1_1820_3cb52ab1b2a1",
4307
4611
  "language": "en-US",
4308
4612
  "type": "hosted_video",
4613
+ "collection": "default",
4309
4614
  "sitemap_locations": [],
4310
- "last_modified": "2018-10-09T05:50:55.755Z"
4615
+ "last_modified": "2021-03-19T17:55:26.9917618Z"
4311
4616
  },
4312
4617
  "elements": {
4313
4618
  "video_id": {
@@ -4334,8 +4639,9 @@
4334
4639
  "codename": "n71d0469e_9a77_0168_8f49_08f6d3bcaca3",
4335
4640
  "language": "en-US",
4336
4641
  "type": "hosted_video",
4642
+ "collection": "default",
4337
4643
  "sitemap_locations": [],
4338
- "last_modified": "2018-10-11T08:45:56.917Z"
4644
+ "last_modified": "2019-03-27T13:24:54.042Z"
4339
4645
  },
4340
4646
  "elements": {
4341
4647
  "video_id": {
@@ -4362,11 +4668,10 @@
4362
4668
  "codename": "new_york",
4363
4669
  "language": "en-US",
4364
4670
  "type": "cafe",
4365
- "sitemap_locations": [
4366
- "cafes",
4367
- "north_america"
4368
- ],
4369
- "last_modified": "2016-09-05T14:14:08.428Z"
4671
+ "collection": "default",
4672
+ "sitemap_locations": [],
4673
+ "last_modified": "2019-03-27T13:20:38.738Z",
4674
+ "workflow_step": "published"
4370
4675
  },
4371
4676
  "elements": {
4372
4677
  "street": {
@@ -4410,10 +4715,27 @@
4410
4715
  "value": [
4411
4716
  {
4412
4717
  "name": "cafe06.jpg",
4718
+ "description": "Dancing Goat Café - New York",
4413
4719
  "type": "image/jpeg",
4414
4720
  "size": 275350,
4415
- "description": "Dancing Goat Café - New York",
4416
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/32d055c4-8b32-48f2-881d-058a1854e36e/cafe06.jpg"
4721
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/32d055c4-8b32-48f2-881d-058a1854e36e/cafe06.jpg",
4722
+ "width": 849,
4723
+ "height": 565
4724
+ }
4725
+ ]
4726
+ },
4727
+ "sitemap": {
4728
+ "type": "taxonomy",
4729
+ "name": "Sitemap",
4730
+ "taxonomy_group": "sitemap_538125f",
4731
+ "value": [
4732
+ {
4733
+ "name": "Cafes",
4734
+ "codename": "cafes"
4735
+ },
4736
+ {
4737
+ "name": "North America",
4738
+ "codename": "north_america"
4417
4739
  }
4418
4740
  ]
4419
4741
  }
@@ -4426,10 +4748,10 @@
4426
4748
  "codename": "on_roasts",
4427
4749
  "language": "en-US",
4428
4750
  "type": "article",
4429
- "sitemap_locations": [
4430
- "articles"
4431
- ],
4432
- "last_modified": "2017-12-08T08:49:53.603Z"
4751
+ "collection": "default",
4752
+ "sitemap_locations": [],
4753
+ "last_modified": "2019-03-27T13:21:11.38Z",
4754
+ "workflow_step": "published"
4433
4755
  },
4434
4756
  "elements": {
4435
4757
  "title": {
@@ -4443,10 +4765,12 @@
4443
4765
  "value": [
4444
4766
  {
4445
4767
  "name": "on-roasts-1080px.jpg",
4768
+ "description": "Coffee Roastery",
4446
4769
  "type": "image/jpeg",
4447
4770
  "size": 121946,
4448
- "description": "Coffee Roastery",
4449
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
4771
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
4772
+ "width": 1000,
4773
+ "height": 666
4450
4774
  }
4451
4775
  ]
4452
4776
  },
@@ -4506,6 +4830,17 @@
4506
4830
  "name": "URL pattern",
4507
4831
  "value": "on-roasts"
4508
4832
  },
4833
+ "sitemap": {
4834
+ "type": "taxonomy",
4835
+ "name": "Sitemap",
4836
+ "taxonomy_group": "sitemap_538125f",
4837
+ "value": [
4838
+ {
4839
+ "name": "Articles",
4840
+ "codename": "articles"
4841
+ }
4842
+ ]
4843
+ },
4509
4844
  "metadata__meta_title": {
4510
4845
  "type": "text",
4511
4846
  "name": "Meta title",
@@ -4532,10 +4867,12 @@
4532
4867
  "value": [
4533
4868
  {
4534
4869
  "name": "on-roasts-1080px.jpg",
4870
+ "description": "Coffee Roastery",
4535
4871
  "type": "image/jpeg",
4536
4872
  "size": 121946,
4537
- "description": "Coffee Roastery",
4538
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
4873
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
4874
+ "width": 1000,
4875
+ "height": 666
4539
4876
  }
4540
4877
  ]
4541
4878
  },
@@ -4547,7 +4884,7 @@
4547
4884
  "metadata__twitter_creator": {
4548
4885
  "type": "text",
4549
4886
  "name": "twitter:creator",
4550
- "value": "@kenticokontent"
4887
+ "value": "@kenticoCloud"
4551
4888
  },
4552
4889
  "metadata__twitter_title": {
4553
4890
  "type": "text",
@@ -4565,10 +4902,12 @@
4565
4902
  "value": [
4566
4903
  {
4567
4904
  "name": "on-roasts-1080px.jpg",
4905
+ "description": "Coffee Roastery",
4568
4906
  "type": "image/jpeg",
4569
4907
  "size": 121946,
4570
- "description": "Coffee Roastery",
4571
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg"
4908
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/f6daed1f-3f3b-4036-a9c7-9519359b9601/on-roasts-1080px.jpg",
4909
+ "width": 1000,
4910
+ "height": 666
4572
4911
  }
4573
4912
  ]
4574
4913
  }
@@ -4581,10 +4920,10 @@
4581
4920
  "codename": "origins_of_arabica_bourbon",
4582
4921
  "language": "en-US",
4583
4922
  "type": "article",
4584
- "sitemap_locations": [
4585
- "articles"
4586
- ],
4587
- "last_modified": "2017-12-08T08:50:50.609Z"
4923
+ "collection": "default",
4924
+ "sitemap_locations": [],
4925
+ "last_modified": "2019-03-27T13:21:49.151Z",
4926
+ "workflow_step": "published"
4588
4927
  },
4589
4928
  "elements": {
4590
4929
  "title": {
@@ -4598,10 +4937,12 @@
4598
4937
  "value": [
4599
4938
  {
4600
4939
  "name": "origins-of-arabica-bourbon-1080px.jpg",
4940
+ "description": "Réunion Island",
4601
4941
  "type": "image/jpeg",
4602
4942
  "size": 132229,
4603
- "description": "Réunion Island",
4604
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
4943
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
4944
+ "width": 1000,
4945
+ "height": 664
4605
4946
  }
4606
4947
  ]
4607
4948
  },
@@ -4658,6 +4999,17 @@
4658
4999
  "name": "URL pattern",
4659
5000
  "value": "origins-of-arabica-bourbon"
4660
5001
  },
5002
+ "sitemap": {
5003
+ "type": "taxonomy",
5004
+ "name": "Sitemap",
5005
+ "taxonomy_group": "sitemap_538125f",
5006
+ "value": [
5007
+ {
5008
+ "name": "Articles",
5009
+ "codename": "articles"
5010
+ }
5011
+ ]
5012
+ },
4661
5013
  "metadata__meta_title": {
4662
5014
  "type": "text",
4663
5015
  "name": "Meta title",
@@ -4684,10 +5036,12 @@
4684
5036
  "value": [
4685
5037
  {
4686
5038
  "name": "origins-of-arabica-bourbon-1080px.jpg",
5039
+ "description": "Réunion Island",
4687
5040
  "type": "image/jpeg",
4688
5041
  "size": 132229,
4689
- "description": "Réunion Island",
4690
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
5042
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
5043
+ "width": 1000,
5044
+ "height": 664
4691
5045
  }
4692
5046
  ]
4693
5047
  },
@@ -4699,7 +5053,7 @@
4699
5053
  "metadata__twitter_creator": {
4700
5054
  "type": "text",
4701
5055
  "name": "twitter:creator",
4702
- "value": "@kenticokontent"
5056
+ "value": "@kenticoCloud"
4703
5057
  },
4704
5058
  "metadata__twitter_title": {
4705
5059
  "type": "text",
@@ -4717,10 +5071,12 @@
4717
5071
  "value": [
4718
5072
  {
4719
5073
  "name": "origins-of-arabica-bourbon-1080px.jpg",
5074
+ "description": "Réunion Island",
4720
5075
  "type": "image/jpeg",
4721
5076
  "size": 132229,
4722
- "description": "Réunion Island",
4723
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg"
5077
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/1cfcb6c9-1fe6-4013-a0bb-b26f8ada2ebf/origins-of-arabica-bourbon-1080px.jpg",
5078
+ "width": 1000,
5079
+ "height": 664
4724
5080
  }
4725
5081
  ]
4726
5082
  }
@@ -4733,10 +5089,10 @@
4733
5089
  "codename": "our_philosophy",
4734
5090
  "language": "en-US",
4735
5091
  "type": "fact_about_us",
4736
- "sitemap_locations": [
4737
- "about_us"
4738
- ],
4739
- "last_modified": "2016-10-20T12:06:18.34Z"
5092
+ "collection": "default",
5093
+ "sitemap_locations": [],
5094
+ "last_modified": "2019-03-27T13:22:11.857Z",
5095
+ "workflow_step": "published"
4740
5096
  },
4741
5097
  "elements": {
4742
5098
  "title": {
@@ -4758,10 +5114,23 @@
4758
5114
  "value": [
4759
5115
  {
4760
5116
  "name": "about.jpg",
5117
+ "description": "Dancing Goat Café - Los Angeles",
4761
5118
  "type": "image/jpeg",
4762
5119
  "size": 56264,
4763
- "description": "Dancing Goat Café - Los Angeles",
4764
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg"
5120
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/512047f1-2f7f-45fd-9e90-e71b8feae017/about.jpg",
5121
+ "width": 640,
5122
+ "height": 426
5123
+ }
5124
+ ]
5125
+ },
5126
+ "sitemap": {
5127
+ "type": "taxonomy",
5128
+ "name": "Sitemap",
5129
+ "taxonomy_group": "sitemap_538125f",
5130
+ "value": [
5131
+ {
5132
+ "name": "About us",
5133
+ "codename": "about_us"
4765
5134
  }
4766
5135
  ]
4767
5136
  }
@@ -4774,10 +5143,10 @@
4774
5143
  "codename": "our_story",
4775
5144
  "language": "en-US",
4776
5145
  "type": "fact_about_us",
4777
- "sitemap_locations": [
4778
- "about_us"
4779
- ],
4780
- "last_modified": "2017-04-04T11:49:14.973Z"
5146
+ "collection": "default",
5147
+ "sitemap_locations": [],
5148
+ "last_modified": "2019-03-27T13:22:47.992Z",
5149
+ "workflow_step": "published"
4781
5150
  },
4782
5151
  "elements": {
4783
5152
  "title": {
@@ -4805,10 +5174,23 @@
4805
5174
  "value": [
4806
5175
  {
4807
5176
  "name": "our-story.jpg",
5177
+ "description": "Coffee Bean Bag",
4808
5178
  "type": "image/jpeg",
4809
5179
  "size": 69622,
4810
- "description": "Coffee Bean Bag",
4811
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/08bf515c-3b0e-4760-907b-6db0a22d41f3/our-story.jpg"
5180
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/08bf515c-3b0e-4760-907b-6db0a22d41f3/our-story.jpg",
5181
+ "width": 2160,
5182
+ "height": 1000
5183
+ }
5184
+ ]
5185
+ },
5186
+ "sitemap": {
5187
+ "type": "taxonomy",
5188
+ "name": "Sitemap",
5189
+ "taxonomy_group": "sitemap_538125f",
5190
+ "value": [
5191
+ {
5192
+ "name": "About us",
5193
+ "codename": "about_us"
4812
5194
  }
4813
5195
  ]
4814
5196
  }
@@ -4821,10 +5203,10 @@
4821
5203
  "codename": "which_brewing_fits_you_",
4822
5204
  "language": "en-US",
4823
5205
  "type": "article",
4824
- "sitemap_locations": [
4825
- "articles"
4826
- ],
4827
- "last_modified": "2018-10-11T08:45:56.917Z"
5206
+ "collection": "default",
5207
+ "sitemap_locations": [],
5208
+ "last_modified": "2019-03-27T13:24:54.042Z",
5209
+ "workflow_step": "published"
4828
5210
  },
4829
5211
  "elements": {
4830
5212
  "title": {
@@ -4838,10 +5220,12 @@
4838
5220
  "value": [
4839
5221
  {
4840
5222
  "name": "which-brewing-fits-you-1080px.jpg",
5223
+ "description": "Coffee Brewing Techniques",
4841
5224
  "type": "image/jpeg",
4842
5225
  "size": 125770,
4843
- "description": "Coffee Brewing Techniques",
4844
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
5226
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
5227
+ "width": 1000,
5228
+ "height": 666
4845
5229
  }
4846
5230
  ]
4847
5231
  },
@@ -4907,6 +5291,17 @@
4907
5291
  "name": "URL pattern",
4908
5292
  "value": "which-brewing-fits-you"
4909
5293
  },
5294
+ "sitemap": {
5295
+ "type": "taxonomy",
5296
+ "name": "Sitemap",
5297
+ "taxonomy_group": "sitemap_538125f",
5298
+ "value": [
5299
+ {
5300
+ "name": "Articles",
5301
+ "codename": "articles"
5302
+ }
5303
+ ]
5304
+ },
4910
5305
  "metadata__meta_title": {
4911
5306
  "type": "text",
4912
5307
  "name": "Meta title",
@@ -4933,10 +5328,12 @@
4933
5328
  "value": [
4934
5329
  {
4935
5330
  "name": "which-brewing-fits-you-1080px.jpg",
5331
+ "description": "Coffee Brewing Techniques",
4936
5332
  "type": "image/jpeg",
4937
5333
  "size": 125770,
4938
- "description": "Coffee Brewing Techniques",
4939
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
5334
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
5335
+ "width": 1000,
5336
+ "height": 666
4940
5337
  }
4941
5338
  ]
4942
5339
  },
@@ -4948,7 +5345,7 @@
4948
5345
  "metadata__twitter_creator": {
4949
5346
  "type": "text",
4950
5347
  "name": "twitter:creator",
4951
- "value": "@kenticokontent"
5348
+ "value": "@kenticoCloud"
4952
5349
  },
4953
5350
  "metadata__twitter_title": {
4954
5351
  "type": "text",
@@ -4966,10 +5363,12 @@
4966
5363
  "value": [
4967
5364
  {
4968
5365
  "name": "which-brewing-fits-you-1080px.jpg",
5366
+ "description": "Coffee Brewing Techniques",
4969
5367
  "type": "image/jpeg",
4970
5368
  "size": 125770,
4971
- "description": "Coffee Brewing Techniques",
4972
- "url": "https://assets-us-01.kc-usercontent.com:443/faf446d2-0544-0039-bb43-5d6ef816661a/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg"
5369
+ "url": "https://assets-us-01.kc-usercontent.com:443/cbb8fcc6-9201-000d-a115-b1050abd8f34/fcbb12e6-66a3-4672-85d9-d502d16b8d9c/which-brewing-fits-you-1080px.jpg",
5370
+ "width": 1000,
5371
+ "height": 666
4973
5372
  }
4974
5373
  ]
4975
5374
  }
@@ -4979,7 +5378,7 @@
4979
5378
  "pagination": {
4980
5379
  "skip": 0,
4981
5380
  "limit": 0,
4982
- "count": 31,
5381
+ "count": 30,
4983
5382
  "next_page": ""
4984
5383
  }
4985
5384
  }