{"id":208,"date":"2025-07-31T00:45:17","date_gmt":"2025-07-31T00:45:17","guid":{"rendered":"https:\/\/staging2.maslabor.com\/?page_id=208"},"modified":"2026-02-11T18:55:39","modified_gmt":"2026-02-11T18:55:39","slug":"eb3-timeline","status":"publish","type":"page","link":"https:\/\/maslabor-es.criticaldev.site\/es\/eb3-timeline\/","title":{"rendered":"EB-3 TIMELINE"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"208\" class=\"elementor elementor-208\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-8900f88 e-flex e-con-boxed e-con e-parent\" data-id=\"8900f88\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f46c329 elementor-widget elementor-widget-heading\" data-id=\"f46c329\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h1 class=\"elementor-heading-title elementor-size-default\">EB-3 Timeline<\/h1>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3f439ef elementor-widget elementor-widget-html\" data-id=\"3f439ef\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"eb3-timeline\" id=\"eb3-timeline-widget\">\n    <style>\n        @import url(\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;500;700&display=swap\");\n\n        .eb3-timeline {\n            --color: rgba(30, 30, 30);\n            --bgColor: #fff;\n            min-height: 100vh;\n            display: grid;\n            align-content: center;\n            font-family: \"Poppins\", sans-serif;\n            font-size: 14px;\n            gap: 2rem;\n            padding: 2rem;\n            color: var(--color);\n            background: var(--bgColor);\n        }\n\n        .eb3-timeline .line-time {\n            height: 2px;\n            background-color: #ff0000;\n            width: 100%;\n        }\n\n        .eb3-timeline .download-pdf {\n            text-align: right;\n        }\n\n        .eb3-timeline .info {\n            text-align: center;\n        }\n\n        .eb3-timeline .info p {\n            font-size: 12px;\n            font-weight: 600;\n            color: #000;\n        }\n\n        .eb3-timeline .wrapper {\n            margin: 0 auto;\n        }\n\n        .eb3-timeline .wrapper .container {\n            width: 100%;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper {\n            display: flex;\n            align-items: flex-end;\n            gap: 42px;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper input {\n            width: 90%;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper__item__input input {\n            padding: 8px;\n            border-radius: 10px;\n            border: 1px solid #ccc;\n            width: 180px;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper__item button {\n            padding: 8px 32px;\n            border-radius: 10px;\n            border: none;\n            background-color: #ff0000;\n            color: #fff;\n            cursor: pointer;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper__item button:hover {\n            background-color: #c50101;\n        }\n\n        .eb3-timeline .custom-date-pick-wrapper__item__label {\n            margin-bottom: 14px;\n            text-align: center;\n            height: 20px;\n        }\n\n        .eb3-timeline ul {\n            --col-gap: 2rem;\n            --row-gap: 2rem;\n            --line-w: 0.25rem;\n            display: grid;\n            grid-template-columns: var(--line-w) 1fr;\n            grid-auto-columns: max-content;\n            column-gap: var(--col-gap);\n            list-style: none;\n            width: min(60rem, 90%);\n            margin-inline: auto;\n            padding: 0;\n        }\n\n        .eb3-timeline ul::before {\n            content: \"\";\n            grid-column: 1;\n            grid-row: 1 \/ span 20;\n            background: rgb(225, 225, 225);\n            border-radius: calc(var(--line-w) \/ 2);\n        }\n\n        .eb3-timeline ul li:not(:last-child) {\n            margin-bottom: var(--row-gap);\n        }\n\n        .eb3-timeline ul li {\n            grid-column: 2;\n            --inlineP: 1.5rem;\n            margin-inline: var(--inlineP);\n            grid-row: span 2;\n            display: grid;\n            grid-template-rows: min-content min-content min-content;\n            box-shadow: 0 16px 21px -23px #000000;\n        }\n\n        .eb3-timeline ul li .date {\n            --dateH: 3rem;\n            height: var(--dateH);\n            margin-inline: calc(var(--inlineP) * -1);\n            text-align: center;\n            background-color: var(--accent-color);\n            color: white;\n            font-size: 1.25rem;\n            font-weight: 700;\n            display: grid;\n            place-content: center;\n            position: relative;\n            border-radius: calc(var(--dateH) \/ 2) 0 0 calc(var(--dateH) \/ 2);\n        }\n\n        .eb3-timeline ul li .date::before {\n            content: \"\";\n            width: var(--inlineP);\n            aspect-ratio: 1;\n            background: var(--accent-color);\n            background-image: linear-gradient(rgba(0, 0, 0, 0.2) 100%, transparent);\n            position: absolute;\n            top: 100%;\n            clip-path: polygon(0 0, 100% 0, 0 100%);\n            right: 0;\n        }\n\n        .eb3-timeline ul li .date::after {\n            content: \"\";\n            position: absolute;\n            width: 2rem;\n            aspect-ratio: 1;\n            background: var(--bgColor);\n            border: 0.3rem solid var(--accent-color);\n            border-radius: 50%;\n            top: 50%;\n            transform: translate(50%, -50%);\n            right: calc(100% + var(--col-gap) + var(--line-w) \/ 2);\n        }\n\n        .eb3-timeline ul li .title,\n        .eb3-timeline ul li .descr {\n            background: var(--bgColor);\n            position: relative;\n            padding-inline: 1.5rem;\n        }\n\n        .eb3-timeline ul li .title {\n            overflow: hidden;\n            padding-block-start: 1.5rem;\n            padding-block-end: 1rem;\n            font-weight: 500;\n        }\n\n        .eb3-timeline ul li .descr {\n            padding-block-end: 1.5rem;\n            font-weight: 300;\n        }\n\n        .eb3-timeline ul li .title::before,\n        .eb3-timeline ul li .descr::before {\n            content: \"\";\n            position: absolute;\n            width: 90%;\n            height: 0.5rem;\n            background: rgba(0, 0, 0, 0.5);\n            left: 50%;\n            border-radius: 50%;\n            filter: blur(4px);\n            transform: translate(-50%, 50%);\n        }\n\n        .eb3-timeline ul li .title::before {\n            bottom: calc(100% + 0.125rem);\n        }\n\n        .eb3-timeline ul li .descr::before {\n            z-index: -1;\n            bottom: 0.25rem;\n        }\n\n        @media (min-width: 40rem) {\n            .eb3-timeline ul {\n                grid-template-columns: 1fr var(--line-w) 1fr;\n            }\n\n            .eb3-timeline ul::before {\n                grid-column: 2;\n            }\n\n            .eb3-timeline ul li:nth-child(odd) {\n                grid-column: 1;\n            }\n\n            .eb3-timeline ul li:nth-child(even) {\n                grid-column: 3;\n            }\n\n            .eb3-timeline ul li:nth-child(2) {\n                grid-row: 2\/4;\n            }\n\n            .eb3-timeline ul li:nth-child(odd) .date::before {\n                clip-path: polygon(0 0, 100% 0, 100% 100%);\n                left: 0;\n            }\n\n            .eb3-timeline ul li:nth-child(odd) .date::after {\n                transform: translate(-50%, -50%);\n                left: calc(100% + var(--col-gap) + var(--line-w) \/ 2);\n            }\n\n            .eb3-timeline ul li:nth-child(odd) .date {\n                border-radius: 0 calc(var(--dateH) \/ 2) calc(var(--dateH) \/ 2) 0;\n            }\n        }\n\n        @media (max-width: 640px) {\n            .eb3-timeline ul {\n                width: calc(100% - 4rem);\n            }\n            .eb3-timeline .custom-date-pick-wrapper {\n                flex-wrap: wrap;\n                gap: 1rem;\n            }\n        }\n    <\/style>\n\n    <div class=\"wrapper\">\n        <div class=\"container\">\n            <div class=\"custom-date-pick-wrapper\">\n                <div class=\"custom-date-pick-wrapper__item\">\n                    <div class=\"custom-date-pick-wrapper__item__label\">*Process Start Date<\/div>\n                    <div class=\"custom-date-pick-wrapper__item__input real startDate\">\n                        <input type=\"date\" id=\"start_date_eb3\">\n                    <\/div>\n                <\/div>\n                <div class=\"custom-date-pick-wrapper__item\">\n                    <button type=\"button\" class=\"custom-date-pick-wrapper__item__input\" id=\"btn_eb3\">Submit<\/button>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    <div class=\"info\">\n        <p>*The EB-3 sponsorship process generally takes 3 years. Please input the date you\n            would like to get started on this process, and our timeline will compute when you should anticipate\n            green card approval.<\/p>\n    <\/div>\n    <div class=\"line-time\"><\/div>\n    <div class=\"custom-date-pick-wrapper__item download-pdf\">\n        <button type=\"button\" class=\"custom-date-pick-wrapper__item__input\" id=\"btn_print_eb3\">Print<\/button>\n    <\/div>\n    <div id=\"timline-list-eb3\"><\/div>\n<\/div>\n\n<script>\n(function() {\n    \"use strict\";\n\n    \/* \u2500\u2500 Vanilla date formatter \u2500\u2500 *\/\n    var DAYS = [\"Sun\",\"Mon\",\"Tue\",\"Wed\",\"Thu\",\"Fri\",\"Sat\"];\n    var MONTHS = [\"Jan\",\"Feb\",\"Mar\",\"Apr\",\"May\",\"Jun\",\"Jul\",\"Aug\",\"Sep\",\"Oct\",\"Nov\",\"Dec\"];\n\n    function formatDate(dateStr) {\n        var parts = dateStr.split(\"-\");\n        var d = new Date(parseInt(parts[0]), parseInt(parts[1]) - 1, parseInt(parts[2]));\n        return DAYS[d.getDay()] + \" \" + MONTHS[d.getMonth()] + \" \" +\n               String(d.getDate()).padStart(2, \"0\") + \" \" + d.getFullYear();\n    }\n\n    function addDays(dateStr, numDays) {\n        var parts = dateStr.split(\"-\");\n        var d = new Date(parseInt(parts[0]), parseInt(parts[1]) - 1, parseInt(parts[2]));\n        d.setDate(d.getDate() + numDays);\n        return DAYS[d.getDay()] + \" \" + MONTHS[d.getMonth()] + \" \" +\n               String(d.getDate()).padStart(2, \"0\") + \" \" + d.getFullYear();\n    }\n\n    function todayStr() {\n        var d = new Date();\n        return d.getFullYear() + \"-\" + String(d.getMonth() + 1).padStart(2, \"0\") + \"-\" + String(d.getDate()).padStart(2, \"0\");\n    }\n\n    \/* \u2500\u2500 Milestone data \u2500\u2500 *\/\n    var milestones = [\n        { days: 0,    name: \"Submit an enrollment package to m\u00e1sLabor\",                                                                                                              color: \"#EA0029\", title: \"Enroll\" },\n        { days: 3,    name: \"Confirm all terms and conditions of employment with your Case Manager\",                                                                                 color: \"#75787B\", title: \"3 Days\" },\n        { days: 7,    name: \"Submit a request for a Prevailing Wage Determination (PWD) to the U.S. Department of Labor (DOL)\",                                                      color: \"#EA0029\", title: \"1 Week\" },\n        { days: 180,  name: \"Anticipated issuance date for the PWD; begin recruitment\",                                                                                              color: \"#75787B\", title: \"6 Months\" },\n        { days: 210,  name: \"Positive recruitment efforts conclude\",                                                                                                                 color: \"#EA0029\", title: \"7 Months\" },\n        { days: 240,  name: 'End of \"cooling off\" period, earliest date that PERM Application (Form 9089) may be submitted to DOL',                                                  color: \"#75787B\", title: \"8 Months\" },\n        { days: 545,  name: \"Anticipated PERM certification date, earliest date to file immigration petition (Form I-140) with U.S. Citizenship and Immigration Services (USCIS)\",    color: \"#EA0029\", title: \"18 Months\" },\n        { days: 725,  name: \"Labor certification expiration date, latest date to file immigrant petition with USCIS\",                                                                color: \"#75787B\", title: \"2 Years\" },\n        { days: 849,  name: \"Anticipated approval date for immigrant petition\",                                                                                                      color: \"#EA0029\", title: \"28 Months\" },\n        { days: 1095, name: \"Anticipated approval date for green card\",                                                                                                              color: \"#75787B\", title: \"3 Years\" }\n    ];\n\n    \/* \u2500\u2500 Rendered data (for print) \u2500\u2500 *\/\n    var renderedData = [];\n\n    \/* \u2500\u2500 Calculate & render \u2500\u2500 *\/\n    function calculateAndRender() {\n        var startEl = document.getElementById(\"start_date_eb3\");\n        if (!startEl) return;\n\n        var startDate = startEl.value;\n        if (!startDate) {\n            alert(\"Please select a process start date.\");\n            return;\n        }\n\n        renderedData = [];\n        var html = \"<ul>\";\n\n        for (var i = 0; i < milestones.length; i++) {\n            var m = milestones[i];\n            var dateLabel;\n\n            if (m.days === 0) {\n                dateLabel = formatDate(startDate);\n            } else {\n                dateLabel = addDays(startDate, m.days);\n            }\n\n            renderedData.push({ dateLabel: dateLabel, title: m.title, name: m.name, color: m.color });\n\n            html += '<li style=\"--accent-color:' + m.color + '\">' +\n                '<div class=\"date\">' + dateLabel + '<\/div>' +\n                '<div class=\"title\">' + m.title + '<\/div>' +\n                '<div class=\"descr\">' + m.name + '<\/div>' +\n                '<\/li>';\n        }\n\n        html += \"<\/ul>\";\n\n        var target = document.getElementById(\"timline-list-eb3\");\n        if (target) target.innerHTML = html;\n    }\n\n    \/* \u2500\u2500 Print handler \u2500\u2500 *\/\n    function printTimeline() {\n        if (renderedData.length === 0) {\n            alert(\"Please submit a date first.\");\n            return;\n        }\n\n        var str = '<table><tbody><tr style=\"font-weight:bold;\"><td style=\"padding-bottom:10px;\">Dates<\/td><td style=\"padding-bottom:10px;\">To Do<\/td><\/tr>';\n        for (var i = 0; i < renderedData.length; i++) {\n            var r = renderedData[i];\n            str += '<tr style=\"font-size:11px;\"><td style=\"padding-right:20px; color:#EA0029; padding-bottom:10px;\">' +\n                r.dateLabel + '<\/td><td style=\"padding-bottom:10px; color:#757474;\">' + r.name + '<\/td><\/tr>';\n        }\n        str += '<\/tbody><\/table>';\n\n        var w = window.open('', '', 'height=650,width=900,top=100,left=150');\n        w.document.write('<html><head><\/head><body>');\n        w.document.write('<div style=\"text-align:center\"><h1>EB-3 Timeline<\/h1><\/div>');\n        w.document.write(str);\n        w.document.write('<\/body><\/html>');\n        w.document.close();\n        w.focus();\n        w.print();\n        w.close();\n    }\n\n    \/* \u2500\u2500 Init: poll until DOM elements exist (Elementor safe) \u2500\u2500 *\/\n    function init() {\n        var btnSubmit = document.getElementById(\"btn_eb3\");\n        var btnPrint = document.getElementById(\"btn_print_eb3\");\n        var startInput = document.getElementById(\"start_date_eb3\");\n\n        if (!btnSubmit || !btnPrint || !startInput) {\n            setTimeout(init, 100);\n            return;\n        }\n\n        \/* Set default *\/\n        startInput.value = todayStr();\n\n        \/* Bind events *\/\n        btnSubmit.addEventListener(\"click\", function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            calculateAndRender();\n        });\n\n        btnPrint.addEventListener(\"click\", function(e) {\n            e.preventDefault();\n            e.stopPropagation();\n            printTimeline();\n        });\n\n        \/* Initial render *\/\n        calculateAndRender();\n    }\n\n    if (document.readyState === \"loading\") {\n        document.addEventListener(\"DOMContentLoaded\", init);\n    } else {\n        init();\n    }\n})();\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>EB-3 Timeline *Process Start Date Submit *The EB-3 sponsorship process generally takes 3 years. Please input the date you would [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-208","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>EB-3 TIMELINE - m\u00e1sLabor<\/title>\n<meta name=\"description\" content=\"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.\" \/>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"es_ES\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"EB-3 TIMELINE - m\u00e1sLabor\" \/>\n<meta property=\"og:description\" content=\"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/maslabor-es.criticaldev.site\/es\/eb3-timeline\/\" \/>\n<meta property=\"og:site_name\" content=\"m\u00e1sLabor\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-11T18:55:39+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/eb3-timeline\\\/\",\"url\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/eb3-timeline\\\/\",\"name\":\"EB-3 TIMELINE - m\u00e1sLabor\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/#website\"},\"datePublished\":\"2025-07-31T00:45:17+00:00\",\"dateModified\":\"2026-02-11T18:55:39+00:00\",\"description\":\"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/eb3-timeline\\\/#breadcrumb\"},\"inLanguage\":\"es-ES\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/eb3-timeline\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/eb3-timeline\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"EB-3 TIMELINE\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/#website\",\"url\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/\",\"name\":\"m\u00e1sLabor\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/maslabor-es.criticaldev.site\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"es-ES\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Plazos del EB-3 - m\u00e1sLabor","description":"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.","robots":{"index":"noindex","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"es_ES","og_type":"article","og_title":"EB-3 TIMELINE - m\u00e1sLabor","og_description":"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.","og_url":"https:\/\/maslabor-es.criticaldev.site\/es\/eb3-timeline\/","og_site_name":"m\u00e1sLabor","article_modified_time":"2026-02-11T18:55:39+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/maslabor-es.criticaldev.site\/eb3-timeline\/","url":"https:\/\/maslabor-es.criticaldev.site\/eb3-timeline\/","name":"Plazos del EB-3 - m\u00e1sLabor","isPartOf":{"@id":"https:\/\/maslabor-es.criticaldev.site\/#website"},"datePublished":"2025-07-31T00:45:17+00:00","dateModified":"2026-02-11T18:55:39+00:00","description":"EB-3 green card timeline for employer sponsorship: PERM filing, I-140 petition, and processing times. m\u00e1sLabor guides you through each phase.","breadcrumb":{"@id":"https:\/\/maslabor-es.criticaldev.site\/eb3-timeline\/#breadcrumb"},"inLanguage":"es-ES","potentialAction":[{"@type":"ReadAction","target":["https:\/\/maslabor-es.criticaldev.site\/eb3-timeline\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/maslabor-es.criticaldev.site\/eb3-timeline\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/maslabor-es.criticaldev.site\/"},{"@type":"ListItem","position":2,"name":"EB-3 TIMELINE"}]},{"@type":"WebSite","@id":"https:\/\/maslabor-es.criticaldev.site\/#website","url":"https:\/\/maslabor-es.criticaldev.site\/","name":"m\u00e1sLabor","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/maslabor-es.criticaldev.site\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"es-ES"}]}},"_links":{"self":[{"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/pages\/208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/comments?post=208"}],"version-history":[{"count":7,"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/pages\/208\/revisions"}],"predecessor-version":[{"id":2240,"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/pages\/208\/revisions\/2240"}],"wp:attachment":[{"href":"https:\/\/maslabor-es.criticaldev.site\/es\/wp-json\/wp\/v2\/media?parent=208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}