{"id":795,"date":"2025-04-17T20:57:32","date_gmt":"2025-04-17T20:57:32","guid":{"rendered":"https:\/\/a-digitalworks.com\/acerca-de\/"},"modified":"2026-01-17T09:37:08","modified_gmt":"2026-01-17T09:37:08","slug":"acerca-de","status":"publish","type":"page","link":"https:\/\/a-digitalworks.com\/es\/acerca-de\/","title":{"rendered":"Acerca de"},"content":{"rendered":"\n<!-- About Page Content for Astra Theme --><style>.gm-about {\n        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        color: #333;\n        line-height: 1.7;\n    }\n\n    \/* Hero *\/\n    .gm-about-hero {\n        background: linear-gradient(135deg, #FDF6F8 0%, #FFFFFF 100%);\n        padding: 6rem 2rem;\n        text-align: center;\n    }\n\n    .gm-about-hero-inner {\n        max-width: 750px;\n        margin: 0 auto;\n    }\n\n    .gm-about-hero h1 {\n        font-size: 2.5rem;\n        font-weight: 400;\n        line-height: 1.25;\n        color: #2D2A26;\n        margin-bottom: 1.5rem;\n    }\n\n    .gm-about-hero p {\n        font-size: 1.15rem;\n        color: #5C5752;\n        line-height: 1.7;\n    }\n\n    \/* Section Common *\/\n    .gm-section {\n        padding: 6rem 2rem;\n    }\n\n    .gm-section-inner {\n        max-width: 800px;\n        margin: 0 auto;\n    }\n\n    .gm-section-alt {\n        background: #FAFAFA;\n    }\n\n    .gm-section-label {\n        font-size: 0.75rem;\n        font-weight: 600;\n        text-transform: uppercase;\n        letter-spacing: 0.1em;\n        color: #C76B82;\n        margin-bottom: 0.75rem;\n        display: block;\n    }\n\n    .gm-section-title {\n        font-size: 1.5rem;\n        font-weight: 400;\n        color: #2D2A26;\n        margin-bottom: 1.5rem;\n        line-height: 1.3;\n    }\n\n    .gm-text {\n        color: #5C5752;\n    }\n\n    .gm-text p {\n        margin-bottom: 1.25rem;\n        line-height: 1.75;\n    }\n\n    .gm-text p:last-child {\n        margin-bottom: 0;\n    }\n\n    \/* List *\/\n    .gm-list {\n        list-style: none;\n        padding: 0;\n        margin: 1.5rem 0 0;\n    }\n\n    .gm-list li {\n        padding: 0.85rem 0;\n        padding-left: 1.25rem;\n        position: relative;\n        color: #5C5752;\n        border-bottom: 1px solid #E8E5E1;\n    }\n\n    .gm-list li:first-child {\n        border-top: 1px solid #E8E5E1;\n    }\n\n    .gm-list li::before {\n        content: \"\";\n        position: absolute;\n        left: 0;\n        top: 1.15rem;\n        width: 5px;\n        height: 5px;\n        background: #C76B82;\n        border-radius: 50%;\n    }\n\n    \/* Highlight Box *\/\n    .gm-highlight {\n        background: #FDF6F8;\n        border-left: 3px solid #C76B82;\n        padding: 1.5rem;\n        margin: 2rem 0;\n    }\n\n    .gm-highlight p {\n        color: #5C5752;\n        margin: 0;\n    }\n\n    \/* What We Do Grid *\/\n    .gm-what-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 2rem;\n        margin-top: 2.5rem;\n    }\n\n    .gm-what-card {\n        background: #fff;\n        padding: 2rem;\n        border-radius: 6px;\n        border: 1px solid #E8E5E1;\n    }\n\n    .gm-what-card h4 {\n        font-size: 1rem;\n        font-weight: 500;\n        color: #2D2A26;\n        margin-bottom: 0.5rem;\n    }\n\n    .gm-what-card p {\n        font-size: 0.9rem;\n        color: #5C5752;\n        margin: 0;\n        line-height: 1.6;\n    }\n\n    \/* Why Us List *\/\n    .gm-why-list {\n        list-style: none;\n        padding: 0;\n        margin: 2rem 0 0;\n    }\n\n    .gm-why-list li {\n        padding: 1.5rem 0;\n        border-bottom: 1px solid #E8E5E1;\n    }\n\n    .gm-why-list li:first-child {\n        border-top: 1px solid #E8E5E1;\n    }\n\n    .gm-why-list h4 {\n        font-size: 1rem;\n        font-weight: 500;\n        color: #2D2A26;\n        margin-bottom: 0.35rem;\n    }\n\n    .gm-why-list p {\n        font-size: 0.925rem;\n        color: #5C5752;\n        margin: 0;\n    }\n\n    \/* CTA - Dark *\/\n    .gm-about-cta {\n        padding: 6rem 2rem;\n        background: #1a1a1a;\n        text-align: center;\n    }\n\n    .gm-about-cta-inner {\n        max-width: 650px;\n        margin: 0 auto;\n    }\n\n    .gm-about-cta h2 {\n        font-size: 1.75rem;\n        font-weight: 400;\n        color: #fff;\n        margin-bottom: 1rem;\n    }\n\n    .gm-about-cta p {\n        color: #a0a0a0;\n        margin-bottom: 2rem;\n    }\n\n    .gm-btn {\n        display: inline-block;\n        background: #C76B82;\n        color: white;\n        padding: 0.9rem 2rem;\n        border-radius: 4px;\n        text-decoration: none;\n        font-weight: 500;\n        transition: background 0.2s ease;\n    }\n\n    .gm-btn:hover {\n        background: #D77A91;\n        color: white;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 768px) {\n        .gm-about-hero h1 {\n            font-size: 1.85rem;\n        }\n\n        .gm-about-hero, .gm-section, .gm-about-cta {\n            padding: 4rem 1.5rem;\n        }\n\n        .gm-what-grid {\n            grid-template-columns: 1fr;\n        }\n    }\n<\/style><div class=\"gm-about\"><!-- Hero --><section class=\"gm-about-hero\"><div class=\"gm-about-hero-inner\"><h1>Can you judge the viability of your international expansion before you begin?<\/h1><p>A-Digital Works enables decision-making in global search and digital strategy\u2014before tactics, before implementation.<\/p><\/div><\/section><!-- Why We Exist --><section class=\"gm-section\"><div class=\"gm-section-inner\"><span class=\"gm-section-label\">Why We Exist<\/span><h2 class=\"gm-section-title\">The problem isn&#8217;t execution. It&#8217;s the decision before execution.<\/h2><div class=\"gm-text\"><p>In international SEO and global digital marketing, we see the same failures repeated across companies:<\/p><\/div><ul class=\"gm-list\"><li>Investing in markets where demand doesn&#8217;t exist<\/li><li>Assuming domestic SEO success translates internationally<\/li><li>Spending significant budget before realizing there was no viable path<\/li><\/ul><div class=\"gm-highlight\"><p>The issue isn&#8217;t the quality of tactics. It&#8217;s the ambiguity of the decision to begin. We built this practice to solve that structural problem\u2014by turning judgment itself into a service.<\/p><\/div><\/div><\/section><!-- What We Do --><section class=\"gm-section gm-section-alt\"><div class=\"gm-section-inner\" style=\"max-width: 950px;\"><span class=\"gm-section-label\">What We Do<\/span><h2 class=\"gm-section-title\">We don&#8217;t sell SEO tactics or production work.<\/h2><div class=\"gm-text\"><p>We provide three things:<\/p><\/div><div class=\"gm-what-grid\"><div class=\"gm-what-card\"><h4>Decision Analysis<\/h4><p>Assessment to determine whether international expansion is viable for your business.<\/p><\/div><div class=\"gm-what-card\"><h4>Strategy Design<\/h4><p>When viability is confirmed, we design the roadmap for execution.<\/p><\/div><div class=\"gm-what-card\"><h4>Execution Support<\/h4><p>Implementation and operational support\u2014only when needed.<\/p><\/div><\/div><div class=\"gm-text\" style=\"margin-top: 2rem;\"><p>Everything starts with one question: <strong>Should you do this, or not?<\/strong><\/p><\/div><\/div><\/section><!-- Our Approach --><section class=\"gm-section\"><div class=\"gm-section-inner\"><span class=\"gm-section-label\">Our Approach<\/span><h2 class=\"gm-section-title\">How we enable decisions<\/h2><ul class=\"gm-list\"><li>Data and structure\u2014not intuition or anecdotes<\/li><li>Realistic probability\u2014not optimistic projections<\/li><li>Decision materials\u2014not tactical proposals<\/li><\/ul><div class=\"gm-text\" style=\"margin-top: 1.5rem;\"><p>We never break this sequence.<\/p><\/div><\/div><\/section><!-- Why A-Digital Works --><section class=\"gm-section gm-section-alt\"><div class=\"gm-section-inner\"><span class=\"gm-section-label\">Why A-Digital Works<\/span><h2 class=\"gm-section-title\">Why clients choose us<\/h2><ul class=\"gm-why-list\"><li><h4>Bilingual &#038; Bicultural Expertise<\/h4><p>Deep understanding of decision-making structures in both Japanese and Western markets.<\/p><\/li><li><h4>Analytical Framework for Judgment<\/h4><p>Structured methodology to quantify and assess market viability.<\/p><\/li><li><h4>Neutral, Implementation-Independent<\/h4><p>Our value is in the verdict\u2014including when the answer is \u00abdon&#8217;t proceed.\u00bb<\/p><\/li><\/ul><div class=\"gm-highlight\" style=\"margin-top: 2rem;\"><p>Our greatest value is the ability to deliver a \u00abno\u00bb verdict. That&#8217;s what separates us from agencies that profit from execution.<\/p><\/div><\/div><\/section><!-- CTA - Dark --><section class=\"gm-about-cta\"><div class=\"gm-about-cta-inner\"><h2>Want to make your expansion decision with evidence?<\/h2><p>See how our Global Market SEO Audit can give you the clarity to decide.<\/p><a href=\"https:\/\/a-digitalworks.com\/es\/servicios\/\" class=\"gm-btn\">View Services<\/a><\/div><\/section><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Can you judge the viability of your international expansion before you begin? A-Digital Works enables decision-making in global search and [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-795","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Acerca de - %<\/title>\n<meta name=\"description\" content=\"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/a-digitalworks.com\/es\/acerca-de\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Acerca de - %\" \/>\n<meta property=\"og:description\" content=\"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/a-digitalworks.com\/es\/acerca-de\/\" \/>\n<meta property=\"og:site_name\" content=\"A-Digital Works Ltd\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-17T09:37:08+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minuto\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/acerca-de\\\/\",\"url\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/acerca-de\\\/\",\"name\":\"Acerca de - %\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#website\"},\"datePublished\":\"2025-04-17T20:57:32+00:00\",\"dateModified\":\"2026-01-17T09:37:08+00:00\",\"description\":\"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/acerca-de\\\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/acerca-de\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/acerca-de\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Inicio\",\"item\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Acerca de\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#website\",\"url\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/\",\"name\":\"A-Digital Works Ltd\",\"description\":\"A-Digital Works Ltd specializes in bridging international markets through tailored SEO and marketing strategies.\",\"publisher\":{\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#organization\",\"name\":\"A-Digital Works Ltd\",\"url\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/a-digitalworks.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/A-Digital-Works-Logo.png\",\"contentUrl\":\"https:\\\/\\\/a-digitalworks.com\\\/wp-content\\\/uploads\\\/2025\\\/04\\\/A-Digital-Works-Logo.png\",\"width\":1024,\"height\":1024,\"caption\":\"A-Digital Works Ltd\"},\"image\":{\"@id\":\"https:\\\/\\\/a-digitalworks.com\\\/es\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Acerca de - %","description":"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.","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:\/\/a-digitalworks.com\/es\/acerca-de\/","og_locale":"es_ES","og_type":"article","og_title":"Acerca de - %","og_description":"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.","og_url":"https:\/\/a-digitalworks.com\/es\/acerca-de\/","og_site_name":"A-Digital Works Ltd","article_modified_time":"2026-01-17T09:37:08+00:00","twitter_card":"summary_large_image","twitter_misc":{"Tiempo de lectura":"1 minuto"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/a-digitalworks.com\/es\/acerca-de\/","url":"https:\/\/a-digitalworks.com\/es\/acerca-de\/","name":"Acerca de - %","isPartOf":{"@id":"https:\/\/a-digitalworks.com\/es\/#website"},"datePublished":"2025-04-17T20:57:32+00:00","dateModified":"2026-01-17T09:37:08+00:00","description":"Acerca de A-Digital Works Ltd - Consultor\u00eda con sede en Londres especializada en la expansi\u00f3n europea y la entrada en el mercado japon\u00e9s. Proporcionamos servicios integrales de traducci\u00f3n, interpretaci\u00f3n y marketing para empresas de TI y startups que buscan el crecimiento internacional.","breadcrumb":{"@id":"https:\/\/a-digitalworks.com\/es\/acerca-de\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/a-digitalworks.com\/es\/acerca-de\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/a-digitalworks.com\/es\/acerca-de\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Inicio","item":"https:\/\/a-digitalworks.com\/es\/"},{"@type":"ListItem","position":2,"name":"Acerca de"}]},{"@type":"WebSite","@id":"https:\/\/a-digitalworks.com\/es\/#website","url":"https:\/\/a-digitalworks.com\/es\/","name":"A-Digital Works Ltd","description":"A-Digital Works Ltd specializes in bridging international markets through tailored SEO and marketing strategies.","publisher":{"@id":"https:\/\/a-digitalworks.com\/es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/a-digitalworks.com\/es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/a-digitalworks.com\/es\/#organization","name":"A-Digital Works Ltd","url":"https:\/\/a-digitalworks.com\/es\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/a-digitalworks.com\/es\/#\/schema\/logo\/image\/","url":"https:\/\/a-digitalworks.com\/wp-content\/uploads\/2025\/04\/A-Digital-Works-Logo.png","contentUrl":"https:\/\/a-digitalworks.com\/wp-content\/uploads\/2025\/04\/A-Digital-Works-Logo.png","width":1024,"height":1024,"caption":"A-Digital Works Ltd"},"image":{"@id":"https:\/\/a-digitalworks.com\/es\/#\/schema\/logo\/image\/"}}]}},"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false},"uagb_author_info":{"display_name":"A-Digital Works","author_link":"https:\/\/a-digitalworks.com\/es\/author\/ayachan11\/"},"uagb_comment_info":0,"uagb_excerpt":"Can you judge the viability of your international expansion before you begin? A-Digital Works enables decision-making in global search and [&hellip;]","_links":{"self":[{"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/pages\/795","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/comments?post=795"}],"version-history":[{"count":6,"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/pages\/795\/revisions"}],"predecessor-version":[{"id":2108,"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/pages\/795\/revisions\/2108"}],"wp:attachment":[{"href":"https:\/\/a-digitalworks.com\/es\/wp-json\/wp\/v2\/media?parent=795"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}