{"id":1131,"date":"2023-07-07T09:00:00","date_gmt":"2023-07-07T07:00:00","guid":{"rendered":"https:\/\/www.pradel-france.com\/blog\/?p=1131"},"modified":"2026-03-03T10:23:50","modified_gmt":"2026-03-03T09:23:50","slug":"guacamole","status":"publish","type":"post","link":"https:\/\/www.pradel-france.com\/blog\/guacamole\/","title":{"rendered":"Guacamole"},"content":{"rendered":"\n\n  <div class=\"full-width bgcolor noprint\">\n    <section class=\"block-duo alt   boxed  container\">\n      <div class=\"text-center\">\n        \n      \n            <div class=\"d-flex flex-column inner-content\">\n                                            <div class=\"content nerf-last-p\">\n                  <p><span style=\"font-weight: 400;\">Le <strong>guacamole<\/strong> est une d\u00e9licieuse sp\u00e9cialit\u00e9 mexicaine qui a su envo\u00fbter les palais du monde entier. \u00c0 partir du moment o\u00f9 vous plongez votre chip dans cette pr\u00e9paration onctueuse et pleine de saveurs, vous \u00eates directement transport\u00e9 au c\u0153ur du Mexique.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Bien plus qu&rsquo;une simple trempette, c&rsquo;est une v\u00e9ritable invitation au festin ! Sa couleur \u00e9clatante et son parfum envo\u00fbtant vous mettent l&rsquo;eau \u00e0 la bouche d\u00e8s le premier regard. Que ce soit pour un ap\u00e9ritif convivial, une soir\u00e9e entre amis ou un moment de d\u00e9tente en solo, le guacamole est toujours la star de la f\u00eate.<\/span><\/p>\n                <\/div>\n                                      <\/div>\n      <\/div>\n    <\/section>\n  <\/div>\n\n\n\n<!--<script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/html2pdf.js\/0.10.1\/html2pdf.bundle.min.js\"\n  integrity=\"sha512-GsLlZN\/3F2ErC5ifS5QtgpiJtWd43JWSuIgh7mbzZ8zBps+dvLusV+eNQATqgA\/HdeKFVgA5v3S\/cIrLF7QnIg==\"\n  crossorigin=\"anonymous\" referrerpolicy=\"no-referrer\"><\/script>-->\n     \n \n<section id=\"block_30aa4983e0d4d03c02e376e53dd36f0b\" class=\"full-width block-ingredients block-ba position-relative overflow-hidden\">\n\n\n   \n        <div id=\"order-links\" class=\"container d-flex gap-1 align-items-center justify-content-end\">\n          <!--\n          <a onclick=\"previewRecette();\" class=\"cursor-pointer d-flex gap-1 align-items-center justify-content-center\" >\n            <img decoding=\"async\" src=\"https:\/\/pradel-new.alban\/themes\/pradel\/assets\/img\/icons\/print.svg\" alt=\"Aper\u00e7u\" width=\"50px\" height=\"50px\"><div class=\"button-blog2\">Aper\u00e7u PDF<\/div><\/a>\n      -->\n          <a onclick=\"genRecette();\" class=\"cursor-pointer \">\n            <img decoding=\"async\" src=\"\/themes\/pradel\/assets\/img\/icons\/print.svg\" alt=\"Imprimer\" width=\"50px\" height=\"50px\">\n            <div class=\"button-blog2\">Imprimer la recette<\/div>\n          <\/a>\n        <\/div>\n\n\n\n\n\n        <script>\n\n            function genRecette() {\n            var body = document.querySelector('body');\n            var article = document.querySelector('article');\n\n            \/\/ Synchroniser la classe 'selected' sur les .list en fonction de la liste visible\n            \/\/ (onRecette dans content-single.php utilise style.display, pas la classe selected)\n            var selectedKey = null;\n            var selectedBtn = article.querySelector('.numbers .selector a.selected');\n            if (selectedBtn) selectedKey = selectedBtn.getAttribute('data-key');\n            article.querySelectorAll('.lists .list').forEach(function(list) {\n              list.classList.remove('selected');\n              if (selectedKey) {\n                if (list.classList.contains('liste-' + selectedKey)) {\n                  list.classList.add('selected');\n                  list.style.display = '';\n                } else {\n                  list.style.display = '';\n                }\n              }\n            });\n\n            \/\/ Mettre \u00e0 jour le texte \"Pour X personnes\"\n            if (selectedKey) {\n              var countEl = article.querySelector('.print-servings-count');\n              if (countEl) countEl.textContent = selectedKey;\n              var servingsEl = article.querySelector('.print-servings');\n              if (servingsEl) servingsEl.textContent = 'Pour ' + selectedKey + ' personne' + (parseInt(selectedKey) > 1 ? 's' : '');\n            }\n\n            \/\/ Ajouter la classe pour le style PDF\n            body.classList.add('recette-pdf');\n         \n\n\n              \/\/ Forcer le chargement des images lazy avant d'imprimer\n              var lazyImgs = document.querySelectorAll('.wp-more-products img[data-src]');\n              console.log('[print] images lazy trouv\u00e9es:', lazyImgs.length);\n              var loadPromises = Array.from(lazyImgs).map(function(img) {\n                var dataSrc = img.getAttribute('data-src');\n                if (!dataSrc) return Promise.resolve();\n                if (img.src === dataSrc && img.complete && img.naturalWidth > 0) return Promise.resolve();\n                return new Promise(function(resolve) {\n                  img.onload = function() { console.log('[print] charg\u00e9e:', img.src); resolve(); };\n                  img.onerror = function() { console.warn('[print] erreur:', dataSrc); resolve(); };\n                  img.removeAttribute('class'); \/\/ \u00e9vite que lazysizes interf\u00e8re\n                  img.src = dataSrc;\n                });\n              });\n\n              Promise.all(loadPromises).then(function() {\n                \/\/ Laisser le navigateur rendre les images avant d'ouvrir la bo\u00eete print\n                setTimeout(function() {\n                  window.print();\n                  setTimeout(function() {\n                    body.classList.remove('recette-pdf');\n                  }, 1000);\n                }, 300);\n              });\n\n   }\n\n      \n\n          \/\/ Regrouper tous les blocs ingredients dans le premier bloc (a cote de la photo)\n          document.addEventListener('DOMContentLoaded', function() {\n            var allSections = document.querySelectorAll('section.block-ingredients');\n            if (allSections.length < 2) return;\n\n            var firstSection = allSections[0];\n            var firstGrid = firstSection.querySelector('.ingredients.with-photo');\n            if (!firstGrid) return;\n            var rightCol = firstGrid.querySelector('.ingredients-right');\n            if (!rightCol) return;\n\n            \/\/ Deplacer les .ingredient-group des blocs suivants dans la colonne droite du premier\n            for (var i = 1; i < allSections.length; i++) {\n              var groups = allSections[i].querySelectorAll('.ingredient-group');\n              groups.forEach(function(group) {\n                rightCol.appendChild(group);\n              });\n              \/\/ Masquer la section vide\n              allSections[i].style.display = 'none';\n            }\n          });\n        <\/script>\n\n\n   \n  <div class=\"container ingredients with-photo\">\n        <div class=\"ingredients-left\">\n      <img decoding=\"async\" src=\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\" alt=\"Les ingr\u00e9dients\"  class=\"border-radius-0\">\n    <\/div>\n        <div class=\"ingredients-right\">\n      <div class=\"ingredient-group\">\n              <div class=\"w-100 title-container\">\n          <div class=\"pb-4\">\n                      <div class=\"c-title-l\">Les ingr\u00e9dients<\/div>\n              <\/div>\n        <\/div>\n                                        <div class=\"print-servings\">Pour <span class=\"print-servings-count\">4<\/span> personnes<\/div>\n        <div class=\"numbers d-flex flex-row gap-0 align-items-center\">\n          <div>Nombre de personnes&nbsp;:<\/div>\n          <div class=\"selector bis\">\n                          <a href=\"#liste-2\" data-key=\"2\" class=\"first \"><span>2<\/span><\/a>\n                          <a href=\"#liste-4\" data-key=\"4\" class=\"selected\"><span>4<\/span><\/a>\n                          <a href=\"#liste-6\" data-key=\"6\" class=\"\"><span>6<\/span><\/a>\n                          <a href=\"#liste-8\" data-key=\"8\" class=\"\"><span>8<\/span><\/a>\n                          <a href=\"#liste-10\" data-key=\"10\" class=\"\"><span>10<\/span><\/a>\n                        <span class=\"last\"><\/span>\n          <\/div>\n        <\/div>\n                <div class=\"lists \">\n                      <div class=\"list liste-2 \">\n              <ul>\n                                                                                                            <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">avocat m\u00fbr<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">oignon blanc<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">citron vert<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    0.5                        <\/span>\n                                                                    <span class=\"unit\">c. \u00e0 c.<\/span>\n                                                                  <span class=\"ingredient\">de paprika doux<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Sel<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Poivre<\/span>\n                    <\/li>\n                                                <\/ul>\n            <\/div>\n                      <div class=\"list liste-4 selected\">\n              <ul>\n                                                                                                            <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">avocats m\u00fbrs<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">oignon blanc<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">citron vert<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1                        <\/span>\n                                                                    <span class=\"unit\">c. \u00e0 c.<\/span>\n                                                                  <span class=\"ingredient\">de paprika doux<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Sel<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Poivre<\/span>\n                    <\/li>\n                                                <\/ul>\n            <\/div>\n                      <div class=\"list liste-6 \">\n              <ul>\n                                                                                                            <li>\n                                              <span class=\"nb\">\n                                                    3                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">avocats m\u00fbrs<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">oignons blanc<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">citron vert<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    1.5                        <\/span>\n                                                                    <span class=\"unit\">c. \u00e0 c.<\/span>\n                                                                  <span class=\"ingredient\">de paprika doux<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Sel<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Poivre<\/span>\n                    <\/li>\n                                                <\/ul>\n            <\/div>\n                      <div class=\"list liste-8 \">\n              <ul>\n                                                                                                            <li>\n                                              <span class=\"nb\">\n                                                    4                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">avocats m\u00fbrs<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">oignons blanc<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">citron vert<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2                        <\/span>\n                                                                    <span class=\"unit\">c. \u00e0 c.<\/span>\n                                                                  <span class=\"ingredient\">de paprika doux<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Sel<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Poivre<\/span>\n                    <\/li>\n                                                <\/ul>\n            <\/div>\n                      <div class=\"list liste-10 \">\n              <ul>\n                                                                                                            <li>\n                                              <span class=\"nb\">\n                                                    5                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">avocats m\u00fbrs<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    3                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">oignons blanc<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    3                        <\/span>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">citron vert<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                              <span class=\"nb\">\n                                                    2.5                        <\/span>\n                                                                    <span class=\"unit\">c. \u00e0 c.<\/span>\n                                                                  <span class=\"ingredient\">de paprika doux<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Sel<\/span>\n                    <\/li>\n                                                                                                                              <li>\n                                                                    <span class=\"unit\"><\/span>\n                                                                  <span class=\"ingredient\">Poivre<\/span>\n                    <\/li>\n                                                <\/ul>\n            <\/div>\n                  <\/div>\n            <\/div><!-- \/.ingredient-group -->\n    <\/div>\n  <\/div>\n<\/section>\n\n\n\n\n\n<section id=\"block_c4d0adb812c466dd1523948b5fac4939\" class=\"block-preparation block-ba position-relative overflow-hidden full-width alignwide\">\n  <div class=\"container\">\n          <div class=\"w-100 title-container pb-4\">\n\n                  <div class=\"c-title-l\">Pr\u00e9paration<\/div>\n    \n      <\/div>\n              <ul class=\"steps\">\n                                        <li class=\"d-flex flex-column\">\n              <span>&Eacute;TAPE 1<\/span>\n              <p>Ecraser les avocats \u00e0 l\u2019aide d\u2019une fourchette<\/p>\n            <\/li>\n                                                  <li class=\"d-flex flex-column\">\n              <span>&Eacute;TAPE 2<\/span>\n              <p>Emincer l\u2019oignon en tr\u00e8s petits morceaux puis les ajouter aux avocats<\/p>\n            <\/li>\n                                                  <li class=\"d-flex flex-column\">\n              <span>&Eacute;TAPE 3<\/span>\n              <p>Saler et poivrer. Ajouter le paprika et laisser au frais.<\/p>\n            <\/li>\n                        <\/ul>\n      <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":1132,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3,12],"tags":[],"class_list":["post-1131","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-recettes","category-entree","col-12","col-md-6 col-lg-4"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Guacamole| Recette Pradel France<\/title>\n<meta name=\"description\" content=\"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C&#039;est pour cela que nous vous proposons sa d\u00e9licieuse recette.\" \/>\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.pradel-france.com\/blog\/guacamole\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Guacamole| Recette Pradel France\" \/>\n<meta property=\"og:description\" content=\"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C&#039;est pour cela que nous vous proposons sa d\u00e9licieuse recette.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\" \/>\n<meta property=\"og:site_name\" content=\"Pradel France\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/pradelfr\/\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-07T07:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-03T09:23:50+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"900\" \/>\n\t<meta property=\"og:image:height\" content=\"600\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marine Leclercq\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u00c9crit par\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marine Leclercq\" \/>\n\t<meta name=\"twitter:label2\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\"},\"author\":{\"name\":\"Marine Leclercq\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/9d4906139d09c23f84665eda0714d04d\"},\"headline\":\"Guacamole\",\"datePublished\":\"2023-07-07T07:00:00+00:00\",\"dateModified\":\"2026-03-03T09:23:50+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\"},\"wordCount\":1,\"publisher\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\",\"articleSection\":[\"Recettes Pradel France\",\"Entr\u00e9e\"],\"inLanguage\":\"fr-FR\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\",\"url\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\",\"name\":\"Guacamole| Recette Pradel France\",\"isPartOf\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\",\"datePublished\":\"2023-07-07T07:00:00+00:00\",\"dateModified\":\"2026-03-03T09:23:50+00:00\",\"description\":\"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C'est pour cela que nous vous proposons sa d\u00e9licieuse recette.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.pradel-france.com\/blog\/guacamole\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage\",\"url\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\",\"contentUrl\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg\",\"width\":900,\"height\":600,\"caption\":\"guacamole\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/guacamole\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\/\/www.pradel-france.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Recettes Pradel France\",\"item\":\"https:\/\/www.pradel-france.com\/blog\/category\/recettes\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Entr\u00e9e\",\"item\":\"https:\/\/www.pradel-france.com\/blog\/category\/recettes\/entree\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Guacamole\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#website\",\"url\":\"https:\/\/www.pradel-france.com\/blog\/\",\"name\":\"Pradel France Blog\",\"description\":\"Les recettes et conseils Pradel France\",\"publisher\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#organization\"},\"alternateName\":\"Pradel blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.pradel-france.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#organization\",\"name\":\"Pradel France Blog\",\"alternateName\":\"Pradel blog\",\"url\":\"https:\/\/www.pradel-france.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/04\/pradel-200x200-1.jpg\",\"contentUrl\":\"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/04\/pradel-200x200-1.jpg\",\"width\":200,\"height\":200,\"caption\":\"Pradel France Blog\"},\"image\":{\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/pradelfr\/\",\"https:\/\/www.instagram.com\/pradel_france\/\",\"https:\/\/www.youtube.com\/@Pradel-France-Homestyle\",\"https:\/\/www.linkedin.com\/company\/pradel-france-homestyle\/\",\"https:\/\/fr.pinterest.com\/pradelfrancehomestyle\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/9d4906139d09c23f84665eda0714d04d\",\"name\":\"Marine Leclercq\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/e9038faff8aa216af1edf85b0e1aca5abe197683108199ee783d6699f3a9d3fc?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/e9038faff8aa216af1edf85b0e1aca5abe197683108199ee783d6699f3a9d3fc?s=96&d=mm&r=g\",\"caption\":\"Marine Leclercq\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Guacamole| Recette Pradel France","description":"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C'est pour cela que nous vous proposons sa d\u00e9licieuse recette.","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.pradel-france.com\/blog\/guacamole\/","og_locale":"fr_FR","og_type":"article","og_title":"Guacamole| Recette Pradel France","og_description":"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C'est pour cela que nous vous proposons sa d\u00e9licieuse recette.","og_url":"https:\/\/www.pradel-france.com\/blog\/guacamole\/","og_site_name":"Pradel France","article_publisher":"https:\/\/www.facebook.com\/pradelfr\/","article_published_time":"2023-07-07T07:00:00+00:00","article_modified_time":"2026-03-03T09:23:50+00:00","og_image":[{"width":900,"height":600,"url":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg","type":"image\/jpeg"}],"author":"Marine Leclercq","twitter_card":"summary_large_image","twitter_misc":{"\u00c9crit par":"Marine Leclercq","Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#article","isPartOf":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/"},"author":{"name":"Marine Leclercq","@id":"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/9d4906139d09c23f84665eda0714d04d"},"headline":"Guacamole","datePublished":"2023-07-07T07:00:00+00:00","dateModified":"2026-03-03T09:23:50+00:00","mainEntityOfPage":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/"},"wordCount":1,"publisher":{"@id":"https:\/\/www.pradel-france.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg","articleSection":["Recettes Pradel France","Entr\u00e9e"],"inLanguage":"fr-FR"},{"@type":"WebPage","@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/","url":"https:\/\/www.pradel-france.com\/blog\/guacamole\/","name":"Guacamole| Recette Pradel France","isPartOf":{"@id":"https:\/\/www.pradel-france.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage"},"image":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage"},"thumbnailUrl":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg","datePublished":"2023-07-07T07:00:00+00:00","dateModified":"2026-03-03T09:23:50+00:00","description":"Sp\u00e9cialit\u00e9 mexicaine, le guacamole a su envo\u00fbter les palais du monde entier ! C'est pour cela que nous vous proposons sa d\u00e9licieuse recette.","breadcrumb":{"@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.pradel-france.com\/blog\/guacamole\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#primaryimage","url":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg","contentUrl":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole.jpg","width":900,"height":600,"caption":"guacamole"},{"@type":"BreadcrumbList","@id":"https:\/\/www.pradel-france.com\/blog\/guacamole\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/www.pradel-france.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Recettes Pradel France","item":"https:\/\/www.pradel-france.com\/blog\/category\/recettes\/"},{"@type":"ListItem","position":3,"name":"Entr\u00e9e","item":"https:\/\/www.pradel-france.com\/blog\/category\/recettes\/entree\/"},{"@type":"ListItem","position":4,"name":"Guacamole"}]},{"@type":"WebSite","@id":"https:\/\/www.pradel-france.com\/blog\/#website","url":"https:\/\/www.pradel-france.com\/blog\/","name":"Pradel France Blog","description":"Les recettes et conseils Pradel France","publisher":{"@id":"https:\/\/www.pradel-france.com\/blog\/#organization"},"alternateName":"Pradel blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.pradel-france.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.pradel-france.com\/blog\/#organization","name":"Pradel France Blog","alternateName":"Pradel blog","url":"https:\/\/www.pradel-france.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pradel-france.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/04\/pradel-200x200-1.jpg","contentUrl":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/04\/pradel-200x200-1.jpg","width":200,"height":200,"caption":"Pradel France Blog"},"image":{"@id":"https:\/\/www.pradel-france.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/pradelfr\/","https:\/\/www.instagram.com\/pradel_france\/","https:\/\/www.youtube.com\/@Pradel-France-Homestyle","https:\/\/www.linkedin.com\/company\/pradel-france-homestyle\/","https:\/\/fr.pinterest.com\/pradelfrancehomestyle\/"]},{"@type":"Person","@id":"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/9d4906139d09c23f84665eda0714d04d","name":"Marine Leclercq","image":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.pradel-france.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/e9038faff8aa216af1edf85b0e1aca5abe197683108199ee783d6699f3a9d3fc?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/e9038faff8aa216af1edf85b0e1aca5abe197683108199ee783d6699f3a9d3fc?s=96&d=mm&r=g","caption":"Marine Leclercq"}}]}},"thumb":"https:\/\/www.pradel-france.com\/blog\/wp-content\/uploads\/2023\/06\/recette-guacamole-350x250.jpg","category":"Recettes Pradel France","description":"Le guacamole est une d\u00e9licieuse sp\u00e9cialit\u00e9 mexicaine qui a su envo\u00fbter les palais du monde entier. \u00c0 partir du moment\u2026","_links":{"self":[{"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/posts\/1131","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/comments?post=1131"}],"version-history":[{"count":12,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/posts\/1131\/revisions"}],"predecessor-version":[{"id":5773,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/posts\/1131\/revisions\/5773"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/media\/1132"}],"wp:attachment":[{"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/media?parent=1131"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/categories?post=1131"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.pradel-france.com\/blog\/wp-json\/wp\/v2\/tags?post=1131"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}