{"id":20748,"date":"2025-04-14T18:05:11","date_gmt":"2025-04-14T16:05:11","guid":{"rendered":"https:\/\/www.transparentedge.eu\/en\/blog\/"},"modified":"2025-04-14T18:05:19","modified_gmt":"2025-04-14T16:05:19","slug":"planning-a-successful-black-friday","status":"publish","type":"post","link":"https:\/\/www.transparentedge.eu\/en\/blog\/planning-a-successful-black-friday\/","title":{"rendered":"Planning a successful Black Friday"},"content":{"rendered":"\n<p>Black Friday can be a great opportunity to boost sales, but it can also be a huge risk if your platform isn&#8217;t prepared. The sudden surge in traffic, simultaneous transactions, and user expectations put every part of your system to the test. If something goes wrong, the consequences can be costly: outages, slowness, payment errors, and a damaged reputation.<\/p>\n\n\n\n<p>With a thorough review and the right adjustments, your business can come out stronger, offer an unbeatable experience, and make the most of this spike in demand.<\/p>\n\n\n\n<p>Below, we share a checklist of key practices to ensure your infrastructure is ready for smooth operations.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Best practices to prepare for Black Friday<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Audit your infrastructure<\/h3>\n\n\n\n<p><strong>Server capacity assessment:<\/strong><\/p>\n\n\n\n<p>\u25a1 Check the average CPU, RAM and storage usage.<\/p>\n\n\n\n<p>\u25a1 Check the current maximum capacity against historical traffic peaks.<\/p>\n\n\n\n<p><strong><strong>Load tests<\/strong>:<\/strong><\/p>\n\n\n\n<p>\u25a1 Use tools to simulate massive traffic.<\/p>\n\n\n\n<p>\u25a1 Identify failure or slowness points.<\/p>\n\n\n\n<p><strong>Resource scalability:<\/strong><\/p>\n\n\n\n<p>\u25a1 Confirm whether your infrastructure can scale vertically (more resources per server) or horizontally (more servers).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Optimize your server<\/h3>\n\n\n\n<p><strong>Web server configurations:<\/strong><\/p>\n\n\n\n<p>\u25a1 Configure your web servers to handle multiple concurrent connections.<\/p>\n\n\n\n<p>\u25a1 Use caching systems intelligently to avoid overloading the server and databases.<\/p>\n\n\n\n<p><strong>Load balancing:<\/strong><\/p>\n\n\n\n<p>\u25a1 Set up a load balancer to distribute traffic across multiple servers.<\/p>\n\n\n\n<p>\u25a1 Use the load balancing tools offered by your provider.<\/p>\n\n\n\n<p><strong>Databases:<\/strong><\/p>\n\n\n\n<p>\u25a1 Optimizes SQL queries (indexing, denormalization if necessary).<\/p>\n\n\n\n<p>\u25a1 Use cache for frequent queries (Redis, Memcached).<\/p>\n\n\n\n<p><strong>Static storage:<\/strong><\/p>\n\n\n\n<p>\u25a1 Serve images, scripts, and style sheets from a CDN.<\/p>\n\n\n\n<p>\u25a1 Use compression to reduce the size of files sent to the client.<\/p>\n\n\n\n<p>\u25a1 Optimize your images with modern and compressed formats: technologies like on-the-fly optimizers can help you do this easily.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Ensure high availability<\/h3>\n\n\n\n<p>\u25a1 Set up servers in multiple regions or at least in different availability zones (AZs).<\/p>\n\n\n\n<p>\u25a1 Use databases with real-time replication.<\/p>\n\n\n\n<p>\u25a1 Monitor in real time with tools that allow you to measure performance.<\/p>\n\n\n\n<p>\u25a1 Set up automatic alerts for resource issues.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Strengthen security<\/h3>\n\n\n\n<p><strong>DDoS Protection:<\/strong><\/p>\n\n\n\n<p>\u25a1 Hire mitigation services.<\/p>\n\n\n\n<p>\u25a1 Set up rules on your firewall to block suspicious patterns.<\/p>\n\n\n\n<p>\u25a1 Set a rate limit that doesn&#8217;t block legitimate users and keeps your site secure and operational at all times.<\/p>\n\n\n\n<p><strong>SSL\/TLS:<\/strong><\/p>\n\n\n\n<p>\u25a1 Make sure your site uses HTTPS with updated certificates.<\/p>\n\n\n\n<p>\u25a1 Set up HSTS (Strict-Transport-Security).<\/p>\n\n\n\n<p><strong>Authentication and access:<\/strong><\/p>\n\n\n\n<p>\u25a1 Implement robust authentication systems for your admins (2FA, IP Whitelisting).<\/p>\n\n\n\n<p>\u25a1 Perform permit audits.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Optimize your e-commerce<\/h3>\n\n\n\n<p><strong>User Experience (UX) improvements:<\/strong><\/p>\n\n\n\n<p>\u25a1 Optimizes loading times (less than three seconds).<\/p>\n\n\n\n<p>\u25a1 Use Lazy Loading for images and non-critical content.<\/p>\n\n\n\n<p><strong>Payment gateway validation:<\/strong><\/p>\n\n\n\n<p>\u25a1 Perform load testing on integrations with payment platforms.<\/p>\n\n\n\n<p>\u25a1 Make sure they support multiple transactions per second.<\/p>\n\n\n\n<p><strong>Real-time inventory management:<\/strong><\/p>\n\n\n\n<p>\u25a1 Implement systems that update stock in real time to avoid overselling.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">6. Perform drills<\/h3>\n\n\n\n<p>\u25a1 Traffic spike testing: conduct simulations with your team to evaluate response and recovery times.<\/p>\n\n\n\n<p>\u25a1 Run a load test: it&#8217;s critical to know what we can handle.<\/p>\n\n\n\n<p>\u25a1 Failure scenarios to be prepared for any technical incident.<\/p>\n\n\n\n<p>\u25a1 Design a contingency plan that allows you to react quickly in the event of site outages or performance issues. This plan should include specific actions to mitigate the impact.<\/p>\n\n\n\n<p>\u25a1 Document escalation and recovery procedures so the technical team can act quickly and effectively.<\/p>\n\n\n\n<p>\u25a1 Define who should be contacted for different incident levels and how to proceed in each case to minimize downtime and ensure rapid service recovery.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">7. Organize communication<\/h3>\n\n\n\n<p><strong>Internal team:<\/strong><\/p>\n\n\n\n<p>\u25a1 Ensure all technical managers are available during the event.<\/p>\n\n\n\n<p>\u25a1 Assign clear roles for problem solving.<\/p>\n\n\n\n<p><strong>Customers:<\/strong><\/p>\n\n\n\n<p>\u25a1 Inform customers about possible delays due to high demand.<\/p>\n\n\n\n<p>\u25a1 Communicate maintenance schedules if necessary.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">8. Evaluate and improve post-event<\/h3>\n\n\n\n<p><strong>Data analysis:<\/strong><\/p>\n\n\n\n<p>\u25a1 Check traffic, conversion, and server performance metrics<\/p>\n\n\n\n<p>\u25a1 Identify areas for improvement for the next event.<\/p>\n\n\n\n<p><strong>Results-based optimization:<\/strong><\/p>\n\n\n\n<p>\u25a1 Implement changes based on lessons learned.<\/p>\n\n\n\n<p>\u25a1 Performs necessary software updates and patches.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">By thinking strategically and focusing on these general considerations, you&#8217;ll ensure you&#8217;re set up for success.<\/h4>\n\n\n\n<h2 class=\"wp-block-heading\">Download the Practical Guide and get ready in time to succeed<\/h2>\n\n\n\n<p>Would you like more information on how to implement each of these recommendations?<\/p>\n\n\n\n<p><a href=\"https:\/\/www.transparentedge.eu\/en\/downloads-area\/\">Download our practical guide<\/a> to technical preparation for Black Friday now and ensure your site&#8217;s performance when it matters most. <em>(Available only in spanish)<\/em><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.<\/p>\n","protected":false},"author":18,"featured_media":20840,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"categories":[7],"tags":[],"class_list":["post-20748","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-uncategorized"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Planning a successful Black Friday - Transparent Edge<\/title>\n<meta name=\"description\" content=\"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.\" \/>\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\/planning-a-successful-black-friday\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Planning a successful Black Friday - Transparent Edge\" \/>\n<meta property=\"og:description\" content=\"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/\" \/>\n<meta property=\"og:site_name\" content=\"Transparent Edge\" \/>\n<meta property=\"article:published_time\" content=\"2025-04-14T16:05:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-14T16:05:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1128\" \/>\n\t<meta property=\"og:image:height\" content=\"635\" \/>\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\\\/planning-a-successful-black-friday\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/\"},\"author\":{\"name\":\"Sonia Ar\u00e9valo\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#\\\/schema\\\/person\\\/c5e1c51b2f3403c743346f269ffa07ec\"},\"headline\":\"Planning a successful Black Friday\",\"datePublished\":\"2025-04-14T16:05:11+00:00\",\"dateModified\":\"2025-04-14T16:05:19+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/\"},\"wordCount\":678,\"publisher\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/para-blog-guia-BF-violeta.png\",\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/\",\"name\":\"Planning a successful Black Friday - Transparent Edge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/para-blog-guia-BF-violeta.png\",\"datePublished\":\"2025-04-14T16:05:11+00:00\",\"dateModified\":\"2025-04-14T16:05:19+00:00\",\"description\":\"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/para-blog-guia-BF-violeta.png\",\"contentUrl\":\"https:\\\/\\\/www.transparentedge.eu\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/para-blog-guia-BF-violeta.png\",\"width\":1128,\"height\":635},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.transparentedge.eu\\\/blog\\\/planning-a-successful-black-friday\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/www.transparentedge.eu\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Planning a successful Black Friday\"}]},{\"@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":"Planning a successful Black Friday - Transparent Edge","description":"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.","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\/planning-a-successful-black-friday\/","og_locale":"en_US","og_type":"article","og_title":"Planning a successful Black Friday - Transparent Edge","og_description":"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.","og_url":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/","og_site_name":"Transparent Edge","article_published_time":"2025-04-14T16:05:11+00:00","article_modified_time":"2025-04-14T16:05:19+00:00","og_image":[{"width":1128,"height":635,"url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.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\/planning-a-successful-black-friday\/#article","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/"},"author":{"name":"Sonia Ar\u00e9valo","@id":"https:\/\/www.transparentedge.eu\/#\/schema\/person\/c5e1c51b2f3403c743346f269ffa07ec"},"headline":"Planning a successful Black Friday","datePublished":"2025-04-14T16:05:11+00:00","dateModified":"2025-04-14T16:05:19+00:00","mainEntityOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/"},"wordCount":678,"publisher":{"@id":"https:\/\/www.transparentedge.eu\/#organization"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.png","inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/","url":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/","name":"Planning a successful Black Friday - Transparent Edge","isPartOf":{"@id":"https:\/\/www.transparentedge.eu\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#primaryimage"},"image":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#primaryimage"},"thumbnailUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.png","datePublished":"2025-04-14T16:05:11+00:00","dateModified":"2025-04-14T16:05:19+00:00","description":"Roadmap for preparing platforms and applications to successfully address the technical demands of Black Friday.","breadcrumb":{"@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#primaryimage","url":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.png","contentUrl":"https:\/\/www.transparentedge.eu\/wp-content\/uploads\/2025\/04\/para-blog-guia-BF-violeta.png","width":1128,"height":635},{"@type":"BreadcrumbList","@id":"https:\/\/www.transparentedge.eu\/blog\/planning-a-successful-black-friday\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.transparentedge.eu\/en\/"},{"@type":"ListItem","position":2,"name":"Planning a successful Black Friday"}]},{"@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\/20748","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=20748"}],"version-history":[{"count":7,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/20748\/revisions"}],"predecessor-version":[{"id":20757,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/posts\/20748\/revisions\/20757"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media\/20840"}],"wp:attachment":[{"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/media?parent=20748"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/categories?post=20748"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.transparentedge.eu\/en\/wp-json\/wp\/v2\/tags?post=20748"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}