{"id":37257,"date":"2021-07-15T19:30:00","date_gmt":"2021-07-15T19:30:00","guid":{"rendered":"https:\/\/nailknowledge.org\/?p=37257"},"modified":"2026-06-19T15:44:06","modified_gmt":"2026-06-19T15:44:06","slug":"condiciones-de-las-unas-que-se-puede-hacer","status":"publish","type":"post","link":"https:\/\/nailknowledge.org\/es\/blog\/nail-conditions-what-can-you-do","title":{"rendered":"Afecciones de las u\u00f1as: \u00bfQu\u00e9 se puede hacer?"},"content":{"rendered":"\n<p>Every day on social media platforms there are countless nail professionals posting pictures of a whole variety of nail conditions and asking for help with a diagnosis. They usually get a LOT of comments with a whole variety of diagnosis and treatment suggestions!<\/p>\n\n\n\n\n\n<div class=\"wp-block-group has-background nk-grp-1\" style=\"background-color:#f4ecf6;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-a0fd2145 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large desktop-only\" style=\"margin-top:0;margin-bottom:0\"><img loading=\"eager\" fetchpriority=\"high\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" src=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-1024x576.webp\" alt=\"\" class=\"wp-image-171118\" srcset=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-1024x576.webp 1024w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-300x169.webp 300w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-768x432.webp 768w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-1536x864.webp 1536w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-18x10.webp 18w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-651x366.webp 651w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web-600x338.webp 600w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-web.webp 1600w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large mobile-only\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-1024x1024.webp\" alt=\"\" class=\"wp-image-171128\" srcset=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-1024x1024.webp 1024w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-300x300.webp 300w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-150x150.webp 150w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-768x768.webp 768w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-12x12.webp 12w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-75x75.webp 75w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-651x651.webp 651w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-100x100.webp 100w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions-600x600.webp 600w, https:\/\/nailknowledge.org\/wp-content\/uploads\/2026\/06\/newsletter-nail-conditions.webp 1254w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n\n\n\n<iframe\n  data-src=\"https:\/\/api.leadconnectorhq.com\/widget\/form\/QlwX91ooJB32ioTrFomD?tag_category=nail_conditions\"\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<\/div><\/div>\n<style>@media(max-width:768px){.nk-grp-1{border-radius:0!important}}<\/style>\n\n\n<h2 class=\"wp-block-heading\">Who Holds the Right Qualifications for Nail Services and Diagnosing Nail Conditions?<\/h2>\n\n\n\n<p>Well in the UK, no one!!! Not as a nail services professional up to the equivalent of a Level 3. But anyone that has an advanced qualification (and is insured for that qualification) for example a \u2018foot health practitioner\u2019 or a podiatrist, are trained and qualified to diagnose certain conditions and can suggest a treatment.<\/p>\n\n\n\n<p>In some other countries, some advanced education is more easily available and that is why I\u2019ve invited our Guest Expert, Tracy Shelverton, to add her comments onto this blog. However, there is a possibility that the UK may be able to access some advanced NOS and, at the very least, be able to diagnose and treat the more common conditions or know when to refer to a medical practitioner.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What Qualifications Should Nail Professionals Have for Nail and Skin Conditions?<\/h2>\n\n\n\n<p>Every nail professional should be educated in all of the more common nail and skin conditions involving the hand and foot! If not, then why not?<\/p>\n\n\n\n<p>This is NOT a diagnostic nor prescribing level of education, but it must be to a level of \u2018recognition\u2019! This is about recognition. Knowing when you can or cannot continue with a nail service. Knowing when you can proceed but with adjustments. Or knowing when to refuse the service and refer to a medical professional (and this is not always a GP who are not easy to get an appointment with or not sufficiently knowledgeable about conditions that populate our industry. It could be a podiatrist who understand both hands and feet!)<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequent Repetition: Consistent Nail Condition Questions<\/h2>\n\n\n\n<p>Some of the posts and pictures are the same condition asked about over and over again! A range of different answers provided every time.<\/p>\n\n\n\n<p>This is a lack of appropriate education! Even more unfortunate is when the correct answer is given and refers to an expert in the correct field and so many refuse to believe the science. The more recent research in <a href=\"https:\/\/nailknowledge.org\/blog\/pseudomonas\">pseudomonas<\/a> (\u2018greenies\u2019) being a perfect example. So many refuse to believe that no coating can be reapplied over this bacterial infection as it has been taught differently in the past and it doesn\u2019t suit the nail professional!<\/p>\n\n\n\n<p>To summarise: If you have not been taught how to recognise common nail and skin conditions then you need to question your education! In the UK we are only allowed to work on healthy nails. Anything else leaves you open to litigation whether you have insurance or not!<\/p>\n\n\n\n<p>Take your career seriously. Take the health of your clients seriously and don\u2019t play the game of being a medical professional because you are not!<\/p>\n\n\n\n<p class=\"has-text-align-center\">________________________________________________<\/p>\n\n\n\n<p>Over to my friend Tracy Anne Shelverston:<\/p>\n\n\n\n<p>Thanks Marian \u2013 I agree 100%<\/p>\n\n\n\n<p>The first thing we need to do is keep in simple so to start.<\/p>\n\n\n\n<p><strong>When in doubt \u2013 don\u2019t! <\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you\u2019re not sure, based on the education that you have had, then you are in doubt &#8211; When in doubt \u2013 don\u2019t!<\/li>\n\n\n\n<li>If you know you shouldn\u2019t but you, do it anyway \u2013 be aware it can cost you the shirt on your back if all goes wrong \u2013 Do you really want to take the risk?  &#8211; When in doubt \u2013 don\u2019t!<\/li>\n\n\n\n<li>Are you insured to do what you want to do? &#8211; When in doubt \u2013 don\u2019t!<\/li>\n\n\n\n<li>Are you insured to do what your client wants you to do? &#8211; When in doubt \u2013 don\u2019t!<\/li>\n\n\n\n<li>Get good education so you don\u2019t doubt yourself &#8211; When in doubt \u2013 don\u2019t!<\/li>\n<\/ul>\n\n\n\n<p>How do you manage to sort the good from the bad and the ugly? It\u2019s a major problem if you don\u2019t know where to start!<\/p>\n\n\n\n<p>In my humble opinion all nail school students need to have basic knowledge of the nail unit and product chemistry and health and safety \u2013 Nail Knowledge is taking care of that.<\/p>\n\n\n\n<p>We need to teach about pathological problems in nail plates and nail units so problems can be recognized and referred to the right place or when in doubt, refer to the MD<\/p>\n\n\n\n<p>I also am of the opinion that some kind of basic first aid is essential in nail salons.<\/p>\n\n\n\n<p>Here in the Benelux we have protocols in place that are medically and science based \u2013 a stop gap until the client, customer or patient can get to the right specialist but we also have Medical Hand Care, Oncology Hand Care, Podiatrists, Medical Podiatrists, Oncology Foot Care, Diabetic hand &amp; foot care and Pedicures that we can refer our clients to and we also have medical house doctors and specialists that trust us to stay in our competency.<\/p>\n\n\n\n<p>Whatever it is you want to do, please \u2026. <strong>If you are not qualified to do it \u2013 don\u2019t<\/strong>!<\/p>\n\n\n\n<p class=\"has-text-align-center\">________________________________________________<\/p>\n\n\n\n<p class=\"has-text-align-center\"><strong>Thankyou Tracy!!!! <\/strong><\/p>\n\n\n\n<p class=\"has-text-align-center\">Posting questions on SM is NOT the answer! If you need to do that then question your education. <\/p>\n\n\n\n<p class=\"has-text-align-center\">Do not listen to the whole variety of suggestions!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Every day on social media platforms there are countless nail professionals posting pictures of a whole variety of nail conditions and asking for help with a diagnosis. They usually get a LOT of comments with a whole variety of diagnosis and treatment suggestions! Who Holds the Right Qualifications for Nail Services and Diagnosing Nail Conditions? [&hellip;]<\/p>\n","protected":false},"author":26,"featured_media":37375,"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":[74],"tags":[],"class_list":{"0":"post-37257","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-nail-conditions","8":"entry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Nail Conditions: What Can You Do? - NailKnowledge<\/title>\n<meta name=\"description\" content=\"Explore the phenomenon of recurring nail condition questions and varied responses in online forum discussions, particularly focusing on the repetition of specific conditions.\" \/>\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\/condiciones-de-las-unas-que-se-puede-hacer\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Nail Conditions: What Can You Do? - NailKnowledge\" \/>\n<meta property=\"og:description\" content=\"Explore the phenomenon of recurring nail condition questions and varied responses in online forum discussions, particularly focusing on the repetition of specific conditions.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nailknowledge.org\/es\/blog\/condiciones-de-las-unas-que-se-puede-hacer\" \/>\n<meta property=\"og:site_name\" content=\"NailKnowledge\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-15T19:30:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-19T15:44:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.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=\"4 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do\"},\"author\":{\"name\":\"Marian Newman, BEM\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#\\\/schema\\\/person\\\/72f897394d28b628c492c71c549c0def\"},\"headline\":\"Nail Conditions: What Can You Do?\",\"datePublished\":\"2021-07-15T19:30:00+00:00\",\"dateModified\":\"2026-06-19T15:44:06+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do\"},\"wordCount\":870,\"publisher\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/BLOG-THUMBNAIL-21.jpg\",\"articleSection\":[\"Nail Conditions\"],\"inLanguage\":\"es\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do\",\"name\":\"Nail Conditions: What Can You Do? - NailKnowledge\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/BLOG-THUMBNAIL-21.jpg\",\"datePublished\":\"2021-07-15T19:30:00+00:00\",\"dateModified\":\"2026-06-19T15:44:06+00:00\",\"description\":\"Explore the phenomenon of recurring nail condition questions and varied responses in online forum discussions, particularly focusing on the repetition of specific conditions.\",\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\\\/\\\/nailknowledge.org\\\/blog\\\/nail-conditions-what-can-you-do#primaryimage\",\"url\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/BLOG-THUMBNAIL-21.jpg\",\"contentUrl\":\"https:\\\/\\\/nailknowledge.org\\\/wp-content\\\/uploads\\\/2021\\\/07\\\/BLOG-THUMBNAIL-21.jpg\",\"width\":1280,\"height\":720},{\"@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":"Afecciones de las u\u00f1as: \u00bfQu\u00e9 hacer? - NailKnowledge","description":"Explorar el fen\u00f3meno de las preguntas recurrentes sobre afecciones de las u\u00f1as y las variadas respuestas en los debates de los foros en l\u00ednea, centr\u00e1ndose especialmente en la repetici\u00f3n de afecciones espec\u00edficas.","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\/condiciones-de-las-unas-que-se-puede-hacer","og_locale":"es_ES","og_type":"article","og_title":"Nail Conditions: What Can You Do? - NailKnowledge","og_description":"Explore the phenomenon of recurring nail condition questions and varied responses in online forum discussions, particularly focusing on the repetition of specific conditions.","og_url":"https:\/\/nailknowledge.org\/es\/blog\/condiciones-de-las-unas-que-se-puede-hacer","og_site_name":"NailKnowledge","article_published_time":"2021-07-15T19:30:00+00:00","article_modified_time":"2026-06-19T15:44:06+00:00","og_image":[{"width":1280,"height":720,"url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.jpg","type":"image\/jpeg"}],"author":"Marian Newman, BEM","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Marian Newman, BEM","Tiempo de lectura":"4 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do#article","isPartOf":{"@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do"},"author":{"name":"Marian Newman, BEM","@id":"https:\/\/nailknowledge.org\/#\/schema\/person\/72f897394d28b628c492c71c549c0def"},"headline":"Nail Conditions: What Can You Do?","datePublished":"2021-07-15T19:30:00+00:00","dateModified":"2026-06-19T15:44:06+00:00","mainEntityOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do"},"wordCount":870,"publisher":{"@id":"https:\/\/nailknowledge.org\/#organization"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.jpg","articleSection":["Nail Conditions"],"inLanguage":"es"},{"@type":"WebPage","@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do","url":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do","name":"Afecciones de las u\u00f1as: \u00bfQu\u00e9 hacer? - NailKnowledge","isPartOf":{"@id":"https:\/\/nailknowledge.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do#primaryimage"},"image":{"@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do#primaryimage"},"thumbnailUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.jpg","datePublished":"2021-07-15T19:30:00+00:00","dateModified":"2026-06-19T15:44:06+00:00","description":"Explorar el fen\u00f3meno de las preguntas recurrentes sobre afecciones de las u\u00f1as y las variadas respuestas en los debates de los foros en l\u00ednea, centr\u00e1ndose especialmente en la repetici\u00f3n de afecciones espec\u00edficas.","inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/nailknowledge.org\/blog\/nail-conditions-what-can-you-do#primaryimage","url":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.jpg","contentUrl":"https:\/\/nailknowledge.org\/wp-content\/uploads\/2021\/07\/BLOG-THUMBNAIL-21.jpg","width":1280,"height":720},{"@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\/37257","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=37257"}],"version-history":[{"count":2,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/37257\/revisions"}],"predecessor-version":[{"id":171727,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/posts\/37257\/revisions\/171727"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media\/37375"}],"wp:attachment":[{"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/media?parent=37257"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/categories?post=37257"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/nailknowledge.org\/es\/wp-json\/wp\/v2\/tags?post=37257"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}