{"id":8030,"date":"2025-11-27T06:40:50","date_gmt":"2025-11-27T05:40:50","guid":{"rendered":"https:\/\/paperwise.eu\/paperwise-proudly-certified-for-recycling\/"},"modified":"2026-03-17T10:09:41","modified_gmt":"2026-03-17T09:09:41","slug":"paperwise-proudly-certified-for-recycling","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/","title":{"rendered":"PaperWise Proudly Certified for Recycling"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-light\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg');\">\n\n        \n        <div class=\"container-fluid h-100 pt-4 pb-4\">\n            <div class=\"row h-100\">\n                <div class=\"col-12 d-flex align-items-end\">\n                    <div class=\"hero-content\">\n                                                    <h1 class=\"hero-title\">\n                                <span class=\"hero-title-highlight\">PaperWise Proudly Certified<\/span> for Recycling                            <\/h1>\n                        \n                        \n                                            <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n<\/section>\n<script src=\"https:\/\/www.youtube.com\/iframe_api\"><\/script>\n<script src=\"https:\/\/player.vimeo.com\/api\/player.js\"><\/script>\n<script>\ndocument.addEventListener('DOMContentLoaded', function() {\n    \/\/ Vimeo can run immediately since the SDK loads synchronously enough\n    const heroVideos = document.querySelectorAll('.hero-video-wrapper iframe');\n    heroVideos.forEach(iframe => {\n        if (iframe.src.includes('vimeo.com')) {\n            const player = new Vimeo.Player(iframe);\n            player.getDuration().then(duration => {\n                player.on('timeupdate', data => {\n                    if (data.seconds >= duration - 1) {\n                        player.setCurrentTime(0).then(() => player.play());\n                    }\n                });\n            });\n        }\n    });\n\n    \/\/ Collect YouTube iframes to initialize once the API is ready\n    window._ytHeroIframes = document.querySelectorAll('.hero-video-wrapper iframe[src*=\"youtube.com\"]');\n});\n\n\/\/ This is called automatically by the YouTube API once it's fully loaded\nwindow.onYouTubeIframeAPIReady = function() {\n    if (!window._ytHeroIframes) return;\n\n    window._ytHeroIframes.forEach(iframe => {\n        const videoId = iframe.src.match(\/embed\\\/([^?&]+)\/)[1];\n        const parent = iframe.parentNode;\n        iframe.remove();\n\n        const ytDiv = document.createElement('div');\n        ytDiv.id = 'yt-hero-' + Math.floor(Math.random() * 10000);\n        ytDiv.classList.add('hero-video');\n        parent.appendChild(ytDiv);\n\n        new YT.Player(ytDiv.id, {\n            videoId: videoId,\n            playerVars: {\n                autoplay: 1,\n                controls: 0,\n                loop: 1,\n                playlist: videoId,\n                mute: 1,\n                modestbranding: 1,\n                disablekb: 1,\n                playsinline: 1\n            },\n            events: {\n                onReady: function(event) {\n                    const duration = event.target.getDuration();\n                    setInterval(() => {\n                        const current = event.target.getCurrentTime();\n                        if (current >= duration - 1) {\n                            event.target.seekTo(0);\n                            event.target.playVideo();\n                        }\n                    }, 800);\n                }\n            }\n        });\n    });\n};\n<\/script>\n<section id=\"section-text-block_5502764150bc446cb3e538c9af7b8283\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>We are proud to announce that PaperWise is officially certified for paper recycling according to the strict CEPI standard, the &#8216;CEPI\u2019s Recyclability Laboratory Test Method (Version 2)&#8217;. This is a major step for us, and we would like to share more about it and why it is important for you. In an era where sustainability and environmental awareness are becoming increasingly important, the demand for recyclable products and materials has grown exponentially. Paper, one of the most common everyday items, plays a crucial role in this shift toward a circular economy.  <\/p>\n<p>We are proud to announce that PaperWise is officially certified for paper recycling according to the strict CEPI standard, the &#8216;CEPI\u2019s Recyclability Laboratory Test Method (Version 2)&#8217;. This is a major step for us, and we would like to share more about it and why it is important for you. In an era where sustainability and environmental awareness are becoming increasingly important, the demand for recyclable products and materials has grown exponentially. Paper, one of the most common everyday items, plays a crucial role in this shift toward a circular economy.  <\/p>\n<h2>The Importance of Paper Recycling<\/h2>\n<p>Paper recycling does not only mean reusing waste paper, but also reducing the pressure on natural resources. By recycling paper, deforestation is prevented, energy is saved, and greenhouse gas emissions are reduced. It fits perfectly into the larger picture of the circular economy, in which raw materials are used and reused in a continuous cycle, significantly reducing environmental impact.  <\/p>\n<h2>PaperWise: Sustainability and Quality Hand in Hand<\/h2>\n<p>What sets PaperWise apart is not only the use of secondary raw materials (agricultural waste), but also the unparalleled quality of the paper and paperboard. PaperWise is unique due to its focus on both quality and sustainability. We are therefore very proud to report that all PaperWise paper types have passed the paper recycling certification process with flying colors. This proves that customers do not have to compromise on quality when choosing the most sustainable paper for their packaging, printing, and office applications.   <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_images_900-x-450.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_172f669456d0c268961ae8cca6bbeb2d\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2>Recycling with PaperWise<\/h2>\n<p>One of the powerful features of PaperWise is that it can be recycled without any problems alongside other paper types. This contributes to a more efficient use of raw materials and promotes a closed-loop system. This further confirms that cellulose from agricultural waste is an excellent virgin raw material for the production of high-quality paper and paperboard. The cellulose fiber in PaperWise comes directly from the plant, has not yet been recycled, and is therefore a quality improvement for <a href=\"https:\/\/paperwise.eu\/gerecycled-papier\/\">recycled paper<\/a>.   <\/p>\n<h2>Certification by PTS according to the CEPI\u2019s Recyclability Laboratory Test Method<\/h2>\n<p>The recycling certification for PaperWise was carefully conducted by PTS in Germany. PTS (Papiertechnische Stiftung) is renowned for its thorough assessments of paper and paperboard for recycling purposes. We are proud of our collaboration with PTS, which has helped us demonstrate that PaperWise paper meets the highest standards in paper recycling. The certification was carried out according to the &#8216;CEPI\u2019s Recyclability Laboratory Test Method (Version 2)&#8217; standard.   <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_images_900-x-4502.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_fc31b10cb8a8339bb4864b2edde953fb\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <p>&#8216;CEPI\u2019s Recyclability Laboratory Test Method (Version 2)&#8217; standard.<br \/>\nThis method, developed by the Confederation of European Paper Industries (CEPI), provides solid insight into the recyclability of paper. A &#8216;recyclability score&#8217; is assigned to the tested paper types, making recycling performance transparent. <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"section-full-width-image-wrapper\">\n    <section class=\"section-full-width-image section-full-width-image height-medium parallax-enabled\" >\n                    <div class=\"image-container\">\n                <img decoding=\"async\" src=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_images_900-x-4503.jpg\"\n                     alt=\"\"\n                     class=\"full-width-image\"\n                     loading=\"lazy\">\n            <\/div>\n            <\/section>\n\n    <\/div>\n\n<script>\n(function() {\n    const parallaxSection = document.querySelector('.section-full-width-image.parallax-enabled');\n    if (!parallaxSection) return;\n\n    const parallaxImage = parallaxSection.querySelector('.full-width-image');\n    if (!parallaxImage) return;\n\n    function updateParallax() {\n        const rect = parallaxSection.getBoundingClientRect();\n        const windowHeight = window.innerHeight;\n\n        \/\/ Check if section is in viewport\n        if (rect.bottom > 0 && rect.top < windowHeight) {\n            \/\/ Calculate scroll progress (0 to 1) relative to viewport\n            const scrollProgress = (windowHeight - rect.top) \/ (windowHeight + rect.height);\n\n            \/\/ Move image from -20% to +20% based on scroll progress\n            const movement = (scrollProgress - 0.5) * 40; \/\/ -20 to +20\n\n            parallaxImage.style.transform = `translate3d(0, ${movement}%, 0)`;\n        }\n    }\n\n    \/\/ Throttle scroll event for better performance\n    let ticking = false;\n    window.addEventListener('scroll', function() {\n        if (!ticking) {\n            window.requestAnimationFrame(function() {\n                updateParallax();\n                ticking = false;\n            });\n            ticking = true;\n        }\n    });\n\n    \/\/ Initial call\n    updateParallax();\n})();\n<\/script>\n\n<section id=\"section-text-block_0c2a5ac8930cbffb1000f1673d0d03a7\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n            \n                            <div class=\"section-text__content\">\n                    <h2>Contact Us<\/h2>\n<p>If you would like to know more about PaperWise, have questions, or wish to receive samples, please do not hesitate to contact us. You can send an email to <a href=\"mailto:info@paperwise.eu\">info@paperwise.eu<\/a> or contact us by phone at +31 492 849 575. <\/p>\n<p>At PaperWise, we are enthusiastic about the future of sustainability and look forward to contributing with you to a world where the responsible use of materials is the norm. In addition to recycling certification, PaperWise is also <a href=\"https:\/\/paperwise.eu\/keurmerken-2\/\">certified<\/a> for food safety (EC1935\/2004), industrial composting (EN13432), and home composting (DIN CERTCO HOME COMPOSTABLE). <\/p>\n                <\/div>\n            \n        <\/div>\n    <\/div>\n<\/section>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":8032,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[173],"tags":[168],"class_list":["post-8030","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-news","tag-certifications"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>CEPI Paper Recycling Certification: Sustainable and High-Quality Paper<\/title>\n<meta name=\"description\" content=\"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"CEPI Paper Recycling Certification: Sustainable and High-Quality Paper\" \/>\n<meta property=\"og:description\" content=\"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-27T05:40:50+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T09:09:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"786\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"romano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"romano\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"PaperWise Proudly Certified for Recycling\",\"datePublished\":\"2025-11-27T05:40:50+00:00\",\"dateModified\":\"2026-03-17T09:09:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/\"},\"wordCount\":5,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/recycled-papier-certificeert_header_1100-x-450.jpeg\",\"keywords\":[\"Certifications\"],\"articleSection\":[\"News\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/\",\"name\":\"CEPI Paper Recycling Certification: Sustainable and High-Quality Paper\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/recycled-papier-certificeert_header_1100-x-450.jpeg\",\"datePublished\":\"2025-11-27T05:40:50+00:00\",\"dateModified\":\"2026-03-17T09:09:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"description\":\"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#primaryimage\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/recycled-papier-certificeert_header_1100-x-450.jpeg\",\"contentUrl\":\"https:\\\/\\\/paperwise.eu\\\/wp-content\\\/uploads\\\/2025\\\/11\\\/recycled-papier-certificeert_header_1100-x-450.jpeg\",\"width\":1920,\"height\":786},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/paperwise-proudly-certified-for-recycling\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PaperWise Proudly Certified for Recycling\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/#\\\/schema\\\/person\\\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g\",\"caption\":\"romano\"},\"url\":\"https:\\\/\\\/paperwise.eu\\\/en\\\/author\\\/romano\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"CEPI Paper Recycling Certification: Sustainable and High-Quality Paper","description":"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.","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:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/","og_locale":"en_US","og_type":"article","og_title":"CEPI Paper Recycling Certification: Sustainable and High-Quality Paper","og_description":"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.","og_url":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/","og_site_name":"Paperwise","article_published_time":"2025-11-27T05:40:50+00:00","article_modified_time":"2026-03-17T09:09:41+00:00","og_image":[{"width":1920,"height":786,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"Written by":"romano"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"PaperWise Proudly Certified for Recycling","datePublished":"2025-11-27T05:40:50+00:00","dateModified":"2026-03-17T09:09:41+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/"},"wordCount":5,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg","keywords":["Certifications"],"articleSection":["News"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/","url":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/","name":"CEPI Paper Recycling Certification: Sustainable and High-Quality Paper","isPartOf":{"@id":"https:\/\/paperwise.eu\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg","datePublished":"2025-11-27T05:40:50+00:00","dateModified":"2026-03-17T09:09:41+00:00","author":{"@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"description":"PaperWise leads in environmentally friendly paper use with CEPI certification. Choose sustainable and high-quality paper.","breadcrumb":{"@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/recycled-papier-certificeert_header_1100-x-450.jpeg","width":1920,"height":786},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/en\/paperwise-proudly-certified-for-recycling\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/paperwise.eu\/en\/"},{"@type":"ListItem","position":2,"name":"PaperWise Proudly Certified for Recycling"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/en\/#website","url":"https:\/\/paperwise.eu\/en\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/en\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/1088d66ec0cbb86d1f51d63deb3022acd3d470c3fa7de3b2bf2b7898ed286a14?s=96&d=mm&r=g","caption":"romano"},"url":"https:\/\/paperwise.eu\/en\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8030","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/comments?post=8030"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8030\/revisions"}],"predecessor-version":[{"id":8035,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/posts\/8030\/revisions\/8035"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media\/8032"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/media?parent=8030"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/categories?post=8030"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/en\/wp-json\/wp\/v2\/tags?post=8030"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}