{"id":690,"date":"2021-10-29T23:56:56","date_gmt":"2021-10-29T21:56:56","guid":{"rendered":"https:\/\/ltacookingschool.it\/?page_id=690"},"modified":"2022-04-13T11:50:59","modified_gmt":"2022-04-13T09:50:59","slug":"corsi-di-pasticceria","status":"publish","type":"page","link":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/","title":{"rendered":"Corsi di pasticceria"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"690\" class=\"elementor elementor-690\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-debd756 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"debd756\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-f7348ac\" data-id=\"f7348ac\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-a84b5f0 elementor-widget elementor-widget-heading\" data-id=\"a84b5f0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">CORSI DI PASTICCERIA<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-0afeff2 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"0afeff2\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-0d0dd26\" data-id=\"0d0dd26\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-6cb764d elementor-widget elementor-widget-mep-event-list-widget\" data-id=\"6cb764d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"mep-event-list-widget.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<div class=\"mep-elementor-event-list-widget\">\r\n\t\t                <div class='mage list_with_filter_section mep_event_list mep-list-is-loading' id='mage-container'>\n\t\t\t\t\tThere are currently no events scheduled.                <\/div>\n                <script>\n                    jQuery(document).ready(function () {\n                        var containerEl = document.querySelector('#mep_event_list_abr6a93695de3c7e');\n                        var mixer = mixitup(containerEl, {\n                            selectors: {\n                                target: '.mep-event-list-loop',\n                                control: '[data-mixitup-control]'\n                            }\n                        });\n                        \/\/ Handle title filter input\n                        jQuery('input[name=\"filter_with_title\"]').on('keyup', function () {\n                            var searchText = jQuery(this).val().toLowerCase();\n                            var items = jQuery('.mep-event-list-loop');\n                            items.each(function () {\n                                var itemTitle = jQuery(this).data('title').toLowerCase();\n                                if (itemTitle.indexOf(searchText) > -1) {\n                                    jQuery(this).show();\n                                } else {\n                                    jQuery(this).hide();\n                                }\n                            });\n                        });\n                        \/\/ Handle date filter change\n                        jQuery('input[name=\"filter_with_date\"]').on('change', function () {\n                            var selectedDate = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (!selectedDate) {\n                                items.show();\n                            } else {\n                                var filterDate = new Date(selectedDate);\n                                filterDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                items.each(function () {\n                                    var itemDate = new Date(jQuery(this).data('date'));\n                                    itemDate.setHours(0, 0, 0, 0); \/\/ Reset time part for date comparison\n                                    if (itemDate.getTime() === filterDate.getTime()) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle state filter change\n                        jQuery('select[name=\"filter_with_state\"]').on('change', function () {\n                            var state = jQuery(this).val();\n                            var items = jQuery('.mep-event-list-loop');\n                            if (state === '') {\n                                items.show();\n                            } else {\n                                items.each(function () {\n                                    var itemState = jQuery(this).data('state');\n                                    if (itemState === state) {\n                                        jQuery(this).show();\n                                    } else {\n                                        jQuery(this).hide();\n                                    }\n                                });\n                            }\n                        });\n                        \/\/ Handle city filter change\n                        jQuery('select[name=\"filter_with_city\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle category filter change\n                        jQuery('select[name=\"filter_with_category\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Handle organizer filter change\n                        jQuery('select[name=\"filter_with_organizer\"]').on('change', function () {\n                            applyAllFilters();\n                        });\n                        \/\/ Combined filter function that applies all filters\n                        function applyAllFilters() {\n                            var titleFilter = jQuery('input[name=\"filter_with_title\"]').val().toLowerCase();\n                            var dateFilter = jQuery('input[name=\"filter_with_date\"]').val();\n                            var startDateFilter = jQuery('input[name=\"filter_with_start_date\"]').val();\n                            var endDateFilter = jQuery('input[name=\"filter_with_end_date\"]').val();\n                            var stateFilter = jQuery('select[name=\"filter_with_state\"]').val();\n                            var cityFilter = jQuery('select[name=\"filter_with_city\"]').val();\n                            var categoryFilter = jQuery('select[name=\"filter_with_category\"]').val();\n                            var organizerFilter = jQuery('select[name=\"filter_with_organizer\"]').val();\n                            var visibleCount = 0;\n                            jQuery('.mep-event-list-loop').each(function () {\n                                var $item = jQuery(this);\n                                var show = true;\n                                \/\/ Title filter\n                                if (titleFilter) {\n                                    var itemTitle = ($item.data('title') || '').toLowerCase();\n                                    if (itemTitle.indexOf(titleFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Single Date filter (legacy)\n                                if (show && dateFilter) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var filterDate = new Date(dateFilter);\n                                        filterDate.setHours(0, 0, 0, 0);\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (itemDateObj.getTime() !== filterDate.getTime()) {\n                                            show = false;\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Date Range filter\n                                if (show && (startDateFilter || endDateFilter)) {\n                                    var itemDate = $item.data('date');\n                                    if (itemDate) {\n                                        var itemDateObj = new Date(itemDate);\n                                        itemDateObj.setHours(0, 0, 0, 0);\n                                        if (startDateFilter) {\n                                            var startDate = new Date(startDateFilter);\n                                            startDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj < startDate) {\n                                                show = false;\n                                            }\n                                        }\n                                        if (endDateFilter) {\n                                            var endDate = new Date(endDateFilter);\n                                            endDate.setHours(0, 0, 0, 0);\n                                            if (itemDateObj > endDate) {\n                                                show = false;\n                                            }\n                                        }\n                                    } else {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ State filter\n                                if (show && stateFilter) {\n                                    var itemState = $item.data('state') || '';\n                                    if (itemState !== stateFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ City filter\n                                if (show && cityFilter) {\n                                    var itemCity = $item.data('city-name') || '';\n                                    if (itemCity !== cityFilter) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Category filter\n                                if (show && categoryFilter) {\n                                    var itemCategory = $item.data('category') || '';\n                                    var itemCategories = itemCategory.split(',').map(function (c) {\n                                        return c.trim();\n                                    });\n                                    if (itemCategories.indexOf(categoryFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                \/\/ Organizer filter\n                                if (show && organizerFilter) {\n                                    var itemOrganizer = $item.data('organizer') || '';\n                                    var itemOrganizers = itemOrganizer.split(',').map(function (o) {\n                                        return o.trim();\n                                    });\n                                    if (itemOrganizers.indexOf(organizerFilter) === -1) {\n                                        show = false;\n                                    }\n                                }\n                                if (show) {\n                                    $item.show();\n                                    visibleCount++;\n                                } else {\n                                    $item.hide();\n                                }\n                            });\n                            jQuery('.qty_count').text(visibleCount);\n                        }\n                        jQuery('input[name=\"filter_with_title\"]').off('keyup').on('keyup', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_start_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('input[name=\"filter_with_end_date\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_state\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_city\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_category\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n                        jQuery('select[name=\"filter_with_organizer\"]').off('change').on('change', function () {\n                            applyAllFilters();\n                        });\n\t\t\t\t\t\t                    });\n                <\/script>\n                <\/div>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CORSI DI PASTICCERIA 27 Apr Corso Cake Design fiori realistici con L\u00e8ia Salles Prezzo: &euro;75,00 Organizzato da: LTA Cooking School Luogo: LTA Cooking School, Livorno 27 Aprile 2022 18:00 &#8211; 22:00 11 Mag Corso Cake design &#8220;cupcakes floreali&#8221; con L\u00e8ia Salles Prezzo: &euro;75,00 Organizzato da: LTA Cooking School Luogo: LTA Cooking School, Livorno 11 Maggio [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-690","page","type-page","status-publish","hentry"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"CORSI DI PASTICCERIA There are currently no events scheduled.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"LTA Cooking School - Scuola di Cucina e Formazione Amatoriale e Professionale\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Corsi di pasticceria - LTA Cooking School\" \/>\n\t\t<meta property=\"og:description\" content=\"CORSI DI PASTICCERIA There are currently no events scheduled.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-10-29T21:56:56+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2022-04-13T09:50:59+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/LTAcookingschool\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Corsi di pasticceria - LTA Cooking School\" \/>\n\t\t<meta name=\"twitter:description\" content=\"CORSI DI PASTICCERIA There are currently no events scheduled.\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#listItem\",\"name\":\"Corsi di pasticceria\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#listItem\",\"position\":2,\"name\":\"Corsi di pasticceria\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us#listItem\",\"name\":\"Home\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/#organization\",\"name\":\"LTA Cooking School - Dove Sbarcano i Sapori\",\"description\":\"Scuola di Cucina e Formazione Amatoriale e Professionale\",\"url\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/\",\"telephone\":\"+393476626485\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/ltacookingschool.it\\\/wp-content\\\/uploads\\\/2021\\\/10\\\/LTA-cooking_school-scaled.jpg\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#organizationLogo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/LTAcookingschool\",\"https:\\\/\\\/www.instagram.com\\\/ltacookingschool\\\/\"]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#webpage\",\"url\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/\",\"name\":\"Corsi di pasticceria - LTA Cooking School\",\"description\":\"CORSI DI PASTICCERIA There are currently no events scheduled.\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/corsi-di-pasticceria\\\/#breadcrumblist\"},\"datePublished\":\"2021-10-29T23:56:56+02:00\",\"dateModified\":\"2022-04-13T11:50:59+02:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/#website\",\"url\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/\",\"name\":\"LTA Cooking School\",\"description\":\"Scuola di Cucina e Formazione Amatoriale e Professionale\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.ltacookingschool.it\\\/en_us\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Corsi di pasticceria - LTA Cooking School","description":"CORSI DI PASTICCERIA There are currently no events scheduled.","canonical_url":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BreadcrumbList","@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.ltacookingschool.it\/en_us#listItem","position":1,"name":"Home","item":"https:\/\/www.ltacookingschool.it\/en_us","nextItem":{"@type":"ListItem","@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#listItem","name":"Corsi di pasticceria"}},{"@type":"ListItem","@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#listItem","position":2,"name":"Corsi di pasticceria","previousItem":{"@type":"ListItem","@id":"https:\/\/www.ltacookingschool.it\/en_us#listItem","name":"Home"}}]},{"@type":"Organization","@id":"https:\/\/www.ltacookingschool.it\/en_us\/#organization","name":"LTA Cooking School - Dove Sbarcano i Sapori","description":"Scuola di Cucina e Formazione Amatoriale e Professionale","url":"https:\/\/www.ltacookingschool.it\/en_us\/","telephone":"+393476626485","logo":{"@type":"ImageObject","url":"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg","@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#organizationLogo"},"image":{"@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/LTAcookingschool","https:\/\/www.instagram.com\/ltacookingschool\/"]},{"@type":"WebPage","@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#webpage","url":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/","name":"Corsi di pasticceria - LTA Cooking School","description":"CORSI DI PASTICCERIA There are currently no events scheduled.","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.ltacookingschool.it\/en_us\/#website"},"breadcrumb":{"@id":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/#breadcrumblist"},"datePublished":"2021-10-29T23:56:56+02:00","dateModified":"2022-04-13T11:50:59+02:00"},{"@type":"WebSite","@id":"https:\/\/www.ltacookingschool.it\/en_us\/#website","url":"https:\/\/www.ltacookingschool.it\/en_us\/","name":"LTA Cooking School","description":"Scuola di Cucina e Formazione Amatoriale e Professionale","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.ltacookingschool.it\/en_us\/#organization"}}]},"og:locale":"en_US","og:site_name":"LTA Cooking School - Scuola di Cucina e Formazione Amatoriale e Professionale","og:type":"article","og:title":"Corsi di pasticceria - LTA Cooking School","og:description":"CORSI DI PASTICCERIA There are currently no events scheduled.","og:url":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/","og:image":"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg","og:image:secure_url":"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg","article:published_time":"2021-10-29T21:56:56+00:00","article:modified_time":"2022-04-13T09:50:59+00:00","article:publisher":"https:\/\/www.facebook.com\/LTAcookingschool","twitter:card":"summary","twitter:title":"Corsi di pasticceria - LTA Cooking School","twitter:description":"CORSI DI PASTICCERIA There are currently no events scheduled.","twitter:image":"https:\/\/ltacookingschool.it\/wp-content\/uploads\/2021\/10\/LTA-cooking_school-scaled.jpg"},"aioseo_meta_data":{"post_id":"690","title":null,"description":null,"keywords":null,"keyphrases":{"focus":[],"additional":[]},"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-11-10 17:25:55","updated":"2026-08-27 08:27:15","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.ltacookingschool.it\/en_us\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tCorsi di pasticceria\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.ltacookingschool.it\/en_us"},{"label":"Corsi di pasticceria","link":"https:\/\/www.ltacookingschool.it\/en_us\/corsi-di-pasticceria\/"}],"_links":{"self":[{"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/pages\/690","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/comments?post=690"}],"version-history":[{"count":0,"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/pages\/690\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ltacookingschool.it\/en_us\/wp-json\/wp\/v2\/media?parent=690"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}