{"id":210,"date":"2026-04-21T08:34:34","date_gmt":"2026-04-21T08:34:34","guid":{"rendered":"https:\/\/avdx.nl\/?page_id=210"},"modified":"2026-04-21T09:20:49","modified_gmt":"2026-04-21T09:20:49","slug":"avdx-2","status":"publish","type":"page","link":"https:\/\/avdx.nl\/?page_id=210","title":{"rendered":"AVDX"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>AVDX &#8211; Vision, Voice, and Logic<\/title>\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;700;900&#038;display=swap\">\n    <link rel=\"stylesheet\" href=\"https:\/\/fonts.googleapis.com\/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0\">\n    <style>\n        :root {\n            --bg-color: #000000;\n            --surface-color: #121314;\n            --surface-light: #1e1f20;\n            --surface-border: rgba(255, 255, 255, 0.08);\n            --primary: #bc13fe;\n            --secondary: #4158d0;\n            --text-main: #ffffff;\n            --text-muted: #888888;\n        }\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Inter', sans-serif;\n        }\n\n        body {\n            background-color: var(--bg-color);\n            color: var(--text-main);\n            line-height: 1.6;\n            overflow-x: hidden;\n        }\n\n        \/* --- Navigation --- *\/\n        nav {\n            position: fixed;\n            top: 0;\n            width: 100%;\n            background: rgba(0, 0, 0, 0.85);\n            backdrop-filter: blur(12px);\n            border-bottom: 1px solid var(--surface-border);\n            z-index: 1000;\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            padding: 15px 5%;\n            transition: all 0.3s ease;\n        }\n\n        .logo {\n            font-size: 1.8rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            color: var(--text-main);\n            text-decoration: none;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .logo-dot {\n            width: 8px;\n            height: 8px;\n            background: var(--primary);\n            border-radius: 50%;\n            box-shadow: 0 0 10px var(--primary);\n        }\n\n        .nav-links {\n            display: flex;\n            gap: 30px;\n            align-items: center;\n        }\n\n        .nav-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            font-size: 0.9rem;\n            font-weight: 500;\n            transition: color 0.3s ease;\n        }\n\n        .nav-links a:hover, .nav-links a.active {\n            color: var(--text-main);\n        }\n\n        .btn-launch {\n            background: linear-gradient(135deg, var(--primary), var(--secondary));\n            color: #fff !important;\n            padding: 8px 24px;\n            border-radius: 30px;\n            text-decoration: none;\n            font-weight: 600;\n            font-size: 0.9rem;\n            transition: transform 0.2s, box-shadow 0.2s;\n        }\n\n        .btn-launch:hover {\n            transform: scale(1.05);\n            box-shadow: 0 4px 20px rgba(188, 19, 254, 0.4);\n        }\n\n        \/* \u0632\u0631 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0644\u0644\u0645\u0648\u0628\u0627\u064a\u0644 - \u0645\u062e\u0641\u064a \u0639\u0644\u0649 \u0627\u0644\u0634\u0627\u0634\u0627\u062a \u0627\u0644\u0643\u0628\u064a\u0631\u0629 *\/\n        .mobile-menu-btn {\n            display: none;\n            color: var(--text-main);\n            cursor: pointer;\n        }\n        .mobile-menu-btn span {\n            font-size: 2rem;\n        }\n\n        \/* --- Hero Section (Side by Side Layout) --- *\/\n        .hero {\n            padding: 120px 5% 40px; \n            display: flex;\n            flex-direction: row;\n            align-items: center;\n            justify-content: space-between;\n            gap: 50px;\n            max-width: 1400px;\n            margin-left: auto;\n            margin-right: auto;\n        }\n\n        .hero-content {\n            flex: 1;\n            max-width: 600px;\n            text-align: left;\n        }\n\n        .hero-content h1 {\n            font-size: clamp(2rem, 4vw, 3.2rem);\n            font-weight: 900;\n            letter-spacing: -1px;\n            line-height: 1.2;\n            margin-bottom: 24px;\n        }\n\n        .text-gradient {\n            background: linear-gradient(to right, #fff, #888);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n        }\n\n        .hero-content p {\n            font-size: 1.15rem;\n            color: var(--text-muted);\n            margin-bottom: 40px;\n            line-height: 1.7;\n        }\n\n        .hero-image-container {\n            flex: 1;\n            display: flex;\n            justify-content: flex-end;\n            position: relative;\n        }\n\n        .hero-image-container img {\n            width: 100%;\n            max-width: 650px;\n            height: auto;\n            border-radius: 16px;\n            box-shadow: 0 20px 50px rgba(188, 19, 254, 0.15);\n            border: 1px solid rgba(255, 255, 255, 0.05);\n            object-fit: cover;\n        }\n\n        \/* --- Capabilities Grid --- *\/\n        .capabilities {\n            padding: 80px 5% 100px;\n            max-width: 1200px;\n            margin: 0 auto;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .section-title {\n            font-size: 2.5rem;\n            font-weight: 900;\n            letter-spacing: -1px;\n            margin-bottom: 15px;\n        }\n\n        .section-subtitle {\n            color: var(--text-muted);\n            font-size: 1.1rem;\n        }\n\n        .grid-4 {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 24px;\n        }\n\n        .feature-card {\n            background: var(--surface-color);\n            border: 1px solid var(--surface-border);\n            border-radius: 20px;\n            padding: 32px 24px;\n            transition: all 0.3s ease;\n        }\n\n        .feature-card:hover {\n            transform: translateY(-5px);\n            border-color: var(--primary);\n            background: var(--surface-light);\n        }\n\n        .feature-icon {\n            width: 50px;\n            height: 50px;\n            border-radius: 12px;\n            background: rgba(188, 19, 254, 0.1);\n            color: var(--primary);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 20px;\n        }\n\n        .feature-icon .material-symbols-outlined {\n            font-size: 1.8rem;\n        }\n\n        .feature-card h3 {\n            font-size: 1.2rem;\n            margin-bottom: 12px;\n            font-weight: 700;\n        }\n\n        .feature-card p {\n            color: var(--text-muted);\n            font-size: 0.95rem;\n            line-height: 1.5;\n        }\n\n        \/* --- Comparison Section (AVDX vs Big Tech) --- *\/\n        .comparison {\n            background: #080808;\n            padding: 100px 5%;\n            border-top: 1px solid var(--surface-border);\n            border-bottom: 1px solid var(--surface-border);\n        }\n\n        .comp-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 30px;\n        }\n\n        .comp-col {\n            background: var(--surface-color);\n            padding: 40px;\n            border-radius: 24px;\n            border: 1px solid var(--surface-border);\n        }\n\n        .comp-col.avdx-col {\n            border: 2px solid var(--primary);\n            box-shadow: 0 10px 40px rgba(188, 19, 254, 0.1);\n            background: linear-gradient(180deg, var(--surface-light) 0%, var(--surface-color) 100%);\n            position: relative;\n        }\n\n        .comp-col h3 {\n            font-size: 1.5rem;\n            margin-bottom: 24px;\n            display: flex;\n            align-items: center;\n            gap: 10px;\n        }\n\n        .avdx-col h3 {\n            color: var(--primary);\n        }\n\n        .comp-list {\n            list-style: none;\n        }\n\n        .comp-list li {\n            margin-bottom: 16px;\n            display: flex;\n            align-items: flex-start;\n            gap: 12px;\n            font-size: 0.95rem;\n            color: var(--text-muted);\n        }\n\n        .avdx-col .comp-list li {\n            color: var(--text-main);\n        }\n\n        .comp-list .material-symbols-outlined {\n            font-size: 1.2rem;\n            flex-shrink: 0;\n        }\n\n        .bad-icon { color: #ff4d4d; }\n        .good-icon { color: var(--primary); }\n\n        \/* --- Trust & Privacy --- *\/\n        .trust-section {\n            padding: 100px 5%;\n            max-width: 1000px;\n            margin: 0 auto;\n            text-align: center;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(3, 1fr);\n            gap: 30px;\n            margin-top: 50px;\n        }\n\n        .stat-box {\n            padding: 30px;\n            background: var(--surface-color);\n            border-radius: 20px;\n            border: 1px solid var(--surface-border);\n        }\n\n        .stat-num {\n            font-size: 3rem;\n            font-weight: 900;\n            color: var(--primary);\n            margin-bottom: 10px;\n            line-height: 1;\n        }\n\n        .stat-label {\n            font-size: 0.9rem;\n            color: var(--text-muted);\n            font-weight: 500;\n        }\n\n        \/* --- Footer --- *\/\n        footer {\n            background: var(--surface-color);\n            border-top: 1px solid var(--surface-border);\n            padding: 40px 5%;\n            text-align: center;\n            color: var(--text-muted);\n            font-size: 0.85rem;\n        }\n\n        .footer-links {\n            display: flex;\n            justify-content: center;\n            gap: 20px;\n            margin-bottom: 20px;\n            flex-wrap: wrap;\n        }\n\n        .footer-links a {\n            color: var(--text-muted);\n            text-decoration: none;\n            transition: color 0.2s;\n        }\n\n        .footer-links a:hover {\n            color: var(--text-main);\n        }\n\n        @media (max-width: 992px) {\n            .hero {\n                flex-direction: column;\n                text-align: center;\n                gap: 40px;\n                padding-top: 100px;\n            }\n            .hero-content {\n                text-align: center;\n            }\n            .hero-image-container {\n                justify-content: center;\n                width: 100%;\n            }\n        }\n\n        @media (max-width: 768px) {\n            .mobile-menu-btn {\n                display: block;\n            }\n            .nav-links {\n                display: none;\n                flex-direction: column;\n                position: absolute;\n                top: 100%;\n                left: 0;\n                width: 100%;\n                background: rgba(18, 19, 20, 0.98);\n                padding: 20px 0;\n                border-bottom: 1px solid var(--surface-border);\n                box-shadow: 0 10px 30px rgba(0,0,0,0.5);\n            }\n            .nav-links.active {\n                display: flex;\n            }\n            .nav-links a {\n                font-size: 1.1rem;\n            }\n            .comp-container { grid-template-columns: 1fr; }\n            .stats-grid { grid-template-columns: 1fr; }\n            .hero-content h1 { font-size: 2.5rem; }\n        }\n    <\/style>\n<\/head>\n<body>\n\n    <nav id=\"navbar\">\n        <a href=\"https:\/\/avdx.nl\/\" class=\"logo\">\n            <div class=\"logo-dot\"><\/div> AVDX\n        <\/a>\n        \n        <div class=\"mobile-menu-btn\" id=\"mobile-menu-btn\">\n            <span class=\"material-symbols-outlined\">menu<\/span>\n        <\/div>\n\n        <div class=\"nav-links\" id=\"nav-links\">\n            <a href=\"https:\/\/avdx.nl\/?page_id=210\" class=\"active\">Discover AVDX<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=115\">Terms &#038; Privacy<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=159\">Imprint<\/a>\n            <a href=\"https:\/\/avdx.nl\/\" class=\"btn-launch\">Talk to AVDX<\/a>\n        <\/div>\n    <\/nav>\n\n    <section class=\"hero\">\n        <div class=\"hero-content\">\n            <h1><span class=\"text-gradient\">Vision, Voice, and Logic.<\/span> Without Compromise.<\/h1>\n            <p>Experience the ultimate ethical AI OS. Upload documents, generate cinematic videos, and execute code in an ecosystem where your privacy is guaranteed.<\/p>\n            <a href=\"https:\/\/avdx.nl\/\" class=\"btn-launch\" style=\"display: inline-block; padding: 12px 30px; font-size: 1.05rem;\">Talk to AVDX<\/a>\n        <\/div>\n        <div class=\"hero-image-container\">\n            <img decoding=\"async\" src=\"https:\/\/avdx.nl\/wp-content\/uploads\/2026\/04\/AVDX_00006_.png\" alt=\"AVDX Future Interface\" onerror=\"this.style.display='none';\">\n        <\/div>\n    <\/section>\n\n    <section class=\"capabilities\">\n        <div class=\"section-header\">\n            <h2 class=\"section-title text-gradient\">Unmatched Technical Capabilities<\/h2>\n            <p class=\"section-subtitle\">Power that rivals Big Tech, ethics that don&#8217;t. A complete creative studio.<\/p>\n        <\/div>\n        <div class=\"grid-4\">\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\"><span class=\"material-symbols-outlined\">movie_creation<\/span><\/div>\n                <h3>Cinematic Video Generation<\/h3>\n                <p>Transform static images or text prompts into high-fidelity, cinematic videos in seconds using our advanced engine.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\"><span class=\"material-symbols-outlined\">analytics<\/span><\/div>\n                <h3>Deep Document Analysis<\/h3>\n                <p>From PDFs to Word docs and CSVs. Upload entire libraries and get instant analysis, extraction, and visualizations.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\"><span class=\"material-symbols-outlined\">terminal<\/span><\/div>\n                <h3>Interactive Code Artifacts<\/h3>\n                <p>Generate functional UI\/UX, dashboards, and live code environments directly within your conversation.<\/p>\n            <\/div>\n            <div class=\"feature-card\">\n                <div class=\"feature-icon\"><span class=\"material-symbols-outlined\">lock<\/span><\/div>\n                <h3>Incognito &#038; Privacy<\/h3>\n                <p>Chat without saving history. Your data is encrypted, processed locally where possible, and never used for training.<\/p>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"comparison\">\n        <div class=\"section-header\">\n            <h2 class=\"section-title text-gradient\">AVDX vs. Big Tech AI<\/h2>\n            <p class=\"section-subtitle\">See why creators are choosing ethics over exploitation.<\/p>\n        <\/div>\n        <div class=\"comp-container\">\n            <div class=\"comp-col\">\n                <h3><span class=\"material-symbols-outlined bad-icon\">domain<\/span> Big Tech AI<\/h3>\n                <ul class=\"comp-list\">\n                    <li><span class=\"material-symbols-outlined bad-icon\">close<\/span> Trains models on your private data &#038; files.<\/li>\n                    <li><span class=\"material-symbols-outlined bad-icon\">close<\/span> Profits from your behavioral tracking.<\/li>\n                    <li><span class=\"material-symbols-outlined bad-icon\">close<\/span> Fragmented tools (separate apps for video, image, text).<\/li>\n                    <li><span class=\"material-symbols-outlined bad-icon\">close<\/span> Unclear data sovereignty and GDPR loopholes.<\/li>\n                <\/ul>\n            <\/div>\n            <div class=\"comp-col avdx-col\">\n                <h3><span class=\"material-symbols-outlined good-icon\">shield_lock<\/span> AVDX AI<\/h3>\n                <ul class=\"comp-list\">\n                    <li><span class=\"material-symbols-outlined good-icon\">check<\/span> Your data stays yours, always encrypted (AES-256).<\/li>\n                    <li><span class=\"material-symbols-outlined good-icon\">check<\/span> Zero behavioral tracking. 0% data sold.<\/li>\n                    <li><span class=\"material-symbols-outlined good-icon\">check<\/span> All-in-one ecosystem (Vision, Voice, Video, Logic).<\/li>\n                    <li><span class=\"material-symbols-outlined good-icon\">check<\/span> Hosted in the EU. 100% strict GDPR compliance.<\/li>\n                <\/ul>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <section class=\"trust-section\">\n        <h2 class=\"section-title text-gradient\">Trust Built on Transparency<\/h2>\n        <p class=\"section-subtitle\" style=\"max-width: 700px; margin: 0 auto;\">We don&#8217;t just claim to be ethical\u2014we prove it. AVDX is forging new standards, built on strict European privacy laws, and designed to protect the user above all else.<\/p>\n        \n        <div class=\"stats-grid\">\n            <div class=\"stat-box\">\n                <div class=\"stat-num\">0%<\/div>\n                <div class=\"stat-label\">Data Sold or Shared<\/div>\n            <\/div>\n            <div class=\"stat-box\">\n                <div class=\"stat-num\">256-bit<\/div>\n                <div class=\"stat-label\">AES-GCM Encryption<\/div>\n            <\/div>\n            <div class=\"stat-box\">\n                <div class=\"stat-num\">100%<\/div>\n                <div class=\"stat-label\">EU Data Sovereignty<\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <footer>\n        <div class=\"footer-links\">\n            <a href=\"https:\/\/avdx.nl\/\">AVDX App<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=115\">Terms &#038; Privacy Policy<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=158\">Policy (EU)<\/a>\n            <a href=\"https:\/\/avdx.nl\/?page_id=159\">Imprint<\/a>\n        <\/div>\n        <p>&copy; 2026 AVDX. Forged in Groningen, Netherlands. All rights reserved.<\/p>\n    <\/footer>\n\n    <script>\n        \/\/ \u062a\u0623\u062b\u064a\u0631 \u0627\u0644\u062a\u0645\u0631\u064a\u0631 \u0644\u0644\u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0639\u0644\u0648\u064a\u0629\n        window.addEventListener('scroll', () => {\n            const nav = document.getElementById('navbar');\n            if (window.scrollY > 50) {\n                nav.style.background = 'rgba(18, 19, 20, 0.95)';\n                nav.style.boxShadow = '0 4px 30px rgba(0, 0, 0, 0.5)';\n            } else {\n                nav.style.background = 'rgba(0, 0, 0, 0.85)';\n                nav.style.boxShadow = 'none';\n            }\n        });\n\n        \/\/ \u0633\u0643\u0631\u0628\u062a \u0642\u0627\u0626\u0645\u0629 \u0627\u0644\u0645\u0648\u0628\u0627\u064a\u0644\n        const mobileBtn = document.getElementById('mobile-menu-btn');\n        const navLinks = document.getElementById('nav-links');\n        const iconSpan = mobileBtn.querySelector('span');\n\n        mobileBtn.addEventListener('click', () => {\n            navLinks.classList.toggle('active');\n            \/\/ \u062a\u063a\u064a\u064a\u0631 \u0627\u0644\u0623\u064a\u0642\u0648\u0646\u0629 \u0628\u064a\u0646 \u0627\u0644\u0642\u0627\u0626\u0645\u0629 \u0648\u0627\u0644\u0627\u063a\u0644\u0627\u0642\n            if (navLinks.classList.contains('active')) {\n                iconSpan.textContent = 'close';\n            } else {\n                iconSpan.textContent = 'menu';\n            }\n        });\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>AVDX &#8211; Vision, Voice, and Logic AVDX menu Discover AVDX Terms &#038; Privacy Policy (EU) Imprint Talk to AVDX Vision, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-210","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/210","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=210"}],"version-history":[{"count":12,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/210\/revisions"}],"predecessor-version":[{"id":225,"href":"https:\/\/avdx.nl\/index.php?rest_route=\/wp\/v2\/pages\/210\/revisions\/225"}],"wp:attachment":[{"href":"https:\/\/avdx.nl\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=210"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}