{"id":44953,"date":"2022-03-08T08:00:00","date_gmt":"2022-03-08T08:00:00","guid":{"rendered":"https:\/\/nailknowledge.org\/?p=44953"},"modified":"2026-06-19T15:41:42","modified_gmt":"2026-06-19T15:41:42","slug":"biab-sabes-lo-que-es","status":"publish","type":"post","link":"https:\/\/nailknowledge.org\/es\/blog\/biab-do-you-know-what-it-is","title":{"rendered":"BIAB - \u00bfsabes lo que es?"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">But what is it??<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">BIAB stands for &#8220;Builder In A Bottle&#8221;.<br>It is a type of UV gel that is a \u2018builder\u2019, that happens to be \u2018in a bottle\u2019!!! Nothing more than that! No need for any hype really. Just understanding.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">So, what is a \u2018builder\u2019?<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It is a UV gel product with relatively high viscosity (this means it is thicker than usual). Older systems always had this type of product but it didn\u2019t hold its shape for long, and probably needed a \u2018flash cure\u2019 to keep it in place in order to \u2018build\u2019 a structure.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Modern products have got this problem sorted! A good formulation will allow building a structure, the surface will self-level but the actual structure will hold its shape for long enough to create, at least, a couple of nails before it starts moving.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">THIS is clever development, and many brands have this type of product in their \u2018arsenal\u2019. It may be in a bottle&#8230; But it may be in a jar! <br>The result is it \u2018builds\u2019!<\/p>\n\n\n\n<div class=\"wp-block-group has-background nk-grp-1\" style=\"background-color:#e3daf8;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-81cc246de7cbecc1e342e5b8fa651e7a 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=product_chemistry\"\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\">Virtually all of the best brands (and NailKnowledge does not mention brands) have this type of product.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">My opinion (and this is my personal opinion, which I always admit to, as opposed to facts) is that the days of asking a client to invert their finger to get an apex (due to gravity), to then immediately turn it around and put it under the UV lamp should be a thing of the past. Not only is it unprofessional and uncomfortable for the client, but it is also less than accurate when creating a perfect structure. It is also very time-consuming as each nail coating needs to be done one at a time.\u00a0<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Many brands have this \u2018builder\u2019 product but they choose not to market it as such. But it will be there.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">In conclusion: <br>Don\u2019t be taken in by marketing hype. Understand your products. <br>Don\u2019t let clients be taken in by marketing hype. If they are demanding a BIAB, then educate them with your understanding and ability to explain. (If you don\u2019t understand yourself then you cannot possibly explain!)<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">It\u2019s a \u2018builder\u2019, that happens to be in a bottle!<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Read more on BIAB products here:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><a href=\"https:\/\/nailknowledge.org\/blog\/builder-uv-gel-in-a-bottle-whats-the-buzz\">Builder UV Gel in a Bottle \u2013 what\u2019s the buzz?<\/a><\/li><li><a href=\"https:\/\/nailknowledge.org\/blog\/what-do-clients-need-to-know\">What do clients need to know?<\/a><\/li><\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients! But what is it?? BIAB stands for &#8220;Builder In A Bottle&#8221;.It is a type of UV gel that is a \u2018builder\u2019, that happens to be \u2018in a bottle\u2019!!! Nothing more [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":44955,"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":[70],"tags":[],"class_list":["post-44953","post","type-post","status-publish","format-standard","has-post-thumbnail","category-product_chemistry","entry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>BIAB - do you know what it is? - NailKnowledge<\/title>\n<meta name=\"description\" content=\"Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients!\" \/>\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\/biab-sabes-lo-que-es\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"BIAB - do you know what it is? - NailKnowledge\" \/>\n<meta property=\"og:description\" content=\"Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nailknowledge.org\/es\/blog\/biab-sabes-lo-que-es\" \/>\n<meta property=\"og:site_name\" content=\"NailKnowledge\" \/>\n<meta property=\"article:published_time\" content=\"2022-03-08T08:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-19T15:41:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB%20what%20is%20it.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=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is\"},\"author\":{\"name\":\"Marian Newman, BEM\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/person\\\/72f897394d28b628c492c71c549c0def\"},\"headline\":\"BIAB &#8211; do you know what it is?\",\"datePublished\":\"2022-03-08T08:00:00+00:00\",\"dateModified\":\"2026-06-19T15:41:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is\"},\"wordCount\":420,\"publisher\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/BIAB what is it.jpg\",\"articleSection\":[\"Science\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is\",\"name\":\"BIAB - do you know what it is? - NailKnowledge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/BIAB what is it.jpg\",\"datePublished\":\"2022-03-08T08:00:00+00:00\",\"dateModified\":\"2026-06-19T15:41:42+00:00\",\"description\":\"Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients!\",\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/biab-do-you-know-what-it-is#primaryimage\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/BIAB what is it.jpg\",\"contentUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/BIAB what is it.jpg\",\"width\":1280,\"height\":720,\"caption\":\"BIAB what is it\"},{\"@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":"BIAB - \u00bfsabes lo que es? - NailKnowledge","description":"Un marketing inteligente ha creado un \"rumor\" sobre un producto del tipo BIAB que no s\u00f3lo ha entusiasmado a los profesionales de las u\u00f1as, sino tambi\u00e9n a sus clientes.","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\/biab-sabes-lo-que-es","og_locale":"es_ES","og_type":"article","og_title":"BIAB - do you know what it is? - NailKnowledge","og_description":"Some clever marketing has created a \u2018buzz\u2019 about a BIAB type of product that has not only got nail pros \u2018buzzing\u2019 but also their clients!","og_url":"https:\/\/nailknowledge.org\/es\/blog\/biab-sabes-lo-que-es","og_site_name":"NailKnowledge","article_published_time":"2022-03-08T08:00:00+00:00","article_modified_time":"2026-06-19T15:41:42+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB what is it.jpg","type":"image\/jpeg"}],"author":"Marian Newman, BEM","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Marian Newman, BEM","Tiempo de lectura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is#article","isPartOf":{"@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is"},"author":{"name":"Marian Newman, BEM","@id":"https:\/\/nailknowledge.org\/#\/schema\/person\/72f897394d28b628c492c71c549c0def"},"headline":"BIAB &#8211; do you know what it is?","datePublished":"2022-03-08T08:00:00+00:00","dateModified":"2026-06-19T15:41:42+00:00","mainEntityOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is"},"wordCount":420,"publisher":{"@id":"https:\/\/nailknowledge.org\/#organization"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB what is it.jpg","articleSection":["Science"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is","url":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is","name":"BIAB - \u00bfsabes lo que es? - NailKnowledge","isPartOf":{"@id":"https:\/\/nailknowledge.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is#primaryimage"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB what is it.jpg","datePublished":"2022-03-08T08:00:00+00:00","dateModified":"2026-06-19T15:41:42+00:00","description":"Un marketing inteligente ha creado un \"rumor\" sobre un producto del tipo BIAB que no s\u00f3lo ha entusiasmado a los profesionales de las u\u00f1as, sino tambi\u00e9n a sus clientes.","inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nailknowledge.org\/blog\/biab-do-you-know-what-it-is#primaryimage","url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB what is it.jpg","contentUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2022\/03\/BIAB what is it.jpg","width":1280,"height":720,"caption":"BIAB what is it"},{"@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\/44953","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=44953"}],"version-history":[{"count":2,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/44953\/revisions"}],"predecessor-version":[{"id":171665,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/44953\/revisions\/171665"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media\/44955"}],"wp:attachment":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media?parent=44953"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/categories?post=44953"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/tags?post=44953"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}