{"id":30149,"date":"2026-02-06T19:02:32","date_gmt":"2026-02-06T18:02:32","guid":{"rendered":""},"modified":"2026-02-06T19:02:32","modified_gmt":"2026-02-06T18:02:32","slug":"dane-checker","status":"publish","type":"page","link":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/","title":{"rendered":"DANE Checker"},"content":{"rendered":"<style>\n    .fs-tools-nav { max-width: 900px; margin: 30px auto 0; padding: 0 20px; }\n    .fs-tools-nav-inner {\n        display: flex; flex-wrap: wrap; gap: 6px;\n        background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 10px; padding: 6px;\n    }\n    .fs-tools-nav a {\n        display: inline-flex; align-items: center; gap: 6px;\n        padding: 8px 16px; border-radius: 6px; font-size: 0.9em; font-weight: 500;\n        color: #555 !important; text-decoration: none !important; transition: all 0.2s;\n        white-space: nowrap;\n    }\n    .fs-tools-nav a:hover { background: #e2e8f0; color: #333 !important; }\n    .fs-tools-nav a.fs-tools-nav-active {\n        background: #197dc8; color: #fff !important; font-weight: 600;\n    }\n    .fs-tools-nav a.fs-tools-nav-active:hover { background: #1565a0; }\n    .fs-tools-nav a.fs-tools-nav-overview svg { width: 14px; height: 14px; flex-shrink: 0; }\n    @media (max-width: 600px) {\n        .fs-tools-nav-inner { gap: 4px; padding: 4px; }\n        .fs-tools-nav a { padding: 7px 10px; font-size: 0.82em; }\n    }\n    <\/style><nav class=\"fs-tools-nav\"><div class=\"fs-tools-nav-inner\"><a href=\"\/en\/tools\/\" class=\"fs-tools-nav-overview\"><svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M15 18l-6-6 6-6\"\/><\/svg>All Tools<\/a><a href=\"\/en\/tools\/whois-lookup\/\" class=\"\">WHOIS<\/a><a href=\"\/en\/tools\/dns-check\/\" class=\"\">Domain Check<\/a><a href=\"\/en\/tools\/dane-checker\/\" class=\"fs-tools-nav-active\">Mail Check<\/a><a href=\"\/en\/tools\/hosting-check\/\" class=\"\">Hosting Check<\/a><a href=\"\/en\/tools\/ssl-converter\/\" class=\"\">SSL Converter<\/a><a href=\"\/en\/tools\/dns-catcher\/\" class=\"\">DNS Catcher<\/a><\/div><\/nav>    <style>\n    .fs-mc-section { max-width: 900px; margin: 40px auto; padding: 0 20px; }\n    .fs-mc-search {\n        background: linear-gradient(135deg, #f8fafc 0%, #eef2ff 100%);\n        border: 1px solid #e2e8f0; border-radius: 16px;\n        padding: 48px 40px; margin-bottom: 32px; text-align: center;\n    }\n    .fs-mc-search h2 { font-size: 2em; margin-bottom: 8px; color: #1e293b; font-weight: 800; }\n    .fs-mc-search p { color: #64748b; margin-bottom: 28px; font-size: 1.1em; }\n    .fs-mc-form { display: flex; gap: 10px; max-width: 560px; margin: 0 auto; }\n    .fs-mc-form input[type=\"text\"] {\n        flex: 1; padding: 16px 20px; border: 2px solid #e2e8f0; border-radius: 10px;\n        background: #fff; color: #333; font-size: 1.05em; outline: none; transition: all 0.2s;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-mc-form input[type=\"text\"]:focus { border-color: #197dc8; box-shadow: 0 0 0 3px rgba(25,125,200,0.12); }\n    .fs-mc-form button {\n        padding: 16px 32px; background: #197dc8; color: #fff; border: none; border-radius: 10px;\n        font-size: 1.05em; font-weight: 700; cursor: pointer; transition: all 0.2s; white-space: nowrap;\n        box-shadow: 0 2px 8px rgba(25,125,200,0.25);\n    }\n    .fs-mc-form button:hover { background: #1565a0; transform: translateY(-1px); }\n\n    .fs-mc-error {\n        background: #fef2f2; border: 1px solid #fecaca; border-radius: 12px;\n        padding: 16px 20px; color: #dc2626; margin-bottom: 24px;\n    }\n    .fs-mc-score-header {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        padding: 20px 24px; margin-bottom: 24px; display: flex; justify-content: space-between; align-items: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-mc-score-header h3 { font-size: 1.3em; color: #1e293b; margin: 0; font-weight: 700; }\n    .fs-mc-score-badge {\n        display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px;\n        border-radius: 20px; font-weight: 700; font-size: 1.15em;\n    }\n    .fs-mc-score-low { background: rgba(239,68,68,0.1); color: #dc2626; }\n    .fs-mc-score-mid { background: rgba(234,179,8,0.1); color: #b45309; }\n    .fs-mc-score-high { background: rgba(34,197,94,0.1); color: #16a34a; }\n\n    .fs-mc-block {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        overflow: hidden; margin-bottom: 20px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-mc-block-header {\n        padding: 16px 24px; background: #f8fafc; border-bottom: 1px solid #e2e8f0;\n    }\n    .fs-mc-block-header h4 { margin: 0 0 2px; font-size: 1.05em; color: #1e293b; font-weight: 700; }\n    .fs-mc-block-header small { color: #94a3b8; font-size: 0.85em; font-weight: 400; }\n\n    .fs-mc-check {\n        padding: 14px 24px; border-bottom: 1px solid #f1f5f9;\n        display: flex; align-items: flex-start; gap: 12px;\n    }\n    .fs-mc-check:last-child { border-bottom: none; }\n    .fs-mc-icon-ok { color: #16a34a; font-size: 1.3em; font-weight: 700; line-height: 1; flex-shrink: 0; }\n    .fs-mc-icon-fail { color: #dc2626; font-size: 1.3em; font-weight: 700; line-height: 1; flex-shrink: 0; }\n    .fs-mc-icon-warn { color: #b45309; font-size: 1.3em; font-weight: 700; line-height: 1; flex-shrink: 0; }\n    .fs-mc-content { flex: 1; min-width: 0; }\n    .fs-mc-label { font-weight: 700; color: #1e293b; }\n    .fs-mc-hint { font-size: 0.82em; color: #94a3b8; font-weight: 400; margin-left: 6px; }\n    .fs-mc-detail { color: #475569; font-size: 0.9em; margin-top: 3px; }\n    .fs-mc-record {\n        margin-top: 6px; padding: 8px 12px; background: #f8fafc; border: 1px solid #e2e8f0;\n        border-radius: 6px; font-family: 'Courier New', monospace; font-size: 0.83em;\n        color: #197dc8; overflow-x: auto; word-break: break-all;\n    }\n    .fs-mc-ok { color: #16a34a; font-weight: 600; }\n    .fs-mc-fail { color: #dc2626; font-weight: 600; }\n    .fs-mc-warn { color: #b45309; font-weight: 600; }\n\n    .fs-mc-mx-sub {\n        margin-top: 12px; padding: 12px 16px; background: #f8fafc; border: 1px solid #e2e8f0;\n        border-radius: 8px;\n    }\n    .fs-mc-mx-sub-host { font-weight: 600; color: #1e293b; font-size: 0.95em; margin-bottom: 8px; }\n    .fs-mc-mx-row { display: flex; gap: 8px; align-items: baseline; padding: 4px 0; font-size: 0.88em; }\n    .fs-mc-mx-row-label { color: #64748b; min-width: 100px; flex-shrink: 0; }\n    .fs-mc-mx-row-value { color: #475569; }\n\n    .fs-mc-promo {\n        margin-top: 20px; padding: 20px 24px; background: #f0f9ff; border: 1px solid #bae6fd;\n        border-radius: 12px; text-align: center; color: #555; font-size: 0.95em; line-height: 1.6;\n    }\n    .fs-mc-promo a { color: #197dc8; font-weight: 600; text-decoration: none; }\n\n    .fs-mc-seo {\n        margin-top: 48px; padding: 40px; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 16px;\n    }\n    .fs-mc-seo h3 { color: #1e293b; font-size: 1.4em; font-weight: 800; margin-bottom: 16px; }\n    .fs-mc-seo h4 { color: #334155; font-size: 1.1em; font-weight: 700; margin: 28px 0 10px; }\n    .fs-mc-seo p { color: #475569; line-height: 1.8; margin-bottom: 12px; font-size: 0.98em; }\n\n    .fs-mc-info {\n        margin-top: 8px; padding: 32px; background: #fff; border: 1px solid #e2e8f0;\n        border-radius: 16px; box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-mc-info h3 { color: #1e293b; margin-bottom: 12px; font-weight: 700; }\n    .fs-mc-info p { color: #475569; line-height: 1.7; }\n\n    \/* Status Chain Diagram *\/\n    .fs-mc-chain {\n        background: #fff; border: 1px solid #e2e8f0; border-radius: 16px;\n        padding: 32px 24px; margin-bottom: 24px; text-align: center;\n        box-shadow: 0 1px 3px rgba(0,0,0,0.04);\n    }\n    .fs-mc-chain-row {\n        display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: nowrap;\n    }\n    .fs-mc-chain-node {\n        display: flex; flex-direction: column; align-items: center; gap: 8px; min-width: 80px;\n    }\n    .fs-mc-chain-icon {\n        width: 52px; height: 52px; border-radius: 50%;\n        display: flex; align-items: center; justify-content: center;\n        font-size: 22px; border: 3px solid;\n    }\n    .fs-mc-chain-icon-ok { background: rgba(22,163,74,0.08); border-color: #16a34a; color: #16a34a; }\n    .fs-mc-chain-icon-warn { background: rgba(239,68,68,0.08); border-color: #dc2626; color: #dc2626; }\n    .fs-mc-chain-icon-none { background: rgba(100,116,139,0.08); border-color: #94a3b8; color: #94a3b8; }\n    .fs-mc-chain-label { font-size: 0.75em; font-weight: 600; color: #333; text-align: center; line-height: 1.3; max-width: 80px; }\n    .fs-mc-chain-sublabel { font-size: 0.68em; font-weight: 400; color: #888; margin-top: -4px; min-height: 1.3em; }\n    .fs-mc-chain-arrow { display: flex; align-items: center; margin: 0 -2px; margin-bottom: 28px; }\n    .fs-mc-chain-arrow-line { width: 24px; height: 3px; }\n    .fs-mc-chain-arrow-head { width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; }\n    .fs-mc-chain-arrow-ok .fs-mc-chain-arrow-line { background: #16a34a; }\n    .fs-mc-chain-arrow-ok .fs-mc-chain-arrow-head { border-left: 9px solid #16a34a; }\n    .fs-mc-chain-arrow-warn .fs-mc-chain-arrow-line { background: #dc2626; }\n    .fs-mc-chain-arrow-warn .fs-mc-chain-arrow-head { border-left: 9px solid #dc2626; }\n    .fs-mc-chain-arrow-none .fs-mc-chain-arrow-line { background: #cbd5e1; }\n    .fs-mc-chain-arrow-none .fs-mc-chain-arrow-head { border-left: 9px solid #cbd5e1; }\n\n    @media (max-width: 600px) {\n        .fs-mc-chain { padding: 20px 8px; }\n        .fs-mc-chain-node { min-width: 52px; }\n        .fs-mc-chain-icon { width: 38px; height: 38px; font-size: 16px; border-width: 2px; }\n        .fs-mc-chain-label { font-size: 0.62em; max-width: 55px; }\n        .fs-mc-chain-sublabel { font-size: 0.56em; }\n        .fs-mc-chain-arrow-line { width: 12px; }\n        .fs-mc-chain-arrow-head { border-top-width: 4px; border-bottom-width: 4px; }\n        .fs-mc-chain-arrow-ok .fs-mc-chain-arrow-head,\n        .fs-mc-chain-arrow-warn .fs-mc-chain-arrow-head,\n        .fs-mc-chain-arrow-none .fs-mc-chain-arrow-head { border-left-width: 6px; }\n    }\n\n    @media (max-width: 600px) {\n        .fs-mc-form { flex-direction: column; }\n        .fs-mc-form button { width: 100%; }\n        .fs-mc-search { padding: 28px 16px; }\n        .fs-mc-search h2 { font-size: 1.5em; }\n        .fs-mc-check { padding: 12px 16px; }\n        .fs-mc-score-header { flex-direction: column; gap: 10px; padding: 16px; }\n        .fs-mc-mx-row { flex-direction: column; gap: 2px; }\n        .fs-mc-seo { padding: 24px 16px; }\n    }\n    <\/style>\n\n    <div class=\"fs-mc-section\">\n        <div class=\"fs-mc-search\">\n            <h2>Is your email secure?<\/h2>\n            <p>Complete email security check: sender protection, encryption and DNS security<\/p>\n            <form class=\"fs-mc-form\" method=\"get\">\n                <input type=\"text\" name=\"domain\" placeholder=\"Enter domain, e.g. firestorm.ch\" value=\"\" autofocus>\n                <button type=\"submit\">Check<\/button>\n            <\/form>\n        <\/div>\n\n    \n            <div class=\"fs-mc-info\">\n            <h3>What does the Mail Check verify?<\/h3>\n            <p>Our free Mail Check analyzes the complete email security of your domain. You get a comprehensive overview of three important areas: sender protection, transport encryption and DNS security.<\/p>\n        <\/div>\n    \n        <!-- SEO Content -->\n        <div class=\"fs-mc-seo\">\n            <h3>What does the Mail Check verify?<\/h3>\n            <p>Our free Mail Check analyzes the complete email security of your domain. You get a comprehensive overview of three important areas: sender protection, transport encryption and DNS security.<\/p>\n            <h4>Sender Protection: SPF, DMARC and DKIM<\/h4>\n            <p><strong>SPF<\/strong> (Sender Policy Framework) specifies which mail servers are allowed to send emails for your domain. <strong>DMARC<\/strong> (Domain-based Message Authentication) determines what happens with emails that fail this check. <strong>DKIM<\/strong> (DomainKeys Identified Mail) adds a digital signature that proves the email really came from you.<\/p>\n            <h4>Transport Encryption: STARTTLS and TLS<\/h4>\n            <p>When a mail server sends an email to another, the connection should be encrypted. <strong>STARTTLS<\/strong> activates encryption, and <strong>TLS 1.2+<\/strong> ensures secure encryption. Our tool checks each mail server individually and also shows the certificate being used.<\/p>\n            <h4>DNS Security: DNSSEC and DANE<\/h4>\n            <p><strong>DNSSEC<\/strong> protects DNS records from manipulation. <strong>DANE<\/strong> goes one step further and links TLS certificates with DNS records (TLSA records). This ensures your mail server uses the correct certificate \u2014 verified via DNSSEC.<\/p>\n        <\/div>\n    <\/div>\n    \n","protected":false},"excerpt":{"rendered":"All ToolsWHOISDomain CheckMail CheckHosting CheckSSL ConverterDNS Catcher Is your email secure? Complete email security check: sender protection, encryption and DNS security Check What does the Mail Check verify? Our free Mail Check analyzes the complete email security of your domain. You get a comprehensive overview of three important areas: sender protection, transport encryption and DNS [...]","protected":false},"author":1,"featured_media":0,"parent":30146,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_relevanssi_hide_post":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"","_relevanssi_noindex_reason":"","footnotes":""},"class_list":["post-30149","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.1 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>DANE Checker - FireStorm ISP<\/title>\n<meta name=\"description\" content=\"DANE Checker: Verify if your domain has DANE\/TLSA correctly configured. Free online tool by FireStorm.\" \/>\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.firestorm.ch\/en\/tools\/dane-checker\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DANE Checker\" \/>\n<meta property=\"og:description\" content=\"DANE Checker: Verify if your domain has DANE\/TLSA correctly configured. Free online tool by FireStorm.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/\" \/>\n<meta property=\"og:site_name\" content=\"FireStorm ISP\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/firestorm.ch\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/dane-checker\\\/\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/dane-checker\\\/\",\"name\":\"DANE Checker - FireStorm ISP\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#website\"},\"datePublished\":\"2026-02-06T18:02:32+00:00\",\"description\":\"DANE Checker: Verify if your domain has DANE\\\/TLSA correctly configured. Free online tool by FireStorm.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/dane-checker\\\/#breadcrumb\"},\"inLanguage\":\"en-CH\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/dane-checker\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/dane-checker\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Startseite\",\"item\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tools\",\"item\":\"https:\\\/\\\/www.firestorm.ch\\\/en\\\/tools\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"DANE Checker\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#website\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/\",\"name\":\"FireStorm\",\"description\":\"Webhosting, Domainnamen, Server, Mailserver und Hosting mit Homepagebaukasten und Free SSL Zertifikat\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.firestorm.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-CH\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#organization\",\"name\":\"FireStorm\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-CH\",\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.firestorm.ch\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/FireStormLogo.png\",\"contentUrl\":\"https:\\\/\\\/www.firestorm.ch\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/FireStormLogo.png\",\"width\":589,\"height\":60,\"caption\":\"FireStorm\"},\"image\":{\"@id\":\"https:\\\/\\\/www.firestorm.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/firestorm.ch\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"DANE Checker - FireStorm ISP","description":"DANE Checker: Verify if your domain has DANE\/TLSA correctly configured. Free online tool by FireStorm.","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.firestorm.ch\/en\/tools\/dane-checker\/","og_locale":"en_US","og_type":"article","og_title":"DANE Checker","og_description":"DANE Checker: Verify if your domain has DANE\/TLSA correctly configured. Free online tool by FireStorm.","og_url":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/","og_site_name":"FireStorm ISP","article_publisher":"https:\/\/www.facebook.com\/firestorm.ch\/","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/","url":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/","name":"DANE Checker - FireStorm ISP","isPartOf":{"@id":"https:\/\/www.firestorm.ch\/#website"},"datePublished":"2026-02-06T18:02:32+00:00","description":"DANE Checker: Verify if your domain has DANE\/TLSA correctly configured. Free online tool by FireStorm.","breadcrumb":{"@id":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/#breadcrumb"},"inLanguage":"en-CH","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.firestorm.ch\/en\/tools\/dane-checker\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Startseite","item":"https:\/\/www.firestorm.ch\/en\/"},{"@type":"ListItem","position":2,"name":"Tools","item":"https:\/\/www.firestorm.ch\/en\/tools\/"},{"@type":"ListItem","position":3,"name":"DANE Checker"}]},{"@type":"WebSite","@id":"https:\/\/www.firestorm.ch\/#website","url":"https:\/\/www.firestorm.ch\/","name":"FireStorm","description":"Webhosting, Domainnamen, Server, Mailserver und Hosting mit Homepagebaukasten und Free SSL Zertifikat","publisher":{"@id":"https:\/\/www.firestorm.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.firestorm.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-CH"},{"@type":"Organization","@id":"https:\/\/www.firestorm.ch\/#organization","name":"FireStorm","url":"https:\/\/www.firestorm.ch\/","logo":{"@type":"ImageObject","inLanguage":"en-CH","@id":"https:\/\/www.firestorm.ch\/#\/schema\/logo\/image\/","url":"https:\/\/www.firestorm.ch\/wp-content\/uploads\/2026\/03\/FireStormLogo.png","contentUrl":"https:\/\/www.firestorm.ch\/wp-content\/uploads\/2026\/03\/FireStormLogo.png","width":589,"height":60,"caption":"FireStorm"},"image":{"@id":"https:\/\/www.firestorm.ch\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/firestorm.ch\/"]}]}},"rttpg_featured_image_url":null,"rttpg_author":{"display_name":"FireStorm","author_link":"https:\/\/www.firestorm.ch\/en\/news\/author\/webkoenig\/"},"rttpg_comment":0,"rttpg_category":false,"rttpg_excerpt":null,"_links":{"self":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30149","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/comments?post=30149"}],"version-history":[{"count":0,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30149\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/pages\/30146"}],"wp:attachment":[{"href":"https:\/\/www.firestorm.ch\/en\/wp-json\/wp\/v2\/media?parent=30149"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}