{"id":45341,"date":"2025-12-15T05:12:26","date_gmt":"2025-12-15T05:12:26","guid":{"rendered":"https:\/\/astrak.agency\/?page_id=45341"},"modified":"2026-06-02T04:53:38","modified_gmt":"2026-06-02T04:53:38","slug":"we-are-hiring","status":"publish","type":"page","link":"https:\/\/astrak.agency\/en\/on-recrute\/","title":{"rendered":"We're hiring!"},"content":{"rendered":"<!-- 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    \/* Le bloc etait en pleine largeur a angles vifs, seul de la page :\n       tout le reste est une carte de 1200px arrondie a 16-20px. Il rejoint\n       ce systeme pour que l enchainement ne fasse plus une arete franche. *\/\n    overflow: hidden;\n    max-width: 1200px;\n    margin: 0 auto 50px;\n    border-radius: 24px;\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        border-radius: 18px;\n        margin: 0 16px 40px;\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\"><\/path>\n                <path d=\"M30 10L50 30L30 50\" stroke=\"#5AE7DE\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\n            <\/svg>\n        <\/div>\n        \n        <div class=\"astrak-careers-hero-content\">\n            <span class=\"astrak-careers-badge\">We are hiring<\/span>\n            <h1>Join the team <span>Astrak<\/span><\/h1>\n            <p class=\"astrak-careers-hero-subtitle\">\n                Participate in the SEO acceleration of France's most beautiful brands alongside experts passionate about search engine optimization.\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\"><\/path>\n                <path d=\"M30 10L50 30L30 50\" stroke=\"#FFEF5E\" stroke-width=\"6\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><\/path>\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>Our open positions<\/h2>\n            <p>Find the opportunity that suits you<\/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\"><\/path>\n                    <\/svg>\n                    No offers match your profile?\n                <\/h4>\n                <p>Send your unsolicited application to our HR Director. <strong>Manon<\/strong>. We are always looking for passionate SEO talents!<\/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\"><\/path>\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\"><\/path>\n                <\/svg>\n            <\/div>\n            <h3>100% Remote<\/h3>\n            <p>Work from wherever you want. Our team is distributed throughout France and beyond.<\/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\"><\/path>\n                <\/svg>\n            <\/div>\n            <h3>Ambitious projects<\/h3>\n            <p>Diverse clients and challenging SEO projects to develop your 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\"><\/path>\n                <\/svg>\n            <\/div>\n            <h3>Team of experts<\/h3>\n            <p>Evolve alongside technical SEO, local SEO, and link-building specialists who are passionate about their craft.<\/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\"><\/path>\n            <\/svg>\n        <\/div>\n        <div class=\"astrak-careers-test-content\">\n            <h4>Do you want to join us? Show us what you can do!<\/h4>\n            <p>One of our technical SEO test questions is located directly at the URL below. If you are applying to Astrak, this is your opportunity to take a look and see how you will be evaluated.<\/p>\n            <a href=\"https:\/\/astrak.agency\/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\"><\/path>\n                <\/svg>\n                See the test: <code>astrak.agency\/seotest.php<\/code>\n            <\/a>\n        <\/div>\n    <\/div>\n    \n<\/div>","protected":false},"excerpt":{"rendered":"<p>We're hiring Join the Astrak team Take part in accelerating the SEO of France's top brands alongside experts passionate about search engine optimization. Our open positions Find the opportunity that matches your profile No offer matches your profile? Send your speculative application to our HR Director Manon. We are always looking for talented people passionate about... <a title=\"We&#039;re hiring!\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/on-recrute\/\" aria-label=\"Read more about We&#039;re hiring!\">Read more<\/a><\/p>","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 v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Recrutement de Consultants SEO chez Astrak<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/astrak.agency\/en\/we-are-hiring\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\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 l&rsquo;opportunit\u00e9 qui vous correspond Aucune offre ne correspond \u00e0 ton profil ? Envoie ta candidature spontan\u00e9e \u00e0 notre DRH Manon. On est toujours \u00e0 la recherche de talents passionn\u00e9s par ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/we-are-hiring\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-02T04:53:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/astrak.agency\/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=\"Est. reading time\" \/>\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:\\\/\\\/astrak.agency\\\/on-recrute\\\/\",\"url\":\"https:\\\/\\\/astrak.agency\\\/on-recrute\\\/\",\"name\":\"Recrutement de Consultants SEO chez Astrak\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#website\"},\"datePublished\":\"2025-12-15T05:12:26+00:00\",\"dateModified\":\"2026-06-02T04:53:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/on-recrute\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/astrak.agency\\\/on-recrute\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/on-recrute\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\\\/\\\/astrak.agency\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"On recrute !\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#website\",\"url\":\"https:\\\/\\\/astrak.agency\\\/\",\"name\":\"Astrak\",\"description\":\"On va acc\u00e9l\u00e9rer votre SEO\",\"publisher\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#organization\"},\"alternateName\":\"Astrak SEO\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/astrak.agency\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#organization\",\"name\":\"Astrak\",\"alternateName\":\"Astrak Agency\",\"url\":\"https:\\\/\\\/astrak.agency\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/astrak.agency\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Logo_Noir.png\",\"contentUrl\":\"https:\\\/\\\/astrak.agency\\\/wp-content\\\/uploads\\\/2025\\\/05\\\/Logo_Noir.png\",\"width\":1357,\"height\":246,\"caption\":\"Astrak\"},\"image\":{\"@id\":\"https:\\\/\\\/astrak.agency\\\/#\\\/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":"Hiring of SEO Consultants at Astrak","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:\/\/astrak.agency\/en\/we-are-hiring\/","og_locale":"en_US","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 l&rsquo;opportunit\u00e9 qui vous correspond Aucune offre ne correspond \u00e0 ton profil ? Envoie ta candidature spontan\u00e9e \u00e0 notre DRH Manon. On est toujours \u00e0 la recherche de talents passionn\u00e9s par ... Read more","og_url":"https:\/\/astrak.agency\/en\/we-are-hiring\/","og_site_name":"Astrak","article_modified_time":"2026-06-02T04:53:38+00:00","og_image":[{"width":1357,"height":246,"url":"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/astrak.agency\/on-recrute\/","url":"https:\/\/astrak.agency\/on-recrute\/","name":"Hiring of SEO Consultants at Astrak","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"datePublished":"2025-12-15T05:12:26+00:00","dateModified":"2026-06-02T04:53:38+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/on-recrute\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/on-recrute\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/on-recrute\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"On recrute !"}]},{"@type":"WebSite","@id":"https:\/\/astrak.agency\/#website","url":"https:\/\/astrak.agency\/","name":"Astrak","description":"We will accelerate your SEO","publisher":{"@id":"https:\/\/astrak.agency\/#organization"},"alternateName":"Astrak SEO","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/astrak.agency\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/astrak.agency\/#organization","name":"Astrak","alternateName":"Astrak Agency","url":"https:\/\/astrak.agency\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/#\/schema\/logo\/image\/","url":"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","contentUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/05\/Logo_Noir.png","width":1357,"height":246,"caption":"Astrak"},"image":{"@id":"https:\/\/astrak.agency\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.instagram.com\/astrakagency\/","https:\/\/www.linkedin.com\/company\/astrak-legoax\/"]}]}},"_links":{"self":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/45341","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/comments?post=45341"}],"version-history":[{"count":0,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/45341\/revisions"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=45341"}],"curies":[{"name":"WP","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}