{"id":45341,"date":"2025-12-15T05:12:26","date_gmt":"2025-12-15T05:12:26","guid":{"rendered":"https:\/\/www.astrak.agency\/live-backup\/?page_id=45341"},"modified":"2026-02-06T04:54:52","modified_gmt":"2026-02-06T04:54:52","slug":"on-recrute","status":"publish","type":"page","link":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/","title":{"rendered":"On recrute !"},"content":{"rendered":"\n<!-- Astrak Careers Page - Content for .entry-content -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');\n\n\/* Reset and base styles for careers page *\/\n.astrak-careers-wrapper * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n}\n\n.astrak-careers-wrapper {\n    font-family: 'Poppins', sans-serif;\n    color: #121212;\n    line-height: 1.6;\n    overflow-x: hidden;\n}\n\n\/* Hero Section - Full Width *\/\n.astrak-careers-hero {\n    background: linear-gradient(135deg, #0F0F3D 0%, #1a1a5e 50%, #0F0F3D 100%);\n    padding: 100px 40px 120px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-left: calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n    width: 100vw;\n}\n\n\/* Diagonal stripes background effect *\/\n.astrak-careers-hero::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: \n        linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.02) 40%, rgba(255,255,255,0.02) 45%, transparent 45%),\n        linear-gradient(135deg, transparent 55%, rgba(255,255,255,0.015) 55%, rgba(255,255,255,0.015) 60%, transparent 60%),\n        linear-gradient(135deg, transparent 70%, rgba(255,255,255,0.01) 70%, rgba(255,255,255,0.01) 75%, transparent 75%);\n    pointer-events: none;\n}\n\n.astrak-careers-hero-content {\n    max-width: 900px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n}\n\n.astrak-careers-badge {\n    display: inline-block;\n    background: rgba(90, 231, 222, 0.12);\n    color: #5AE7DE;\n    padding: 10px 24px;\n    border-radius: 50px;\n    font-size: 14px;\n    font-weight: 500;\n    margin-bottom: 28px;\n    border: 1px solid rgba(90, 231, 222, 0.25);\n    letter-spacing: 0.5px;\n}\n\n.astrak-careers-hero h1 {\n    font-family: 'Outfit', sans-serif;\n    font-size: clamp(36px, 6vw, 56px);\n    font-weight: 700;\n    color: #FFFFFF;\n    margin-bottom: 20px;\n    line-height: 1.15;\n}\n\n.astrak-careers-hero h1 span {\n    color: #FFEF5E;\n    position: relative;\n}\n\n.astrak-careers-hero-subtitle {\n    font-size: 18px;\n    color: rgba(255, 255, 255, 0.75);\n    max-width: 620px;\n    margin: 0 auto;\n    font-weight: 300;\n    line-height: 1.7;\n}\n\n\/* Chevron decorations *\/\n.astrak-careers-chevrons {\n    position: absolute;\n    right: 8%;\n    top: 50%;\n    transform: translateY(-50%);\n    z-index: 1;\n    opacity: 0.9;\n}\n\n.astrak-careers-chevrons svg {\n    width: 80px;\n    height: 80px;\n}\n\n.astrak-careers-chevrons-left {\n    position: absolute;\n    left: 8%;\n    top: 50%;\n    transform: translateY(-50%) scaleX(-1);\n    z-index: 1;\n    opacity: 0.4;\n}\n\n.astrak-careers-chevrons-left svg {\n    width: 60px;\n    height: 60px;\n}\n\n\/* Section container *\/\n.astrak-careers-section {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 24px;\n}\n\n\/* Why Join Section *\/\n.astrak-careers-why {\n    display: grid;\n    grid-template-columns: repeat(3, 1fr);\n    gap: 24px;\n    margin: 70px auto;\n    max-width: 1200px;\n    padding: 0 24px;\n}\n\n.astrak-careers-why-card {\n    background: #FFFFFF;\n    border: 1px solid #EAFBFF;\n    border-radius: 16px;\n    padding: 36px 28px;\n    transition: all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n    position: relative;\n    overflow: hidden;\n}\n\n.astrak-careers-why-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    height: 3px;\n    background: linear-gradient(90deg, #5AE7DE, #FFEF5E);\n    opacity: 0;\n    transition: opacity 0.3s ease;\n}\n\n.astrak-careers-why-card:hover {\n    box-shadow: 0 16px 48px rgba(15, 15, 61, 0.1);\n    transform: translateY(-6px);\n    border-color: transparent;\n}\n\n.astrak-careers-why-card:hover::before {\n    opacity: 1;\n}\n\n.astrak-careers-why-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, #EAFBFF 0%, rgba(255, 239, 94, 0.15) 100%);\n    border-radius: 14px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 24px;\n}\n\n.astrak-careers-why-icon svg {\n    width: 28px;\n    height: 28px;\n    color: #0F0F3D;\n}\n\n.astrak-careers-why-card h3 {\n    font-family: 'Outfit', sans-serif;\n    font-size: 20px;\n    font-weight: 600;\n    color: #0F0F3D;\n    margin-bottom: 12px;\n}\n\n.astrak-careers-why-card p {\n    font-size: 15px;\n    color: #666;\n    line-height: 1.7;\n    font-weight: 400;\n}\n\n\/* Test SEO Notice Box *\/\n.astrak-careers-test-notice {\n    background: linear-gradient(135deg, rgba(90, 231, 222, 0.08) 0%, rgba(255, 239, 94, 0.08) 100%);\n    border: 2px dashed #5AE7DE;\n    border-radius: 16px;\n    padding: 28px 32px;\n    margin: 0 auto 50px;\n    max-width: 1200px;\n    display: flex;\n    align-items: flex-start;\n    gap: 20px;\n}\n\n.astrak-careers-test-icon {\n    width: 52px;\n    height: 52px;\n    background: linear-gradient(135deg, #0F0F3D, #1a1a5e);\n    border-radius: 12px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    flex-shrink: 0;\n}\n\n.astrak-careers-test-icon svg {\n    width: 26px;\n    height: 26px;\n    color: #FFEF5E;\n}\n\n.astrak-careers-test-content h4 {\n    font-family: 'Outfit', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: #0F0F3D;\n    margin-bottom: 8px;\n}\n\n.astrak-careers-test-content p {\n    font-size: 15px;\n    color: #444;\n    line-height: 1.6;\n    margin-bottom: 12px;\n}\n\n.astrak-careers-test-link {\n    display: inline-flex;\n    align-items: center;\n    gap: 8px;\n    color: #0F0F3D;\n    font-weight: 600;\n    font-size: 14px;\n    text-decoration: none;\n    padding: 8px 16px;\n    background: rgba(255, 239, 94, 0.3);\n    border-radius: 8px;\n    transition: all 0.3s ease;\n}\n\n.astrak-careers-test-link:hover {\n    background: #FFEF5E;\n}\n\n.astrak-careers-test-link code {\n    font-family: 'Fira Code', 'SF Mono', monospace;\n    background: rgba(15, 15, 61, 0.08);\n    padding: 2px 8px;\n    border-radius: 4px;\n    font-size: 13px;\n}\n\n\/* Jobs Section *\/\n.astrak-careers-jobs {\n    background: linear-gradient(180deg, #F8FBFF 0%, #FFFFFF 100%);\n    border-radius: 20px;\n    padding: 60px 48px;\n    margin: 0 auto 50px;\n    max-width: 1200px;\n    border: 1px solid #EAFBFF;\n}\n\n.astrak-careers-jobs-header {\n    text-align: center;\n    margin-bottom: 40px;\n}\n\n.astrak-careers-jobs-header h2 {\n    font-family: 'Outfit', sans-serif;\n    font-size: clamp(26px, 4vw, 36px);\n    font-weight: 700;\n    color: #0F0F3D;\n    margin-bottom: 12px;\n}\n\n.astrak-careers-jobs-header p {\n    font-size: 16px;\n    color: #666;\n    font-weight: 400;\n}\n\n\/* BambooHR Embed Container *\/\n#astrak-careers-bamboo-embed {\n    background: #FFFFFF;\n    border-radius: 16px;\n    padding: 32px;\n    border: 1px solid #EAFBFF;\n    box-shadow: 0 4px 20px rgba(15, 15, 61, 0.04);\n}\n\n\/* Override BambooHR default styles for better integration *\/\n#astrak-careers-bamboo-embed #BambooHR {\n    font-family: 'Poppins', sans-serif !important;\n}\n\n\/* Spontaneous Application Box *\/\n.astrak-careers-spontaneous {\n    background: #FFFFFF;\n    border: 1px solid #EAFBFF;\n    border-radius: 16px;\n    padding: 32px;\n    margin-top: 32px;\n    display: flex;\n    align-items: center;\n    justify-content: space-between;\n    gap: 24px;\n    flex-wrap: wrap;\n}\n\n.astrak-careers-spontaneous-content {\n    flex: 1;\n    min-width: 280px;\n}\n\n.astrak-careers-spontaneous-content h4 {\n    font-family: 'Outfit', sans-serif;\n    font-size: 18px;\n    font-weight: 600;\n    color: #0F0F3D;\n    margin-bottom: 8px;\n    display: flex;\n    align-items: center;\n    gap: 10px;\n}\n\n.astrak-careers-spontaneous-content h4 svg {\n    width: 22px;\n    height: 22px;\n    color: #5AE7DE;\n}\n\n.astrak-careers-spontaneous-content p {\n    font-size: 15px;\n    color: #666;\n    line-height: 1.6;\n}\n\n.astrak-careers-spontaneous-content p strong {\n    color: #0F0F3D;\n    font-weight: 600;\n}\n\n.astrak-careers-email-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    background: #0F0F3D;\n    color: #FFFFFF;\n    padding: 14px 24px;\n    border-radius: 10px;\n    font-family: 'Poppins', sans-serif;\n    font-size: 15px;\n    font-weight: 500;\n    text-decoration: none;\n    transition: all 0.3s ease;\n    white-space: nowrap;\n}\n\n.astrak-careers-email-btn:hover {\n    background: #1a1a5e;\n    transform: translateY(-2px);\n    box-shadow: 0 8px 24px rgba(15, 15, 61, 0.2);\n}\n\n.astrak-careers-email-btn svg {\n    width: 18px;\n    height: 18px;\n}\n\n\/* CTA Section - Full Width *\/\n.astrak-careers-cta {\n    background: linear-gradient(135deg, #0F0F3D 0%, #1a1a5e 50%, #0F0F3D 100%);\n    border-radius: 0;\n    padding: 80px 40px;\n    text-align: center;\n    position: relative;\n    overflow: hidden;\n    margin-left: calc(-50vw + 50%);\n    margin-right: calc(-50vw + 50%);\n    width: 100vw;\n    margin-top: 70px;\n}\n\n.astrak-careers-cta::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    right: 0;\n    bottom: 0;\n    background: \n        linear-gradient(135deg, transparent 40%, rgba(255,255,255,0.02) 40%, rgba(255,255,255,0.02) 45%, transparent 45%),\n        linear-gradient(135deg, transparent 55%, rgba(255,255,255,0.015) 55%, rgba(255,255,255,0.015) 60%, transparent 60%);\n    pointer-events: none;\n}\n\n.astrak-careers-cta-content {\n    max-width: 600px;\n    margin: 0 auto;\n    position: relative;\n    z-index: 2;\n}\n\n.astrak-careers-cta h2 {\n    font-family: 'Outfit', sans-serif;\n    font-size: clamp(26px, 4vw, 36px);\n    font-weight: 700;\n    color: #FFFFFF;\n    margin-bottom: 16px;\n}\n\n.astrak-careers-cta h2 span {\n    color: #FFEF5E;\n}\n\n.astrak-careers-cta p {\n    font-size: 16px;\n    color: rgba(255, 255, 255, 0.75);\n    margin-bottom: 32px;\n    line-height: 1.7;\n    font-weight: 300;\n}\n\n.astrak-careers-cta-btn {\n    display: inline-flex;\n    align-items: center;\n    gap: 12px;\n    background: #FFEF5E;\n    color: #0F0F3D;\n    padding: 18px 36px;\n    border-radius: 10px;\n    font-family: 'Poppins', sans-serif;\n    font-size: 16px;\n    font-weight: 600;\n    text-decoration: none;\n    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);\n}\n\n.astrak-careers-cta-btn:hover {\n    background: #FFFFFF;\n    transform: translateY(-3px);\n    box-shadow: 0 12px 36px rgba(255, 239, 94, 0.35);\n}\n\n.astrak-careers-cta-btn svg {\n    width: 20px;\n    height: 20px;\n    transition: transform 0.3s ease;\n}\n\n.astrak-careers-cta-btn:hover svg {\n    transform: translateX(5px);\n}\n\n\/* Responsive *\/\n@media (max-width: 1024px) {\n    .astrak-careers-why {\n        grid-template-columns: repeat(2, 1fr);\n    }\n    \n    .astrak-careers-chevrons,\n    .astrak-careers-chevrons-left {\n        display: none;\n    }\n}\n\n@media (max-width: 768px) {\n    .astrak-careers-hero {\n        padding: 70px 24px 90px;\n    }\n    \n    .astrak-careers-why {\n        grid-template-columns: 1fr;\n        gap: 20px;\n        margin: 50px auto;\n    }\n    \n    .astrak-careers-jobs {\n        padding: 40px 24px;\n        margin: 0 16px 40px;\n        border-radius: 16px;\n    }\n    \n    .astrak-careers-test-notice {\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n        padding: 24px 20px;\n        margin: 0 16px 40px;\n    }\n    \n    .astrak-careers-cta {\n        padding: 60px 24px;\n    }\n    \n    #astrak-careers-bamboo-embed {\n        padding: 20px 16px;\n    }\n    \n    .astrak-careers-spontaneous {\n        flex-direction: column;\n        text-align: center;\n        padding: 24px 20px;\n    }\n    \n    .astrak-careers-spontaneous-content h4 {\n        justify-content: center;\n    }\n}\n\n@media (max-width: 480px) {\n    .astrak-careers-hero h1 {\n        font-size: 32px;\n    }\n    \n    .astrak-careers-hero-subtitle {\n        font-size: 16px;\n    }\n    \n    .astrak-careers-test-link {\n        flex-direction: column;\n        gap: 6px;\n    }\n    \n    .astrak-careers-test-link code {\n        font-size: 12px;\n    }\n}\n<\/style>\n\n<div class=\"astrak-careers-wrapper\">\n    \n    <!-- Hero Section -->\n    <section class=\"astrak-careers-hero\">\n        <div class=\"astrak-careers-chevrons-left\">\n            <svg viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15 10L35 30L15 50\" stroke=\"#5AE7DE\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <path d=\"M30 10L50 30L30 50\" stroke=\"#5AE7DE\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/div>\n        \n        <div class=\"astrak-careers-hero-content\">\n            <span class=\"astrak-careers-badge\">On recrute<\/span>\n            <h1>Rejoignez l&rsquo;\u00e9quipe <span>Astrak<\/span><\/h1>\n            <p class=\"astrak-careers-hero-subtitle\">\n                Participez \u00e0 l&rsquo;acc\u00e9l\u00e9ration SEO des plus belles marques fran\u00e7aises aux c\u00f4t\u00e9s d&rsquo;experts passionn\u00e9s par le r\u00e9f\u00e9rencement.\n            <\/p>\n        <\/div>\n        \n        <div class=\"astrak-careers-chevrons\">\n            <svg viewBox=\"0 0 60 60\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M15 10L35 30L15 50\" stroke=\"#FFEF5E\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n                <path d=\"M30 10L50 30L30 50\" stroke=\"#FFEF5E\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\n            <\/svg>\n        <\/div>\n    <\/section>\n\n    <!-- Jobs Section with BambooHR Embed -->\n    <section class=\"astrak-careers-jobs astrak-careers-section\">\n        <div class=\"astrak-careers-jobs-header\">\n            <h2>Nos postes ouverts<\/h2>\n            <p>Trouvez l&rsquo;opportunit\u00e9 qui vous correspond<\/p>\n        <\/div>\n        \n        <div id=\"astrak-careers-bamboo-embed\">\n            <div id=\"BambooHR\" data-domain=\"astrak.bamboohr.com\" data-version=\"1.0.0\" data-departmentId=\"\"><\/div>\n            <script src=\"https:\/\/astrak.bamboohr.com\/js\/embed.js\" type=\"text\/javascript\" async defer><\/script>\n        <\/div>\n\n        <!-- Spontaneous Application -->\n        <div class=\"astrak-careers-spontaneous\">\n            <div class=\"astrak-careers-spontaneous-content\">\n                <h4>\n                    <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3 8l7.89 5.26a2 2 0 002.22 0L21 8M5 19h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z\" \/>\n                    <\/svg>\n                    Aucune offre ne correspond \u00e0 ton profil ?\n                <\/h4>\n                <p>Envoie ta candidature spontan\u00e9e \u00e0 notre DRH <strong>Manon<\/strong>. On est toujours \u00e0 la recherche de talents passionn\u00e9s par le SEO !<\/p>\n            <\/div>\n            <a href=\"mailto:recrutement@astrak.agency?subject=Candidature%20spontan\u00e9e%20-%20Astrak\" class=\"astrak-careers-email-btn\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 19l9 2-9-18-9 18 9-2zm0 0v-8\" \/>\n                <\/svg>\n                recrutement@astrak.agency\n            <\/a>\n        <\/div>\n    <\/section>\n\n\n    <!-- Why Join Section -->\n    <section class=\"astrak-careers-why\">\n        <div class=\"astrak-careers-why-card\">\n            <div class=\"astrak-careers-why-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M3.055 11H5a2 2 0 012 2v1a2 2 0 002 2 2 2 0 012 2v2.945M8 3.935V5.5A2.5 2.5 0 0010.5 8h.5a2 2 0 012 2 2 2 0 104 0 2 2 0 012-2h1.064M15 20.488V18a2 2 0 012-2h3.064M21 12a9 9 0 11-18 0 9 9 0 0118 0z\" \/>\n                <\/svg>\n            <\/div>\n            <h3>100% Remote<\/h3>\n            <p>Travaillez d&rsquo;o\u00f9 vous voulez. Notre \u00e9quipe est distribu\u00e9e partout en France et au-del\u00e0.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-careers-why-card\">\n            <div class=\"astrak-careers-why-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M13 10V3L4 14h7v7l9-11h-7z\" \/>\n                <\/svg>\n            <\/div>\n            <h3>Projets ambitieux<\/h3>\n            <p>Des clients vari\u00e9s et des challenges SEO stimulants pour d\u00e9velopper votre expertise.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-careers-why-card\">\n            <div class=\"astrak-careers-why-icon\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M12 4.354a4 4 0 110 5.292M15 21H3v-1a6 6 0 0112 0v1zm0 0h6v-1a6 6 0 00-9-5.197M13 7a4 4 0 11-8 0 4 4 0 018 0z\" \/>\n                <\/svg>\n            <\/div>\n            <h3>\u00c9quipe d&rsquo;experts<\/h3>\n            <p>\u00c9voluez aux c\u00f4t\u00e9s de sp\u00e9cialistes SEO technique, local et netlinking passionn\u00e9s par leur m\u00e9tier.<\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Test SEO Notice -->\n    <div class=\"astrak-careers-test-notice astrak-careers-section\">\n        <div class=\"astrak-careers-test-icon\">\n            <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\">\n                <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z\" \/>\n            <\/svg>\n        <\/div>\n        <div class=\"astrak-careers-test-content\">\n            <h4>Tu veux nous rejoindre ? Montre-nous ce que tu sais faire !<\/h4>\n            <p>Une de nos questions de test technique SEO se trouve directement sur l&rsquo;URL ci-dessous. Si tu postules chez Astrak, c&rsquo;est l&rsquo;occasion de jeter un \u0153il et de voir comment tu seras \u00e9valu\u00e9(e).<\/p>\n            <a href=\"https:\/\/www.astrak.agency\/live-backup\/seotest.php\" target=\"_blank\" class=\"astrak-careers-test-link\">\n                <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" fill=\"none\" viewBox=\"0 0 24 24\" stroke=\"currentColor\" stroke-width=\"2\" width=\"16\" height=\"16\">\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" d=\"M10 6H6a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2v-4M14 4h6m0 0v6m0-6L10 14\" \/>\n                <\/svg>\n                Voir le test : <code>astrak.agency\/seotest.php<\/code>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    \n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>On recrute Rejoignez l&rsquo;\u00e9quipe Astrak Participez \u00e0 l&rsquo;acc\u00e9l\u00e9ration SEO des plus belles marques fran\u00e7aises aux c\u00f4t\u00e9s d&rsquo;experts passionn\u00e9s par le r\u00e9f\u00e9rencement. Nos postes ouverts Trouvez &#8230; <a title=\"On recrute !\" class=\"read-more\" href=\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/\" aria-label=\"En savoir plus sur On recrute !\">Lire la suite<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"class_list":["post-45341","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.9 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recrutement de Consultants SEO chez Astrak<\/title>\n<meta name=\"robots\" content=\"noindex, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Recrutement de Consultants SEO chez Astrak\" \/>\n<meta property=\"og:description\" content=\"On recrute Rejoignez l&rsquo;\u00e9quipe Astrak Participez \u00e0 l&rsquo;acc\u00e9l\u00e9ration SEO des plus belles marques fran\u00e7aises aux c\u00f4t\u00e9s d&rsquo;experts passionn\u00e9s par le r\u00e9f\u00e9rencement. Nos postes ouverts Trouvez ... Lire la suite\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-06T04:54:52+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/Logo_Noir.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1357\" \/>\n\t<meta property=\"og:image:height\" content=\"246\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/\",\"name\":\"Recrutement de Consultants SEO chez Astrak\",\"isPartOf\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#website\"},\"datePublished\":\"2025-12-15T05:12:26+00:00\",\"dateModified\":\"2026-02-06T04:54:52+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/www.astrak.agency\/live-backup\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"On recrute !\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#website\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/\",\"name\":\"Astrak\",\"description\":\"On va acc\u00e9l\u00e9rer votre SEO\",\"publisher\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#organization\"},\"alternateName\":\"Astrak SEO\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.astrak.agency\/live-backup\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#organization\",\"name\":\"Astrak\",\"alternateName\":\"Astrak Agency\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png\",\"contentUrl\":\"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png\",\"width\":1357,\"height\":246,\"caption\":\"Astrak\"},\"image\":{\"@id\":\"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.instagram.com\/astrakagency\/\",\"https:\/\/www.linkedin.com\/company\/astrak-legoax\/\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Recrutement de Consultants SEO chez Astrak","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":"fr_FR","og_type":"article","og_title":"Recrutement de Consultants SEO chez Astrak","og_description":"On recrute Rejoignez l&rsquo;\u00e9quipe Astrak Participez \u00e0 l&rsquo;acc\u00e9l\u00e9ration SEO des plus belles marques fran\u00e7aises aux c\u00f4t\u00e9s d&rsquo;experts passionn\u00e9s par le r\u00e9f\u00e9rencement. Nos postes ouverts Trouvez ... Lire la suite","og_url":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/","og_site_name":"Astrak","article_modified_time":"2026-02-06T04:54:52+00:00","og_image":[{"width":1357,"height":246,"url":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/","url":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/","name":"Recrutement de Consultants SEO chez Astrak","isPartOf":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#website"},"datePublished":"2025-12-15T05:12:26+00:00","dateModified":"2026-02-06T04:54:52+00:00","breadcrumb":{"@id":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.astrak.agency\/live-backup\/on-recrute\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.astrak.agency\/live-backup\/on-recrute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/www.astrak.agency\/live-backup\/"},{"@type":"ListItem","position":2,"name":"On recrute !"}]},{"@type":"WebSite","@id":"https:\/\/www.astrak.agency\/live-backup\/#website","url":"https:\/\/www.astrak.agency\/live-backup\/","name":"Astrak","description":"On va acc\u00e9l\u00e9rer votre SEO","publisher":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#organization"},"alternateName":"Astrak SEO","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.astrak.agency\/live-backup\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/www.astrak.agency\/live-backup\/#organization","name":"Astrak","alternateName":"Astrak Agency","url":"https:\/\/www.astrak.agency\/live-backup\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/","url":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png","contentUrl":"https:\/\/www.astrak.agency\/live-backup\/wp-content\/uploads\/2025\/05\/cropped-cropped-Logo_FlecheJaune.png","width":1357,"height":246,"caption":"Astrak"},"image":{"@id":"https:\/\/www.astrak.agency\/live-backup\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/astrakagency\/","https:\/\/www.linkedin.com\/company\/astrak-legoax\/"]}]}},"_links":{"self":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/45341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/comments?post=45341"}],"version-history":[{"count":9,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/45341\/revisions"}],"predecessor-version":[{"id":45495,"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/pages\/45341\/revisions\/45495"}],"wp:attachment":[{"href":"https:\/\/www.astrak.agency\/live-backup\/wp-json\/wp\/v2\/media?parent=45341"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}