{"id":558,"date":"2024-01-18T10:00:00","date_gmt":"2024-01-18T10:00:00","guid":{"rendered":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/"},"modified":"2024-01-18T10:00:00","modified_gmt":"2024-01-18T10:00:00","slug":"accesibilidad-eaa-2025","status":"publish","type":"post","link":"https:\/\/jacar.es\/en\/accesibilidad-eaa-2025\/","title":{"rendered":"European Accessibility Act: Preparing for June 2025"},"content":{"rendered":"<p>The <strong><a href=\"https:\/\/employment-social-affairs.ec.europa.eu\/policies-and-activities\/social-protection-social-inclusion\/persons-disabilities\/union-equality-strategy-rights-persons-disabilities-2021-2030\/european-accessibility-act_en\">European Accessibility Act<\/a><\/strong> (EAA, Directive 2019\/882) enters force on <strong>28 June 2025<\/strong>. Approved in 2019, transposed by member states over recent years, it\u2019s an imminent reality. Many companies have it on the radar but haven\u2019t acted. Others don\u2019t know it applies to them. This article is a practical summary: <strong>who\u2019s obligated, what it requires, and how to plan with margin<\/strong>.<\/p>\n<h2 id=\"what-the-eaa-is\">What the EAA Is<\/h2>\n<p>The EAA harmonises accessibility requirements for products and services across the EU. The goal: people with disabilities can access digital and physical products and services without disproportionate barriers. Member States have adapted national legislation; in Spain, Real Decreto 193\/2023.<\/p>\n<p>It\u2019s not new in spirit \u2014 regulation on the public sector (WAD, Directive 2016\/2102) already existed. The EAA extends obligations to the <strong>private sector<\/strong>.<\/p>\n<h2 id=\"which-products-and-services-it-covers\">Which Products and Services It Covers<\/h2>\n<p>The list is extensive and sometimes surprising:<\/p>\n<p><strong>Products:<\/strong><\/p>\n<ul>\n<li>Computers, smartphones, tablets and their operating systems.<\/li>\n<li>Self-service terminals: ATMs, ticket machines, check-in kiosks.<\/li>\n<li>Routers, set-top boxes, smart TVs.<\/li>\n<li>E-book readers.<\/li>\n<\/ul>\n<p><strong>Services:<\/strong><\/p>\n<ul>\n<li>E-commerce.<\/li>\n<li>Electronic banking.<\/li>\n<li>Telecoms (calls, messaging, 112 emergency access).<\/li>\n<li>Transport (online booking, info displays, e-tickets).<\/li>\n<li>E-books and software to read them.<\/li>\n<li>Audiovisual-media services \u2014 Netflix, Prime Video interfaces, etc.<\/li>\n<\/ul>\n<p>If your company has <strong>consumer e-commerce<\/strong> in Europe, EAA affects you. If you have a banking app, it affects you. If you sell a SaaS consumers use in browsers, probably too.<\/p>\n<h2 id=\"important-exceptions\">Important Exceptions<\/h2>\n<p>Not all companies are equal:<\/p>\n<ul>\n<li><strong>Micro-enterprises<\/strong> (fewer than 10 employees and &lt;\u20ac2M turnover) are exempt in services (not products).<\/li>\n<li><strong>Disproportionate burden<\/strong>: adjustments that would be unjustifiably costly vs benefit can be excepted, but with documented analysis.<\/li>\n<li><strong>Legacy infrastructure<\/strong> with limited scope may be partially excepted with solid justification.<\/li>\n<\/ul>\n<p>\u201cDisproportionate\u201d isn\u2019t \u201cI don\u2019t want to do it\u201d \u2014 it requires documented calculation.<\/p>\n<h2 id=\"technical-requirements\">Technical Requirements<\/h2>\n<p>Specific technical requirements are in <strong>EN 301 549<\/strong>, the European standard incorporating <strong><a href=\"https:\/\/www.w3.org\/WAI\/standards-guidelines\/wcag\/\">WCAG 2.1 AA<\/a><\/strong> as base reference (WCAG 2.2 is now available).<\/p>\n<p>Pillars:<\/p>\n<ul>\n<li><strong>Perceivable<\/strong>: content accessible across senses (alt text, captions, contrast).<\/li>\n<li><strong>Operable<\/strong>: keyboard navigation, no forced timing, no seizure-inducing content.<\/li>\n<li><strong>Understandable<\/strong>: clear language, predictable behaviour, error assistance.<\/li>\n<li><strong>Robust<\/strong>: compatible with present and future assistive tech.<\/li>\n<\/ul>\n<p>For most digital products this means: semantic HTML, correct ARIA roles, minimum 4.5:1 contrast for normal text, visible keyboard focus, video captions, etc.<\/p>\n<h2 id=\"penalties\">Penalties<\/h2>\n<p>Penalties depend on the member state. In Spain, Royal Decree 193\/2023:<\/p>\n<ul>\n<li>Minor infractions: up to \u20ac50,000.<\/li>\n<li>Serious: \u20ac50,001 to \u20ac400,000.<\/li>\n<li>Very serious: \u20ac400,001 to \u20ac1,000,000.<\/li>\n<\/ul>\n<p>Plus reputational risk from public audits. We\u2019re already seeing consumer-association complaints over accessibility \u2014 this will grow in volume after June 2025.<\/p>\n<h2 id=\"the-most-common-mistake\">The Most Common Mistake<\/h2>\n<p>Waiting until May 2025. Fixing deep accessibility issues takes months:<\/p>\n<ul>\n<li>Auditing is 2-4 weeks for a mid-size product.<\/li>\n<li>Refactoring non-accessible components: 2-6 months.<\/li>\n<li>Re-testing and certification: 2-4 weeks.<\/li>\n<\/ul>\n<p>To June 2025 there are ~16 months. Not excessive if you haven\u2019t started.<\/p>\n<h2 id=\"a-realistic-16-month-plan\">A Realistic 16-Month Plan<\/h2>\n<p>By quarter:<\/p>\n<p><strong>Q1 2024<\/strong>: complete audit with automated tools + manual review. &#8211; Tools: axe DevTools, WAVE, Lighthouse, pa11y. &#8211; Manual review of critical flows with real assistive tech (NVDA, JAWS, VoiceOver). &#8211; Output: prioritised issue list with effort estimate.<\/p>\n<p><strong>Q2-Q3 2024<\/strong>: fix critical issues. &#8211; Custom components without correct ARIA support. &#8211; Keyboard navigation across the app. &#8211; Text and UI contrast. &#8211; Forms with labels, errors, helpers.<\/p>\n<p><strong>Q4 2024<\/strong>: secondary flows and content. &#8211; Images, videos, PDFs. &#8211; Documentation and help. &#8211; Accessible transactional emails.<\/p>\n<p><strong>Q1 2025<\/strong>: re-audit, testing with real users with disabilities, compliance documentation.<\/p>\n<p><strong>Q2 2025<\/strong>: margin for unforeseen items and team training.<\/p>\n<h2 id=\"practical-tooling\">Practical Tooling<\/h2>\n<p>Recommended stack:<\/p>\n<ul>\n<li><strong><a href=\"https:\/\/github.com\/dequelabs\/axe-core\">axe-core<\/a><\/strong>: audit library that integrates into automated tests.<\/li>\n<li><strong><a href=\"https:\/\/wave.webaim.org\/\">WAVE<\/a><\/strong>: browser extension for visual review.<\/li>\n<li><strong><a href=\"https:\/\/developer.chrome.com\/docs\/lighthouse\/\">Lighthouse<\/a><\/strong>: included in Chrome DevTools, useful for CI.<\/li>\n<li><strong><a href=\"https:\/\/pa11y.org\/\">pa11y<\/a><\/strong>: CLI for pipelines.<\/li>\n<li><strong>Manual testing<\/strong>: NVDA + Firefox on Windows, VoiceOver + Safari on Mac\/iOS, TalkBack on Android.<\/li>\n<\/ul>\n<p>Automated audit covers ~30-40% of issues; the rest needs a human. Budget both.<\/p>\n<h2 id=\"impact-beyond-compliance\">Impact Beyond Compliance<\/h2>\n<p>Accessibility done well delivers:<\/p>\n<ul>\n<li><strong>SEO<\/strong>: semantic structure improves indexing.<\/li>\n<li><strong>General UX<\/strong>: accessible designs are better designs.<\/li>\n<li><strong>Market<\/strong>: ~15% of users have some relevant disability. Accessible product = bigger TAM.<\/li>\n<li><strong>Resilience<\/strong>: accessibility forces technical discipline.<\/li>\n<\/ul>\n<p>It\u2019s not just compliance; it\u2019s investment with return.<\/p>\n<h2 id=\"typical-mistakes\">Typical Mistakes<\/h2>\n<p>What we see repeatedly:<\/p>\n<ul>\n<li><strong>Adding \u201caria-label\u201d everywhere without understanding it<\/strong>. Bad ARIA is worse than no ARIA.<\/li>\n<li><strong>Depending only on automated tools<\/strong>. They cover a third.<\/li>\n<li><strong>Ignoring PDFs<\/strong>. If you distribute commercial PDFs, they\u2019re in scope too.<\/li>\n<li><strong>Not training the team<\/strong>. Without awareness, new development re-introduces problems.<\/li>\n<li><strong>\u201cAccessibility button\u201d as solution<\/strong>. Overlay widgets don\u2019t meet EAA and are being sued.<\/li>\n<\/ul>\n<h2 id=\"conclusion\">Conclusion<\/h2>\n<p>The European Accessibility Act enters force in 16 months and affects more companies than realise it. Preparation cost is manageable if started now; non-preparation cost scales exponentially near the date. The practical approach: audit early, prioritise by severity, train the team so accessibility is part of how they build \u2014 not a final layer. Companies that do this well will have better products in all senses, not just law-compliant ones.<\/p>\n<p>Follow us on jacar.es for more on accessibility, UX, and European digital regulation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The EAA enters force in June 2025 and affects more products than it seems. What changes, who&#8217;s obligated, and how to plan with margin.<\/p>\n","protected":false},"author":1,"featured_media":559,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[26],"tags":[333,336,334,335,68,45],"class_list":["post-558","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-experiencia-de-usuario","tag-accesibilidad","tag-compliance","tag-eaa","tag-normativa-europea","tag-ux","tag-wcag"],"translation":{"provider":"WPGlobus","version":"3.0.2","language":"en","enabled_languages":["es","en"],"languages":{"es":{"title":true,"content":true,"excerpt":true},"en":{"title":true,"content":true,"excerpt":true}}},"gutentor_comment":0,"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>European Accessibility Act: Preparing for June 2025 - Jacar<\/title>\n<meta name=\"description\" content=\"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/jacar.es\/accesibilidad-eaa-2025\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"European Accessibility Act: Preparing for June 2025 - Jacar\" \/>\n<meta property=\"og:description\" content=\"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/jacar.es\/accesibilidad-eaa-2025\/\" \/>\n<meta property=\"og:site_name\" content=\"Jacar\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-18T10:00:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png\" \/>\n\t<meta property=\"og:image:width\" content=\"252\" \/>\n\t<meta property=\"og:image:height\" content=\"229\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"javi\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"javi\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"9 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/\"},\"author\":{\"name\":\"javi\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\"},\"headline\":\"European Accessibility Act: Preparing for June 2025\",\"datePublished\":\"2024-01-18T10:00:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/\"},\"wordCount\":1783,\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030822\\\/jwp-1461471-20616.jpg\",\"keywords\":[\"accesibilidad\",\"compliance\",\"eaa\",\"normativa europea\",\"ux\",\"wcag\"],\"articleSection\":[\"Experiencia de Usuario\"],\"inLanguage\":\"en-US\"},{\"@type\":[\"WebPage\",\"ItemPage\"],\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/\",\"name\":\"European Accessibility Act: Preparing for June 2025 - Jacar\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030822\\\/jwp-1461471-20616.jpg\",\"datePublished\":\"2024-01-18T10:00:00+00:00\",\"description\":\"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#primaryimage\",\"url\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030822\\\/jwp-1461471-20616.jpg\",\"contentUrl\":\"https:\\\/\\\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/20030822\\\/jwp-1461471-20616.jpg\",\"width\":1200,\"height\":800,\"caption\":\"Pantalla de dispositivo con controles accesibles en alto contraste\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/jacar.es\\\/accesibilidad-eaa-2025\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\\\/\\\/jacar.es\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"European Accessibility Act: preparando junio de 2025\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#website\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"name\":\"Jacar\",\"description\":\"Passion for Technology\",\"publisher\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/jacar.es\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#organization\",\"name\":\"Jacar\",\"url\":\"https:\\\/\\\/jacar.es\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"contentUrl\":\"https:\\\/\\\/jacar.es\\\/wp-content\\\/uploads\\\/2020\\\/09\\\/favicon.png\",\"width\":252,\"height\":229,\"caption\":\"Jacar\"},\"image\":{\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/javiercanetearroyo\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/jacar.es\\\/#\\\/schema\\\/person\\\/54a7f7b4224b38fafc9866eb3e614208\",\"name\":\"javi\",\"sameAs\":[\"https:\\\/\\\/jacar.es\"],\"url\":\"https:\\\/\\\/jacar.es\\\/en\\\/author\\\/javi\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"European Accessibility Act: Preparing for June 2025 - Jacar","description":"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.","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:\/\/jacar.es\/accesibilidad-eaa-2025\/","og_locale":"en_US","og_type":"article","og_title":"European Accessibility Act: Preparing for June 2025 - Jacar","og_description":"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.","og_url":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/","og_site_name":"Jacar","article_published_time":"2024-01-18T10:00:00+00:00","og_image":[{"width":252,"height":229,"url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2020\/09\/favicon.png","type":"image\/png"}],"author":"javi","twitter_card":"summary_large_image","twitter_misc":{"Written by":"javi","Est. reading time":"9 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#article","isPartOf":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/"},"author":{"name":"javi","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208"},"headline":"European Accessibility Act: Preparing for June 2025","datePublished":"2024-01-18T10:00:00+00:00","mainEntityOfPage":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/"},"wordCount":1783,"publisher":{"@id":"https:\/\/jacar.es\/#organization"},"image":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030822\/jwp-1461471-20616.jpg","keywords":["accesibilidad","compliance","eaa","normativa europea","ux","wcag"],"articleSection":["Experiencia de Usuario"],"inLanguage":"en-US"},{"@type":["WebPage","ItemPage"],"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/","url":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/","name":"European Accessibility Act: Preparing for June 2025 - Jacar","isPartOf":{"@id":"https:\/\/jacar.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#primaryimage"},"image":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#primaryimage"},"thumbnailUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030822\/jwp-1461471-20616.jpg","datePublished":"2024-01-18T10:00:00+00:00","description":"European Accessibility Act 2025: which products apply, technical requirements (WCAG 2.1 AA), penalties, and a realistic plan to arrive on time.","breadcrumb":{"@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/jacar.es\/accesibilidad-eaa-2025\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#primaryimage","url":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030822\/jwp-1461471-20616.jpg","contentUrl":"https:\/\/jcs-wp-jacar-es.fsn1.your-objectstorage.com\/wp-content\/uploads\/2024\/01\/20030822\/jwp-1461471-20616.jpg","width":1200,"height":800,"caption":"Pantalla de dispositivo con controles accesibles en alto contraste"},{"@type":"BreadcrumbList","@id":"https:\/\/jacar.es\/accesibilidad-eaa-2025\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/jacar.es\/"},{"@type":"ListItem","position":2,"name":"European Accessibility Act: preparando junio de 2025"}]},{"@type":"WebSite","@id":"https:\/\/jacar.es\/#website","url":"https:\/\/jacar.es\/","name":"Jacar","description":"Passion for Technology","publisher":{"@id":"https:\/\/jacar.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/jacar.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/jacar.es\/#organization","name":"Jacar","url":"https:\/\/jacar.es\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/","url":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","contentUrl":"https:\/\/jacar.es\/wp-content\/uploads\/2020\/09\/favicon.png","width":252,"height":229,"caption":"Jacar"},"image":{"@id":"https:\/\/jacar.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.linkedin.com\/in\/javiercanetearroyo\/"]},{"@type":"Person","@id":"https:\/\/jacar.es\/#\/schema\/person\/54a7f7b4224b38fafc9866eb3e614208","name":"javi","sameAs":["https:\/\/jacar.es"],"url":"https:\/\/jacar.es\/en\/author\/javi\/"}]}},"_links":{"self":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/comments?post=558"}],"version-history":[{"count":0,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/posts\/558\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media\/559"}],"wp:attachment":[{"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/media?parent=558"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/categories?post=558"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/jacar.es\/en\/wp-json\/wp\/v2\/tags?post=558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}