{"id":1335,"date":"2026-02-05T09:03:50","date_gmt":"2026-02-05T09:03:50","guid":{"rendered":"https:\/\/www.circularpass.io\/?page_id=1335"},"modified":"2026-09-02T10:29:40","modified_gmt":"2026-09-02T10:29:40","slug":"%d8%a7%d9%84%d9%85%d8%af%d9%88%d9%86%d8%a9","status":"publish","type":"page","link":"https:\/\/circularpass.io\/ar\/blog\/","title":{"rendered":"\u0627\u0644\u0645\u062f\u0648\u0646\u0629"},"content":{"rendered":"<div class=\"vce-row-container\"><div class=\"vce-row vce-row--has-col-background vce-element--has-background vce-row--col-gap-30 vce-row-equal-height vce-row-content--top\" data-vce-full-width=\"true\" id=\"el-c56e4755\" data-vce-do-apply=\"all el-c56e4755\"><div class=\"vce-content-background-container\"><\/div><div class=\"vce-row-content\" data-vce-element-content=\"true\"><div class=\"vce-col vce-element--has-background vce-col--md-auto vce-col--xs-1 vce-col--xs-last vce-col--xs-first vce-col--sm-last vce-col--sm-first vce-col--md-last vce-col--lg-last vce-col--xl-last vce-col--md-first vce-col--lg-first vce-col--xl-first\" id=\"el-8c08dc4c\"><div class=\"vce-col-inner\" data-vce-do-apply=\"border margin background  el-8c08dc4c\"><div class=\"vce-content-background-container\"><\/div><div class=\"vce-col-content\" data-vce-element-content=\"true\" data-vce-do-apply=\"padding el-8c08dc4c\"><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-69097a3b\" data-vce-do-apply=\"all el-69097a3b\"><section class=\"cp-blog-hero\" aria-labelledby=\"cp-blog-title\">\n\n    <div class=\"cp-blog-hero__inner\">\n\n        <!-- BADGE -->\n        <div class=\"cp-blog-hero__badge\">\n            <span class=\"cp-blog-hero__badge-dot\"><\/span>\n            Blog\n        <\/div>\n\n\n        <!-- TITLE -->\n        <h1 class=\"cp-blog-hero__title\" id=\"cp-blog-title\">\n            Guides &amp; updates\n        <\/h1>\n\n\n        <!-- DESCRIPTION -->\n        <p class=\"cp-blog-hero__description\">\n            Guides and updates on the Digital Product Passport, traceability,\n            and European regulation to help advance a more sustainable and\n            transparent industry.\n        <\/p>\n\n\n        <!-- FILTERS -->\n        <div class=\"cp-blog-filters\" role=\"group\" aria-label=\"Filter blog articles\">\n\n            <button type=\"button\" class=\"cp-blog-filter is-active\" data-filter=\"all\" aria-pressed=\"true\">\n                All\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"dpp\" aria-pressed=\"false\">\n                DPP\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"regulation\" aria-pressed=\"false\">\n                Regulation\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"traceability\" aria-pressed=\"false\">\n                Traceability\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"construction\" aria-pressed=\"false\">\n                Construction\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"textile\" aria-pressed=\"false\">\n                Textile\n            <\/button>\n\n            <button type=\"button\" class=\"cp-blog-filter\" data-filter=\"easytrack\" aria-pressed=\"false\">\n                EasyTrack\n            <\/button>\n\n        <\/div>\n\n    <\/div>\n\n<\/section>\n\n\n<script>\n(function () {\n\n    const filterButtons = document.querySelectorAll(\".cp-blog-filter\");\n\n\n    function getBlogCards() {\n        return document.querySelectorAll(\".cp-blog-card[data-category]\");\n    }\n\n\n    function normalizeCategories(value) {\n\n        return String(value || \"\")\n            .toLowerCase()\n            .split(\/[\\s,|]+\/)\n            .filter(Boolean);\n\n    }\n\n\n    function filterArticles(filter) {\n\n        const cards = getBlogCards();\n\n\n        cards.forEach(function (card) {\n\n            const categories = normalizeCategories(\n                card.getAttribute(\"data-category\")\n            );\n\n\n            const shouldShow =\n                filter === \"all\" ||\n                categories.includes(filter);\n\n\n            if (shouldShow) {\n\n                card.removeAttribute(\"hidden\");\n\n                card.classList.remove(\"cp-blog-card--filtered-out\");\n                card.classList.add(\"cp-blog-card--filtered-in\");\n\n            } else {\n\n                card.setAttribute(\"hidden\", \"\");\n\n                card.classList.remove(\"cp-blog-card--filtered-in\");\n                card.classList.add(\"cp-blog-card--filtered-out\");\n\n            }\n\n        });\n\n    }\n\n\n    filterButtons.forEach(function (button) {\n\n        button.addEventListener(\"click\", function () {\n\n            const selectedFilter =\n                button.getAttribute(\"data-filter\");\n\n\n            \/* Update buttons *\/\n            filterButtons.forEach(function (item) {\n\n                const active = item === button;\n\n                item.classList.toggle(\n                    \"is-active\",\n                    active\n                );\n\n                item.setAttribute(\n                    \"aria-pressed\",\n                    active ? \"true\" : \"false\"\n                );\n\n            });\n\n\n            \/* Filter articles *\/\n            filterArticles(selectedFilter);\n\n\n            \/* Optional event for future integrations *\/\n            document.dispatchEvent(\n                new CustomEvent(\"cpBlogFilterChange\", {\n                    detail: {\n                        filter: selectedFilter\n                    }\n                })\n            );\n\n        });\n\n    });\n\n\n    \/* Initial state *\/\n    filterArticles(\"all\");\n\n})();\n<\/script><\/div><\/div><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-6a8fc0b2\" data-vce-do-apply=\"all el-6a8fc0b2\"><section class=\"cp-blog-primary-row\">\n\n    <div class=\"cp-blog-primary-row__inner\">\n\n        <div class=\"cp-blog-primary-row__grid\">\n\n\n            <!-- =====================================================\n                 01 \u2014 DPP REGISTRY\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-primary-card\" data-category=\"regulation traceability dpp\">\n\n                <a href=\"https:\/\/circularpass.io\/dpp-registry-digital-product-passport-implementation\/\" class=\"cp-blog-primary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/09\/chatgpt-image-2-sept-2026-12_10_48.webp\" alt=\"DPP Registry\" class=\"cp-blog-primary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-primary-card__body\">\n\n                    <div class=\"cp-blog-primary-card__tags\">\n                        <span>Regulation<\/span>\n                        <span>Traceability<\/span>\n                        <span>DPP<\/span>\n                    <\/div>\n\n\n                    <h2 class=\"cp-blog-primary-card__title\">\n\n                        <a href=\"https:\/\/circularpass.io\/dpp-registry-digital-product-passport-implementation\/\">\n                            DPP Registry: how to prepare your Digital Product Passport for the new EU Ecosystem\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <p class=\"cp-blog-primary-card__description\">\n                        Learn how to prepare product data, identifiers and integrations\n                        for the EU DPP Registry and Digital Product Passport implementation.\n                    <\/p>\n\n\n                    <div class=\"cp-blog-primary-card__footer\">\n\n                        <div class=\"cp-blog-primary-card__meta\">\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n                                <\/svg>\n\n                                September 2, 2026\n\n                            <\/span>\n\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n                                <\/svg>\n\n                                8 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <a href=\"https:\/\/circularpass.io\/dpp-registry-digital-product-passport-implementation\/\" class=\"cp-blog-primary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n\n            <!-- =====================================================\n                 02 \u2014 PPWR\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-primary-card\" data-category=\"packaging traceability regulation\">\n\n                <a href=\"https:\/\/circularpass.io\/ppwr-regulation\/\" class=\"cp-blog-primary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/08\/chatgpt-image-25-ago-2026-12_19_20-1.webp\" alt=\"PPWR Regulation\" class=\"cp-blog-primary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-primary-card__body\">\n\n                    <div class=\"cp-blog-primary-card__tags\">\n                        <span>Packaging<\/span>\n                        <span>Traceability<\/span>\n                        <span>Regulation<\/span>\n                    <\/div>\n\n\n                    <h2 class=\"cp-blog-primary-card__title\">\n\n                        <a href=\"https:\/\/circularpass.io\/ppwr-regulation\/\">\n                            PPWR Regulation: what it is, key requirements and how it affects businesses\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <p class=\"cp-blog-primary-card__description\">\n                        Learn what the PPWR Regulation requires, when it applies,\n                        which companies are affected and how to prepare packaging\n                        data for compliance.\n                    <\/p>\n\n\n                    <div class=\"cp-blog-primary-card__footer\">\n\n                        <div class=\"cp-blog-primary-card__meta\">\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n                                <\/svg>\n\n                                August 25, 2026\n\n                            <\/span>\n\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n                                <\/svg>\n\n                                8 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <a href=\"https:\/\/circularpass.io\/ppwr-regulation\/\" class=\"cp-blog-primary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n\n            <!-- =====================================================\n                 03 \u2014 MATERIAL PASSPORT\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-primary-card\" data-category=\"construction dpp\">\n\n                <a href=\"#\" class=\"cp-blog-primary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/07\/chatgpt-image-3-jun-2026-11_50_19-1200x800.webp\" alt=\"Material Passport\" class=\"cp-blog-primary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-primary-card__body\">\n\n                    <div class=\"cp-blog-primary-card__tags\">\n                        <span>Construction<\/span>\n                        <span>DPP<\/span>\n                    <\/div>\n\n\n                    <h2 class=\"cp-blog-primary-card__title\">\n\n                        <a href=\"#\">\n                            Material Passport: the key to a more traceable and circular construction sector\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <p class=\"cp-blog-primary-card__description\">\n                        Discover how the Material Passport is transforming the\n                        construction and manufacturing sectors by providing full\n                        information for materials.\n                    <\/p>\n\n\n                    <div class=\"cp-blog-primary-card__footer\">\n\n                        <div class=\"cp-blog-primary-card__meta\">\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n                                <\/svg>\n\n                                June 04, 2026\n\n                            <\/span>\n\n\n                            <span class=\"cp-blog-primary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n                                <\/svg>\n\n                                12 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <a href=\"#\" class=\"cp-blog-primary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div><\/div><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-6d6d3cd7\" data-vce-do-apply=\"all el-6d6d3cd7\"><section class=\"cp-blog-secondary\">\n\n    <div class=\"cp-blog-secondary__inner\">\n\n        <div class=\"cp-blog-secondary__grid\">\n\n\n            <!-- =====================================================\n                 01 \u2014 EASYTRACK\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-secondary-card\" data-category=\"easytrack dpp\">\n\n                <a href=\"#\" class=\"cp-blog-secondary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/07\/dpp-easytrack-digital-product-passport-3-e1778584328153-600x400.webp\" alt=\"EasyTrack Digital Product Passport\" class=\"cp-blog-secondary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-secondary-card__body\">\n\n                    <!-- TAGS -->\n                    <div class=\"cp-blog-secondary-card__tags\">\n\n                        <span>EasyTrack<\/span>\n                        <span>DPP<\/span>\n\n                    <\/div>\n\n\n                    <!-- TITLE -->\n                    <h2 class=\"cp-blog-secondary-card__title\">\n\n                        <a href=\"#\">\n                            EasyTrack: prepare your Digital Product Passport without starting from scratch\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <!-- DESCRIPTION -->\n                    <p class=\"cp-blog-secondary-card__description\">\n                        Discover how EasyTrack helps your company prepare its Digital\n                        Product Passport with a guided pilot, structured data,\n                        and a functional prototype.\n                    <\/p>\n\n\n                    <!-- FOOTER -->\n                    <div class=\"cp-blog-secondary-card__footer\">\n\n                        <div class=\"cp-blog-secondary-card__meta\">\n\n\n                            <!-- DATE -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n\n                                <\/svg>\n\n                                May 12, 2026\n\n                            <\/span>\n\n\n                            <!-- READ TIME -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n\n                                <\/svg>\n\n                                8 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <!-- READ -->\n                        <a href=\"#\" class=\"cp-blog-secondary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n\n            <!-- =====================================================\n                 02 \u2014 TEXTILE\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-secondary-card\" data-category=\"textile dpp\">\n\n                <a href=\"#\" class=\"cp-blog-secondary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/02\/digital-product-passport-for-textiles.webp\" alt=\"Digital Product Passport for textiles\" class=\"cp-blog-secondary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-secondary-card__body\">\n\n                    <!-- TAGS -->\n                    <div class=\"cp-blog-secondary-card__tags\">\n\n                        <span>Textile<\/span>\n                        <span>DPP<\/span>\n\n                    <\/div>\n\n\n                    <!-- TITLE -->\n                    <h2 class=\"cp-blog-secondary-card__title\">\n\n                        <a href=\"#\">\n                            Digital Product Passport for textiles: a revolution in the fashion industry\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <!-- DESCRIPTION -->\n                    <p class=\"cp-blog-secondary-card__description\">\n                        Discover how the digital product passport for textiles is\n                        revolutionizing the fashion industry by providing full\n                        traceability, sustainability, and transparency.\n                    <\/p>\n\n\n                    <!-- FOOTER -->\n                    <div class=\"cp-blog-secondary-card__footer\">\n\n                        <div class=\"cp-blog-secondary-card__meta\">\n\n\n                            <!-- DATE -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n\n                                <\/svg>\n\n                                February 11, 2026\n\n                            <\/span>\n\n\n                            <!-- READ TIME -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n\n                                <\/svg>\n\n                                9 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <!-- READ -->\n                        <a href=\"#\" class=\"cp-blog-secondary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n\n            <!-- =====================================================\n                 03 \u2014 ESPR\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-secondary-card\" data-category=\"regulation\">\n\n                <a href=\"#\" class=\"cp-blog-secondary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/02\/chatgpt-image-2-feb-2026-15_24_23-e1770115889881.webp\" alt=\"Ecodesign Regulation for Sustainable Products\" class=\"cp-blog-secondary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-secondary-card__body\">\n\n                    <!-- TAGS -->\n                    <div class=\"cp-blog-secondary-card__tags\">\n\n                        <span>ESPR<\/span>\n                        <span>Regulation<\/span>\n\n                    <\/div>\n\n\n                    <!-- TITLE -->\n                    <h2 class=\"cp-blog-secondary-card__title\">\n\n                        <a href=\"#\">\n                            Ecodesign Regulation for Sustainable Products (ESPR): what it requires and how to prepare for 2026\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <!-- DESCRIPTION -->\n                    <p class=\"cp-blog-secondary-card__description\">\n                        An overview of the ESPR Regulation, its requirements,\n                        implementation timeline and what companies need to prepare\n                        for 2026.\n                    <\/p>\n\n\n                    <!-- FOOTER -->\n                    <div class=\"cp-blog-secondary-card__footer\">\n\n                        <div class=\"cp-blog-secondary-card__meta\">\n\n\n                            <!-- DATE -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n\n                                <\/svg>\n\n                                February 2, 2026\n\n                            <\/span>\n\n\n                            <!-- READ TIME -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n\n                                <\/svg>\n\n                                7 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <!-- READ -->\n                        <a href=\"#\" class=\"cp-blog-secondary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div><\/div><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-cc99ee31\" data-vce-do-apply=\"all el-cc99ee31\"><section class=\"cp-blog-secondary\">\n\n    <div class=\"cp-blog-secondary__inner\">\n\n        <div class=\"cp-blog-secondary__grid\">\n\n\n            <!-- =====================================================\n                 01 \u2014 DPP 2026\n            ====================================================== -->\n            <article class=\"cp-blog-card cp-blog-secondary-card\" data-category=\"dpp traceability regulation\">\n\n                <a href=\"#\" class=\"cp-blog-secondary-card__image-link\">\n\n                    <img decoding=\"async\" src=\"https:\/\/circularpass.io\/wp-content\/uploads\/2026\/01\/digital-product-passport-e1768997460132.webp\" alt=\"Digital Product Passport in 2026\" class=\"cp-blog-secondary-card__image\" loading=\"lazy\">\n\n                <\/a>\n\n\n                <div class=\"cp-blog-secondary-card__body\">\n\n\n                    <!-- TAGS -->\n                    <div class=\"cp-blog-secondary-card__tags\">\n\n                        <span>DPP<\/span>\n                        <span>Europe<\/span>\n\n                    <\/div>\n\n\n                    <!-- TITLE -->\n                    <h2 class=\"cp-blog-secondary-card__title\">\n\n                        <a href=\"#\">\n                            The Digital Product Passport in 2026: a key enabler for traceability and sustainability in Europe\n                        <\/a>\n\n                    <\/h2>\n\n\n                    <!-- DESCRIPTION -->\n                    <p class=\"cp-blog-secondary-card__description\">\n                        What the Digital Product Passport is, why it becomes essential in 2026,\n                        and how companies can prepare for Europe's new traceability standard.\n                    <\/p>\n\n\n                    <!-- FOOTER -->\n                    <div class=\"cp-blog-secondary-card__footer\">\n\n\n                        <div class=\"cp-blog-secondary-card__meta\">\n\n\n                            <!-- DATE -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <rect x=\"4\" y=\"6\" width=\"16\" height=\"14\" rx=\"2\"><\/rect>\n\n                                    <path d=\"M8 3v5\"><\/path>\n                                    <path d=\"M16 3v5\"><\/path>\n                                    <path d=\"M4 10h16\"><\/path>\n\n                                <\/svg>\n\n                                January 20, 2026\n\n                            <\/span>\n\n\n                            <!-- READ TIME -->\n                            <span class=\"cp-blog-secondary-card__meta-item\">\n\n                                <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                    <circle cx=\"12\" cy=\"12\" r=\"8\"><\/circle>\n\n                                    <path d=\"M12 8v5l3 2\"><\/path>\n\n                                <\/svg>\n\n                                10 min read\n\n                            <\/span>\n\n                        <\/div>\n\n\n                        <!-- READ -->\n                        <a href=\"#\" class=\"cp-blog-secondary-card__read\">\n\n                            <span>Read<\/span>\n\n                            <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n\n                                <path d=\"M5 12h13\"><\/path>\n                                <path d=\"m14 8 4 4-4 4\"><\/path>\n\n                            <\/svg>\n\n                        <\/a>\n\n                    <\/div>\n\n                <\/div>\n\n            <\/article>\n\n\n        <\/div>\n\n    <\/div>\n\n<\/section><\/div><\/div><div class=\"vce-raw-html\"><div class=\"vce-raw-html-wrapper\" id=\"el-bf880054\" data-vce-do-apply=\"all el-bf880054\"><section class=\"cp-journey\" aria-labelledby=\"cp-journey-title\">\n    <div class=\"cp-journey__inner\">\n\n        <div class=\"cp-journey__content\">\n\n            <h2 class=\"cp-journey__title\" id=\"cp-journey-title\">\n                Start your journey to<br>\n                supply chain<br>\n                transparency today\n            <\/h2>\n\n            <p class=\"cp-journey__description\">\n                CircularPass helps you trace, verify and share data\n                across your supply chain with confidence.\n            <\/p>\n\n            <a class=\"cp-journey__button\" href=\"\/request-a-demo\/\">\n                <span>Book a call now<\/span>\n\n                <svg viewBox=\"0 0 20 20\" aria-hidden=\"true\">\n                    <path d=\"M4 10h11\"><\/path>\n                    <path d=\"m11 6 4 4-4 4\"><\/path>\n                <\/svg>\n            <\/a>\n\n        <\/div>\n\n\n        <div class=\"cp-journey__visual\" aria-hidden=\"true\">\n\n            <svg class=\"cp-journey__diagram\" viewBox=\"0 0 520 430\" role=\"presentation\">\n\n                <!-- CERCLE EXTERIOR -->\n                <circle class=\"cp-journey__outer-circle\" cx=\"260\" cy=\"215\" r=\"166\"><\/circle>\n\n                <!-- CERCLE INTERIOR -->\n                <circle class=\"cp-journey__inner-circle\" cx=\"260\" cy=\"215\" r=\"116\"><\/circle>\n\n                <!-- FONS CENTRAL -->\n                <circle class=\"cp-journey__center-glow\" cx=\"260\" cy=\"215\" r=\"88\"><\/circle>\n\n\n                <!-- L\u00cdNIES RADIALS -->\n\n                <path class=\"cp-journey__radial-line\" d=\"M260 99V128\"><\/path>\n\n                <path class=\"cp-journey__radial-line\" d=\"M376 215H405\"><\/path>\n\n                <path class=\"cp-journey__radial-line\" d=\"M260 331V360\"><\/path>\n\n                <path class=\"cp-journey__radial-line\" d=\"M144 215H115\"><\/path>\n\n\n                <!-- FLETXES CIRCULARS -->\n\n                <path class=\"cp-journey__flow-arrow\" d=\"M181 134a112 112 0 0 1 45-26\"><\/path>\n\n                <path class=\"cp-journey__flow-arrow\" d=\"M339 134a112 112 0 0 1 26 45\"><\/path>\n\n                <path class=\"cp-journey__flow-arrow\" d=\"M339 296a112 112 0 0 1-45 26\"><\/path>\n\n                <path class=\"cp-journey__flow-arrow\" d=\"M181 296a112 112 0 0 1-26-45\"><\/path>\n\n\n                <!-- PUNTS EXTERIORS -->\n\n                <circle class=\"cp-journey__green-dot\" cx=\"260\" cy=\"49\" r=\"5\"><\/circle>\n                <circle class=\"cp-journey__green-dot\" cx=\"426\" cy=\"215\" r=\"5\"><\/circle>\n                <circle class=\"cp-journey__green-dot\" cx=\"260\" cy=\"381\" r=\"5\"><\/circle>\n                <circle class=\"cp-journey__green-dot\" cx=\"94\" cy=\"215\" r=\"5\"><\/circle>\n\n\n                <!-- NODE SUPERIOR: F\u00c0BRICA -->\n\n                <g class=\"cp-journey__node cp-journey__node--top\">\n\n                    <circle cx=\"260\" cy=\"99\" r=\"34\"><\/circle>\n\n                    <path d=\"M244 111V91l12 6V87l12 6v18Z\"><\/path>\n                    <path d=\"M248 111v-5\"><\/path>\n                    <path d=\"M255 111v-5\"><\/path>\n                    <path d=\"M262 111v-5\"><\/path>\n                    <path d=\"M269 111v-5\"><\/path>\n                    <path d=\"M269 87v-8\"><\/path>\n                    <path d=\"m269 82 7-3v7l-7 3\"><\/path>\n\n                <\/g>\n\n\n                <!-- NODE DRETA: TRANSPORT -->\n\n                <g class=\"cp-journey__node cp-journey__node--right\">\n\n                    <circle cx=\"376\" cy=\"215\" r=\"34\"><\/circle>\n\n                    <path d=\"M358 203h22v18h-22Z\"><\/path>\n                    <path d=\"M380 209h8l7 8v4h-15Z\"><\/path>\n                    <circle cx=\"366\" cy=\"223\" r=\"3\"><\/circle>\n                    <circle cx=\"388\" cy=\"223\" r=\"3\"><\/circle>\n\n                <\/g>\n\n\n                <!-- NODE INFERIOR: PERSONES -->\n\n                <g class=\"cp-journey__node cp-journey__node--bottom\">\n\n                    <circle cx=\"260\" cy=\"331\" r=\"34\"><\/circle>\n\n                    <circle cx=\"253\" cy=\"321\" r=\"6\"><\/circle>\n                    <circle cx=\"267\" cy=\"321\" r=\"6\"><\/circle>\n                    <path d=\"M241 343v-4c0-8 5-13 12-13\"><\/path>\n                    <path d=\"M279 343v-4c0-8-5-13-12-13\"><\/path>\n                    <path d=\"M248 344v-5c0-8 5-13 12-13s12 5 12 13v5\"><\/path>\n\n                <\/g>\n\n\n                <!-- NODE ESQUERRA: PRODUCTE -->\n\n                <g class=\"cp-journey__node cp-journey__node--left\">\n\n                    <circle cx=\"144\" cy=\"215\" r=\"34\"><\/circle>\n\n                    <path d=\"m144 201 14 7-14 7-14-7Z\"><\/path>\n                    <path d=\"M130 208v15l14 7 14-7v-15\"><\/path>\n                    <path d=\"M144 215v15\"><\/path>\n\n                <\/g>\n\n\n                <!-- PASSAPORT CENTRAL -->\n\n                <g class=\"cp-journey__passport\">\n\n                    <path class=\"cp-journey__passport-shape\" d=\"M229 185 260 153l31 32v91a8 8 0 0 1-8 8h-46a8 8 0 0 1-8-8Z\"><\/path>\n\n                    <path class=\"cp-journey__leaf\" d=\"M247 202c8-17 24-19 29-19-1 17-10 29-25 29-5 0-8-3-8-7 0-1 1-2 4-3Z\"><\/path>\n\n                    <path class=\"cp-journey__leaf-line\" d=\"M247 216c8-13 17-22 28-30\"><\/path>\n\n                    <path class=\"cp-journey__passport-line\" d=\"M243 233h34\"><\/path>\n                    <path class=\"cp-journey__passport-line\" d=\"M243 245h34\"><\/path>\n                    <path class=\"cp-journey__passport-line\" d=\"M243 257h25\"><\/path>\n\n                <\/g>\n\n            <\/svg>\n\n        <\/div>\n\n    <\/div>\n<\/section><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Blog Guides &amp; updates Guides and updates on the Digital Product Passport, traceability, and European regulation to help advance a more sustainable and transparent industry. All DPP Regulation Traceability Construction Textile EasyTrack Regulation Traceability DPP DPP Registry: how to prepare your Digital Product Passport for the new EU Ecosystem Learn how to prepare product data, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-1335","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Blog - CircularPass<\/title>\n<meta name=\"description\" content=\"MYNA is a wireless communication module developed by Tekhne, leveraging WiFi HaLow technology to provide efficient, long-range connectivity.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/circularpass.io\/ar\/\u0627\u0644\u0645\u062f\u0648\u0646\u0629\/\" \/>\n<meta property=\"og:locale\" content=\"ar_AR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Blog - CircularPass\" \/>\n<meta property=\"og:description\" content=\"MYNA is a wireless communication module developed by Tekhne, leveraging WiFi HaLow technology to provide efficient, long-range connectivity.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/circularpass.io\/ar\/\u0627\u0644\u0645\u062f\u0648\u0646\u0629\/\" \/>\n<meta property=\"og:site_name\" content=\"CircularPass\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/BlueRoomInnovation\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-02T10:29:40+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 \u062f\u0642\u0627\u0626\u0642\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/circularpass.io\\\/blog\\\/\",\"url\":\"https:\\\/\\\/circularpass.io\\\/blog\\\/\",\"name\":\"Blog - CircularPass\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/circularpass.io\\\/#website\"},\"datePublished\":\"2026-02-05T09:03:50+00:00\",\"dateModified\":\"2026-09-02T10:29:40+00:00\",\"description\":\"MYNA is a wireless communication module developed by Tekhne, leveraging WiFi HaLow technology to provide efficient, long-range connectivity.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/circularpass.io\\\/blog\\\/#breadcrumb\"},\"inLanguage\":\"ar\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/circularpass.io\\\/blog\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/circularpass.io\\\/blog\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/circularpass.io\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Blog\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/circularpass.io\\\/#website\",\"url\":\"https:\\\/\\\/circularpass.io\\\/\",\"name\":\"CircularPass\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/circularpass.io\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/circularpass.io\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"ar\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/circularpass.io\\\/#organization\",\"name\":\"CircularPass\",\"url\":\"https:\\\/\\\/circularpass.io\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ar\",\"@id\":\"https:\\\/\\\/circularpass.io\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.circularpass.io\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/circularpass_logo-e1782977218819.webp\",\"contentUrl\":\"https:\\\/\\\/www.circularpass.io\\\/wp-content\\\/uploads\\\/2026\\\/07\\\/circularpass_logo-e1782977218819.webp\",\"width\":2000,\"height\":840,\"caption\":\"CircularPass\"},\"image\":{\"@id\":\"https:\\\/\\\/circularpass.io\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/BlueRoomInnovation\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/blue-room-innovation\\\/mycompany\\\/\",\"https:\\\/\\\/www.instagram.com\\\/blueroominnovation\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u0627\u0644\u0645\u062f\u0648\u0646\u0629 - CircularPass","description":"MYNA \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0648\u062d\u062f\u0629 \u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0644\u0627\u0633\u0644\u0643\u064a\u0629 \u0637\u0648\u0631\u062a\u0647\u0627 \u0634\u0631\u0643\u0629 Tekhne\u060c \u062a\u0633\u062a\u0641\u064a\u062f \u0645\u0646 \u062a\u0642\u0646\u064a\u0629 WiFi HaLow \u0644\u062a\u0648\u0641\u064a\u0631 \u0627\u062a\u0635\u0627\u0644 \u0641\u0639\u0627\u0644 \u0648\u0628\u0639\u064a\u062f \u0627\u0644\u0645\u062f\u0649.","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:\/\/circularpass.io\/ar\/\u0627\u0644\u0645\u062f\u0648\u0646\u0629\/","og_locale":"ar_AR","og_type":"article","og_title":"Blog - CircularPass","og_description":"MYNA is a wireless communication module developed by Tekhne, leveraging WiFi HaLow technology to provide efficient, long-range connectivity.","og_url":"https:\/\/circularpass.io\/ar\/\u0627\u0644\u0645\u062f\u0648\u0646\u0629\/","og_site_name":"CircularPass","article_publisher":"https:\/\/www.facebook.com\/BlueRoomInnovation\/","article_modified_time":"2026-09-02T10:29:40+00:00","twitter_card":"summary_large_image","twitter_misc":{"\u0648\u0642\u062a \u0627\u0644\u0642\u0631\u0627\u0621\u0629 \u0627\u0644\u0645\u064f\u0642\u062f\u0651\u0631":"3 \u062f\u0642\u0627\u0626\u0642"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/circularpass.io\/blog\/","url":"https:\/\/circularpass.io\/blog\/","name":"\u0627\u0644\u0645\u062f\u0648\u0646\u0629 - CircularPass","isPartOf":{"@id":"https:\/\/circularpass.io\/#website"},"datePublished":"2026-02-05T09:03:50+00:00","dateModified":"2026-09-02T10:29:40+00:00","description":"MYNA \u0639\u0628\u0627\u0631\u0629 \u0639\u0646 \u0648\u062d\u062f\u0629 \u0627\u062a\u0635\u0627\u0644\u0627\u062a \u0644\u0627\u0633\u0644\u0643\u064a\u0629 \u0637\u0648\u0631\u062a\u0647\u0627 \u0634\u0631\u0643\u0629 Tekhne\u060c \u062a\u0633\u062a\u0641\u064a\u062f \u0645\u0646 \u062a\u0642\u0646\u064a\u0629 WiFi HaLow \u0644\u062a\u0648\u0641\u064a\u0631 \u0627\u062a\u0635\u0627\u0644 \u0641\u0639\u0627\u0644 \u0648\u0628\u0639\u064a\u062f \u0627\u0644\u0645\u062f\u0649.","breadcrumb":{"@id":"https:\/\/circularpass.io\/blog\/#breadcrumb"},"inLanguage":"ar","potentialAction":[{"@type":"ReadAction","target":["https:\/\/circularpass.io\/blog\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/circularpass.io\/blog\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/circularpass.io\/"},{"@type":"ListItem","position":2,"name":"Blog"}]},{"@type":"WebSite","@id":"https:\/\/circularpass.io\/#website","url":"https:\/\/circularpass.io\/","name":"\u0645\u0645\u0631 \u062f\u0627\u0626\u0631\u064a","description":"","publisher":{"@id":"https:\/\/circularpass.io\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/circularpass.io\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"ar"},{"@type":"Organization","@id":"https:\/\/circularpass.io\/#organization","name":"\u0645\u0645\u0631 \u062f\u0627\u0626\u0631\u064a","url":"https:\/\/circularpass.io\/","logo":{"@type":"ImageObject","inLanguage":"ar","@id":"https:\/\/circularpass.io\/#\/schema\/logo\/image\/","url":"https:\/\/www.circularpass.io\/wp-content\/uploads\/2026\/07\/circularpass_logo-e1782977218819.webp","contentUrl":"https:\/\/www.circularpass.io\/wp-content\/uploads\/2026\/07\/circularpass_logo-e1782977218819.webp","width":2000,"height":840,"caption":"CircularPass"},"image":{"@id":"https:\/\/circularpass.io\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/BlueRoomInnovation\/","https:\/\/www.linkedin.com\/company\/blue-room-innovation\/mycompany\/","https:\/\/www.instagram.com\/blueroominnovation\/"]}]}},"_links":{"self":[{"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/pages\/1335","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/comments?post=1335"}],"version-history":[{"count":63,"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/pages\/1335\/revisions"}],"predecessor-version":[{"id":2905,"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/pages\/1335\/revisions\/2905"}],"wp:attachment":[{"href":"https:\/\/circularpass.io\/ar\/wp-json\/wp\/v2\/media?parent=1335"}],"curies":[{"name":"\u062f\u0628\u0644\u064a\u0648 \u0628\u064a","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}