{"id":23345,"date":"2026-07-08T12:39:58","date_gmt":"2026-07-08T10:39:58","guid":{"rendered":"https:\/\/www.transparentedge.eu\/en\/blog\/"},"modified":"2026-07-08T12:40:00","modified_gmt":"2026-07-08T10:40:00","slug":"how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography","status":"publish","type":"post","link":"https:\/\/www.transparentedge.eu\/en\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/","title":{"rendered":"How to verify that your setup is ready for post-quantum cryptography"},"content":{"rendered":"\n<p><em>This entry assumes familiarity with basic PQC concepts. If you want the background information, start with <a href=\"https:\/\/www.transparentedge.eu\/blog\/what-is-post-quantum-cryptography-and-what-do-i-need-to-know\/\">Part 1<\/a>.<\/em><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>The TLS 1.3 handshake with hybrid ML-KEM<\/strong><\/h2>\n\n\n\n<p>TLS 1.3 is the protocol that protects the vast majority of HTTPS traffic today. Unlike TLS 1.2, it reduces the number of handshake round-trips and eliminates several legacy mechanisms that were a source of vulnerabilities. The basic handshake works like this:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>The client sends a <code>ClientHello<\/code> with the algorithms it supports and an ephemeral public key (key share).<\/li>\n\n\n\n<li>The server responds with a <code>ServerHello<\/code>, selecting the cryptographic parameters, its own key share, and the signed certificate.<\/li>\n\n\n\n<li>Both parties derive the shared secret from the exchanged key shares.<\/li>\n\n\n\n<li>This secret generates the session keys that will encrypt the traffic.<\/li>\n<\/ol>\n\n\n\n<p>The critical point from a PQC perspective lies in the key agreement step. With a hybrid model, the client and server exchange ML-KEM key shares along with those of classic ECDHE. The session key is derived from the most secure algorithm supported by the client. Today, most TLS traffic already travels with ML-KEM active, driven by native support in <a href=\"https:\/\/security.googleblog.com\/2024\/09\/a-new-path-for-kyber-on-web.html\" target=\"_blank\" rel=\"noreferrer noopener\">Chrome<\/a>, <a href=\"https:\/\/www.firefox.com\/en-US\/firefox\/146.0\/releasenotes\/\" target=\"_blank\" rel=\"noreferrer noopener\">Firefox<\/a> y <a href=\"https:\/\/learn.microsoft.com\/en-us\/deployedge\/microsoft-edge-relnote-archive-stable-channel\" target=\"_blank\" rel=\"noreferrer noopener\">Edge<\/a> , while maintaining traditional ML-KEM to ensure compatibility with older devices. This hybrid approach is the one the industry has adopted because it doesn&#8217;t degrade existing security while adding quantum resilience.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Performance and impact on the network<\/strong><\/h2>\n\n\n\n<p>Regarding the network impact, the adoption of PQC results in a slight increase in packet size during the initial key exchange. However, performance tests indicate that for most web applications and content sites, <strong>the latency impact is minimal<\/strong> and is offset by the optimization of TLS 1.3 and the near-user termination offered by content delivery networks.<\/p>\n\n\n\n<p>ML-KEM key shares add between 1 and 2 KB to the TLS handshake compared to pure ECDHE. This is marginal for connections of normal duration. It may be more noticeable in environments with a high volume of very short TLS connections or with bandwidth constraints.<\/p>\n\n\n\n<p>The greatest potential impact lies not in the key agreement itself, but in post-quantum certificates. ML-DSA or SLH-DSA-based certificates can be 10 to 50 times larger than current ECDSA-based certificates, with direct implications for handshake size and intermediate network devices that inspect TLS traffic. This is precisely why the industry has prioritized migrating from the key agreement: the performance cost is low, and the gains compared to HNDL (<a href=\"https:\/\/www.transparentedge.eu\/en\/solutions\/use-cases\/post-quantum-cryptography\/\">Harvest Now, Decrypt Later<\/a>) are immediate.<\/p>\n\n\n\n<p>CDNs, with their distributed network, have a structural advantage since they terminate TLS close to the end user, which absorbs much of the additional latency of the handshake regardless of the size of the packets exchanged.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How to verify that your origin server is ready for the post-quantum key agreement<\/strong><\/h2>\n\n\n\n<p>For those technical teams who wish to verify their readiness, there are tools available to check if the origin server is correctly configured for the <strong>post-quantum key agreement<\/strong>.<\/p>\n\n\n\n<p>The first step is to confirm that your server is negotiating TLS 1.3. ML-KEM is only available on TLS 1.3; if the server drops to TLS 1.2, PQC support is not possible on that bandwidth.<\/p>\n\n\n\n<p>To check what key groups your server is offering you can use OpenSSL from the command line:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>openssl s_client -connect tu-servidor.com:443 -tls1_3<\/code><\/pre>\n\n\n\n<p>In the output, look for references to X25519MLKEM768 or SecP256r1MLKEM768. These are the most common hybrid ML-KEM groups in current implementations. If they don&#8217;t appear, the server isn&#8217;t offering PQC support in the key agreement.<\/p>\n\n\n\n<p>Other options: <a href=\"https:\/\/www.ssllabs.com\/ssltest\/\">Qualys&#8217; SSL Labs Server Test<\/a> includes information on post-quantum group support in its latest versions. In Chrome, you can check the key_exchange_group field at chrome:\/\/net-internals\/#events during an active TLS connection.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Recommendations<\/strong><\/h2>\n\n\n\n<p>Include PQC support as a requirement in any procurement process for CDN, WAF, or TLS service providers. If a provider doesn&#8217;t have a clear position on their migration roadmap, that&#8217;s relevant information for your decision.<\/p>\n\n\n\n<p>Also:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Automate the issuance and renewal of certificates.<\/strong> Agility in certificate management is a prerequisite for migrating to post-quantum certificates when the ecosystem is ready, and it&#8217;s a practice that reduces operational risks regardless of quantum computing.<\/li>\n\n\n\n<li><strong>Disable TLS 1.1 and TLS 1.2 where possible. <\/strong>These versions do not use PQC algorithms and unnecessarily expand the attack surface.<\/li>\n\n\n\n<li><strong>Evaluate critical suppliers well in advance. <\/strong>If a supplier fails to transition to PQC, the impact can be significant. It&#8217;s best to identify these risks before they become critical.<\/li>\n<\/ul>\n\n\n\n<p>For data with a long lifespan, consider that the HNDL exposure window is already open if that traffic is not protected with PQC. The time to act is not when quantum computers arrive, but before they arrive.<\/p>\n\n\n\n<p>Transparent Edge already secures communication between browsers and edge nodes using post-quantum encryption. <strong>We&#8217;re protecting your future now.<\/strong> Contact our customer support department for more information.<\/p>\n\n\n\n<p><br><br><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Practical recommendations for verifying if your origin server is ready for post-quantum key agreements. We explain why implementing a hybrid model that includes ML-KEM in TLS 1.3 is beneficial for ensuring security without compromising compatibility or performance.<\/p>\n","protected":false},"author":18,"featured_media":23011,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7,159],"tags":[],"class_list":["post-23345","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized","category-alto-rendimiento-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to verify that your setup is ready for post-quantum cryptography - Transparent Edge<\/title>\n<meta name=\"description\" content=\"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to verify that your setup is ready for post-quantum cryptography - Transparent Edge\" \/>\n<meta property=\"og:description\" content=\"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/\" \/>\n<meta property=\"og:site_name\" content=\"Transparent Edge\" \/>\n<meta property=\"article:published_time\" content=\"2026-07-08T10:39:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-08T10:40:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1376\" \/>\n\t<meta property=\"og:image:height\" content=\"768\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Sonia Ar\u00e9valo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@tedgeservices\" \/>\n<meta name=\"twitter:site\" content=\"@tedgeservices\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/\"},\"author\":{\"name\":\"Sonia Ar\u00e9valo\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/c5e1c51b2f3403c743346f269ffa07ec\"},\"headline\":\"How to verify that your setup is ready for post-quantum cryptography\",\"datePublished\":\"2026-07-08T10:39:58+00:00\",\"dateModified\":\"2026-07-08T10:40:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/\"},\"wordCount\":790,\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/light_burst_flux_11.png\",\"articleSection\":{\"1\":\"alto rendimiento\"},\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/\",\"name\":\"How to verify that your setup is ready for post-quantum cryptography - Transparent Edge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/light_burst_flux_11.png\",\"datePublished\":\"2026-07-08T10:39:58+00:00\",\"dateModified\":\"2026-07-08T10:40:00+00:00\",\"description\":\"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/light_burst_flux_11.png\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/light_burst_flux_11.png\",\"width\":1376,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.transparentedge.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to verify that your setup is ready for post-quantum cryptography\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"name\":\"Transparent Edge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"alternateName\":\"Transparent Edge\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.transparentedge.eu\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\",\"name\":\"Transparent Edge Services\",\"alternateName\":\"Transparent Edge\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/logotipo-cuadrado.jpg\",\"width\":1328,\"height\":1180,\"caption\":\"Transparent Edge Services\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/tedgeservices\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/transparent-edge\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC5zZoyZmiLGBTAdiFpj2xHA\\\/videos\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/c5e1c51b2f3403c743346f269ffa07ec\",\"name\":\"Sonia Ar\u00e9valo\",\"description\":\"Nada como la sensaci\u00f3n de maravilla e infinitud que se despierta cuando aprendo algo nuevo, cuando descubro cu\u00e1l era la historia y c\u00f3mo funciona algo. Vivo en Madrid hace poco, desarrollo sitios web hace siempre.\",\"sameAs\":[\"https:\\\/\\\/www.transparentedge.eu\\\/\",\"https:\\\/\\\/www.instagram.com\\\/aldeaglobal.web\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/soniaarevalo\\\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to verify that your setup is ready for post-quantum cryptography - Transparent Edge","description":"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.","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:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/","og_locale":"en_US","og_type":"article","og_title":"How to verify that your setup is ready for post-quantum cryptography - Transparent Edge","og_description":"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.","og_url":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/","og_site_name":"Transparent Edge","article_published_time":"2026-07-08T10:39:58+00:00","article_modified_time":"2026-07-08T10:40:00+00:00","og_image":[{"width":1376,"height":768,"url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png","type":"image\/png"}],"author":"Sonia Ar\u00e9valo","twitter_card":"summary_large_image","twitter_creator":"@tedgeservices","twitter_site":"@tedgeservices","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#article","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/"},"author":{"name":"Sonia Ar\u00e9valo","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/c5e1c51b2f3403c743346f269ffa07ec"},"headline":"How to verify that your setup is ready for post-quantum cryptography","datePublished":"2026-07-08T10:39:58+00:00","dateModified":"2026-07-08T10:40:00+00:00","mainEntityOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/"},"wordCount":790,"publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png","articleSection":{"1":"alto rendimiento"},"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/","url":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/","name":"How to verify that your setup is ready for post-quantum cryptography - Transparent Edge","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#primaryimage"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png","datePublished":"2026-07-08T10:39:58+00:00","dateModified":"2026-07-08T10:40:00+00:00","description":"Practical recommendations for verifying if your origin server is ready for post-quantum key agreements.","breadcrumb":{"@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#primaryimage","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2026\/04\/light_burst_flux_11.png","width":1376,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/www.transparentedge.eu\/blog\/how-to-verify-that-your-setup-is-ready-for-post-quantum-cryptography\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.transparentedge.eu\/en\/"},{"@type":"ListItem","position":2,"name":"How to verify that your setup is ready for post-quantum cryptography"}]},{"@type":"WebSite","@id":"https:\/\/www.transparentedge.eu\/#website","url":"https:\/\/www.transparentedge.eu\/","name":"Transparent Edge","description":"","publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"alternateName":"Transparent Edge","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.transparentedge.eu\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.transparentedge.eu\/#organization","name":"Transparent Edge Services","alternateName":"Transparent Edge","url":"https:\/\/www.transparentedge.eu\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2023\/07\/logotipo-cuadrado.jpg","width":1328,"height":1180,"caption":"Transparent Edge Services"},"image":{"@id":"https:\/\/www.transparentedge.eu\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/tedgeservices","https:\/\/www.linkedin.com\/company\/transparent-edge\/","https:\/\/www.youtube.com\/channel\/UC5zZoyZmiLGBTAdiFpj2xHA\/videos"]},{"@type":"Person","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/c5e1c51b2f3403c743346f269ffa07ec","name":"Sonia Ar\u00e9valo","description":"Nada como la sensaci\u00f3n de maravilla e infinitud que se despierta cuando aprendo algo nuevo, cuando descubro cu\u00e1l era la historia y c\u00f3mo funciona algo. Vivo en Madrid hace poco, desarrollo sitios web hace siempre.","sameAs":["https:\/\/www.transparentedge.eu\/","https:\/\/www.instagram.com\/aldeaglobal.web","https:\/\/www.linkedin.com\/in\/soniaarevalo\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/23345","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/users\/18"}],"replies":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/comments?post=23345"}],"version-history":[{"count":5,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/23345\/revisions"}],"predecessor-version":[{"id":23350,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/23345\/revisions\/23350"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media\/23011"}],"wp:attachment":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media?parent=23345"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/categories?post=23345"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/tags?post=23345"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}