{"id":15386,"date":"2025-11-25T14:24:39","date_gmt":"2025-11-25T13:24:39","guid":{"rendered":"https:\/\/paperwise.eu\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/"},"modified":"2026-04-09T06:53:34","modified_gmt":"2026-04-09T04:53:34","slug":"paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable","status":"publish","type":"post","link":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/","title":{"rendered":"PAPERWISE CELEBRA UN HITO CON LA CERTIFICACI\u00d3N B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE"},"content":{"rendered":"\n<section class=\"section-hero-paperwise text-color-oscuro\" >\n    <div class=\"hero-background \" style=\"background-image: url('https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/gif-b-corp-header-1.gif');\">\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 CELEBRA UN HITO CON LA CERTIFICACI\u00d3N<\/span> B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE                            <\/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_52d1c6a4e260d1dc4a8c110a2dd30ffc\" 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>\u00a1Buenas noticias! PaperWise es una B Corp\u2122 certificada y ha superado positivamente la exhaustiva auditor\u00eda centrada en la sostenibilidad. En un mundo en el que los recursos se agotan, la biodiversidad disminuye, el clima cambia y m\u00e1s de 3.000 millones de personas viven por debajo del umbral de la pobreza, es necesario actuar. Acci\u00f3n por parte de las empresas que crean un impacto positivo para las personas, la sociedad y el medio ambiente, adem\u00e1s de beneficios. B Corp\u2122 hace que la sostenibilidad sea transparente y medible, proporcionando informaci\u00f3n sobre el rendimiento sostenible de las organizaciones. \u00bfD\u00f3nde tiene impacto PaperWise como empresa y en qu\u00e9 te beneficia?     <\/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\/b-corp-certificering-1.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_0ae9b4c7324063edd3cc46a5af62bb5b\" class=\"section section-text\">\n    <div class=\"container\">\n        <div class=\"section-text__wrapper text-align-left\">\n\n                            <h2 class=\"section-text__heading\">\n                    GARANT\u00cdA DE CALIDAD                  <\/h2>\n            \n                            <div class=\"section-text__content\">\n                    <h2>DIRECCI\u00d3N<\/h2>\n<p>La historia comienza en 2015, cuando lanzamos un nuevo tipo de papel en el mercado europeo bajo la marca PaperWise. En PaperWise creemos que la industria papelera puede y debe ser a\u00fan m\u00e1s sostenible. Para lograr ese objetivo, PaperWise cambia radicalmente de rumbo y presenta papel fabricado a partir de residuos agr\u00edcolas para envases, impresi\u00f3n y material de oficina. Los residuos agr\u00edcolas son residuos vegetales, como tallos y hojas, que quedan tras la cosecha de cultivos alimentarios como el trigo, la cebada, el centeno, el arroz, el c\u00e1\u00f1amo y la ca\u00f1a de az\u00facar. Estas materias primas secundarias proporcionan muchos beneficios medioambientales, adem\u00e1s de ingresos adicionales para los agricultores de los pa\u00edses en desarrollo donde se produce PaperWise. El impacto medioambiental de PaperWise es un 47% inferior al del papel procedente de \u00e1rboles y un 29% inferior al del papel reciclado.     <\/p>\n<h2>GARANT\u00cdA DE CALIDAD<\/h2>\n<p>En 2015, PaperWise a\u00fan carec\u00eda de etiquetas o certificaciones. El inter\u00e9s por el papel ecol\u00f3gico PaperWise ha sido enorme desde su introducci\u00f3n, pero los clientes exigen etiquetas, certificaciones y pruebas. Un estudio comparativo medioambiental independiente en forma de evaluaci\u00f3n del ciclo de vida (ECV) demostr\u00f3 las enormes ganancias medioambientales del 47% y el 29% entre PaperWise, el papel procedente de \u00e1rboles y el papel reciclado. A esto le siguieron r\u00e1pidamente las certificaciones de compostaje industrial EN 13432, compostaje dom\u00e9stico DIN CERTCO seguridad alimentaria CE 1935\/2004, reciclaje y ahora la certificaci\u00f3n de sostenibilidad como<br \/>\ncertified B Corp\u2122.   <\/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\/b-corp-certificering-2.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_6fe5d6271cae8eb0bdfb3b8a9af22938\" 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>  QU\u00c9 ES B CORP\u2122  <\/h2>\n<p>Adem\u00e1s de un producto sostenible, los clientes tambi\u00e9n quieren saber hasta qu\u00e9 punto es sostenible la organizaci\u00f3n que est\u00e1 detr\u00e1s del producto. B Corp\u2122 hace que la sostenibilidad de PaperWise sea transparente y mensurable. Todos los procesos, pol\u00edticas, gobernanza, certificaciones y afirmaciones de PaperWise han sido verificados mediante una auditor\u00eda intensiva. La certificaci\u00f3n B Corp\u2122 es una garant\u00eda adicional para los clientes de que las afirmaciones y afirmaciones sostenibles son ciertas y de que los procesos de PaperWise son sostenibles. S\u00f3lo se concede a empresas con \u00e1nimo de lucro que han demostrado tener un gran impacto positivo en las personas y el medio ambiente. Todas las empresas unidas bajo la bandera B Corp\u2122 est\u00e1n impulsadas por una misi\u00f3n compartida de mejorar el mundo.     <\/p>\n<h2>  FINALIDAD DE B CORP\u2122.  <\/h2>\n<p>B Corp\u2122 significa \u00abCorporaci\u00f3n Ben\u00e9fica\u00bb. Construir juntos una sociedad en la que todos y todo salga beneficiado. Desde su creaci\u00f3n en 2006, la Red Global B se ha convertido en un poderoso movimiento mundial con m\u00e1s de 8.500 empresas certificadas B Corp\u2122 en 162 sectores de 98 pa\u00edses. B Lab\u2122 es la organizaci\u00f3n que est\u00e1 detr\u00e1s de la certificaci\u00f3n B Corp\u2122. Para obtener la certificaci\u00f3n B Corp\u2122, tienes que completar con \u00e9xito la Evaluaci\u00f3n del Impacto B. Adem\u00e1s de la Evaluaci\u00f3n del Impacto B, B Lab\u2122 tambi\u00e9n desarrolla normas, pol\u00edticas, herramientas y programas en el \u00e1mbito de la sostenibilidad. B Lab\u2122 promueve un movimiento mundial de empresas que no s\u00f3lo persiguen el beneficio, sino que tambi\u00e9n generan un impacto positivo para las personas, la sociedad y el medio ambiente.      <\/p>\n<h2>  B EVALUACI\u00d3N DE IMPACTO  <\/h2>\n<p>En el coraz\u00f3n del movimiento B Corp\u2122 se encuentra la Evaluaci\u00f3n de Impacto B, una encuesta muy completa y minuciosa que eval\u00faa a las empresas por su rendimiento social y medioambiental, transparencia y responsabilidad. La Evaluaci\u00f3n del Impacto B midi\u00f3 el impacto de PaperWise a trav\u00e9s de m\u00e1s de 300 preguntas en profundidad en las \u00e1reas de gobernanza, medio ambiente, comunidad, empleados y clientes. La plena divulgaci\u00f3n de los procesos y pol\u00edticas empresariales es clave en este viaje.  <\/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\/b-corp-certificering-3.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_659c1c64a146cc9fc3cf3f1309bf93c4\" 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>TRANSPARENTE Y MEDIBLE<\/h2>\n<p>PaperWise super\u00f3 positivamente la Evaluaci\u00f3n de Impacto B y obtuvo una excelente puntuaci\u00f3n de 100,3 puntos. A partir de esta puntuaci\u00f3n se ha elaborado un perfil de sostenibilidad, que se presenta p\u00fablicamente en el sitio web de B Corp\u2122. El perfil de PaperWise puede consultarse a trav\u00e9s del siguiente enlace: <a href=\"https:\/\/www.bcorporation.net\/en-us\/find-a-b-corp\/company\/paperwise\/\">P\u00e1gina B Corp\u2122 de PaperWise<\/a>. El periodo de validez de la certificaci\u00f3n B Corp\u2122 de PaperWise es de 3 a\u00f1os, un buen periodo para hacer que nuestra organizaci\u00f3n sea a\u00fan m\u00e1s sostenible, de modo que la puntuaci\u00f3n pueda ser mayor la pr\u00f3xima vez.   <\/p>\n<h2>EL RESULTADO<\/h2>\n<p>Para PaperWise, la certificaci\u00f3n B Corp\u2122 significa algo m\u00e1s que un reconocimiento. Es una afirmaci\u00f3n de su contribuci\u00f3n a un mundo mejor para todos. Un mundo en el que las empresas no s\u00f3lo miden el \u00e9xito en beneficios, sino tambi\u00e9n en su impacto en el futuro. Ser una B Corp\u2122 demuestra como organizaci\u00f3n que est\u00e1s liderando la transformaci\u00f3n de la econom\u00eda mundial en beneficio de las personas y el planeta. Como B Corp\u2122, PaperWise abre un nuevo cap\u00edtulo de crecimiento, responsabilidad e inspiraci\u00f3n.    <\/p>\n<p><em>\u00abComo B Corp\u2122 certificada, no s\u00f3lo reforzamos nuestro lema &#8216;Wise With Waste&#8217;, sino que tambi\u00e9n demostramos nuestro impacto positivo general en el mundo y la sociedad. Wise With Waste, juntos\u00bb.<\/em><\/p>\n<p>-Peter van Rosmalen, Director General de PaperWise.<\/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                                <\/section>\n\n    <\/div>\n\n","protected":false},"excerpt":{"rendered":"<p>PaperWise es papel y cart\u00f3n sin \u00e1rboles procedente de residuos vegetales. Tu papel sostenible para embalajes <\/p>\n","protected":false},"author":2,"featured_media":15390,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[272],"tags":[278],"class_list":["post-15386","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-noticias","tag-certificaciones"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable<\/title>\n<meta name=\"description\" content=\"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.\" \/>\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\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable\" \/>\n<meta property=\"og:description\" content=\"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\" \/>\n<meta property=\"og:site_name\" content=\"Paperwise\" \/>\n<meta property=\"article:published_time\" content=\"2025-11-25T13:24:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T04:53:34+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1920\" \/>\n\t<meta property=\"og:image:height\" content=\"960\" \/>\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=\"Escrito por\" \/>\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\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\"},\"author\":{\"name\":\"romano\",\"@id\":\"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"headline\":\"PAPERWISE CELEBRA UN HITO CON LA CERTIFICACI\u00d3N B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE\",\"datePublished\":\"2025-11-25T13:24:39+00:00\",\"dateModified\":\"2026-04-09T04:53:34+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\"},\"wordCount\":14,\"commentCount\":0,\"image\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\",\"keywords\":[\"Certificaciones\"],\"articleSection\":[\"Noticias\"],\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\",\"url\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\",\"name\":\"Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable\",\"isPartOf\":{\"@id\":\"https:\/\/paperwise.eu\/es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\",\"datePublished\":\"2025-11-25T13:24:39+00:00\",\"dateModified\":\"2026-04-09T04:53:34+00:00\",\"author\":{\"@id\":\"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\"},\"description\":\"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.\",\"breadcrumb\":{\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage\",\"url\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\",\"contentUrl\":\"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg\",\"width\":1920,\"height\":960},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\/\/paperwise.eu\/es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PAPERWISE CELEBRA UN HITO CON LA CERTIFICACI\u00d3N B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/paperwise.eu\/es\/#website\",\"url\":\"https:\/\/paperwise.eu\/es\/\",\"name\":\"Paperwise\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/paperwise.eu\/es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e\",\"name\":\"romano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@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\/es\/author\/romano\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable","description":"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.","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\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/","og_locale":"es_ES","og_type":"article","og_title":"Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable","og_description":"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.","og_url":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/","og_site_name":"Paperwise","article_published_time":"2025-11-25T13:24:39+00:00","article_modified_time":"2026-04-09T04:53:34+00:00","og_image":[{"width":1920,"height":960,"url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","type":"image\/jpeg"}],"author":"romano","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"romano"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#article","isPartOf":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/"},"author":{"name":"romano","@id":"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"headline":"PAPERWISE CELEBRA UN HITO CON LA CERTIFICACI\u00d3N B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE","datePublished":"2025-11-25T13:24:39+00:00","dateModified":"2026-04-09T04:53:34+00:00","mainEntityOfPage":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/"},"wordCount":14,"commentCount":0,"image":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","keywords":["Certificaciones"],"articleSection":["Noticias"],"inLanguage":"es","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/","url":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/","name":"Certificaci\u00f3n B Corp: Sostenibilidad Transparente y Mensurable","isPartOf":{"@id":"https:\/\/paperwise.eu\/es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage"},"image":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage"},"thumbnailUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","datePublished":"2025-11-25T13:24:39+00:00","dateModified":"2026-04-09T04:53:34+00:00","author":{"@id":"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e"},"description":"PaperWise valida su compromiso con el planeta con la certificaci\u00f3n B Corp\u2122. C\u00f3mo B Corp\u2122 hace que la sostenibilidad sea transparente y medible.","breadcrumb":{"@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#primaryimage","url":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","contentUrl":"https:\/\/paperwise.eu\/wp-content\/uploads\/2025\/11\/b-corp-certificering-2.jpg","width":1920,"height":960},{"@type":"BreadcrumbList","@id":"https:\/\/paperwise.eu\/es\/paperwise-celebra-un-hito-con-la-certificacion-b-corp-sostenibilidad-transparente-y-mensurable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/paperwise.eu\/es\/"},{"@type":"ListItem","position":2,"name":"PAPERWISE CELEBRA UN HITO CON LA CERTIFICACI\u00d3N B CORP\u2122 SOSTENIBILIDAD TRANSPARENTE Y MENSURABLE"}]},{"@type":"WebSite","@id":"https:\/\/paperwise.eu\/es\/#website","url":"https:\/\/paperwise.eu\/es\/","name":"Paperwise","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/paperwise.eu\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Person","@id":"https:\/\/paperwise.eu\/es\/#\/schema\/person\/8795b3f325bbd0bd99ae85bbea26ad2e","name":"romano","image":{"@type":"ImageObject","inLanguage":"es","@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\/es\/author\/romano\/"}]}},"_links":{"self":[{"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/posts\/15386","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/comments?post=15386"}],"version-history":[{"count":1,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/posts\/15386\/revisions"}],"predecessor-version":[{"id":15392,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/posts\/15386\/revisions\/15392"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/media\/15390"}],"wp:attachment":[{"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/media?parent=15386"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/categories?post=15386"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/paperwise.eu\/es\/wp-json\/wp\/v2\/tags?post=15386"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}