{"id":7146,"date":"2025-09-18T13:55:01","date_gmt":"2025-09-18T11:55:01","guid":{"rendered":"https:\/\/circulartree.com\/?page_id=7146"},"modified":"2025-09-30T12:00:42","modified_gmt":"2025-09-30T10:00:42","slug":"pact-standard-implementierung","status":"publish","type":"page","link":"https:\/\/circulartree.com\/de\/pact-standard-implementierung\/","title":{"rendered":"Landing Page PACT im Maschinenbau"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"de\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>PACT Standard Implementierung: Komplettl\u00f6sung f\u00fcr Maschinenbauer | CircularTree<\/title>\n    <meta name=\"description\" content=\"PACT Standard Implementierung f\u00fcr deutsche Maschinenbauer. Reduzieren Sie CO2-Berichterstattungskosten um 80% durch automatisierte Carbon Footprint Transparenz.\">\n    <meta name=\"keywords\" content=\"PACT Standard, CO2 Bilanzierung Maschinenbau, Scope 3 Emissionen, CSRD Compliance, Carbon Footprint, Nachhaltigkeit Maschinenbau\">\n    <meta name=\"author\" content=\"CircularTree\">\n    <meta name=\"robots\" content=\"index, follow\">\n    \n    <!-- Open Graph \/ Facebook -->\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https:\/\/circulartree.de\/pact-standard-implementierung\">\n    <meta property=\"og:title\" content=\"PACT Standard Implementierung f\u00fcr Maschinenbauer\">\n    <meta property=\"og:description\" content=\"Reduzieren Sie CO2-Berichterstattungskosten um 80% durch automatisierte PACT Standard Implementierung\">\n    \n    <!-- Twitter -->\n    <meta property=\"twitter:card\" content=\"summary_large_image\">\n    <meta property=\"twitter:url\" content=\"https:\/\/circulartree.de\/pact-standard-implementierung\">\n    <meta property=\"twitter:title\" content=\"PACT Standard Implementierung f\u00fcr Maschinenbauer\">\n    <meta property=\"twitter:description\" content=\"Reduzieren Sie CO2-Berichterstattungskosten um 80% durch automatisierte PACT Standard Implementierung\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;\n            line-height: 1.6;\n            color: #1a1a1a;\n            background: linear-gradient(135deg, #0f4c75 0%, #3282b8 100%);\n        }\n\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Hero Section *\/\n        .hero {\n            min-height: 100vh;\n            display: flex;\n            align-items: center;\n            color: white;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .hero::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            right: 0;\n            bottom: 0;\n            background: rgba(0,0,0,0.3);\n        }\n\n        .hero-content {\n            position: relative;\n            z-index: 2;\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 60px;\n            align-items: center;\n        }\n\n        .hero-text h1 {\n            font-size: 3.5rem;\n            font-weight: 800;\n            margin-bottom: 24px;\n            line-height: 1.1;\n            background: linear-gradient(45deg, #fff, #bbe1fa);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .hero-subtitle {\n            font-size: 1.3rem;\n            margin-bottom: 32px;\n            opacity: 0.95;\n            font-weight: 300;\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(2, 1fr);\n            gap: 24px;\n            margin-bottom: 40px;\n        }\n\n        .stat-item {\n            background: rgba(255,255,255,0.1);\n            padding: 20px;\n            border-radius: 12px;\n            backdrop-filter: blur(10px);\n            border: 1px solid rgba(255,255,255,0.2);\n        }\n\n        .stat-number {\n            font-size: 2.5rem;\n            font-weight: 800;\n            color: #bbe1fa;\n            margin-bottom: 8px;\n        }\n\n        .stat-text {\n            font-size: 0.9rem;\n            opacity: 0.9;\n        }\n\n        \/* Download Form *\/\n        .download-form {\n            background: rgba(255,255,255,0.95);\n            padding: 40px;\n            border-radius: 20px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            backdrop-filter: blur(20px);\n            border: 1px solid rgba(255,255,255,0.3);\n            animation: float 6s ease-in-out infinite;\n        }\n\n        @keyframes float {\n            0%, 100% { transform: translateY(0px); }\n            50% { transform: translateY(-10px); }\n        }\n\n        .form-header {\n            text-align: center;\n            margin-bottom: 32px;\n            color: #1a1a1a;\n        }\n\n        .form-header h2 {\n            font-size: 2rem;\n            margin-bottom: 12px;\n            background: linear-gradient(135deg, #0f4c75, #3282b8);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .form-group {\n            margin-bottom: 24px;\n        }\n\n        .form-group label {\n            display: block;\n            margin-bottom: 8px;\n            font-weight: 600;\n            color: #333;\n        }\n\n        .form-group input,\n        .form-group select {\n            width: 100%;\n            padding: 16px;\n            border: 2px solid #e1e5e9;\n            border-radius: 12px;\n            font-size: 1rem;\n            transition: all 0.3s ease;\n            background: #fff;\n        }\n\n        .form-group input:focus,\n        .form-group select:focus {\n            outline: none;\n            border-color: #3282b8;\n            box-shadow: 0 0 0 3px rgba(50, 130, 184, 0.1);\n        }\n\n        .cta-button {\n            width: 100%;\n            padding: 20px;\n            background: linear-gradient(135deg, #0f4c75, #3282b8);\n            color: white;\n            border: none;\n            border-radius: 12px;\n            font-size: 1.1rem;\n            font-weight: 700;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            position: relative;\n            overflow: hidden;\n        }\n\n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 25px rgba(50, 130, 184, 0.3);\n        }\n\n        .cta-button::before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: -100%;\n            width: 100%;\n            height: 100%;\n            background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);\n            transition: left 0.5s;\n        }\n\n        .cta-button:hover::before {\n            left: 100%;\n        }\n\n        \/* Benefits Section *\/\n        .benefits {\n            background: #fff;\n            padding: 100px 0;\n        }\n\n        .section-header {\n            text-align: center;\n            margin-bottom: 80px;\n        }\n\n        .section-header h2 {\n            font-size: 3rem;\n            margin-bottom: 20px;\n            background: linear-gradient(135deg, #0f4c75, #3282b8);\n            -webkit-background-clip: text;\n            -webkit-text-fill-color: transparent;\n            background-clip: text;\n        }\n\n        .benefits-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n            gap: 40px;\n            margin-bottom: 60px;\n        }\n\n        .benefit-card {\n            background: #fff;\n            padding: 40px 30px;\n            border-radius: 20px;\n            box-shadow: 0 10px 30px rgba(0,0,0,0.1);\n            transition: all 0.3s ease;\n            border: 1px solid #f0f0f0;\n        }\n\n        .benefit-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(50, 130, 184, 0.15);\n        }\n\n        .benefit-icon {\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, #0f4c75, #3282b8);\n            border-radius: 15px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-bottom: 24px;\n            font-size: 24px;\n        }\n\n        .benefit-card h3 {\n            font-size: 1.4rem;\n            margin-bottom: 16px;\n            color: #1a1a1a;\n        }\n\n        .benefit-card p {\n            color: #666;\n            line-height: 1.7;\n        }\n\n        \/* Trust Indicators *\/\n        .trust-section {\n            background: linear-gradient(135deg, #f8f9fa, #e9ecef);\n            padding: 80px 0;\n        }\n\n        .trust-grid {\n            display: grid;\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n            gap: 40px;\n            text-align: center;\n        }\n\n        .trust-item {\n            background: white;\n            padding: 30px;\n            border-radius: 15px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.08);\n        }\n\n        .trust-number {\n            font-size: 3rem;\n            font-weight: 800;\n            color: #3282b8;\n            margin-bottom: 12px;\n        }\n\n        .trust-text {\n            font-size: 1.1rem;\n            color: #333;\n            font-weight: 600;\n        }\n\n        \/* Footer CTA *\/\n        .footer-cta {\n            background: linear-gradient(135deg, #1a1a1a, #333);\n            color: white;\n            padding: 80px 0;\n            text-align: center;\n        }\n\n        .footer-cta h2 {\n            font-size: 2.5rem;\n            margin-bottom: 20px;\n        }\n\n        .footer-cta p {\n            font-size: 1.2rem;\n            margin-bottom: 40px;\n            opacity: 0.9;\n        }\n\n        .secondary-cta {\n            display: inline-block;\n            padding: 18px 36px;\n            background: transparent;\n            color: white;\n            border: 2px solid white;\n            border-radius: 50px;\n            text-decoration: none;\n            font-weight: 600;\n            transition: all 0.3s ease;\n        }\n\n        .secondary-cta:hover {\n            background: white;\n            color: #1a1a1a;\n        }\n\n        \/* HubSpot Form Custom Styling *\/\n        #hubspot-form-container .hs-form {\n            font-family: inherit !important;\n        }\n\n        #hubspot-form-container .hs-form-field {\n            margin-bottom: 24px !important;\n        }\n\n        #hubspot-form-container .hs-form-field label {\n            display: block !important;\n            margin-bottom: 8px !important;\n            font-weight: 600 !important;\n            color: #333 !important;\n            font-size: 1rem !important;\n        }\n\n        #hubspot-form-container .hs-input {\n            width: 100% !important;\n            padding: 16px !important;\n            border: 2px solid #e1e5e9 !important;\n            border-radius: 12px !important;\n            font-size: 1rem !important;\n            transition: all 0.3s ease !important;\n            background: #fff !important;\n            box-sizing: border-box !important;\n        }\n\n        #hubspot-form-container .hs-input:focus {\n            outline: none !important;\n            border-color: #3282b8 !important;\n            box-shadow: 0 0 0 3px rgba(50, 130, 184, 0.1) !important;\n        }\n\n        #hubspot-form-container .hs-button {\n            width: 100% !important;\n            padding: 20px !important;\n            background: linear-gradient(135deg, #0f4c75, #3282b8) !important;\n            color: white !important;\n            border: none !important;\n            border-radius: 12px !important;\n            font-size: 1.1rem !important;\n            font-weight: 700 !important;\n            cursor: pointer !important;\n            transition: all 0.3s ease !important;\n            position: relative !important;\n            overflow: hidden !important;\n        }\n\n        #hubspot-form-container .hs-button:hover {\n            transform: translateY(-2px) !important;\n            box-shadow: 0 10px 25px rgba(50, 130, 184, 0.3) !important;\n        }\n\n        #hubspot-form-container .hs-error-msgs {\n            color: #e74c3c !important;\n            font-size: 0.9rem !important;\n            margin-top: 8px !important;\n        }\n\n        @media (max-width: 768px) {\n            .hero-content {\n                grid-template-columns: 1fr;\n                gap: 40px;\n                text-align: center;\n            }\n\n            .hero-text h1 {\n                font-size: 2.5rem;\n            }\n\n            .stats-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .download-form {\n                padding: 30px 20px;\n            }\n\n            .section-header h2 {\n                font-size: 2rem;\n            }\n\n            .benefits-grid {\n                grid-template-columns: 1fr;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Hero Section -->\n    <section class=\"hero\">\n        <div class=\"container\">\n            <div class=\"hero-content\">\n                <div class=\"hero-text\">\n                    <h1>PACT Standard Implementierung Einfach Gemacht<\/h1>\n                    <p class=\"hero-subtitle\">Verwandeln Sie regulatorische Compliance in Wettbewerbsvorteile. Erhalten Sie den kompletten Leitfaden zur Standardisierung Ihres Carbon Footprints mit 80% weniger Aufwand.<\/p>\n                    \n                    <div class=\"stats-grid\">\n                        <div class=\"stat-item\">\n                            <div class=\"stat-number\">80%<\/div>\n                            <div class=\"stat-text\">Reduzierte Berichterstattungskosten<\/div>\n                        <\/div>\n                        <div class=\"stat-item\">\n                            <div class=\"stat-number\">6<\/div>\n                            <div class=\"stat-text\">Monate bis zur vollst\u00e4ndigen Umsetzung<\/div>\n                        <\/div>\n                        <div class=\"stat-item\">\n                            <div class=\"stat-number\">500+<\/div>\n                            <div class=\"stat-text\">Nahtlos angebundene Lieferanten<\/div>\n                        <\/div>\n                        <div class=\"stat-item\">\n                            <div class=\"stat-number\">100%<\/div>\n                            <div class=\"stat-text\">CSRD-konform und pr\u00fcfbereit<\/div>\n                        <\/div>\n                    <\/div>\n                <\/div>\n\n                <div class=\"download-form\">\n                    <div class=\"form-header\">\n                        <h2>Kompletten Leitfaden Herunterladen<\/h2>\n                        <p>Erhalten Sie sofortigen Zugang zu unserem umfassenden Whitepaper zur PACT Standard Implementierung<\/p>\n                    <\/div>\n                    \n                    <!-- HubSpot Form Container -->\n                    <div id=\"hubspot-form-container\"><\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Benefits Section -->\n    <section class=\"benefits\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Warum PACT Standard Implementierung f\u00fcr Maschinenbauer kritisch ist<\/h2>\n                <p>Entdecken Sie, wie Branchenf\u00fchrer Scope 3 Herausforderungen in Wettbewerbsvorteile verwandeln<\/p>\n            <\/div>\n            \n            <div class=\"benefits-grid\">\n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\u26a1<\/div>\n                    <h3>Automatisierte Datenerfassung<\/h3>\n                    <p>Schluss mit Excel-Listen bei Lieferanten. Verbinden Sie sich direkt mit dem Pathfinder Network und erhalten Sie standardisierte PCF-Daten automatisch validiert und berichtsbereit.<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83c\udfaf<\/div>\n                    <h3>CSRD Compliance Leicht Gemacht<\/h3>\n                    <p>Generieren Sie pr\u00fcfbereite Berichte mit einem Klick. Unsere Plattform stellt sicher, dass Ihre Scope 3 Emissionsberichterstattung alle regulatorischen Anforderungen ohne manuellen Aufwand erf\u00fcllt.<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83d\udcb0<\/div>\n                    <h3>Mehr Ausschreibungen Gewinnen<\/h3>\n                    <p>Bieten Sie transparente, PACT-konforme Carbon Footprints, die globale Kunden fordern. Verwandeln Sie Nachhaltigkeitsanforderungen in Wettbewerbsvorteile.<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83d\udd17<\/div>\n                    <h3>Nahtlose ERP-Integration<\/h3>\n                    <p>Verbinden Sie Ihre bestehenden ERP-, PLM- und MES-Systeme direkt mit dem globalen Carbon-Daten-Netzwerk. Keine System\u00fcberholungen erforderlich.<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\ud83d\udcca<\/div>\n                    <h3>KI-gest\u00fctzte Erkenntnisse<\/h3>\n                    <p>Identifizieren Sie Emissions-Hotspots und Optimierungsm\u00f6glichkeiten mit intelligenter Analyse. Treffen Sie datengest\u00fctzte Entscheidungen f\u00fcr Design-to-Sustainability.<\/p>\n                <\/div>\n                \n                <div class=\"benefit-card\">\n                    <div class=\"benefit-icon\">\u23f1\ufe0f<\/div>\n                    <h3>6-Monate Implementierung<\/h3>\n                    <p>Von der Bewertung zur vollst\u00e4ndigen PACT-Implementierung in nur 6 Monaten. Unser bew\u00e4hrter Fahrplan gew\u00e4hrleistet schnelle Wertsch\u00f6pfung.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Trust Indicators -->\n    <section class=\"trust-section\">\n        <div class=\"container\">\n            <div class=\"section-header\">\n                <h2>Bew\u00e4hrte Ergebnisse von Branchenf\u00fchrern<\/h2>\n            <\/div>\n            \n            <div class=\"trust-grid\">\n                <div class=\"trust-item\">\n                    <div class=\"trust-number\">200+<\/div>\n                    <div class=\"trust-text\">WBCSD-Mitgliedsunternehmen nutzen PACT<\/div>\n                <\/div>\n                \n                <div class=\"trust-item\">\n                    <div class=\"trust-number\">80%<\/div>\n                    <div class=\"trust-text\">Reduzierung des manuellen Berichtsaufwands<\/div>\n                <\/div>\n                \n                <div class=\"trust-item\">\n                    <div class=\"trust-number\">500+<\/div>\n                    <div class=\"trust-text\">Lieferanten pro Implementierung angebunden<\/div>\n                <\/div>\n                \n                <div class=\"trust-item\">\n                    <div class=\"trust-number\">100%<\/div>\n                    <div class=\"trust-text\">CSRD-Pr\u00fcfungserfolgsrate<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Footer CTA -->\n    <section class=\"footer-cta\">\n        <div class=\"container\">\n            <h2>Bereit, Ihre CO\u2082-Berichterstattung zu Transformieren?<\/h2>\n            <p>Schlie\u00dfen Sie sich Branchenf\u00fchrern an, die PACT Compliance in Wettbewerbsvorteile verwandeln<\/p>\n            <a href=\"#hubspot-form-container\" class=\"secondary-cta\" onclick=\"scrollToForm()\">\n                Holen Sie sich jetzt Ihren Implementierungsleitfaden \u2192\n            <\/a>\n        <\/div>\n    <\/section>\n\n    <!-- HubSpot Form Script -->\n    <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js-eu1.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n    <script>\n        \/\/ HubSpot Form Configuration\n        hbspt.forms.create({\n            portalId: \"26884870\",\n            formId: \"95d7ec88-ca05-4f10-b314-e9fd78c65304\",\n            region: \"eu1\",\n            target: '#hubspot-form-container',\n            \n            \/\/ Custom Styling\n            css: '',\n            \n            \/\/ Redirect nach Submit\n            onFormSubmit: function($form) {\n                \/\/ Optional: Analytics tracking\n                if (typeof gtag !== 'undefined') {\n                    gtag('event', 'form_submit', {\n                        event_category: 'Lead Generation',\n                        event_label: 'PACT Whitepaper Download DE'\n                    });\n                }\n            },\n            \n            \/\/ Custom styling application\n            onFormReady: function($form) {\n                $form.find('input[type=\"submit\"]').addClass('cta-button');\n                $form.find('input[type=\"submit\"]').text('\ud83d\udcc4 Whitepaper + ROI-Rechner Herunterladen');\n            }\n        });\n\n        \/\/ Funktion f\u00fcr den unteren CTA Button\n        function scrollToForm() {\n            const formContainer = document.getElementById('hubspot-form-container');\n            if (formContainer) {\n                formContainer.scrollIntoView({\n                    behavior: 'smooth',\n                    block: 'center'\n                });\n                \n                \/\/ Versuche das erste HubSpot Input-Feld zu fokussieren\n                setTimeout(() => {\n                    const firstInput = formContainer.querySelector('input[type=\"text\"], input[type=\"email\"]');\n                    if (firstInput) {\n                        firstInput.focus();\n                    }\n                }, 1000);\n            }\n        }\n\n        \/\/ Smooth scrolling for anchor links\n        document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n            anchor.addEventListener('click', function (e) {\n                e.preventDefault();\n                const target = document.querySelector(this.getAttribute('href'));\n                if (target) {\n                    target.scrollIntoView({\n                        behavior: 'smooth',\n                        block: 'center'\n                    });\n                }\n            });\n        });\n    <\/script>\n\n    <!-- Schema.org Structured Data -->\n    <script type=\"application\/ld+json\">\n    {\n      \"@context\": \"https:\/\/schema.org\",\n      \"@type\": \"Service\",\n      \"name\": \"PACT Standard Implementierung\",\n      \"description\": \"Komplettl\u00f6sung f\u00fcr PACT Standard Implementierung f\u00fcr deutsche Maschinenbauer\",\n      \"provider\": {\n        \"@type\": \"Organization\",\n        \"name\": \"CircularTree\"\n      },\n      \"serviceType\": \"Carbon Footprint Management\",\n      \"areaServed\": \"DE\",\n      \"audience\": {\n        \"@type\": \"BusinessAudience\",\n        \"businessFunction\": \"Sustainability, Environmental Management\"\n      }\n    }\n    <\/script>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>PACT Standard Implementierung: Komplettl\u00f6sung f\u00fcr Maschinenbauer | CircularTree PACT Standard Implementierung Einfach Gemacht Verwandeln Sie regulatorische Compliance in Wettbewerbsvorteile. Erhalten Sie den kompletten Leitfaden zur Standardisierung Ihres Carbon Footprints mit<\/p>\n<div><a href=\"https:\/\/circulartree.com\/de\/pact-standard-implementierung\/\" class=\"exp-read-more exp-read-more-underlined\">Read More<\/a><\/div>","protected":false},"author":4,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","footnotes":""},"class_list":["post-7146","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/pages\/7146","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/comments?post=7146"}],"version-history":[{"count":2,"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/pages\/7146\/revisions"}],"predecessor-version":[{"id":7148,"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/pages\/7146\/revisions\/7148"}],"wp:attachment":[{"href":"https:\/\/circulartree.com\/de\/wp-json\/wp\/v2\/media?parent=7146"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}