{"id":15492,"date":"2023-08-11T10:45:54","date_gmt":"2023-08-11T08:45:54","guid":{"rendered":"https:\/\/www.duomomilano.it\/?page_id=15492"},"modified":"2026-04-15T10:30:49","modified_gmt":"2026-04-15T08:30:49","slug":"homepage","status":"publish","type":"page","link":"https:\/\/www.duomomilano.it\/en\/","title":{"rendered":"Homepage"},"content":{"rendered":"<section id=\"slider-block_a6d7480d9d89581ba4d7ea725fe55233\" class=\"container-fluid block-main-slider owl-carousel owl-theme\"><div class=\"item\" style=\"background: url('https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/duomo-fotocherchi32-scaled.jpg') no-repeat center center \/ cover;\"><a href=\"https:\/\/www.duomomilano.it\/en\/special-openings-spring-summer-2026\/\"  target=\"_self\" class=\"slide-link\"><\/a><div class=\"bg-slider\"><h2 class=\"container\">All the special opening hours for the holidays and summer<\/h2><\/div><\/div><div class=\"item\" style=\"background: url('https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-scaled.jpg') no-repeat center center \/ cover;\"><a href=\"https:\/\/www.duomomilano.it\/en\/duomo-d-autore-photo-exhibition-duomo-museum\/\"  target=\"_self\" class=\"slide-link\"><\/a><div class=\"bg-slider\"><h2 class=\"container\">Duomo d\u2019Autore. Contemporary photographs of Milan Cathedral<\/h2><\/div><\/div><div class=\"item\" style=\"background: url('https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/10\/Scopri-il-calendario-del-visite-nel-Duomo-di-Milano-scaled-e1764320419620.jpg') no-repeat center center \/ cover;\"><a href=\"https:\/\/www.duomomilano.it\/en\/experiences-milan-cathedral\/\"  target=\"_self\" class=\"slide-link\"><\/a><div class=\"bg-slider\"><h2 class=\"container\">Discover the secrets of Milan\u2019s Duomo and join scheduled tours<\/h2><\/div><\/div><\/section>\n<script type=\"text\/javascript\">\n    (function($) {\n        console.log('Slider slider-block_a6d7480d9d89581ba4d7ea725fe55233 Block Ok');\n        $(document).ready(function() {\n            $('#slider-block_a6d7480d9d89581ba4d7ea725fe55233').owlCarousel({\n                loop: true,\n                items: 1,\n                animateOut: 'fadeOut',\n                animateIn: 'faceIn',\n                \/\/autoplay: true,\n                \/\/autoplayTimeout: 5000,\n                \/\/autoplayHoverPause: true,\n                mouseDrag: true,\n                lazyLoad: true,\n                nav: true,\n                \/\/navContainerClass: 'owl-nav',\n                \/\/navClass: ['owl-prev' , 'owl-next'],\n                \/\/navText: [\"<span class=\\\"fa-stack fa-lg\\\" aria-hidden=\\\"true\\\"><span class=\\\"show-for-sr\\\">Previous<\/span><i class=\\\"fa fa-circle fa-stack-2x\\\"><\/i><i class=\\\"fa fa-chevron-left fa-stack-1x fa-inverse\\\" aria-hidden=\\\"true\\\"><\/i><\/span>\",\"<span class=\\\"fa-stack fa-lg\\\" aria-hidden=\\\"true\\\"><span class=\\\"show-for-sr\\\">Next<\/span><i class=\\\"fa fa-circle fa-stack-2x\\\"><\/i><i class=\\\"fa fa-chevron-right fa-stack-1x fa-inverse\\\" aria-hidden=\\\"true\\\"><\/i><\/span>\"],\n                dots: true,\n                dotsClass: 'owl-dots',\n                responsive: {\n                    0: {\n                        items: 1,\n                        dots: false,\n                    },\n                    992: {\n                        items: 1,\n                        dots: false,\n                    },\n                    993: {\n                        items: 1,\n                        dots: false,\n                    },\n                    1024: {\n                        items: 1,\n                        dots: true,\n                    },\n                },\n            });\n            \/\/ $('#slider-block_a6d7480d9d89581ba4d7ea725fe55233').on('translate.owl.carousel', function(e) {\n            \/\/     $('.owl-item .item .video-slide-item video').each(function() {\n            \/\/         $(this).get(0).pause();\n            \/\/     });\n            \/\/ });\n\n            \/\/ $('#slider-block_a6d7480d9d89581ba4d7ea725fe55233').on('translated.owl.carousel', function(e) {\n            \/\/     if ($('.owl-item.active').find('video').length !== 0) {\n            \/\/         $('.owl-item.active .item .video-slide-item video').get(0).play();\n            \/\/     }\n            \/\/ });\n            var numbernavtwomain = jQuery('#slider-block_a6d7480d9d89581ba4d7ea725fe55233 .owl-dots button.owl-dot').length;\n            if (numbernavtwomain > 1) {\n                jQuery('#slider-block_a6d7480d9d89581ba4d7ea725fe55233 .owl-nav.disabled').addClass('on-nav-home');\n            };\n            var numberdotsbannerslider = jQuery('#slider-block_a6d7480d9d89581ba4d7ea725fe55233 .owl-dots button.owl-dot').length;\n            if (numberdotsbannerslider <= 1) {\n                jQuery('#slider-block_a6d7480d9d89581ba4d7ea725fe55233 .owl-dots').addClass('off-slider-home');\n            };\n        });\n\n        $(document).ready(function() {\n            \/\/ $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            \/\/ $('.owl-carousel').on('changed.owl.carousel', function(event) {\n            \/\/     $(this).find('.owl-dots').removeClass('disabled');\n            \/\/ });\n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n\n        $('.playpausebutton').click(function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            var idVideo = $(this).data('idvideo');\n            playPause(idVideo);\n        });\n\n        function playPause(idVideo) {\n            var PlayerVideo = $(\".owl-item.active #PlayerVideo-\" + idVideo)[0];\n            var playpausebutton = $('.owl-item.active #playpausebutton-' + idVideo)[0];\n\n            if (PlayerVideo.paused) {\n                PlayerVideo.play();\n                playpausebutton.innerHTML = 'Pause <img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/themes\/vfd\/images\/icone\/ico_pausa.svg\">';\n            } else {\n                PlayerVideo.pause();\n                playpausebutton.innerHTML = 'Play <img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/themes\/vfd\/images\/icone\/ico_play.svg\">';\n            }\n        }\n    })(jQuery);\n<\/script>\n\n<section class=\"container-fluid background-grey-article\" name=\"\" aria-label=\"Latest news\"><div class=\"container header-block-title\"><h2>Latest news<\/h2><span><a href=\"https:\/\/www.duomomilano.it\/en\/news\/\" aria-label=\"View all News\">View all News<\/a><\/span><\/div><\/section><section class=\"container-fluid background-grey-article\" name=\"\"><div id=\"slider-block_ac6029636188934e780fa92fe956ba3b\" class=\"container block-slide-article owl-carousel owl-theme\"><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/le-voci-di-dante-toni-servillo-milan-duomo\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1320\" height=\"582\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/04\/Voci-di-Dante-Duomo-di-Milano-Teatro-Piccolo.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"11 Maggio 2026, ore 21.00 - Le Voci di Dante in Duomo\" srcset=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/04\/Voci-di-Dante-Duomo-di-Milano-Teatro-Piccolo.jpg 1320w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/04\/Voci-di-Dante-Duomo-di-Milano-Teatro-Piccolo-300x132.jpg 300w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/04\/Voci-di-Dante-Duomo-di-Milano-Teatro-Piccolo-1024x451.jpg 1024w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/04\/Voci-di-Dante-Duomo-di-Milano-Teatro-Piccolo-768x339.jpg 768w\" sizes=\"auto, (max-width: 1320px) 100vw, 1320px\" \/><div class=\"event-cat date-article\">Duomo di Milano | April 15, 2026<\/div><div class=\"title-article\">\u201cLe voci di Dante\u201d: Toni Servillo at Milan Cathedral on May 11<\/div><\/a><\/div><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/duomo-d-autore-photo-exhibition-duomo-museum\/\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1596\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-scaled.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"Duomo d&#039;Autore, allestimento sala Gian Galeazzo all&#039;interno del Duomo di Milano\" srcset=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-scaled.jpg 2560w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-300x187.jpg 300w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-1024x638.jpg 1024w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-768x479.jpg 768w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-1536x957.jpg 1536w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Duomo-dAutore-scatti-contemporanei-per-la-Cattedrale-di-Milano-25-Febbraio-24-Maggio-2026-2048x1277.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><div class=\"event-cat date-article\">Duomo di Milano | February 20, 2026<\/div><div class=\"title-article\">Duomo d\u2019Autore. Contemporary photographs of Milan Cathedral<\/div><\/a><\/div><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/fnm-bearded-saint-with-book-adopt-a-statue-project\/\"><img loading=\"lazy\" decoding=\"async\" width=\"1901\" height=\"1185\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"Santo barbuto con libro, volto della scultura a seguito delle operazioni di pulitura, all&#039;interno del progetto &quot;Adotta una Guglia&quot; sostenuto da FNM\" srcset=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue.jpg 1901w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue-300x187.jpg 300w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue-1024x638.jpg 1024w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue-768x479.jpg 768w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/02\/Santo-barbuto-con-il-libro-dopo-il-restauro-Duomo-di-Milano-FNM-\u00a9-Marco-Ligabue-1536x957.jpg 1536w\" sizes=\"auto, (max-width: 1901px) 100vw, 1901px\" \/><div class=\"event-cat date-article\">Donate | February 17, 2026<\/div><div class=\"title-article\">FNM renews its participation in the \u201cAdopt a Statue\u201d project<\/div><\/a><\/div><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/concerts-2026-schola-cantorum-venerandae-fabricae\/\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1399\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/01\/Al-via-la-stagione-concertistica-2026-della-Schola-Cantorum-Venerandae-Fabricae-1-scaled-e1769177803208.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"La Schola Cantorum Venerandae Fabricae si esibir\u00e0 all&#039;interno del Duomo di Milano\" \/><div class=\"event-cat date-article\">Duomo di Milano | February 17, 2026<\/div><div class=\"title-article\">The 2026 concert season of the Schola Cantorum Venerandae Fabricae<\/div><\/a><\/div><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/join-us-in-the-safeguarding-of-milan-duomo\/\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1519\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-scaled.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"Restauro del Tiburio del Duomo di Milano\" srcset=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-scaled.jpg 2560w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-300x178.jpg 300w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-1024x607.jpg 1024w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-768x456.jpg 768w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-1536x911.jpg 1536w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/08\/Unisciti-a-noi-nella-cura-del-Duomo-di-Milano-2048x1215.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><div class=\"event-cat date-article\">Donate | December 22, 2025<\/div><div class=\"title-article\">Join us in the safeguarding of Milan Duomo<\/div><\/a><\/div><div class=\"item\"><a href=\"https:\/\/www.duomomilano.it\/en\/restoration-chapter-sacristy\/\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani.jpg\" class=\"attachment-396-400 size-396-400 wp-post-image\" alt=\"Dettaglio del portale della Sacrestia Capitolare, Madonna della Misericordia\" srcset=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani.jpg 2560w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani-300x200.jpg 300w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani-1024x683.jpg 1024w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani-768x512.jpg 768w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani-1536x1024.jpg 1536w, https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/11\/Uno-sguardo-tra-i-cantieri-del-Duomo-Madonna-della-Misericordia-Mauro-Ranzani-2048x1366.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><div class=\"event-cat date-article\">Duomo di Milano | November 12, 2025<\/div><div class=\"title-article\">On the Threshold of History: the Restoration of the Chapter Sacristy<\/div><\/a><\/div><\/div><\/section>\n<script type=\"text\/javascript\">\n    (function($) {\n        console.log('Slider slider-block_ac6029636188934e780fa92fe956ba3b Block Ok');\n        $(document).ready(function() {\n            $('#slider-block_ac6029636188934e780fa92fe956ba3b').owlCarousel({\n                loop: true,\n                items: 3,\n                dotsEach: false,\n                \/\/ autoplay: true,\n                \/\/ autoplayTimeout: 5000,\n                \/\/ autoplayHoverPause: true,\n                mouseDrag: true,\n                lazyLoad: true,\n                nav: true,\n                dots: true,\n                dotsClass: 'owl-dots',\n                stagePadding: 5,\n                margin: 25,\n                responsive: {\n                    0: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                    },\n                    992: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                    },\n                    993: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                    },\n                    1024: {\n                        items: 3,\n                        stagePadding: 20,\n                    },\n                    1280: {\n                        items: 3,\n                        stagePadding: 20,\n                    },\n                    1281: {\n                        items: 3,\n                        stagePadding: 5,\n                    },\n                },\n            });\n            var numberdots = jQuery('#slider-block_ac6029636188934e780fa92fe956ba3b .owl-dots button.owl-dot').length;\n            if (numberdots <= 1) {\n                jQuery('#slider-block_ac6029636188934e780fa92fe956ba3b .owl-dots').addClass('off-slider');\n            };\n        });\n\n        $(document).ready(function() {\n            \/\/ $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            \/\/ $('.owl-carousel').on('changed.owl.carousel', function(event) {\n            \/\/     $(this).find('.owl-dots').removeClass('disabled');\n            \/\/ });\n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n    })(jQuery);\n<\/script>\n\n<section class=\"container-fluid background-white-events\" name=\"\" id=\"\" aria-label=\"Plan your visit\"><div class=\"container header-block-title\"><h2>Plan your visit<\/h2><h6><a href=\"https:\/\/www.duomomilano.it\/en\/calendar-guided-tours-celebrations\/\" aria-label=\"Discover all events\">Discover all events<\/a><\/h6><span><a href=\"https:\/\/www.duomomilano.it\/en\/calendar-guided-tours-celebrations\/\"  aria-label=\"Discover all events\">Discover all events<\/a><\/span><\/div><\/section><section class=\"container\" name=\"\" id=\"\" aria-label=\"Plan your visit\"><div class=\"row\"><div class=\"col-12\">\n        <div class=\"content-alert\" role=\"alert\">\n        <a href=\"https:\/\/www.duomomilano.it\/en\/\/calendario\/?filterCal=avvisi\" aria-label=\"Plan your visit\">\n        <div class=\"left\"><img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/themes\/vfd\/images\/icone\/icona_allert.png\" \/><\/div>\n            <div class=\"center\">\n            <h3>Notice of changes<\/h3><h5>There are warnings or changes to today's events. See the calendar for more information<\/h5>\n            <\/div>\n            <div class=\"right\"><img decoding=\"async\" aria-label=\"Plan your visit\" src=\"https:\/\/www.duomomilano.it\/wp-content\/themes\/vfd\/images\/icone\/arrow-right.png\"\/><\/div>\n            <\/a>\n        <\/div>\n        <\/div><\/div><\/section><section class=\"container-fluid\"><div id=\"slider-block_89836e577e5736a75f2c0929738facef\" class=\"container block-slide-events owl-carousel owl-theme\"><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/03\/Tickets.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7><\/h7><div class=\"contend-event-date\"><\/div><h3><a href=\"https:\/\/ticket.duomomilano.it\/en\/categoria\/biglietti\/\" target=\"_blank\">Tickets<\/a><\/h3><h5>Discover all ticket types here<\/h5><div class=\"btn-link\"><a href=\"https:\/\/ticket.duomomilano.it\/en\/categoria\/biglietti\/\" target=\"_blank\" aria-label=\"Purchase\">Purchase<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/03\/Visite-Guidate.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7><\/h7><div class=\"contend-event-date\"><\/div><h3><a href=\"https:\/\/ticket.duomomilano.it\/en\/visite-guidate\/\" target=\"_blank\">Guided Tours<\/a><\/h3><h5>Calendar of guided tours for individual visitors, couples and families with children<\/h5><div class=\"btn-link\"><a href=\"https:\/\/ticket.duomomilano.it\/en\/visite-guidate\/\" target=\"_blank\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/03\/Eventi-e-Concerti.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7><\/h7><div class=\"contend-event-date\"><\/div><h3><a href=\"https:\/\/ticket.duomomilano.it\/en\/concerti-ed-eventi\/\" target=\"_blank\">Concerts and Events<\/a><\/h3><h5>Lectures, concerts, events and multimedia experiences<\/h5><div class=\"btn-link\"><a href=\"https:\/\/ticket.duomomilano.it\/en\/concerti-ed-eventi\/\" target=\"_blank\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2026\/03\/Visite-guidate-private.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7><\/h7><div class=\"contend-event-date\"><\/div><h3><a href=\"https:\/\/www.duomomilano.it\/en\/guided-tour-and-incentive\/guided-tour-private-tour\/\" target=\"_blank\">Private Guided Tours<\/a><\/h3><h5>Private guided tours for individuals and groups<\/h5><div class=\"btn-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/guided-tour-and-incentive\/guided-tour-private-tour\/\" target=\"_blank\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><\/div><\/div><\/section><script type=\"text\/javascript\">\n    (function($){\n        console.log('Slider slider-block_89836e577e5736a75f2c0929738facef Block Ok');\n        $(document).ready(function () {\n            $('#slider-block_89836e577e5736a75f2c0929738facef').owlCarousel({\n                loop: false,\n                items: 3,\n                \/\/ dotsEach: false,\n                \/\/ autoplay: false,\n                \/\/ autoplayTimeout: 5000,\n                \/\/ autoplayHoverPause: true,\n                mouseDrag: false,\n                lazyLoad: true,\n                nav: true,\n                dots: true,\n                dotsClass: 'owl-dots',\n                stagePadding: 0,\n                margin: 25,\n                responsive: {\n                    0: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    992: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    993: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    1024: {\n                        items: 3,\n                        stagePadding: 20,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                    1280: {\n                        items: 3,\n                        stagePadding: 20,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                    1281: {\n                        items: 3,\n                        stagePadding: 0,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                },\n            });\n            var numbernavevents = jQuery('#slider-block_89836e577e5736a75f2c0929738facef .owl-dots button.owl-dot').length;\n            if (numbernavevents > 1) {\n                jQuery('#slider-block_89836e577e5736a75f2c0929738facef .owl-nav.disabled').addClass('on-nav-events');\n            };\n            var numberdotsevents = jQuery('#slider-block_89836e577e5736a75f2c0929738facef .owl-dots button.owl-dot').length;\n            if (numberdotsevents <= 1) {\n                jQuery('#slider-block_89836e577e5736a75f2c0929738facef .owl-dots').addClass('off-slider-events');\n            };\n        });\n\n        $(document).ready(function () {\n            \/\/ $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            \/\/ $('.owl-carousel').on('changed.owl.carousel', function(event) {\n            \/\/     $(this).find('.owl-dots').removeClass('disabled');\n            \/\/ });\n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n    })(jQuery);\n<\/script>\n\n<section class=\"container-fluid background-white-celebration\" name=\"\" aria-label=\"Upcoming Liturgical Celebrations\"><div class=\"container header-block-title\"><h2>Upcoming Liturgical Celebrations<\/h2><span><a href=\"https:\/\/www.duomomilano.it\/en\/calendar-guided-tours-celebrations\/\" target=\"\"  aria-label=\"View all celebrations\">View all celebrations<\/a><\/span><\/div><\/section><div id=\"\"><\/div><section class=\"container-fluid\" name=\"\"><div id=\"slider-block_dd4f12feb70732f915a8616787ad1086\" class=\"container block-liturgical-celebration owl-carousel owl-theme\"><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/orario-confessioni-683x1024.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7>Celebration<\/h7><div class=\"contend-event-date\"><div class=\"day\">Sunday<\/div><div class=\"day-number\">19<\/div><div class=\"month\">Apr<\/div><div class=\"event-hour-start\">08:00 - 18:00<\/div><\/div><h3><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/timetable-of-confessions\/\">Timetable of Confessions<\/a><\/h3><div class=\"btn-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/timetable-of-confessions\/\" aria-label=\"View\">View<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/10\/Eucaristia-vigiliare-altare-maggiore-1024x784.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7>Celebration<\/h7><div class=\"contend-event-date\"><div class=\"day\">Saturday<\/div><div class=\"day-number\">25<\/div><div class=\"month\">Apr<\/div><div class=\"event-hour-start\">07:00 - 18:30<\/div><\/div><h3><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/25-april-2026-civil-holiday\/\">Civil Holiday<\/a><\/h3><div class=\"btn-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/25-april-2026-civil-holiday\/\" aria-label=\"View\">View<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/04\/MicrosoftTeams-image-16-1024x683.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7>Celebration<\/h7><div class=\"contend-event-date\"><div class=\"day\">Friday<\/div><div class=\"day-number\">01<\/div><div class=\"month\">May<\/div><div class=\"event-hour-start\">07:00 - 18:30<\/div><\/div><h3><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/1-may-2026-civil-holiday\/\">Civil Holiday<\/a><\/h3><div class=\"btn-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/1-may-2026-civil-holiday\/\" aria-label=\"View\">View<\/a><\/div><\/div><\/div><\/div><div class=\"item\"><div class=\"card-event\"  style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/10\/Celebrazione-votiva-della-Madonna-del-Rosario-665x1024.jpg) no-repeat center center \/ cover; \"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h7>Celebration<\/h7><div class=\"contend-event-date\"><div class=\"day\">Sunday<\/div><div class=\"day-number\">03<\/div><div class=\"month\">May<\/div><div class=\"event-hour-start\">16:30 - 17:30<\/div><\/div><h3><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/vespers-and-marian-procession-3rd-may-2026\/\">Vespers and Marian Procession<\/a><\/h3><div class=\"btn-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/liturgical\/vespers-and-marian-procession-3rd-may-2026\/\" aria-label=\"View\">View<\/a><\/div><\/div><\/div><\/div><\/div><\/section><script type=\"text\/javascript\">\n    (function($) {\n        console.log('Slider slider-block_dd4f12feb70732f915a8616787ad1086 Block Ok');\n        $(document).ready(function() {\n            $('#slider-block_dd4f12feb70732f915a8616787ad1086').owlCarousel({\n                loop: false,\n                items: 3,\n                dotsEach: false,\n                autoplay: false,\n                \/\/ autoplayTimeout: 5000,\n                \/\/ autoplayHoverPause: true,\n                mouseDrag: false,\n                lazyLoad: true,\n                nav: true,\n                dots: true,\n                dotsClass: 'owl-dots',\n                stagePadding: 0,\n                margin: 25,\n                responsive: {\n                    0: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    992: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    993: {\n                        items: 1,\n                        stagePadding: 20,\n                        dots: false,\n                        loop: true,\n                        autoplay: true,\n                        mouseDrag: true,\n                    },\n                    1024: {\n                        items: 3,\n                        stagePadding: 20,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                    1280: {\n                        items: 3,\n                        stagePadding: 20,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                    1281: {\n                        items: 3,\n                        stagePadding: 0,\n                        loop: false,\n                        autoplay: false,\n                        mouseDrag: false,\n                    },\n                },\n            });\n            var numbernavliturgical = jQuery('#slider-block_dd4f12feb70732f915a8616787ad1086 .owl-dots button.owl-dot').length;\n            if (numbernavliturgical > 1) {\n                jQuery('#slider-block_dd4f12feb70732f915a8616787ad1086 .owl-nav.disabled').addClass('on-nav-liturgical');\n            };\n            var numberdotsliturgical = jQuery('#slider-block_dd4f12feb70732f915a8616787ad1086 .owl-dots button.owl-dot').length;\n            if (numberdotsliturgical <= 1) {\n                jQuery('#slider-block_dd4f12feb70732f915a8616787ad1086 .owl-dots').addClass('off-slider-liturgical');\n            };\n        });\n\n        $(document).ready(function() {\n            \/\/ $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            \/\/ $('.owl-carousel').on('changed.owl.carousel', function(event) {\n            \/\/     $(this).find('.owl-dots').removeClass('disabled');\n            \/\/ });\n\n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n    })(jQuery);\n<\/script>\n\n<div id=\"<?php echo $anchor_name ?>\"><\/div><section id=\"duomo-tv-block_6dcb5ca3541d575446b1c58ad4272abe\" class=\"container-fluid\" name=\"\" aria-label=\"Duomo Milano TV\" style=\"background-color: #191919\"><div class=\"container header-block-title-tv color-dark-tv\"><h2>Duomo Milano TV<\/h2><span><a href=\"https:\/\/www.youtube.com\/watch?v=Iuc9BjSriaM\" target=\"_blank\" aria-label=\"Watch the live stream\">Watch the live stream<\/a><\/span><\/div><div class=\"container dark-tv\"><div class=\"row\"><div class=\"col-12 block-duomo-tv \"><div class=\"video-youtube\"><iframe loading=\"lazy\" title=\"Duomo Milano TV\" width=\"520\" height=\"390\" src=\"https:\/\/www.youtube.com\/embed\/Iuc9BjSriaM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div><\/div><\/div><\/div><\/section>\n\n<section class=\"container-fluid background-grey-banner\" aria-label=\"Discover what's on at the Duomo\"><div class=\"container header-block-title\"><h2>Discover what's on at the Duomo<\/h2><span><a href=\"\"  aria-label=\"\"><\/a><\/span><\/div><\/section><section id=\"slider-block_bd5f237f3fb081b388394764b72fc7bf\" class=\"container-fluid block-banners-slide owl-carousel owl-theme background-grey-banner\" name=\"\" aria-label=\"Discover what's on at the Duomo\"><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/progetto-adotta-statua-duomo-milano-1-e1705913091536-1024x467.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2><\/h2><h1>Join us to protect the Cathedral<\/h1><h5>Duomo is a unique heritage to be passed on to the future. \r\nYour support helps the restoration works and preserves the incredible history of this Monument.  <\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/support\/\" target=\"_self\" aria-label=\"How to donate\">How to donate<\/a><\/div><\/div><\/div><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/Servizi-Educativi-1024x451.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2>Education<\/h2><h1>Educational Activities<\/h1><h5>Guided tours, itineraries and workshops for schools, universities, families, religious groups and publics with special needs. <\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/art-and-culture\/education-department\/\" target=\"_self\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/11\/opere-museo-duomo-milano-1024x467.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2>Duomo Museum<\/h2><h1>The Duomo Museum<\/h1><h5>Admire the sculptures up close! Discover the history and heritage of Milan Cathedral, plan your visit.\r\n<\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/art-and-culture\/duomo-museum\/\" target=\"_self\" aria-label=\"Discover Duomo Museum\">Discover Duomo Museum<\/a><\/div><\/div><\/div><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/05\/Become-official-guide-of-the-Duomo-Cathedral-1024x732.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2>Duomo di Milano<\/h2><h1>Become official guide<\/h1><h5>Find out all the details and complete the Form to propose your application as an official guide of the Veneranda Fabbrica del Duomo di Milano\r\n\r\n <\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/forms.office.com\/e\/fLuUBq3PCi?origin=lprLink\" target=\"_blank\" aria-label=\"APPLICATION FORM\">APPLICATION FORM<\/a><\/div><\/div><\/div><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/10\/Cappella-Musicale-del-Duomo-di-Milano-Veneranda-Fabbrica-del-Duomo-2025-1024x719.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2><\/h2><h1>The Music Chapel of the Cathedral<\/h1><h5>It is the oldest cultural institution in Milan, having been established in 1402. Its heritage consists in the music composed over the centuries by its masters.<\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/music-chapel-milan-duomo\/\" target=\"_blank\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><div class=\"item\" style=\" background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/affitto-spazi-duomo-milano-per-eventi-privati-aziendali-1024x299.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-card\"><h2><\/h2><h1>Private and Corporate Events<\/h1><h5>Plan your private event at the Historical Complex of Milan Duomo: exclusive guided tours and unique locations for events. Discover our offer!<\/h5><div class=\"btn-banner-link\"><a href=\"https:\/\/www.duomomilano.it\/en\/guided-tour-and-incentive\/events-location\/\" target=\"_self\" aria-label=\"More Info\">More Info<\/a><\/div><\/div><\/div><\/section>\n<script type=\"text\/javascript\">\n    (function($) {\n        console.log('Slider slider-block_bd5f237f3fb081b388394764b72fc7bf Block Ok');\n        $(document).ready(function() {\n            $('#slider-block_bd5f237f3fb081b388394764b72fc7bf').owlCarousel({\n                loop: true,\n                items: 1,\n                \/\/ autoplay: true,\n                \/\/ autoplayTimeout: 5000,\n                \/\/ autoplayHoverPause: true,\n                mouseDrag: true,\n                lazyLoad: true,\n                nav: true,\n                dots: true,\n                dotsClass: 'owl-dots',\n                stagePadding: 330,\n                margin: 40,\n                center: true,\n                responsive: {\n                    0: {\n                        items: 1,\n                        dots: false,\n                        stagePadding: 20,\n                        margin: 40,\n                    },\n                    992: {\n                        items: 1,\n                        dots: false,\n                        stagePadding: 20,\n                        margin: 40,\n                    },\n                    993: {\n                        items: 1,\n                        dots: false,\n                        stagePadding: 20,\n                        margin: 20,\n                    },\n                    1024: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 20,\n                        margin: 20,\n                    },\n                    1280: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 40,\n                        margin: 20,\n                    },\n                    1366: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 60,\n                        margin: 40,\n                    },\n                    1367: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 80,\n                        margin: 40,\n                    },\n                    1440: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 80,\n                        margin: 20,\n                    },\n                    1680: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 210,\n                        margin: 40,\n                    },\n                    1681: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 320,\n                        margin: 40,\n                    },\n                    1920: {\n                        items: 1,\n                        dots: true,\n                        stagePadding: 330,\n                        margin: 40,\n                    },\n                    2048: {\n                        items: 2,\n                        dots: true,\n                        stagePadding: 0,\n                        margin: 40,\n                        nav: true,\n                        center: true,\n                    },\n                    2049: {\n                        items: 2,\n                        dots: true,\n                        stagePadding: 0,\n                        margin: 40,\n                        nav: true,\n                        center: true,\n                    },\n                    2560: {\n                        items: 2,\n                        dots: true,\n                        stagePadding: 0,\n                        margin: 20,\n                        nav: true,\n                        center: true,\n                    },\n                },\n            });\n            var numbernavtwo = jQuery('#slider-block_bd5f237f3fb081b388394764b72fc7bf .owl-dots button.owl-dot').length;\n            if (numbernavtwo > 1) {\n                jQuery('#slider-block_bd5f237f3fb081b388394764b72fc7bf .owl-nav.disabled').addClass('on-nav');\n            };\n            var numberdotsbanner = jQuery('#slider-block_bd5f237f3fb081b388394764b72fc7bf .owl-dots button.owl-dot').length;\n            if (numberdotsbanner <= 1) {\n                jQuery('#slider-block_bd5f237f3fb081b388394764b72fc7bf .owl-dots').addClass('off-slider-banner');\n            };\n        });\n\n        $(document).ready(function() {\n            \/\/ $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            \/\/ $('.owl-carousel').on('changed.owl.carousel', function(event) {\n            \/\/     $(this).find('.owl-dots').removeClass('disabled');\n            \/\/ });\n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n    })(jQuery);\n<\/script>\n\n<section class=\"container-fluid block-card cards-color-style-3\" name=\"digital-duomo\" id=\"digital-duomo\" aria-label=\"Discover all the digital initiatives\"><div class=\"container header-block-title\"><h2>Discover all the digital initiatives<\/h2><span><a href=\"https:\/\/www.duomomilano.it\/en\/guided-tour-and-incentive\/#digital-duomo\"  aria-label=\"VIEW MORE\">VIEW MORE<\/a><\/span><\/div><\/section><section class=\"container-fluid block-card cards-color-style-3\" name=\"digital-duomo\" id=\"digital-duomo\" aria-label=\"Discover all the digital initiatives\"><div class=\"container block-slide-article\"><div class=\"row\"><div class=\"col-12 col-sm-12 col-md-12 col-lg-4 col-xl-4 col-xxl-4\"><a href=\"https:\/\/ticket.duomomilano.it\/en\/categoria\/duomo-smart-experience\/\"><img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/10\/Duomo-Highlights-Tour_-Duomo-di-Milano-Way-Experience.jpg\" alt=\"Duomo Highlights Tour \" \/><div class=\"event-cat date-article\"><\/div><div class=\"title-article\">Duomo Highlights Tour <\/div><\/a><\/div><div class=\"col-12 col-sm-12 col-md-12 col-lg-4 col-xl-4 col-xxl-4\"><a href=\"https:\/\/www.duomomilano.it\/en\/guided-tour-and-incentive\/milan-duomo-card\/\"><img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2023\/12\/DUOMO-SHOP-HOMEPAGE-1-scaled.jpg\" alt=\"Duomo Gift Card\" \/><div class=\"event-cat date-article\"><\/div><div class=\"title-article\">Duomo Gift Card<\/div><\/a><\/div><div class=\"col-12 col-sm-12 col-md-12 col-lg-4 col-xl-4 col-xxl-4\"><a href=\"https:\/\/ticket.duomomilano.it\/en\/eventi\/esperienza-di-realta-aumentatamtreftest\/\"><img decoding=\"async\" src=\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/esperienza-realta-aumentata-duomo-milano-1.jpg\" alt=\"Augmented Reality Experience\" \/><div class=\"event-cat date-article\"><\/div><div class=\"title-article\">Augmented Reality Experience<\/div><\/a><\/div><\/div><\/div><\/section>\n\n<section id=\"shop-block_block_c2a8bf657074341fca6c9216db992702\" class=\"block-shop\" name=\"\" style=\"background-color: #FFFFFF\" aria-label=\"Duomo Shop \"><div class=\"container-fluid\"><div class=\"row\"><div class=\"col-12\"><div class=\"container-fluid\"><div class=\"container header-block-title\"><h2>Duomo Shop <\/h2><span><a href=\"https:\/\/www.duomoshop.com\/\"  aria-label=\"Discover Duomo Shop\">Discover Duomo Shop<\/a><\/span><\/div><\/div><\/div><\/div><\/div><div id=\"slider-block_c2a8bf657074341fca6c9216db992702\" class=\"container-fluid slider-shop owl-carousel owl-theme\"><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Books.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/libri?lang=en\" aria-label=\"Books\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/libri?lang=en\" target=\"\" aria-label=\"Books\" ><h3>Books<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/03\/Duomo-Shop_Caramelle.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/food?lang=en\" aria-label=\"Food\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/food?lang=en\" target=\"\" aria-label=\"Food\" ><h3>Food<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Casa-1-scaled.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/casa?lang=en\" aria-label=\"Home\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/casa?lang=en\" target=\"\" aria-label=\"Home\" ><h3>Home<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Accessori-moda-1.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/accessorimoda?lang=en\" aria-label=\"Fashion Accessories\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/accessorimoda?lang=en\" target=\"\" aria-label=\"Fashion Accessories\" ><h3>Fashion Accessories<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/05\/stationery-duomo-shop-scaled.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/cartotecnica?lang=en\" aria-label=\"Stationery\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/cartotecnica?lang=en\" target=\"\" aria-label=\"Stationery\" ><h3>Stationery<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Portachiavi-Marlon-1.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/collezioni\/kids?lang=en\" aria-label=\"Kids\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/collezioni\/kids?lang=en\" target=\"\" aria-label=\"Kids\" ><h3>Kids<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Lifestyle-1.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/product-page\/borraccia-termica-duomo-milano-24bottles-special-edition?lang=en\" aria-label=\"Lifestyle\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/product-page\/borraccia-termica-duomo-milano-24bottles-special-edition?lang=en\" target=\"\" aria-label=\"Lifestyle\" ><h3>Lifestyle<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/03\/Duomo-Shop_Rosari.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/religiosi?lang=en\" aria-label=\"Religious Items\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/religiosi?lang=en\" target=\"\" aria-label=\"Religious Items\" ><h3>Religious Items<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/05\/capolavori-duomo-milano-shop-scaled.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/capolavori?lang=en\" aria-label=\"Prints\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/capolavori?lang=en\" target=\"\" aria-label=\"Prints\" ><h3>Prints<\/h3><\/a><\/div><\/div><div class=\"item square\"style=\"background: url(https:\/\/www.duomomilano.it\/wp-content\/uploads\/2025\/07\/Souvenir-1-e1751984752288.jpg) no-repeat center center \/ cover;\"><div class=\"card-opacity\"><\/div><div class=\"content-shop-article\"><a href=\"https:\/\/www.duomoshop.com\/souvenir?lang=en\" aria-label=\"Souvenir\" target=\"\" class=\"main-link-card-shop\" style=\"position: absolute; width: 100%; height: 100%; left: 0; top: 0;\"><\/a><a href=\"https:\/\/www.duomoshop.com\/souvenir?lang=en\" target=\"\" aria-label=\"Souvenir\" ><h3>Souvenir<\/h3><\/a><\/div><\/div><\/div><\/section>\n<script type=\"text\/javascript\">\n    (function($) {\n        console.log('Slider slider-block_c2a8bf657074341fca6c9216db992702 Block Ok');\n        $(document).ready(function() {\n            var ShopSlider = $('#slider-block_c2a8bf657074341fca6c9216db992702');\n            \/\/$('#slider-block_c2a8bf657074341fca6c9216db992702').owlCarousel({\n            ShopSlider.owlCarousel({\n                loop: true,\n                \/\/ autoplay: true,\n                \/\/ autoplayTimeout: 5000,\n                \/\/ autoplayHoverPause: true,\n                mouseDrag: true,\n                lazyLoad: true,\n                nav: true,\n                dots: true,\n                dotsClass: 'owl-dots',\n                \/\/items: 1,\n                margin: 40,\n                \/\/stagePadding: 180,\n                center: true,\n                autoWidth: true,\n                singleItem: true,\n                responsive: {\n                    0: {\n                        items: 1,\n                        dots: false,\n                        \/\/stagePadding: 0,\n                        margin: 40,\n                        center: true,\n                        autoWidth: true,\n                    },\n                    993: {\n                        \/\/items: 1,\n                        dots: false,\n                        \/\/stagePadding: 0,\n                        margin: 40,\n                        center: true,\n                        autoWidth: true,\n                    },\n                    994: {\n                        \/\/items: 2,\n                        dots: false,\n                        margin: 40,\n                        \/\/stagePadding: 0,\n                        center: true,\n                        autoWidth: true,\n                    },\n                    1024: {\n                        \/\/items: 1,\n                        dots: false,\n                        \/\/stagePadding: 80,\n                        margin: 40,\n                        center: true,\n                        autoWidth: true,\n                    },\n                    1025: {\n                        \/\/items: 1,\n                        dots: true,\n                        margin: 40,\n                        \/\/stagePadding: 80,\n                        center: true,\n                        autoWidth: true,\n                    },\n                    1480: {\n                        \/\/items: 1,\n                        dots: true,\n                        margin: 40,\n                        \/\/stagePadding: 80,\n                        center: true,\n                        autoWidth: true,\n                    }\n                },\n            })\n\n            function ShopSliderClasses() {\n                ShopSlider.each(function() {\n                    var total = $(this).find('.owl-item.active').length;\n                    $(this).find('.owl-item').removeClass('firstitem');\n                    $(this).find('.owl-item').removeClass('lastitem');\n                    $(this).find('.owl-item.cloned').each(function(index) {\n                        if (index === 0) {\n                            $(this).addClass('firstitem')\n                        }\n                    })\n                    $(this).find('.owl-item.active').each(function(index) {\n                        if (index === total - 1 && total > 1) {\n                            $(this).addClass('lastitem')\n                        }\n                    })\n                })\n            }\n            ShopSliderClasses();\n            ShopSlider.on('translated.owl.carousel', function(event) {\n                ShopSliderClasses()\n            });\n        });\n\n        $(document).ready(function() {\n            $('.owl-carousel').find('.owl-dots').removeClass('disabled');\n            $('.owl-carousel').on('changed.owl.carousel', function(event) {\n                $(this).find('.owl-dots').removeClass('disabled');\n            });\n\n            \n            $('.owl-carousel').each(function() {\n                $(this).find('.owl-dot').each(function(index) {\n                    $(this).attr('aria-label', index + 1);\n                });\n            });\n        });\n    })(jQuery);\n<\/script>","protected":false},"excerpt":{"rendered":"","protected":false},"author":6,"featured_media":0,"parent":0,"menu_order":-4,"comment_status":"closed","ping_status":"closed","template":"home-page.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-15492","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Duomo di Milano - Official Website<\/title>\n<meta name=\"description\" content=\"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.\" \/>\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.duomomilano.it\/en\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Duomo di Milano - Official Website\" \/>\n<meta property=\"og:description\" content=\"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.duomomilano.it\/en\/\" \/>\n<meta property=\"og:site_name\" content=\"Duomo di Milano\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/duomodimilan\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T08:30:49+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@DuomodiMilano\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.duomomilano.it\/en\/\",\"url\":\"https:\/\/www.duomomilano.it\/en\/\",\"name\":\"Duomo di Milano - Official Website\",\"isPartOf\":{\"@id\":\"https:\/\/www.duomomilano.it\/#website\"},\"datePublished\":\"2023-08-11T08:45:54+00:00\",\"dateModified\":\"2026-04-15T08:30:49+00:00\",\"description\":\"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.duomomilano.it\/en\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.duomomilano.it\/en\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.duomomilano.it\/en\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.duomomilano.it\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Homepage\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.duomomilano.it\/#website\",\"url\":\"https:\/\/www.duomomilano.it\/\",\"name\":\"Duomo di Milano\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/www.duomomilano.it\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.duomomilano.it\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.duomomilano.it\/#organization\",\"name\":\"Duomo di Milano\",\"url\":\"https:\/\/www.duomomilano.it\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.duomomilano.it\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/logo-veneranda-fabbrica-duomo-milano.jpg\",\"contentUrl\":\"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/logo-veneranda-fabbrica-duomo-milano.jpg\",\"width\":400,\"height\":400,\"caption\":\"Duomo di Milano\"},\"image\":{\"@id\":\"https:\/\/www.duomomilano.it\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/duomodimilan\/\",\"https:\/\/x.com\/DuomodiMilano\",\"https:\/\/www.instagram.com\/duomodimilano\/\",\"https:\/\/www.youtube.com\/channel\/UCvYKUs5EsrVCZgiDz6-2z8Q\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Duomo di Milano - Official Website","description":"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.","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.duomomilano.it\/en\/","og_locale":"en_US","og_type":"article","og_title":"Duomo di Milano - Official Website","og_description":"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.","og_url":"https:\/\/www.duomomilano.it\/en\/","og_site_name":"Duomo di Milano","article_publisher":"https:\/\/www.facebook.com\/duomodimilan\/","article_modified_time":"2026-04-15T08:30:49+00:00","twitter_card":"summary_large_image","twitter_site":"@DuomodiMilano","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.duomomilano.it\/en\/","url":"https:\/\/www.duomomilano.it\/en\/","name":"Duomo di Milano - Official Website","isPartOf":{"@id":"https:\/\/www.duomomilano.it\/#website"},"datePublished":"2023-08-11T08:45:54+00:00","dateModified":"2026-04-15T08:30:49+00:00","description":"Official website of Milan Cathedral, enhanced and preserved by the Veneranda Fabbrica del Duomo. Dedicated to Santa Maria Nascente, it is located in the homonymous square in the center of Milan.","breadcrumb":{"@id":"https:\/\/www.duomomilano.it\/en\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.duomomilano.it\/en\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.duomomilano.it\/en\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.duomomilano.it\/en\/"},{"@type":"ListItem","position":2,"name":"Homepage"}]},{"@type":"WebSite","@id":"https:\/\/www.duomomilano.it\/#website","url":"https:\/\/www.duomomilano.it\/","name":"Duomo di Milano","description":"","publisher":{"@id":"https:\/\/www.duomomilano.it\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.duomomilano.it\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.duomomilano.it\/#organization","name":"Duomo di Milano","url":"https:\/\/www.duomomilano.it\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.duomomilano.it\/#\/schema\/logo\/image\/","url":"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/logo-veneranda-fabbrica-duomo-milano.jpg","contentUrl":"https:\/\/www.duomomilano.it\/wp-content\/uploads\/2024\/01\/logo-veneranda-fabbrica-duomo-milano.jpg","width":400,"height":400,"caption":"Duomo di Milano"},"image":{"@id":"https:\/\/www.duomomilano.it\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/duomodimilan\/","https:\/\/x.com\/DuomodiMilano","https:\/\/www.instagram.com\/duomodimilano\/","https:\/\/www.youtube.com\/channel\/UCvYKUs5EsrVCZgiDz6-2z8Q"]}]}},"_links":{"self":[{"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/pages\/15492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/comments?post=15492"}],"version-history":[{"count":468,"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/pages\/15492\/revisions"}],"predecessor-version":[{"id":55264,"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/pages\/15492\/revisions\/55264"}],"wp:attachment":[{"href":"https:\/\/www.duomomilano.it\/en\/wp-json\/wp\/v2\/media?parent=15492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}