{"id":303,"date":"2024-04-22T19:32:41","date_gmt":"2024-04-22T19:32:41","guid":{"rendered":"https:\/\/learningnorth.com\/?p=303"},"modified":"2024-04-22T19:45:06","modified_gmt":"2024-04-22T19:45:06","slug":"sin-experiencia-aprende-a-destacar-tu-curriculum","status":"publish","type":"post","link":"https:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/","title":{"rendered":"\u00bfSin experiencia? \u00a1Aprende a destacar tu CV!"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\" id=\"h-como-destacar-tu-curriculum-aun-sin-experiencia-laboral\">\u00bfC\u00f3mo destacar tu CV sin experiencia laboral?<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-shvetsa-4226115.jpg\" alt=\"Consigue un Curriculum atractivo, a\u00fan sin experiencia laboral\" class=\"w-full object-cover object-center border mx-auto wp-image-307\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-shvetsa-4226115.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-shvetsa-4226115-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Consigue un CV atractivo, sin experiencia laboral<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Todos los trabajos requieren experiencia, incluso los m\u00e1s b\u00e1sicos del mercado. Pero si no la tenemos, \u00bfpodemos aplicarla? De hecho, aqu\u00ed te contamos c\u00f3mo mejorar tu CV para destacar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Hay muchas otras maneras de demostrar que eres la persona adecuada para esta tarea. Para ello, tendr\u00e1s que evaluar tus habilidades, resolver tus dudas y demostrar tu destreza en el manejo de herramientas digitales.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1A49Wn\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/learningnorth.com\/es\/5-universidades-que-ofrecen-cursos-en-linea-gratuitos\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"5 universidades que ofrecen cursos online gratuitos\">\n          <div class=\"m-auto float-none\">\n            <img decoding=\"async\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-matty-dri-608233319-18137345-scaled.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/learningnorth.com\/es\/5-universidades-que-ofrecen-cursos-en-linea-gratuitos\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"5 universidades que ofrecen cursos online gratuitos\">\n            5 universidades que ofrecen cursos online gratuitos        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            \u00bfBuscas cursos certificados por instituciones de prestigio? Por eso, te conviene conocer la oferta de cursos en l\u00ednea de estas universidades.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/learningnorth.com\/es\/5-universidades-que-ofrecen-cursos-en-linea-gratuitos\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Continuar leyendo            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/learningnorth.com\/es\/5-universidades-que-ofrecen-cursos-en-linea-gratuitos\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img decoding=\"async\" loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-matty-dri-608233319-18137345-scaled.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                5 universidades que ofrecen cursos online gratuitos              <\/p>\n              <a href=\"https:\/\/learningnorth.com\/es\/5-universidades-que-ofrecen-cursos-en-linea-gratuitos\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Continuar leyendo                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Permanecer\u00e1s en el mismo lugar              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De esta manera, podr\u00e1s crear un CV que compita con otros con una amplia trayectoria laboral. Al fin y al cabo, demostrar que puedes hacer el trabajo es lo m\u00e1s importante.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 class=\"wp-block-heading\">6 consejos para que tu CV destaque sin experiencia<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A continuaci\u00f3n, te ofreceremos una serie de consejos que te ayudar\u00e1n a la hora de rearmar tu CV, para postular a un empleo.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ten en cuenta que, sin experiencia, tendr\u00e1s que destacar otras cualidades tuyas. Por lo tanto, piensa bien ahora en tus habilidades personales, acad\u00e9micas y extracurriculares, que pueden beneficiarte.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">UNO: Dise\u00f1a tu CV con nuevas secciones<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"424\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-305\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016-300x199.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Utiliza programas de dise\u00f1o como Canva, son gratuitos, online y tienen planos predise\u00f1ados<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Si tienes poca o ninguna experiencia laboral, lo mejor ser\u00eda que redise\u00f1es tu CV con apartados que destaquen otro tipo de actividades y habilidades.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Por ejemplo, puedes agregar habilidades con habilidades t\u00e9cnicas o resaltar tus habilidades para el trabajo en equipo y la comunicaci\u00f3n.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Para ello, puedes usar programas de dise\u00f1o como Canva. Estos programas cuentan con interesantes plantillas predise\u00f1adas que te ayudar\u00e1n a organizar las diferentes secciones y a brillar.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">DOS: \u00bfCu\u00e1les son tus logros acad\u00e9micos?<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00bfEres bueno en el estudio? \u00bfTienes una formaci\u00f3n destacada en alg\u00fan \u00e1rea? Un espacio dedicado a tu formaci\u00f3n podr\u00eda ser una ventaja que te haga destacar entre los dem\u00e1s postulantes.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De esta manera, podr\u00e1s incluir grupos de estudio en los que hayas participado, celebraciones realizadas, entregas de premios, reconocimientos y todo tipo de proyectos acad\u00e9micos que sirvan para distinguirte.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">TRES: Registra tu trabajo voluntario<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sora-shimazaki-5668859.jpg\" alt=\"\u00bfRealizaste pasant\u00edas? Reg\u00edstralas en tu Curriculum\" class=\"w-full object-cover object-center border mx-auto wp-image-306\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sora-shimazaki-5668859.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-sora-shimazaki-5668859-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">\u00bfHiciste pasantas? Reg\u00edstralas en tu CV.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>El trabajo voluntario puede ser tan valioso como el trabajo remunerado. Por lo tanto, incluye en tu CV si has realizado trabajo comunitario o colaborado con una organizaci\u00f3n sin \u00e1nimo de lucro.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s, puedes agregar las responsabilidades asumidas en tu rol y proporcionar referencias de tu contacto.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">CUATRO: Demuestra tus preocupaciones personales<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Muchas personas son apasionadas y trabajan incansablemente en sus proyectos personales.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>A trav\u00e9s de ellos podr\u00e1s aprender numerosas habilidades, demostrar disciplina y ser constante en el logro de tus objetivos.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Este podr\u00eda ser el caso de quienes aprenden carpinter\u00eda manual, electricidad, cocina, etc. Tambi\u00e9n en otros campos m\u00e1s intelectuales, como la escritura, el dise\u00f1o o la programaci\u00f3n.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Por ello, te animamos a que a\u00f1adas todo aquello que te apasiona y crees que has conseguido aprender o aportar al \u00e1rea en la que te aplicas.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">CINCO: \u00bfAgregaste los cursos a tu CV?<\/h3>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"640\" height=\"427\" loading=\"lazy\" src=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-resumegenius-18848929.jpg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-309\" srcset=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-resumegenius-18848929.jpg 640w, https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-resumegenius-18848929-300x200.jpg 300w\" sizes=\"(max-width: 640px) 100vw, 640px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\">Incluir proyectos personales y habilidades personales.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Los cursos, capacitaciones y entrenamientos relacionados con el \u00e1rea en la que aplicas, tambi\u00e9n deber\u00e1s resaltarlos en tu CV.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s, detalla los certificados a tus clientes. Estos te servir\u00e1n para garantizar tus conocimientos y avalar\u00e1n muchas de tus capacidades.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Adem\u00e1s, ser\u00e1 una forma de demostrar su compromiso con el aprendizaje y la mejora continua.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 class=\"wp-block-heading\">SEIS: Modifica tu CV seg\u00fan la oferta de trabajo<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Algo muy importante a la hora de enviar tu CV es identificar qu\u00e9 necesita la empresa a la que postulas.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>De esta manera, podr\u00e1s adaptar tu escritura y resaltar m\u00e1s de lo que buscas y puedes ofrecer.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00a1Toma nota de todos estos consejos y apl\u00edcalos en tu pr\u00f3xima b\u00fasqueda! Ver\u00e1s que obtendr\u00e1s resultados interesantes.<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u00bfC\u00f3mo destacar tu CV sin experiencia laboral? Todos los trabajos requieren experiencia, incluso los m\u00e1s b\u00e1sicos. Pero si no la tenemos, \u00bfpodemos aplicarla? De hecho, aqu\u00ed te explicaremos c\u00f3mo mejorar tu CV para destacar. Hay muchas otras maneras de demostrar que eres la persona adecuada para esta tarea. Para\u2026 <a class=\"more-link\" href=\"https:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\">Sigue leyendo <span class=\"screen-reader-text\">\u00bfSin experiencia? \u00a1Aprende a destacar tu CV!<\/span><\/a><\/p>","protected":false},"author":10,"featured_media":305,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[28],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North<\/title>\n<meta name=\"description\" content=\"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North\" \/>\n<meta property=\"og:description\" content=\"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\" \/>\n<meta property=\"og:site_name\" content=\"Learning North\" \/>\n<meta property=\"article:published_time\" content=\"2024-04-22T19:32:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-22T19:45:06+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"640\" \/>\n\t<meta property=\"og:image:height\" content=\"424\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"cgattucci\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"cgattucci\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\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\":\"WebPage\",\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\",\"url\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\",\"name\":\"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North\",\"isPartOf\":{\"@id\":\"https:\/\/learningnorth.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg\",\"datePublished\":\"2024-04-22T19:32:41+00:00\",\"dateModified\":\"2024-04-22T19:45:06+00:00\",\"author\":{\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557\"},\"description\":\"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!\",\"breadcrumb\":{\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#breadcrumb\"},\"inLanguage\":\"es\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage\",\"url\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg\",\"contentUrl\":\"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg\",\"width\":640,\"height\":424},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/learningnorth.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum!\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/learningnorth.com\/#website\",\"url\":\"https:\/\/learningnorth.com\/\",\"name\":\"Learning North\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/learningnorth.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"es\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557\",\"name\":\"cgattucci\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"es\",\"@id\":\"https:\/\/learningnorth.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g\",\"caption\":\"cgattucci\"},\"url\":\"https:\/\/learningnorth.com\/es\/author\/cgattucci\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North","description":"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!","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:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/","og_locale":"es_ES","og_type":"article","og_title":"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North","og_description":"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!","og_url":"https:\/\/learningnorth.com\/es\/sin-experiencia-aprende-a-destacar-tu-curriculum\/","og_site_name":"Learning North","article_published_time":"2024-04-22T19:32:41+00:00","article_modified_time":"2024-04-22T19:45:06+00:00","og_image":[{"width":640,"height":424,"url":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg","type":"image\/jpeg"}],"author":"cgattucci","twitter_card":"summary_large_image","twitter_misc":{"Written by":"cgattucci","Est. reading time":"3 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/","url":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/","name":"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum! - Learning North","isPartOf":{"@id":"https:\/\/learningnorth.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage"},"image":{"@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage"},"thumbnailUrl":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg","datePublished":"2024-04-22T19:32:41+00:00","dateModified":"2024-04-22T19:45:06+00:00","author":{"@id":"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557"},"description":"Un Curriculum bien organizado, simple y f\u00e1cil de leer puede destacar entre otros candidatos m\u00e1s experimentados \u00a1Aprende a hacerlo aqu\u00ed!","breadcrumb":{"@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#breadcrumb"},"inLanguage":"es","potentialAction":[{"@type":"ReadAction","target":["https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/"]}]},{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#primaryimage","url":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg","contentUrl":"https:\/\/learningnorth.com\/wp-content\/uploads\/sites\/5\/2024\/04\/pexels-goumbik-590016.jpg","width":640,"height":424},{"@type":"BreadcrumbList","@id":"https:\/\/learningnorth.com\/sin-experiencia-aprende-a-destacar-tu-curriculum\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/learningnorth.com\/"},{"@type":"ListItem","position":2,"name":"\u00bfSin experiencia? \u00a1Aprende a destacar tu Curriculum!"}]},{"@type":"WebSite","@id":"https:\/\/learningnorth.com\/#website","url":"https:\/\/learningnorth.com\/","name":"Learning North","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/learningnorth.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"es"},{"@type":"Person","@id":"https:\/\/learningnorth.com\/#\/schema\/person\/0992b32ae010ee2c0b82d4aad6792557","name":"cgattucci","image":{"@type":"ImageObject","inLanguage":"es","@id":"https:\/\/learningnorth.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9b4aa20b3175628d1171955ed489cdda?s=96&d=mm&r=g","caption":"cgattucci"},"url":"https:\/\/learningnorth.com\/es\/author\/cgattucci\/"}]}},"_links":{"self":[{"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/posts\/303"}],"collection":[{"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/users\/10"}],"replies":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/comments?post=303"}],"version-history":[{"count":2,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/posts\/303\/revisions"}],"predecessor-version":[{"id":310,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/posts\/303\/revisions\/310"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/media\/305"}],"wp:attachment":[{"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/media?parent=303"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/categories?post=303"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/learningnorth.com\/es\/wp-json\/wp\/v2\/tags?post=303"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}