{"id":42247,"date":"2021-11-14T09:16:01","date_gmt":"2021-11-14T09:16:01","guid":{"rendered":"https:\/\/nailknowledge.org\/?p=42247"},"modified":"2026-06-19T15:42:49","modified_gmt":"2026-06-19T15:42:49","slug":"la-estructura-de-las-superposiciones-y-mejoras","status":"publish","type":"post","link":"https:\/\/nailknowledge.org\/es\/blog\/the-structure-of-overlays-and-enhancements","title":{"rendered":"Estructura de las superposiciones y mejoras"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Once upon a time, learning about the structure of overlays and enhancements was at the centre of beginner education. Nowadays, it doesn\u2019t seem to feature as much and hardly ever for UV gel polish users. Plus, there are so many different shapes of enhancements that many favour it is often down to the appearance of the shape rather than understanding the strongest structure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Time for a little revision.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">An arch is very strong structure as any weight or forces put on it are mostly evenly spread all across it. The natural nail has two arches:<\/p>\n\n\n\n<ol class=\"wp-block-list\" type=\"1\"><li>From the base to the free edge: the upper arch<\/li><li>From the one side wall to the other: the \u2018C\u2019 curve<\/li><\/ol>\n\n\n\n<p class=\"wp-block-paragraph\">Obviously, individuals have different configurations of these arches. I think all would agree that the most beautiful natural nails are slender and with gentle curves. These are also usually the strongest. Flatter shaped nails have more of a tendency to break.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The highest point of both these arches is usually in the centre of the nail and just behind the hyponychium. This is called the apex or stress area and is what gives the nail the best strength to withstand bending and breaking.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When creating a natural looking enhancement this is where the most product needs to be to provide the strongest structure. Careful shaping will disguise the thicker area as the overlay will be thinned down at the base and free edge and along the side walls, thus creating a gentle \u2018upper arch\u2019 and strong \u2018C\u2019 curve.<\/p>\n\n\n\n<div class=\"wp-block-group has-background nk-grp-1\" style=\"background-color:#fae3e6;margin-top:var(--wp--preset--spacing--60);margin-bottom:var(--wp--preset--spacing--60);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-radius:10px 10px 10px 10px;overflow:hidden\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-container-core-group-is-layout-0eeff63b wp-block-group-is-layout-constrained\"><div class=\"nk-expander wp-elements-180d517a94ce1ec728d56c764de33f5d wp-block-nk-expander has-text-color has-dark-purple-color\">\n\t\n<div class=\"nk-expander__header wp-block-nk-expander-header\" role=\"button\" tabindex=\"0\" aria-expanded=\"false\">\n\t<div class=\"nk-expander__header-content\">\n\n<figure class=\"wp-block-image size-full\" style=\"margin-top:var(--wp--preset--spacing--30);margin-right:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);margin-left:var(--wp--preset--spacing--30)\"><img loading=\"eager\" fetchpriority=\"high\" loading=\"lazy\" decoding=\"async\" width=\"455\" height=\"100\" src=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/07\/nailknowledge-newsletter.webp\" alt=\"\" class=\"wp-image-172725\" srcset=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/07\/nailknowledge-newsletter.webp 455w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/07\/nailknowledge-newsletter-300x66.webp 300w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/07\/nailknowledge-newsletter-18x4.webp 18w\" sizes=\"auto, (max-width: 455px) 100vw, 455px\" \/><\/figure>\n\n<\/div>\n\t<span class=\"nk-expander__icon nk-expander__icon--chevron\" aria-hidden=\"true\"><svg width=\"22\" height=\"22\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><polyline points=\"6 9 12 15 18 9\"\/><\/svg><\/span><\/div>\n\n\n<div class=\"nk-expander__body wp-block-nk-expander-body\">\n\t<div class=\"nk-expander__body-inner\">\n\n<iframe\n  data-src=\"https:\/\/api.leadconnectorhq.com\/widget\/form\/QlwX91ooJB32ioTrFomD?tag_category=nail_services\"\n  id=\"inline-QlwX91ooJB32ioTrFomD\"\n  style=\"width:100%;height:226px;border:none;border-radius:8px\"\n  title=\"Form 7\">\n<\/iframe>\n<script>\n(function () {\n  var P = \"[iFrameSizer]\", f = document.getElementById(\"inline-QlwX91ooJB32ioTrFomD\"), sized, loaded;\n  if (!f) return;\n\n  function ping() {\n    if (f.contentWindow)\n      f.contentWindow.postMessage(P + [f.id,8,false,false,32,true,true,null,\"offset\",null,null,0].join(\":\"), \"*\");\n  }\n  function load() {\n    if (loaded) return; loaded = true;\n    f.src = f.dataset.src;                       \/\/ fetch happens here, not before\n    f.addEventListener(\"load\", ping);\n    var n = 0, t = setInterval(function () { ping(); if (sized || ++n > 20) clearInterval(t); }, 250);\n  }\n\n  window.addEventListener(\"message\", function (e) {\n    if (typeof e.data !== \"string\" || e.data.indexOf(P) !== 0) return;\n    var p = e.data.slice(P.length).split(\":\");\n    if (p[0] !== f.id) return;\n    var h = parseFloat(p[1]);\n    if (h >= 0) { f.style.height = (h + 5) + \"px\"; sized = true; }\n  });\n\n  \/\/ Defer the third-party request until after load + idle, then only near the viewport\n  function arm() {\n    \"IntersectionObserver\" in window\n      ? new IntersectionObserver(function (en, o) {\n          if (en[0].isIntersecting) { load(); o.disconnect(); }\n        }, { rootMargin: \"300px\" }).observe(f)\n      : load();\n  }\n  var idle = window.requestIdleCallback || function (cb) { setTimeout(cb, 200); };\n  document.readyState === \"complete\" ? idle(arm) : window.addEventListener(\"load\", function () { idle(arm); });\n})();\n<\/script>\n\n<\/div>\n<\/div>\n\n<\/div>\n<\/div><\/div>\n<style>@media(max-width:768px){.nk-grp-1{border-radius:0!important}}<\/style>\n\n\n\n\n<p class=\"wp-block-paragraph\">However, for longer and more extreme nail shapes the strong apex needs to be further back towards the base. This acts as a type of anchor that will withstand the pressures placed on the long free edge. But, even with the slightly shifted apex, the natural apex of the nail (as described above) still needs some help to avoid the nail from snapping.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">With a carefully constructed enhancement this is achieved by creating a \u2018back bone\u2019 down the length of the nail. Again, this is disguised by accurate shaping. Some extreme shapes need a straighter \u2018upper arch\u2019 if any arch at all! But the strength still needs to be there. This is why an understanding of the arches, the apex, and accurate product placement is important for the different shapes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">There has been a popular shape that is a short \u2018stiletto\u2019 where the free edge is a point. For this design, the apex is usually placed close to the base of the nail. It doesn\u2019t need to be there to support the length but, if it was placed over the \u2018stress area\u2019 it would create an \u2018upper arch\u2019 that, together with the point, would look more like a claw! This shape does, however, grow out quickly and leaves thick apex in an unattractive place.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">On a more natural looking enhancement, the growth of the natural nail will have the apex over the free edge and unbalance the structure which can result in breakages. This is where the term \u2018rebalance\u2019 comes from when maintaining the enhancements. The original apex needs thinning down and replaced back to where it should be to balance the nail again.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">\u2018Builder\u2019 type UV gels that have become very popular in many UV gel polish systems are used to strengthen the nail by \u2018building\u2019 a stronger structure. But structuring the overlay is not often taught to those just using a UV gel polish. It should be noted here that the new National Occupational Standard for UV gel polish now includes \u2018builder\u2019 products and their correct application and structuring.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To conclude, a little revision on structuring an overlay or enhancement for those qualified in this service and perhaps some new information for those that have only qualified in UV gel polish.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Once upon a time, learning about the structure of overlays and enhancements was at the centre of beginner education. Nowadays, it doesn\u2019t seem to feature as much and hardly ever for UV gel polish users. Plus, there are so many different shapes of enhancements that many favour it is often down to the appearance of [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":42248,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_genesis_hide_title":false,"_genesis_hide_breadcrumbs":false,"_genesis_hide_singular_image":false,"_genesis_hide_footer_widgets":false,"_genesis_custom_body_class":"","_genesis_custom_post_class":"","_genesis_layout":"","footnotes":""},"categories":[92],"tags":[],"class_list":["post-42247","post","type-post","status-publish","format-standard","has-post-thumbnail","category-nail-services","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>The Structure of Overlays and Enhancements - NailKnowledge<\/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:\/\/nailknowledge.org\/es\/blog\/la-estructura-de-las-superposiciones-y-mejoras\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"The Structure of Overlays and Enhancements - NailKnowledge\" \/>\n<meta property=\"og:description\" content=\"Once upon a time, learning about the structure of overlays and enhancements was at the centre of beginner education. Nowadays, it doesn\u2019t seem to feature as much and hardly ever for UV gel polish users. Plus, there are so many different shapes of enhancements that many favour it is often down to the appearance of [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nailknowledge.org\/es\/blog\/la-estructura-de-las-superposiciones-y-mejoras\" \/>\n<meta property=\"og:site_name\" content=\"NailKnowledge\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-14T09:16:01+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-19T15:42:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1280\" \/>\n\t<meta property=\"og:image:height\" content=\"720\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Marian Newman, BEM\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Marian Newman, BEM\" \/>\n\t<meta name=\"twitter:label2\" content=\"Tiempo de lectura\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements\"},\"author\":{\"name\":\"Marian Newman, BEM\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/person\\\/72f897394d28b628c492c71c549c0def\"},\"headline\":\"The Structure of Overlays and Enhancements\",\"datePublished\":\"2021-11-14T09:16:01+00:00\",\"dateModified\":\"2026-06-19T15:42:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements\"},\"wordCount\":635,\"publisher\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BLOG-THUMBNAIL-74.jpg\",\"articleSection\":[\"Nail Services\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements\",\"name\":\"The Structure of Overlays and Enhancements - NailKnowledge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BLOG-THUMBNAIL-74.jpg\",\"datePublished\":\"2021-11-14T09:16:01+00:00\",\"dateModified\":\"2026-06-19T15:42:49+00:00\",\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/the-structure-of-overlays-and-enhancements#primaryimage\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BLOG-THUMBNAIL-74.jpg\",\"contentUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/11\\\/BLOG-THUMBNAIL-74.jpg\",\"width\":1280,\"height\":720,\"caption\":\"Nail Structure\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#website\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/\",\"name\":\"NailKnowledge\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nailknowledge.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#organization\",\"name\":\"NailKnowledge\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/KN-Logo-1.webp\",\"contentUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2026\\\/03\\\/KN-Logo-1.webp\",\"width\":542,\"height\":100,\"caption\":\"NailKnowledge\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/person\\\/72f897394d28b628c492c71c549c0def\",\"name\":\"Marian Newman, BEM\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g\",\"caption\":\"Marian Newman, BEM\"},\"url\":\"https:\\\/\\\/nailknowledge.org\\\/es\\\/blog\\\/author\\\/marian\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"La estructura de los recubrimientos y las mejoras - NailKnowledge","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:\/\/nailknowledge.org\/es\/blog\/la-estructura-de-las-superposiciones-y-mejoras","og_locale":"es_ES","og_type":"article","og_title":"The Structure of Overlays and Enhancements - NailKnowledge","og_description":"Once upon a time, learning about the structure of overlays and enhancements was at the centre of beginner education. Nowadays, it doesn\u2019t seem to feature as much and hardly ever for UV gel polish users. Plus, there are so many different shapes of enhancements that many favour it is often down to the appearance of [&hellip;]","og_url":"https:\/\/nailknowledge.org\/es\/blog\/la-estructura-de-las-superposiciones-y-mejoras","og_site_name":"NailKnowledge","article_published_time":"2021-11-14T09:16:01+00:00","article_modified_time":"2026-06-19T15:42:49+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg","type":"image\/jpeg"}],"author":"Marian Newman, BEM","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Marian Newman, BEM","Tiempo de lectura":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements#article","isPartOf":{"@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements"},"author":{"name":"Marian Newman, BEM","@id":"https:\/\/nailknowledge.org\/#\/schema\/person\/72f897394d28b628c492c71c549c0def"},"headline":"The Structure of Overlays and Enhancements","datePublished":"2021-11-14T09:16:01+00:00","dateModified":"2026-06-19T15:42:49+00:00","mainEntityOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements"},"wordCount":635,"publisher":{"@id":"https:\/\/nailknowledge.org\/#organization"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg","articleSection":["Nail Services"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements","url":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements","name":"La estructura de los recubrimientos y las mejoras - NailKnowledge","isPartOf":{"@id":"https:\/\/nailknowledge.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements#primaryimage"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg","datePublished":"2021-11-14T09:16:01+00:00","dateModified":"2026-06-19T15:42:49+00:00","inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nailknowledge.org\/blog\/the-structure-of-overlays-and-enhancements#primaryimage","url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg","contentUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/11\/BLOG-THUMBNAIL-74.jpg","width":1280,"height":720,"caption":"Nail Structure"},{"@type":"WebSite","@id":"https:\/\/nailknowledge.org\/#website","url":"https:\/\/nailknowledge.org\/","name":"Conocimientos de u\u00f1as","description":"","publisher":{"@id":"https:\/\/nailknowledge.org\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nailknowledge.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es"},{"@type":"Organization","@id":"https:\/\/nailknowledge.org\/#organization","name":"Conocimientos de u\u00f1as","url":"https:\/\/nailknowledge.org\/","logo":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nailknowledge.org\/#\/schema\/logo\/image\/","url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/03\/KN-Logo-1.webp","contentUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/03\/KN-Logo-1.webp","width":542,"height":100,"caption":"NailKnowledge"},"image":{"@id":"https:\/\/nailknowledge.org\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/nailknowledge.org\/#\/schema\/person\/72f897394d28b628c492c71c549c0def","name":"Marian Newman, BEM","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/secure.gravatar.com\/avatar\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/27f69ce4dbced196ceb3dad391e7e6ac1cd7dd01ca24dfbb4d94d70a904a98b2?s=96&d=mm&r=g","caption":"Marian Newman, BEM"},"url":"https:\/\/nailknowledge.org\/es\/blog\/author\/marian"}]}},"_links":{"self":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/42247","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/users\/26"}],"replies":[{"embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/comments?post=42247"}],"version-history":[{"count":2,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/42247\/revisions"}],"predecessor-version":[{"id":171696,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/42247\/revisions\/171696"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media\/42248"}],"wp:attachment":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media?parent=42247"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/categories?post=42247"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/tags?post=42247"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}