{"id":13201,"date":"2024-12-12T12:12:48","date_gmt":"2024-12-12T11:12:48","guid":{"rendered":"https:\/\/www.fornofollador.it\/news\/"},"modified":"2026-04-17T15:29:45","modified_gmt":"2026-04-17T13:29:45","slug":"news","status":"publish","type":"page","link":"https:\/\/www.fornofollador.it\/en\/news\/","title":{"rendered":"News"},"content":{"rendered":"\n<div class=\"et_pb_section_0 et_pb_section et_section_regular et_block_section\"><div class=\"et_pb_row_0 et_pb_row et_block_row\"><div class=\"et_pb_column_0 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_block_module\"><div class=\"et_pb_text_inner\"><h2>News &amp; Events<\/h2>\n<\/div><\/div><\/div><\/div><\/div><div class=\"et_pb_section_1 et_pb_section et_section_regular et_block_section df-area df-post\"><div class=\"et_pb_row_1 et_pb_row et_pb_gutters2 et_block_row\"><div class=\"et_pb_column_1 et_pb_column et_pb_column_4_4 et-last-child et_block_column et_pb_css_mix_blend_mode_passthrough\"><div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Egualgia altezze blog grid -->\n<script>\n\t(function ($) {\n\t\tvar pa_equalize_button_height = \"false\";\n\n\t\tif (pa_equalize_button_height == \"false\") {\n\t\t\tfunction pa_equalize_blog_post_height(blog) {\n\t\t\t\tvar articles = blog.find('article');\n\t\t\t\tvar heights = [];\n\n\t\t\t\tarticles.each(function () {\n\t\t\t\t\tvar height = 0;\n\t\t\t\t\theight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;\n\t\t\t\t\theight += $(this).find('.entry-title').outerHeight(true);\n\t\t\t\t\theight += ($(this).find('.post-meta').length != 0) ? $(this).find('.post-meta').outerHeight(true) : 0;\n\t\t\t\t\theight += ($(this).find('.post-content').length != 0) ? $(this).find('.post-content').outerHeight(true) : 0;\n\n\t\t\t\t\theights.push(height);\n\t\t\t\t});\n\n\t\t\t\tvar max_height = Math.max.apply(Math, heights);\n\n\t\t\t\tarticles.each(function () {\n\t\t\t\t\t$(this).height(max_height);\n\t\t\t\t});\n\t\t\t}\n\t\t} else {\n\t\t\tfunction pa_equalize_blog_post_height(blog) {\n\t\t\t\tvar articles = blog.find('article');\n\t\t\t\tvar heights = [];\n\t\t\t\tvar btnheights = [];\n\n\t\t\t\tarticles.each(function () {\n\t\t\t\t\tvar height = 0;\n\t\t\t\t\tvar btnheight = 0;\n\t\t\t\t\tvar basebtnmargin = 20;\n\n\t\t\t\t\theight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;\n\t\t\t\t\theight += $(this).find('.entry-title').outerHeight(true);\n\t\t\t\t\theight += $(this).find('.post-meta').outerHeight(true);\n\t\t\t\t\theight += $(this).find('.post-content').outerHeight(true);\n\n\t\t\t\t\tbtnheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;\n\t\t\t\t\tbtnheight += $(this).find('.entry-title').outerHeight(true);\n\t\t\t\t\tbtnheight += $(this).find('.post-meta').outerHeight(true);\n\t\t\t\t\tbtnheight += $(this).find(\".post-content p\").outerHeight(true);\n\t\t\t\t\tbtnheight += basebtnmargin;\n\n\t\t\t\t\theights.push(height);\n\t\t\t\t\tbtnheights.push(btnheight);\n\n\t\t\t\t});\n\n\t\t\t\tvar max_height = Math.max.apply(Math, heights);\n\t\t\t\tvar max_btn_height = Math.max.apply(Math, btnheights);\n\n\t\t\t\tarticles.each(function () {\n\t\t\t\t\t$(this).height(max_height);\n\n\t\t\t\t\tvar eachheight = 0;\n\t\t\t\t\tvar eachbasebtnmargin = 20;\n\t\t\t\t\teachheight += ($(this).find('.et_pb_image_container, .et_main_video_container').length != 0) ? $(this).find('.et_pb_image_container, .et_main_video_container').outerHeight(true) : 0;\n\t\t\t\t\teachheight += $(this).find('.entry-title').outerHeight(true);\n\t\t\t\t\teachheight += $(this).find('.post-meta').outerHeight(true);\n\t\t\t\t\teachheight += $(this).find(\".post-content p\").outerHeight(true);\n\t\t\t\t\teachheight += eachbasebtnmargin;\n\n\t\t\t\t\tvar requiredbtnmargin = (max_btn_height - eachheight) + eachbasebtnmargin;\n\t\t\t\t\t$(this).find(\".more-link\").css(\"margin-top\", requiredbtnmargin + \"px\");\n\t\t\t\t});\n\t\t\t}\n\t\t}\n\n\t\t$(document).ready(function () {\n\t\t\t$(window).resize(function () {\n\t\t\t\tif ($(this).width() &gt;= 768) {\n\n\t\t\t\t\t$(\".pa-blog-equal-height article\").each(function () {\n\t\t\t\t\t\t$(this).removeClass(\"pa-auto-height\");\n\t\t\t\t\t\t$(this).find(\".more-link\").removeClass(\"pa-auto-margin\");\n\t\t\t\t\t})\n\t\t\t\t\t$('.pa-blog-equal-height').each(function () {\n\t\t\t\t\t\tpa_equalize_blog_post_height($(this));\n\t\t\t\t\t});\n\n\t\t\t\t\t$('.pa-blog-equal-height').each(function () {\n\t\t\t\t\t\tvar pa_blog = $(this);\n\n\t\t\t\t\t\tpa_equalize_blog_post_height(pa_blog);\n\n\t\t\t\t\t\tvar observer = new MutationObserver(function (mutations) {\n\t\t\t\t\t\t\tpa_equalize_blog_post_height(pa_blog);\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\tvar config = {\n\t\t\t\t\t\t\tsubtree: true,\n\t\t\t\t\t\t\tchildList: true\n\t\t\t\t\t\t};\n\n\t\t\t\t\t\tobserver.observe(pa_blog[0], config);\n\t\t\t\t\t});\n\n\t\t\t\t\t$(document).ajaxComplete(function () {\n\t\t\t\t\t\t$('.pa-blog-equal-height').imagesLoaded().then(function () {\n\t\t\t\t\t\t\t$('.pa-blog-equal-height').each(function () {\n\t\t\t\t\t\t\t\tpa_equalize_blog_post_height($(this));\n\t\t\t\t\t\t\t});\n\t\t\t\t\t\t});\n\t\t\t\t\t});\n\n\t\t\t\t\t$.fn.imagesLoaded = function () {\n\t\t\t\t\t\tvar $imgs = this.find('img[src!=\"\"]');\n\t\t\t\t\t\tvar dfds = [];\n\n\t\t\t\t\t\tif (!$imgs.length) {\n\t\t\t\t\t\t\treturn $.Deferred().resolve().promise();\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t$imgs.each(function () {\n\t\t\t\t\t\t\tvar dfd = $.Deferred();\n\t\t\t\t\t\t\tdfds.push(dfd);\n\t\t\t\t\t\t\tvar img = new Image();\n\n\t\t\t\t\t\t\timg.onload = function () {\n\t\t\t\t\t\t\t\tdfd.resolve();\n\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\timg.onerror = function () {\n\t\t\t\t\t\t\t\tdfd.resolve();\n\t\t\t\t\t\t\t};\n\n\t\t\t\t\t\t\timg.src = this.src;\n\t\t\t\t\t\t});\n\n\t\t\t\t\t\treturn $.when.apply($, dfds);\n\t\t\t\t\t}\n\t\t\t\t} else {\n\t\t\t\t\t$(\".pa-blog-equal-height article\").each(function () {\n\t\t\t\t\t\t$(this).addClass(\"pa-auto-height\");\n\t\t\t\t\t\t$(this).find(\".more-link\").addClass(\"pa-auto-margin\");\n\t\t\t\t\t})\n\t\t\t\t}\n\t\t\t});\n\t\t});\n\t})(jQuery); \n<\/script>\n<!-- End Egualgia altezze blog grid --><\/div><\/div><div class=\"et_pb_blog_0 et_pb_blog et_pb_bg_layout_light et_pb_posts et_pb_module pa-blog-equal-height\"><div class=\"et_pb_ajax_pagination_container\"><div class=\"et_pb_blog_posts et_grid_module\"><article class=\"et_pb_post et_pb_post_id_13082 clearfix et_pb_blog_item_0_0 post-13082 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/03\/05\/easter-2026-forno-follador-celebrates-the-art-of-leavened-baking-with-a-collection-that-goes-beyond-the-colomba\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2026\/03\/1.webp\" width=\"600\" height=\"750\" alt=\"Easter 2026: Forno Follador celebrates the art of leavened baking with a collection that goes beyond the colomba\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/03\/05\/easter-2026-forno-follador-celebrates-the-art-of-leavened-baking-with-a-collection-that-goes-beyond-the-colomba\/\">Easter 2026: Forno Follador celebrates the art of leavened baking with a collection that goes beyond the colomba<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>For Easter 2026, Forno Follador celebrates the art of leavened baking with a collection that explores tradition, creativity, and indulgence. Colomba, Venexiana, and Ovo tell the same story of artisanal passion, where each product is made with refreshed sourdough&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/03\/05\/easter-2026-forno-follador-celebrates-the-art-of-leavened-baking-with-a-collection-that-goes-beyond-the-colomba\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_12915 clearfix et_pb_blog_item_0_1 post-12915 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/26\/forno-follador-at-sana-food-2026\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2026\/02\/sana-2026-1.webp\" width=\"600\" height=\"600\" alt=\"Forno Follador at SANA Food 2026\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/26\/forno-follador-at-sana-food-2026\/\">Forno Follador at SANA Food 2026<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>From February 22 to 24, Forno Follador participated for the first time in SANA Food in Bologna (Hall 18, Stand D16), the organic trade fair for companies and professionals focused on sustainability, transparency, and quality of raw materials. &#8220;SANA gave us the&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/26\/forno-follador-at-sana-food-2026\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_12929 clearfix et_pb_blog_item_0_2 post-12929 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/10\/forno-follador-at-taste-2026\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2026\/02\/Invito-Taste-post.webp\" width=\"600\" height=\"750\" alt=\"Forno Follador at Taste 2026\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/10\/forno-follador-at-taste-2026\/\">Forno Follador at Taste 2026<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>Once again this year, Forno Follador took part in Taste Firenze (Central Pavilion, Ground Floor, Stand S\/11), the exhibition dedicated to the food and wine excellence of Made in Italy. The theme of the 19th edition, &#8220;True Food,&#8221; focused on authentic food and respect&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2026\/02\/10\/forno-follador-at-taste-2026\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13057 clearfix et_pb_blog_item_0_3 post-13057 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/12\/01\/forno-folladors-christmas-2025-is-made-to-measure\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/12\/1.webp\" width=\"600\" height=\"600\" alt=\"Forno Follador&#8217;s Christmas 2025 is made to measure\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/12\/01\/forno-folladors-christmas-2025-is-made-to-measure\/\">Forno Follador&#8217;s Christmas 2025 is made to measure<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>In line with new consumption styles, Forno Follador expands its collection by introducing innovative and versatile formats, designed to adapt to different moments of the day. &#8220;Christmas is made of different gestures: there are those who choose a small gift, those who&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/12\/01\/forno-folladors-christmas-2025-is-made-to-measure\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13037 clearfix et_pb_blog_item_0_4 post-13037 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-cook-fest-2025\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/10\/cook-2025-cover.webp\" width=\"600\" height=\"600\" alt=\"Forno Follador at Cook Fest 2025\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-cook-fest-2025\/\">Forno Follador at Cook Fest 2025<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>From October 24 to 26 Forno Follador participated in Cook Fest 2025, the food festival organized by Corriere della Sera. This year the central theme was comfort food, explored through food talks, guided tastings and cooking classes. &#8220;Cook Fest is an event that allowed&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-cook-fest-2025\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13315 clearfix et_pb_blog_item_0_5 post-13315 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-hostmilano-2025\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/10\/host-2025-cover.webp\" width=\"600\" height=\"750\" alt=\"Forno Follador at HostMilano 2025\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-hostmilano-2025\/\">Forno Follador at HostMilano 2025<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>From October 17 to 21 Forno Follador participated in HostMilano 2025, the international trade fair dedicated to the world of catering and hospitality. As a guest at the Tecnoarredamenti booth, Forno Follador presented a selection of artisanal baked goods to industry&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/10\/29\/forno-follador-at-hostmilano-2025\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13335 clearfix et_pb_blog_item_0_6 post-13335 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/09\/24\/forno-follador-at-pordenonelegge-2025\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/09\/1.webp\" width=\"600\" height=\"600\" alt=\"Forno Follador at pordenonelegge 2025\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/09\/24\/forno-follador-at-pordenonelegge-2025\/\">Forno Follador at pordenonelegge 2025<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>From September 17 to 21, 2025, pordenonelegge returns, the most important book and literature festival in Friuli-Venezia Giulia. For this edition as well, Forno Follador confirms its participation, renewing its commitment to supporting culture and its local area. The&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/09\/24\/forno-follador-at-pordenonelegge-2025\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13363 clearfix et_pb_blog_item_0_7 post-13363 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/06\/25\/forno-follador-reconfirmed-among-italian-excellence-gambero-rossos-tre-pani-2026-award-arrives\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/06\/Tre-Pani-Gambero-Rosso-2026-1.webp\" width=\"600\" height=\"750\" alt=\"Forno Follador Reconfirmed Among Italian Excellence: Gambero Rosso&#8217;s Tre Pani 2026 Award Arrives\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/06\/25\/forno-follador-reconfirmed-among-italian-excellence-gambero-rossos-tre-pani-2026-award-arrives\/\">Forno Follador Reconfirmed Among Italian Excellence: Gambero Rosso&#8217;s Tre Pani 2026 Award Arrives<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>Once again this year, Forno Follador earns the highest recognition in the Gambero Rosso Bread and Bakers of Italy 2026 Guide, receiving the Tre Pani Award for the third consecutive year, granted only to the finest examples of Italian bread-making. Among the reasons&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/06\/25\/forno-follador-reconfirmed-among-italian-excellence-gambero-rossos-tre-pani-2026-award-arrives\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><article class=\"et_pb_post et_pb_post_id_13527 clearfix et_pb_blog_item_0_8 post-13527 post type-post status-publish format-standard has-post-thumbnail hentry category-senza-categoria\"><div class=\"et_pb_image_container\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/04\/01\/forno-folladors-easter-leavened-cakes-arrive-at-rinascente-in-milan-and-turin\/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.fornofollador.it\/wp-content\/uploads\/2025\/04\/1.webp\" width=\"600\" height=\"600\" alt=\"Forno Follador&#8217;s Easter Leavened Cakes Arrive at Rinascente in Milan and Turin\" class=\"\" \/><span data-icon=\"\ue050\" class=\"et_overlay et_pb_inline_icon\"><\/span><\/a><\/div><h2 class=\"entry-title\"><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/04\/01\/forno-folladors-easter-leavened-cakes-arrive-at-rinascente-in-milan-and-turin\/\">Forno Follador&#8217;s Easter Leavened Cakes Arrive at Rinascente in Milan and Turin<\/a><\/h2><p class=\"post-meta\"><\/p><div class=\"post-content\"><div class=\"post-content-inner\"><p>Starting March 24, Easter leavened cakes by Forno Follador will be available at Rinascente in Milan (7th floor) and Turin, for all those who wish to bring an artisanal dessert crafted with attention to every detail to their table. Following the success of the&#8230;<\/p>\n<\/div><a href=\"https:\/\/www.fornofollador.it\/en\/2025\/04\/01\/forno-folladors-easter-leavened-cakes-arrive-at-rinascente-in-milan-and-turin\/\" class=\"more-link\">read more&#8230;<\/a><\/div><\/article><\/div><div class='wp-pagenavi' role='navigation'>\n<span class='pages'>Pagina 1 di 2<\/span><span aria-current='page' class='current'>1<\/span><a class=\"page larger\" title=\"Page 2\" href=\"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages\/13201\/page\/2\/?et_blog\">2<\/a><a class=\"nextpostslink\" rel=\"next\" aria-label=\"Next Page\" href=\"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages\/13201\/page\/2\/?et_blog\">Next<\/a>\n<\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-13201","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>News - Forno Follador<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.fornofollador.it\/en\/news\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"News - Forno Follador\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fornofollador.it\/en\/news\/\" \/>\n<meta property=\"og:site_name\" content=\"Forno Follador\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-17T13:29:45+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/news\\\/\",\"url\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/news\\\/\",\"name\":\"News - Forno Follador\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/#website\"},\"datePublished\":\"2024-12-12T11:12:48+00:00\",\"dateModified\":\"2026-04-17T13:29:45+00:00\",\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/news\\\/\"]}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/\",\"name\":\"Forno Follador\",\"description\":\"Forno dal 1968\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fornofollador.it\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"News - Forno Follador","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.fornofollador.it\/en\/news\/","og_locale":"en_US","og_type":"article","og_title":"News - Forno Follador","og_url":"https:\/\/www.fornofollador.it\/en\/news\/","og_site_name":"Forno Follador","article_modified_time":"2026-04-17T13:29:45+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.fornofollador.it\/en\/news\/","url":"https:\/\/www.fornofollador.it\/en\/news\/","name":"News - Forno Follador","isPartOf":{"@id":"https:\/\/www.fornofollador.it\/en\/#website"},"datePublished":"2024-12-12T11:12:48+00:00","dateModified":"2026-04-17T13:29:45+00:00","inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fornofollador.it\/en\/news\/"]}]},{"@type":"WebSite","@id":"https:\/\/www.fornofollador.it\/en\/#website","url":"https:\/\/www.fornofollador.it\/en\/","name":"Forno Follador","description":"Forno dal 1968","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fornofollador.it\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages\/13201","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/comments?post=13201"}],"version-history":[{"count":1,"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages\/13201\/revisions"}],"predecessor-version":[{"id":13202,"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/pages\/13201\/revisions\/13202"}],"wp:attachment":[{"href":"https:\/\/www.fornofollador.it\/en\/wp-json\/wp\/v2\/media?parent=13201"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}