{"id":2322,"date":"2014-01-14T07:04:30","date_gmt":"2014-01-14T07:04:30","guid":{"rendered":"http:\/\/www.digitalresponse.es\/blog\/?p=2322"},"modified":"2014-01-14T07:04:30","modified_gmt":"2014-01-14T07:04:30","slug":"responsive-email-design-como-maquetar-un-email-movil","status":"publish","type":"post","link":"https:\/\/www.digitalresponse.es\/en\/responsive-email-design-como-maquetar-un-email-movil\/","title":{"rendered":"Responsive Email Design: How to create a responsive email layout"},"content":{"rendered":"<p>At <a title=\"Responsive Email Design: what is responsive design?\" href=\"https:\/\/www.digitalresponse.es\/en\/blog\/email-movil-responsive-email-design-que-es-responsive-design\/\" target=\"_blank\" rel=\"noopener\">In another article we explained how the CSS rules that make it possible to adapt our design work.<\/a>. These are the <strong><i>media queries<\/i><\/strong>an element that comes from the hand of <strong>CSS3<\/strong> and whose functioning we can understand very well in the web site <a href=\"http:\/\/mediaqueri.es\/\">http:\/\/mediaqueri.es\/<\/a> where there are many examples of how a website can change depending on the width of the device on which it is displayed. While there is a great deal of information on <strong>Responsive Web Design<\/strong>since it has been a trend for a couple of years now, we did not find much information on the web specifically on <strong>responsive email design<\/strong>. However, it is easy to extrapolate the way of working on the web to email. The main obstacles we encounter are due to the different email clients that interpret styles differently. So, if in web design, it's a headache to do tests <i>crossbrowser<\/i> and check that it displays the same in all browsers, email adds the headache of the different platforms. <a title=\"Responsive Email Design: Compatibility across email services\" href=\"https:\/\/www.digitalresponse.es\/en\/blog\/responsive-email-design-compatibilidad-en-distintos-servicios-de-email-marketing\/\" target=\"_blank\" rel=\"noopener\">and levels of <strong>compatibility<\/strong>.<\/a><!--more--><br \/>\nIn any case, given the new and growing data on the<strong> mobile opening rates<\/strong>In the meantime, it is to be hoped that this lack of adaptation to the latest technologies in email clients will soon be remedied.<br \/>\n<a href=\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\"><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-2308\" src=\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\" alt=\"email-movil\" width=\"661\" height=\"195\" \/><\/a><br \/>\nAnother problem we encounter is that emails are laid out differently from the web: tables, inline styles... And this leads us to ask ourselves...<strong> where do we put the <i>media queries<\/i>?<\/strong> Necessarily we have to break the inline style rule, since it is not possible to embed these rules like this. The solution is to embed the CSS rules in the email header between the  tags. In doing this we must understand that<strong> Gmail will not take these rules<\/strong>. We might think that it is best to put all the CSS rules of the email inside the code and leave just the <i>media queries<\/i> inside the  tag, but don't forget that CSS rules work in cascade and this means that the last rules declared in the document will override the previous ones. Thus any inline style would overwrite what is declared in the head of the email. Therefore if we want our email to be responsive we can only declare general inline style rules that are not going to be modified according to the width of the device. The styles that can be changed will all go in the head, and the <i>media queries<\/i> to the queue of rules to be taken as a priority on a device-by-device basis. Some point out that adding <strong>!important<\/strong> to the CSS rules in the head would solve the overwriting of inline styles, but in some tests we have done this is not always the case.<br \/>\nLet us now look at some more technical details of<strong> how it would create a <i>media query<\/i>.<\/strong> As long as you are familiar with style sheets, you will find it easy. It is simply a matter of declaring the specific rules for each size within a declaration of this form:<br \/>\n<span style=\"color: #33cccc;\">@media only screen and (max-width: 480px) { ... }<\/span><br \/>\nOr we can even specify further by giving it a maximum and minimum width, for example:<br \/>\n<span style=\"color: #33cccc;\">@media only screen and (min-width: 480px) and (max-width: 768px) { ... }<\/span><br \/>\nWithin the brackets we will place the specific rules for each measure. There is no consensus on the points of change of the rules, but a logical definition could be:<br \/>\n<strong>Mobiles<\/strong>: Max-width:480px<br \/>\n<strong>Tablet<\/strong>: min-witdh:480px and max-width: 800px<br \/>\n<strong>Desktop<\/strong>: min-witdh:800px and max-width: 1200px<br \/>\n<strong>High-resolution desktop:<\/strong> min-width:1200px<br \/>\nIn any case, at the production stage, we may detect the need to declare further <i>media queries<\/i> to correct some details that don't quite fit in with the most common rules. If you would like to know more about how we work in the agency, please contact us. <a href=\"https:\/\/www.digitalresponse.es\/en\/blog\/plantillas-responsive-email\/\">responsive email templates<\/a>we recommend this <a href=\"https:\/\/www.digitalresponse.es\/en\/blog\/plantillas-responsive-email\/\">article<\/a>.<br \/>\nWe would like to know more about your experience with Responsive Email Design, in this case in its more technical aspect. Have you managed to overcome the compatibility problems between devices and applications? Do you know of examples to take as a reference? Should we consider Gmail as lost on this path? In this phase of maturity, debates like this one are necessary to get closer to a technical standard and a standard way of working.<br \/>\nTo find out more about <a href=\"https:\/\/www.digitalresponse.es\/en\/blog\/plantillas-responsive-email\/\">responsive email<\/a>\u00a0we recommend that you take a look at our <a href=\"https:\/\/www.digitalresponse.es\/en\/blog\/responsive-email-design-recursos-y-materiales-de-nuestro-webinar\/\">Webinar<\/a>.<\/p>","protected":false},"excerpt":{"rendered":"<p>En otro art\u00edculo avanz\u00e1bamos c\u00f3mo funcionan las reglas CSS que posibilitan la adaptaci\u00f3n de nuestro dise\u00f1o. Se trata de las media queries, un elemento que llega de la mano de CSS3 y cuyo funcionamiento podemos entender muy bien en la web http:\/\/mediaqueri.es\/ d\u00f3nde encontramos multitud de ejemplos de c\u00f3mo puede cambiar una web seg\u00fan el [&hellip;]<\/p>\n","protected":false},"author":4,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[37,63],"tags":[88],"post_folder":[],"class_list":["post-2322","post","type-post","status-publish","format-standard","hentry","category-blog","category-email-movil","tag-responsive-email-design"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response<\/title>\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.digitalresponse.es\/en\/responsive-email-design-como-maquetar-un-email-movil\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response\" \/>\n<meta property=\"og:description\" content=\"En otro art\u00edculo avanz\u00e1bamos c\u00f3mo funcionan las reglas CSS que posibilitan la adaptaci\u00f3n de nuestro dise\u00f1o. Se trata de las media queries, un elemento que llega de la mano de CSS3 y cuyo funcionamiento podemos entender muy bien en la web http:\/\/mediaqueri.es\/ d\u00f3nde encontramos multitud de ejemplos de c\u00f3mo puede cambiar una web seg\u00fan el [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.digitalresponse.es\/en\/responsive-email-design-como-maquetar-un-email-movil\/\" \/>\n<meta property=\"og:site_name\" content=\"Digital Response\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/digitalresponse\" \/>\n<meta property=\"article:published_time\" content=\"2014-01-14T07:04:30+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\" \/>\n\t<meta property=\"og:image:width\" content=\"661\" \/>\n\t<meta property=\"og:image:height\" content=\"195\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"alecastellano\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@dresponse\" \/>\n<meta name=\"twitter:site\" content=\"@dresponse\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"alecastellano\" \/>\n\t<meta name=\"twitter:label2\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/\"},\"author\":{\"name\":\"alecastellano\",\"@id\":\"https:\/\/www.digitalresponse.es\/#\/schema\/person\/be6c41a4d4407b1246712e461e2d13fe\"},\"headline\":\"Responsive Email Design: C\u00f3mo maquetar un email adaptable\",\"datePublished\":\"2014-01-14T07:04:30+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/\"},\"wordCount\":788,\"commentCount\":4,\"publisher\":{\"@id\":\"https:\/\/www.digitalresponse.es\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\",\"keywords\":[\"Responsive Email Design\"],\"articleSection\":[\"Blog\",\"Email M\u00f3vil\"],\"inLanguage\":\"en-GB\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/\",\"url\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/\",\"name\":\"Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response\",\"isPartOf\":{\"@id\":\"https:\/\/www.digitalresponse.es\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\",\"datePublished\":\"2014-01-14T07:04:30+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage\",\"url\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\",\"contentUrl\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.digitalresponse.es\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Responsive Email Design: C\u00f3mo maquetar un email adaptable\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.digitalresponse.es\/#website\",\"url\":\"https:\/\/www.digitalresponse.es\/\",\"name\":\"Digital Response\",\"description\":\"Email Marketing y Marketing Automation\",\"publisher\":{\"@id\":\"https:\/\/www.digitalresponse.es\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.digitalresponse.es\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.digitalresponse.es\/#organization\",\"name\":\"Digital Response\",\"url\":\"https:\/\/www.digitalresponse.es\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.digitalresponse.es\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2024\/02\/digitalResponse_claim_500.png\",\"contentUrl\":\"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2024\/02\/digitalResponse_claim_500.png\",\"width\":500,\"height\":135,\"caption\":\"Digital Response\"},\"image\":{\"@id\":\"https:\/\/www.digitalresponse.es\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/digitalresponse\",\"https:\/\/x.com\/dresponse\",\"https:\/\/www.linkedin.com\/company\/digital-response\/\",\"https:\/\/www.youtube.com\/channel\/UCuG-okZhhBKdzJpHRwMrnYg\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.digitalresponse.es\/#\/schema\/person\/be6c41a4d4407b1246712e461e2d13fe\",\"name\":\"alecastellano\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/www.digitalresponse.es\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/b575aa49eff0351da2a8fa6f3039d22c42013b460683c1a974fa308c8b42bf75?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/b575aa49eff0351da2a8fa6f3039d22c42013b460683c1a974fa308c8b42bf75?s=96&d=mm&r=g\",\"caption\":\"alecastellano\"},\"url\":\"https:\/\/www.digitalresponse.es\/en\/author\/alecastellano\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response","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.digitalresponse.es\/en\/responsive-email-design-como-maquetar-un-email-movil\/","og_locale":"en_GB","og_type":"article","og_title":"Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response","og_description":"En otro art\u00edculo avanz\u00e1bamos c\u00f3mo funcionan las reglas CSS que posibilitan la adaptaci\u00f3n de nuestro dise\u00f1o. Se trata de las media queries, un elemento que llega de la mano de CSS3 y cuyo funcionamiento podemos entender muy bien en la web http:\/\/mediaqueri.es\/ d\u00f3nde encontramos multitud de ejemplos de c\u00f3mo puede cambiar una web seg\u00fan el [&hellip;]","og_url":"https:\/\/www.digitalresponse.es\/en\/responsive-email-design-como-maquetar-un-email-movil\/","og_site_name":"Digital Response","article_publisher":"https:\/\/www.facebook.com\/digitalresponse","article_published_time":"2014-01-14T07:04:30+00:00","og_image":[{"width":661,"height":195,"url":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png","type":"image\/png"}],"author":"alecastellano","twitter_card":"summary_large_image","twitter_creator":"@dresponse","twitter_site":"@dresponse","twitter_misc":{"Written by":"alecastellano","Estimated reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#article","isPartOf":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/"},"author":{"name":"alecastellano","@id":"https:\/\/www.digitalresponse.es\/#\/schema\/person\/be6c41a4d4407b1246712e461e2d13fe"},"headline":"Responsive Email Design: C\u00f3mo maquetar un email adaptable","datePublished":"2014-01-14T07:04:30+00:00","mainEntityOfPage":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/"},"wordCount":788,"commentCount":4,"publisher":{"@id":"https:\/\/www.digitalresponse.es\/#organization"},"image":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage"},"thumbnailUrl":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png","keywords":["Responsive Email Design"],"articleSection":["Blog","Email M\u00f3vil"],"inLanguage":"en-GB"},{"@type":"WebPage","@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/","url":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/","name":"Responsive Email Design: C\u00f3mo maquetar un email adaptable - Digital Response","isPartOf":{"@id":"https:\/\/www.digitalresponse.es\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage"},"image":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage"},"thumbnailUrl":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png","datePublished":"2014-01-14T07:04:30+00:00","breadcrumb":{"@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#primaryimage","url":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png","contentUrl":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2013\/11\/email-movil.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.digitalresponse.es\/responsive-email-design-como-maquetar-un-email-movil\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.digitalresponse.es\/"},{"@type":"ListItem","position":2,"name":"Responsive Email Design: C\u00f3mo maquetar un email adaptable"}]},{"@type":"WebSite","@id":"https:\/\/www.digitalresponse.es\/#website","url":"https:\/\/www.digitalresponse.es\/","name":"Digital Response","description":"Email Marketing and Marketing Automation","publisher":{"@id":"https:\/\/www.digitalresponse.es\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.digitalresponse.es\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.digitalresponse.es\/#organization","name":"Digital Response","url":"https:\/\/www.digitalresponse.es\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.digitalresponse.es\/#\/schema\/logo\/image\/","url":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2024\/02\/digitalResponse_claim_500.png","contentUrl":"https:\/\/www.digitalresponse.es\/wp-content\/uploads\/2024\/02\/digitalResponse_claim_500.png","width":500,"height":135,"caption":"Digital Response"},"image":{"@id":"https:\/\/www.digitalresponse.es\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/digitalresponse","https:\/\/x.com\/dresponse","https:\/\/www.linkedin.com\/company\/digital-response\/","https:\/\/www.youtube.com\/channel\/UCuG-okZhhBKdzJpHRwMrnYg"]},{"@type":"Person","@id":"https:\/\/www.digitalresponse.es\/#\/schema\/person\/be6c41a4d4407b1246712e461e2d13fe","name":"alecastellano","image":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.digitalresponse.es\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/b575aa49eff0351da2a8fa6f3039d22c42013b460683c1a974fa308c8b42bf75?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/b575aa49eff0351da2a8fa6f3039d22c42013b460683c1a974fa308c8b42bf75?s=96&d=mm&r=g","caption":"alecastellano"},"url":"https:\/\/www.digitalresponse.es\/en\/author\/alecastellano\/"}]}},"_links":{"self":[{"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/posts\/2322","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/users\/4"}],"replies":[{"embeddable":true,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/comments?post=2322"}],"version-history":[{"count":0,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/posts\/2322\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/media?parent=2322"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/categories?post=2322"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/tags?post=2322"},{"taxonomy":"post_folder","embeddable":true,"href":"https:\/\/www.digitalresponse.es\/en\/wp-json\/wp\/v2\/post_folder?post=2322"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}