{"id":3872,"date":"2022-10-01T16:15:11","date_gmt":"2022-10-01T15:15:11","guid":{"rendered":"https:\/\/biofuels-news.com\/newconference\/?page_id=931"},"modified":"2026-03-23T16:33:03","modified_gmt":"2026-03-23T16:33:03","slug":"home","status":"publish","type":"page","link":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","title":{"rendered":"Home"},"content":{"rendered":"    <div class=\"herocontainer\" id=\"vo-block_c8c7df748d8a236296276d9d94c6c8ee\">\n                    <h1 class=\"heading_h1 animate__animated animate__fadeInUp\" style=\"margin-bottom:2rem;\">Sustainable Aviation Fuels Summit<br>Brussels, Belgium<br>14 &#8211; 15 April 2026<\/h1>\n                <div id=\"topvideo\">\n            <div class=\"moodvideoholder\" style=\"position:relative;\">\n                <video\n                    id=\"moodvideo-block_c8c7df748d8a236296276d9d94c6c8ee\"\n                    class=\"moodvideoimage\"\n                    src=\"https:\/\/biofuels-news.com\/images\/conference.mp4\"\n                    data-desktop-video=\"https:\/\/biofuels-news.com\/images\/conference.mp4\"\n                                        autoplay\n                    loop\n                    muted\n                    playsinline\n                    webkit-playsinline\n                    preload=\"auto\"\n                ><\/video>\n\n                <div class=\"video-overlay\"><\/div>\n\n                <!-- Chevron down arrow overlay -->\n                <div class=\"chevron-down-overlay\" style=\"\n                    position: absolute;\n                    bottom: 60px;\n                    left: 50%;\n                    transform: translateX(-50%);\n                    font-size: 40px;\n                    color: white;\n                    cursor: pointer;\n                    z-index: 10;\n                    animation: bounce 2s infinite;\n                \">\n                    <i class=\"fa-solid fa-chevron-down\"><\/i>\n                <\/div>\n\n                                    <div class=\"video-boxes\">\n                                                    <a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/agenda\/\">\n                                <div class=\"video-box animate__animated animate__fadeInUp\" style=\"animation-delay: 0.0s;\">\n                                    <h3 style=\"margin:0 0 12px 0;\">\n                                         Explore the Programme                                        <i style=\"position:absolute;top:6px;right:6px;\" class=\"fa-solid fa-arrow-up-right-dots\"><\/i>\n                                    <\/h3>\n                                    Discover the sessions shaping the future of sustainable aviation fuels.                                <\/div>\n                            <\/a>\n                                                    <a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/sponsorship-exhibition-opportunities\/\">\n                                <div class=\"video-box animate__animated animate__fadeInUp\" style=\"animation-delay: 0.2s;\">\n                                    <h3 style=\"margin:0 0 12px 0;\">\n                                        Become a Sponsor                                        <i style=\"position:absolute;top:6px;right:6px;\" class=\"fa-solid fa-arrow-up-right-dots\"><\/i>\n                                    <\/h3>\n                                    Stand out. Get noticed.<br>Connect with global aviation and energy leaders.                                <\/div>\n                            <\/a>\n                                                    <a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/choose-payment-method-saf\/\">\n                                <div class=\"video-box animate__animated animate__fadeInUp\" style=\"animation-delay: 0.4s;\">\n                                    <h3 style=\"margin:0 0 12px 0;\">\n                                        Secure Your Pass                                        <i style=\"position:absolute;top:6px;right:6px;\" class=\"fa-solid fa-arrow-up-right-dots\"><\/i>\n                                    <\/h3>\n                                    Don&#8217;t miss out &#8211; register today at the best rate.<br><span style=\"background-color: yellow;padding: 2px\"><i class=\"fa-solid fa-dove\"><\/i> Final Call \u2013 Save 10%!<\/span>                                <\/div>\n                            <\/a>\n                                            <\/div>\n                            <\/div>\n        <\/div>\n    <\/div>\n    <style>\n    @keyframes bounce {\n        0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }\n        40% { transform: translateX(-50%) translateY(-10px); }\n        60% { transform: translateX(-50%) translateY(-5px); }\n    }\n\n    \/* Adjust chevron position on mobile *\/\n@media (max-width: 767px) {\n    .chevron-down-overlay {\n        bottom: 20px !important;\n    }\n}\n    <\/style>\n    <script>\n    (function(){\n        var video = document.getElementById('moodvideo-block_c8c7df748d8a236296276d9d94c6c8ee');\n        if (!video) return;\n\n        var desktopSrc = video.getAttribute('data-desktop-video') || video.getAttribute('src');\n        var mobileSrc  = video.getAttribute('data-alt-video-mobile') || '';\n\n        function setVideoSrc(src) {\n            if (!src) return;\n            if (video.getAttribute('src') === src) return;\n            video.setAttribute('src', src);\n            try {\n                video.load();\n                var p = video.play();\n                if (p && typeof p.catch === 'function') { p.catch(function(){}); }\n            } catch(e) {}\n        }\n\n        function applySource() {\n            var useMobile = window.matchMedia('(max-width: 767px)').matches && !!mobileSrc;\n            setVideoSrc(useMobile ? mobileSrc : desktopSrc);\n        }\n\n        applySource();\n\n        var mq = window.matchMedia('(max-width: 767px)');\n        if (typeof mq.addEventListener === 'function') {\n            mq.addEventListener('change', applySource);\n        } else {\n            window.addEventListener('resize', applySource);\n        }\n\n       \/\/ Scroll to bottom on chevron click\n        var chevron = document.querySelector('#vo-block_c8c7df748d8a236296276d9d94c6c8ee .chevron-down-overlay');\n        if (chevron) {\n            chevron.addEventListener('click', function() {\n                var container = document.getElementById('vo-block_c8c7df748d8a236296276d9d94c6c8ee');\n                if (container) {\n                    \/\/ Use different offsets for desktop vs mobile\n                    var offset = window.innerWidth <= 767 ? 50 : 75; \/\/ mobile: 50px, desktop: 75px\n                    var scrollPos = container.offsetTop + container.offsetHeight - offset;\n                    window.scrollTo({\n                        top: scrollPos,\n                        behavior: 'smooth'\n                    });\n                }\n            });\n        }\n    })();\n    <\/script>\n    \n\n    <div id=\"animated-counters-block_87f3d41945b12e84164b9d8e93a729be\" class=\"animated-counters\" style=\"max-width:100% !important;padding: 48px;background-color: #33b64e; color: #000000;\">\n        <div class=\"counters-grid\">\n                            <div class=\"counter-item\" data-target=\"300\" data-speed=\"1500\">\n                    <span class=\"counter-number\">0<\/span>\n                    <div class=\"counter-text\">Delegates<\/div>\n                <\/div>\n                            <div class=\"counter-item\" data-target=\"60\" data-speed=\"1500\">\n                    <span class=\"counter-number\">0<\/span>\n                    <div class=\"counter-text\">Industry Experts<\/div>\n                <\/div>\n                            <div class=\"counter-item\" data-target=\"8\" data-speed=\"1500\">\n                    <span class=\"counter-number\">0<\/span>\n                    <div class=\"counter-text\">Networking Sessions<\/div>\n                <\/div>\n                            <div class=\"counter-item\" data-target=\"200\" data-speed=\"1500\">\n                    <span class=\"counter-number\">0<\/span>\n                    <div class=\"counter-text\">Companies<\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n    \n\n<div style=\"background-color:#016bb7;\" class=\"my-ti-block light_tc full_width video-text-block\">        <div class=\"it_image video-container\" id=\"iv_block_9b0c7f822d51c7df0d383026213df4a1\"><iframe loading=\"lazy\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/2JP0baky_50?si=GEmbeV9AQyKgnpMT\" title=\"YouTube video player\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div>\n      <div class=\"it_text left\" id=\"t_block_9b0c7f822d51c7df0d383026213df4a1\"><h2 style=\"display: block; margin: 0 0 24px 0;\">Europe\u2019s Leading Event Dedicated to Sustainable Aviation Fuels<\/h2>\n<p>The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF. Bringing together airlines, fuel producers, policymakers, investors, and innovators, the event explores the strategies, technologies, and policies driving aviation\u2019s decarbonisation.<\/p>\n<p>From scaling production and securing sustainable feedstocks to navigating global regulations and unlocking investment, the two-day summit delivers insights, connections, and opportunities to help accelerate the transition to cleaner skies. Held alongside the Biofuels International Conference &amp; Expo and the International Biogas Congress &amp; Expo, it provides unparalleled cross-sector networking, uniting the full low-carbon fuels value chain under one roof.<\/p>\n<p>Whether you\u2019re an airline looking to secure long-term SAF supply, a producer scaling new projects, or an investor seeking opportunities in aviation decarbonisation, the Sustainable Aviation Fuels Summit is the essential meeting place for 2026.<\/p>\n<div class=\"left\"><div class=\"tib_button\"><a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/choose-payment-method-saf\/\" title=\"Get Your Pass\" target=\"_self\">Get Your Pass<\/a><\/div><\/div><\/div><\/div>\n\n    <div id=\"columns-bg-block_2b5c2294fa59e07a41669599f06882ad\" class=\"columns-bg-col\" style=\"background-color: #33b64e; color: #000000;\">\n        <h2 style=\"color:#000000;text-align:center;padding:0 24px 24px 24px;display:block;width: 100%;\">Key Topics for  2026<\/h2>        <div class=\"columns-inner\">\n                                                <div class=\"columns-row\">\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-gear\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Scaling SAF Production: Pathways to Commercialisation                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        From HEFA to Power-to-Liquids and Alcohol-to-Jet, explore the technologies and business models enabling rapid SAF deployment.                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-plane\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Aviation Net Zero: Delivering on 2050 Targets                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        Understand how SAF integrates with efficiency measures, hydrogen, and electrification in aviation\u2019s long-term decarbonisation roadmap.\r\n                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-link\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Feedstock Futures for SAF                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        From waste oils and residues to renewable electricity and CO\u2082-derived fuels \u2013 what\u2019s viable, what\u2019s scalable, and how do we ensure supply chain resilience?\r\n                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                                                <div class=\"columns-row\">\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-earth-europe\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Global Policy &amp; Regulation: Navigating SAF Mandates                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        Analyse EU ReFuelEU Aviation, ICAO CORSIA, US tax credits, and other international policies shaping SAF demand.\r\n                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-dollar-sign\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Investment &amp; Finance: Unlocking Capital for SAF Projects                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        Hear from financiers, project developers, and airlines on structuring deals, mitigating risk, and accelerating deployment.\r\n                                    <\/div>\n                                                            <\/div>\n                                                    <div class=\"column-cell\">\n                                                                    <div class=\"heading-with-icon\">\n                                                                                    <span class=\"icon\"><i class=\"fa-solid fa-plane-arrival\"><\/i><\/span>\n                                                                                <span class=\"column-heading\">\n                                            Airline &amp; Airport Partnerships: Building the SAF Ecosystem                                        <\/span>\n                                    <\/div>\n                                \n                                                                    <div class=\"column-text\">\n                                        Case studies from airlines and airports pioneering SAF adoption and scaling supply infrastructure.\r\n                                    <\/div>\n                                                            <\/div>\n                                            <\/div>\n                                    <\/div>\n        <br><div class=\"column_button black\"><a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/agenda\">View Full Agenda<\/a><\/div>    <\/div>\n    \n\n\n<h2 class=\"wp-block-heading has-text-align-center has-black-color has-text-color has-background has-link-color wp-elements-77463b56810b54e75b63e1261b51e22f\" style=\"background-color:#cdcdcd\">Testimonials<\/h2>\n\n\n      <div class=\"testimonial-grid-block\">\n                    <div class=\"testimonial-row layout-image-left\">\n                                    <div class=\"testimonial-image\" style=\"flex: 2;\">\n                                                    <img decoding=\"async\" src=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-content\/uploads\/sites\/2\/2025\/08\/letter2.jpg\" alt=\"testimonial image\" \/>\n                                            <\/div>\n                    <div class=\"testimonial-quote\" style=\"flex: 1; background-color: #f8f8f8; color: #333333;\">\n                       <i class=\"fa-solid fa-quote-left\"><\/i>\n\n                        <blockquote>The SAF Summit is a unique event, centrally located in Europe bringing together advanced biofuels producers and market intelligence specialists to discuss multi-feedstock business cases, new technology developments and regulatory updates to respond to the challenges this market faces. Anyone in the renewable fuel industries should be attending. <\/blockquote>\n                                                    <footer class=\"testimonial-footer\">\n                                                                                                    <div class=\"testimonial-company\">EMEA<\/div>\n                                                            <\/footer>\n                                            <\/div>\n                            <\/div>\n                    <div class=\"testimonial-row layout-image-right\">\n                                    <div class=\"testimonial-quote\" style=\"flex: 1; background-color: #f8f8f8; color: #333333;\">\n                       <i class=\"fa-solid fa-quote-left\"><\/i>\n\n                        <blockquote>The SAF Summit provided excellent delegates from around the world and was a great success for us. The speakers covered a wide range of topics keeping us updated on key changes in the industry.<\/blockquote>\n                                                    <footer class=\"testimonial-footer\">\n                                                                                                    <div class=\"testimonial-company\">Aether Fuels<\/div>\n                                                            <\/footer>\n                                            <\/div>\n                    <div class=\"testimonial-image\" style=\"flex: 2;\">\n                                                    <img decoding=\"async\" src=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-content\/uploads\/sites\/2\/2025\/08\/letter1.jpg\" alt=\"testimonial image\" \/>\n                                            <\/div>\n                            <\/div>\n                    <div class=\"testimonial-row layout-image-left\">\n                                    <div class=\"testimonial-image\" style=\"flex: 2;\">\n                                                    <img decoding=\"async\" src=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-content\/uploads\/sites\/2\/2025\/08\/JR_Biofuels_plaza-7-500jpg.jpg\" alt=\"testimonial image\" \/>\n                                            <\/div>\n                    <div class=\"testimonial-quote\" style=\"flex: 1; background-color: #f8f8f8; color: #333333;\">\n                       <i class=\"fa-solid fa-quote-left\"><\/i>\n\n                        <blockquote>The SAF Summit &amp; Expo was a very good use of time for us, where the speakers covered a thorough range of topics as to keep us up to date on the key themes in the industry. Among the best conferences we have attended, and look forward to participating next year. <\/blockquote>\n                                                    <footer class=\"testimonial-footer\">\n                                                                                                    <div class=\"testimonial-company\">Azure Sustainable Fuels<\/div>\n                                                            <\/footer>\n                                            <\/div>\n                            <\/div>\n            <\/div>\n    \n\n    <style>\n        .wysiwyg-block {\n            max-width: 1200px;\n            width: 100%;\n            margin: 0 auto;\n            padding: 24px;\n            display:block\n        }\n    <\/style>\n    <div style=\"background-color:#f4f4f4\"><div class=\"wysiwyg-block\"><div class=\"two-col-grid\">\n<div class=\"white_pad w_2col_col1\" style=\"background: #e0ffc7;\">\n<h2 style=\"margin-bottom: 24px;\">Who Should Attend the Sustainable Aviation Fuels Summit?<\/h2>\n<p>This event is designed for key players across the biofuels ecosystem, including producers of biofuels, SAF, and biogas, as well as OEMs, EPCs, aviation and transport operators, distributors, logistics providers, and technology suppliers. It\u2019s also essential for investors, financiers, policymakers, regulators, consultants, analysts, sustainability professionals, and researchers driving innovation and adoption in the sustainable energy sector.<\/p>\n<ul class=\"tickme light\">\n<li>SAF and Biofuels Producers &amp; Developers<\/li>\n<li>e-SAF and Synthetic Fuel Developers<\/li>\n<li>Airlines, Airports &amp; Aviation Industry Professionals<\/li>\n<li>OEMs &amp; EPCs<\/li>\n<li>Fuel Distributors, Storage Operators &amp; Logistics Providers<\/li>\n<li>Technology, Component &amp; Equipment Suppliers<\/li>\n<li>Investors, Financiers &amp; Venture Capitalists<\/li>\n<li>Policy Makers, Regulators &amp; Government Agencies<\/li>\n<li>Consultants, Analysts &amp; Industry Advisors<\/li>\n<\/ul>\n<\/div>\n<div class=\"white_pad w_2col_col2\" style=\"background: #e0ffc7;\">\n<h2 style=\"margin-bottom: 24px;\">Why Attend the Sustainable Aviation Fuels Summit?<\/h2>\n<p>Unlock expert insights, forge strategic connections, and explore innovative solutions in biofuels. Stay ahead of market and regulatory trends while leveraging the synergy of attending alongside the Biofuels International Conference &amp; Expo and International Biogas Congress &amp; Expo.<\/p>\n<ul class=\"tickme light\">\n<li>Gain unparalleled access to expert insights and industry-leading knowledge<\/li>\n<li>Build strategic relationships with a diverse range of stakeholders<\/li>\n<li>Discover practical solutions and breakthrough technologies<\/li>\n<li>Stay ahead of market and regulatory shifts impacting global SAF and e-SAF adoption<\/li>\n<li>Access new business, investment, and offtake opportunities in the rapidly scaling SAF and e-SAF market<\/li>\n<li>Benefit from the synergy of being held alongside the Biofuels International Conference &amp; Expo and the International Biogas Congress &amp; Expo<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n<div class=\"full_width paralax_background\" style=\"background-size: cover;background-image:url(https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-content\/uploads\/sites\/2\/2025\/08\/about-biofuels-conference-1.jpg)\"><div class=\"paralax_content\"><div class=\"paralax_heading\">Don\u2019t Miss The Sustainable Aviation Fuels Summit 2026<\/div><div class=\"paralax_short\">Register now and secure your place at Final Call rates \u2013 available for a limited time only.<\/div><div class=\"paralax_button\"><a href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/choose-payment-method-saf\/\" target=\"_self\">Get Your Pass<\/a><\/div><\/div><\/div><\/div>","protected":false},"excerpt":{"rendered":"<p>Testimonials<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"tempate-2026-conference.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-3872","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Sustainable Aviation Fuels Summit 2026<\/title>\n<meta name=\"description\" content=\"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sustainable Aviation Fuels Summit 2026\" \/>\n<meta property=\"og:description\" content=\"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/\" \/>\n<meta property=\"og:site_name\" content=\"Sustainable Aviation Fuels Summit\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-23T16:33:03+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/\",\"url\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/\",\"name\":\"Sustainable Aviation Fuels Summit 2026\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/#website\"},\"datePublished\":\"2022-10-01T15:15:11+00:00\",\"dateModified\":\"2026-03-23T16:33:03+00:00\",\"description\":\"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/#website\",\"url\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/\",\"name\":\"Sustainable Aviation Fuels Summit\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/biofuels-news.com\\\/conference\\\/sustainableaviationfuels\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Sustainable Aviation Fuels Summit 2026","description":"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.","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:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","og_locale":"en_GB","og_type":"article","og_title":"Sustainable Aviation Fuels Summit 2026","og_description":"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.","og_url":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","og_site_name":"Sustainable Aviation Fuels Summit","article_modified_time":"2026-03-23T16:33:03+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","url":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","name":"Sustainable Aviation Fuels Summit 2026","isPartOf":{"@id":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/#website"},"datePublished":"2022-10-01T15:15:11+00:00","dateModified":"2026-03-23T16:33:03+00:00","description":"The Sustainable Aviation Fuels Summit 2026 is the premier European platform dedicated exclusively to the advancement of SAF.","breadcrumb":{"@id":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/#website","url":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/","name":"Sustainable Aviation Fuels Summit","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/pages\/3872","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/comments?post=3872"}],"version-history":[{"count":26,"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/pages\/3872\/revisions"}],"predecessor-version":[{"id":4473,"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/pages\/3872\/revisions\/4473"}],"wp:attachment":[{"href":"https:\/\/biofuels-news.com\/conference\/sustainableaviationfuels\/wp-json\/wp\/v2\/media?parent=3872"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}