{"id":44197,"date":"2025-06-11T04:40:33","date_gmt":"2025-06-11T04:40:33","guid":{"rendered":"https:\/\/astrak.agency\/?page_id=44197"},"modified":"2026-01-08T02:20:34","modified_gmt":"2026-01-08T02:20:34","slug":"native","status":"publish","type":"page","link":"https:\/\/astrak.agency\/en\/nativus\/","title":{"rendered":"Native Use Case"},"content":{"rendered":"<style>\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700&family=Poppins:wght@400;500;600&display=swap');\n    \n    \/* Reset and base *\/\n    .astrak-nativus-cs {\n        font-family: 'Poppins', sans-serif;\n        line-height: 1.6;\n        color: #121212;\n        max-width: 1200px;\n        margin: 0 auto;\n        padding: 0 20px;\n    }\n    \n    .astrak-nativus-cs * {\n        box-sizing: border-box;\n    }\n\n    \/* Hero Section - Style Figma Dashboard *\/\n    .astrak-ntv-hero {\n        background: #0F0F3D;\n        color: white;\n        padding: 60px 50px;\n        border-radius: 24px;\n        margin-bottom: 60px;\n        position: relative;\n        overflow: hidden;\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 40px;\n        align-items: center;\n    }\n\n    .astrak-ntv-hero::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        right: 0;\n        bottom: 0;\n        width: 60%;\n        background: linear-gradient(135deg, rgba(90, 231, 222, 0.08) 0%, rgba(15, 15, 61, 0) 60%);\n        pointer-events: none;\n    }\n\n    .astrak-ntv-hero::after {\n        content: '\u00bb';\n        position: absolute;\n        bottom: 30px;\n        right: 40px;\n        font-family: 'Outfit', sans-serif;\n        font-size: 80px;\n        font-weight: 700;\n        color: #FFEF5E;\n        opacity: 0.6;\n    }\n\n    .astrak-ntv-hero-content {\n        position: relative;\n        z-index: 2;\n    }\n\n    .astrak-ntv-tag {\n        display: inline-block;\n        background: rgba(255, 239, 94, 0.15);\n        color: #FFEF5E;\n        padding: 6px 16px;\n        border-radius: 20px;\n        font-size: 13px;\n        font-weight: 500;\n        margin-bottom: 20px;\n        border: 1px solid rgba(255, 239, 94, 0.3);\n    }\n\n    .astrak-ntv-hero-title {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 42px;\n        line-height: 1.15;\n        margin: 0 0 16px 0;\n    }\n\n    .astrak-ntv-hero-title span {\n        color: #5AE7DE;\n    }\n\n    .astrak-ntv-hero-subtitle {\n        font-size: 17px;\n        margin: 0 0 12px 0;\n        opacity: 0.85;\n        line-height: 1.6;\n    }\n\n    .astrak-ntv-hero-client {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: rgba(255, 255, 255, 0.08);\n        padding: 10px 18px;\n        border-radius: 8px;\n        font-size: 14px;\n        margin-bottom: 28px;\n        border: 1px solid rgba(255, 255, 255, 0.1);\n    }\n\n    .astrak-ntv-hero-client a {\n        color: #5AE7DE;\n        text-decoration: none;\n        font-weight: 500;\n    }\n\n    .astrak-ntv-hero-client a:hover {\n        text-decoration: underline;\n    }\n\n    .astrak-ntv-cta-primary {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: #FFEF5E;\n        color: #0F0F3D;\n        padding: 14px 28px;\n        border: none;\n        border-radius: 8px;\n        font-family: 'Poppins', sans-serif;\n        font-weight: 600;\n        font-size: 15px;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        text-decoration: none;\n    }\n\n    .astrak-ntv-cta-primary:hover {\n        background: #5AE7DE;\n        transform: translateY(-2px);\n        box-shadow: 0 8px 20px rgba(90, 231, 222, 0.3);\n    }\n\n    \/* Dashboard metrics style Figma *\/\n    .astrak-ntv-hero-metrics {\n        position: relative;\n        z-index: 2;\n        background: rgba(255, 255, 255, 0.03);\n        border-radius: 16px;\n        padding: 30px;\n        border: 1px solid rgba(255, 255, 255, 0.08);\n        backdrop-filter: blur(10px);\n    }\n\n    .astrak-ntv-metrics-header {\n        display: flex;\n        justify-content: space-between;\n        align-items: center;\n        margin-bottom: 24px;\n        padding-bottom: 16px;\n        border-bottom: 1px solid rgba(255, 255, 255, 0.1);\n    }\n\n    .astrak-ntv-metric-badge {\n        display: inline-flex;\n        align-items: center;\n        gap: 8px;\n        background: rgba(90, 231, 222, 0.1);\n        padding: 8px 14px;\n        border-radius: 20px;\n        font-size: 13px;\n        color: #5AE7DE;\n    }\n\n    .astrak-ntv-metric-badge-warning {\n        background: rgba(255, 239, 94, 0.15);\n        color: #FFEF5E;\n    }\n\n    .astrak-ntv-metrics-grid {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 20px;\n    }\n\n    .astrak-ntv-metric-item {\n        text-align: center;\n        padding: 16px;\n        background: rgba(255, 255, 255, 0.02);\n        border-radius: 12px;\n    }\n\n    .astrak-ntv-metric-value {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 26px;\n        color: white;\n        margin-bottom: 4px;\n    }\n\n    .astrak-ntv-metric-value.astrak-ntv-highlight-yellow {\n        color: #FFEF5E;\n    }\n\n    .astrak-ntv-metric-value.astrak-ntv-highlight-cyan {\n        color: #5AE7DE;\n    }\n\n    .astrak-ntv-metric-label {\n        font-size: 12px;\n        color: rgba(255, 255, 255, 0.6);\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    \/* Stats bar section *\/\n    .astrak-ntv-stats-bar {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n        margin-bottom: 60px;\n        padding: 40px;\n        background: linear-gradient(135deg, #EAFBFF 0%, #F8FEFF 100%);\n        border-radius: 20px;\n        border: 1px solid rgba(90, 231, 222, 0.2);\n    }\n\n    .astrak-ntv-stat-card {\n        text-align: center;\n        padding: 20px;\n        position: relative;\n    }\n\n    .astrak-ntv-stat-card:not(:last-child)::after {\n        content: '';\n        position: absolute;\n        right: 0;\n        top: 20%;\n        height: 60%;\n        width: 1px;\n        background: rgba(15, 15, 61, 0.1);\n    }\n\n    .astrak-ntv-stat-number {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 38px;\n        color: #0F0F3D;\n        margin-bottom: 8px;\n        display: block;\n    }\n\n    .astrak-ntv-stat-label {\n        font-size: 14px;\n        color: #121212;\n        opacity: 0.7;\n    }\n\n    \/* Content sections *\/\n    .astrak-ntv-section {\n        margin-bottom: 60px;\n    }\n\n    .astrak-ntv-section-header {\n        margin-bottom: 30px;\n    }\n\n    .astrak-ntv-section-header-center {\n        text-align: center;\n        margin-bottom: 50px;\n    }\n\n    .astrak-ntv-section-tag {\n        display: inline-block;\n        background: #0F0F3D;\n        color: white;\n        padding: 6px 14px;\n        border-radius: 6px;\n        font-size: 12px;\n        font-weight: 500;\n        margin-bottom: 16px;\n        text-transform: uppercase;\n        letter-spacing: 0.5px;\n    }\n\n    .astrak-ntv-section-title {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 32px;\n        color: #0F0F3D;\n        margin: 0 0 16px 0;\n        line-height: 1.2;\n    }\n\n    .astrak-ntv-section-title span {\n        color: #5AE7DE;\n    }\n\n    .astrak-ntv-text {\n        font-size: 16px;\n        line-height: 1.75;\n        color: #121212;\n        margin-bottom: 16px;\n    }\n\n    .astrak-ntv-text a {\n        color: #0F0F3D;\n        font-weight: 600;\n        text-decoration: none;\n        border-bottom: 2px solid #FFEF5E;\n        transition: all 0.2s ease;\n    }\n\n    .astrak-ntv-text a:hover {\n        color: #5AE7DE;\n        border-color: #5AE7DE;\n    }\n\n    \/* Timeline - Style moderne *\/\n    .astrak-ntv-timeline {\n        position: relative;\n        max-width: 900px;\n        margin: 0 auto;\n    }\n\n    .astrak-ntv-timeline::before {\n        content: '';\n        position: absolute;\n        left: 50%;\n        top: 0;\n        bottom: 0;\n        width: 3px;\n        background: linear-gradient(180deg, #FFEF5E 0%, #5AE7DE 50%, #0F0F3D 100%);\n        transform: translateX(-50%);\n        border-radius: 3px;\n    }\n\n    .astrak-ntv-timeline-item {\n        position: relative;\n        margin-bottom: 60px;\n        display: flex;\n        align-items: center;\n    }\n\n    .astrak-ntv-timeline-item:last-child {\n        margin-bottom: 0;\n    }\n\n    .astrak-ntv-timeline-content {\n        background: white;\n        padding: 32px;\n        border-radius: 16px;\n        box-shadow: 0 10px 30px rgba(15, 15, 61, 0.08);\n        position: relative;\n        z-index: 2;\n        width: 45%;\n        border: 1px solid #EAFBFF;\n        transition: all 0.3s ease;\n    }\n\n    .astrak-ntv-timeline-content:hover {\n        transform: translateY(-4px);\n        box-shadow: 0 15px 40px rgba(15, 15, 61, 0.12);\n    }\n\n    .astrak-ntv-timeline-item:nth-child(odd) .astrak-ntv-timeline-content {\n        margin-left: auto;\n        margin-right: 5%;\n    }\n\n    .astrak-ntv-timeline-item:nth-child(even) .astrak-ntv-timeline-content {\n        margin-right: auto;\n        margin-left: 5%;\n    }\n\n    .astrak-ntv-timeline-badge {\n        position: absolute;\n        left: 50%;\n        top: 50%;\n        transform: translate(-50%, -50%);\n        width: 60px;\n        height: 60px;\n        background: #0F0F3D;\n        border-radius: 50%;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        color: #FFEF5E;\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 20px;\n        z-index: 10;\n        border: 4px solid white;\n        box-shadow: 0 6px 20px rgba(15, 15, 61, 0.25);\n    }\n\n    .astrak-ntv-timeline-date {\n        display: inline-block;\n        background: #FFEF5E;\n        color: #0F0F3D;\n        padding: 5px 14px;\n        border-radius: 6px;\n        font-weight: 600;\n        font-size: 12px;\n        margin-bottom: 14px;\n        text-transform: uppercase;\n        letter-spacing: 0.3px;\n    }\n\n    .astrak-ntv-timeline-title {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 600;\n        font-size: 20px;\n        margin: 0 0 12px 0;\n        color: #0F0F3D;\n    }\n\n    .astrak-ntv-timeline-text {\n        font-size: 14px;\n        color: #666;\n        line-height: 1.65;\n        margin: 0;\n    }\n\n    \/* Actions Grid *\/\n    .astrak-ntv-actions-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n        margin-top: 40px;\n    }\n\n    .astrak-ntv-action-card {\n        background: white;\n        padding: 32px 28px;\n        border-radius: 16px;\n        border: 1px solid #EAFBFF;\n        transition: all 0.3s ease;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .astrak-ntv-action-card::before {\n        content: '';\n        position: absolute;\n        top: 0;\n        left: 0;\n        right: 0;\n        height: 4px;\n        background: linear-gradient(90deg, #5AE7DE, #FFEF5E);\n        opacity: 0;\n        transition: opacity 0.3s ease;\n    }\n\n    .astrak-ntv-action-card:hover {\n        transform: translateY(-5px);\n        box-shadow: 0 15px 40px rgba(15, 15, 61, 0.1);\n    }\n\n    .astrak-ntv-action-card:hover::before {\n        opacity: 1;\n    }\n\n    .astrak-ntv-action-icon {\n        width: 54px;\n        height: 54px;\n        background: linear-gradient(135deg, #5AE7DE 0%, #3dd4c7 100%);\n        border-radius: 14px;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        margin-bottom: 18px;\n        font-size: 24px;\n    }\n\n    .astrak-ntv-action-title {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 600;\n        font-size: 17px;\n        color: #0F0F3D;\n        margin: 0 0 10px 0;\n    }\n\n    .astrak-ntv-action-text {\n        font-size: 14px;\n        color: #666;\n        margin: 0;\n        line-height: 1.6;\n    }\n\n    \/* Results Section *\/\n    .astrak-ntv-results {\n        background: linear-gradient(135deg, #0F0F3D 0%, #1a1a5c 100%);\n        padding: 60px 50px;\n        border-radius: 24px;\n        margin-bottom: 60px;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .astrak-ntv-results::before {\n        content: '';\n        position: absolute;\n        top: -100px;\n        right: -100px;\n        width: 300px;\n        height: 300px;\n        background: radial-gradient(circle, rgba(90, 231, 222, 0.15) 0%, transparent 70%);\n    }\n\n    .astrak-ntv-results::after {\n        content: '\u00bb';\n        position: absolute;\n        bottom: 20px;\n        right: 40px;\n        font-family: 'Outfit', sans-serif;\n        font-size: 80px;\n        font-weight: 700;\n        color: #FFEF5E;\n        opacity: 0.2;\n    }\n\n    .astrak-ntv-results .astrak-ntv-section-title {\n        color: white;\n        text-align: center;\n        margin-bottom: 40px;\n    }\n\n    .astrak-ntv-results .astrak-ntv-section-title span {\n        color: #FFEF5E;\n    }\n\n    .astrak-ntv-results-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 24px;\n        position: relative;\n        z-index: 2;\n    }\n\n    .astrak-ntv-result-card {\n        background: rgba(255, 255, 255, 0.05);\n        padding: 32px 24px;\n        border-radius: 16px;\n        text-align: center;\n        border: 1px solid rgba(255, 255, 255, 0.1);\n        backdrop-filter: blur(10px);\n        transition: all 0.3s ease;\n    }\n\n    .astrak-ntv-result-card:hover {\n        background: rgba(255, 255, 255, 0.08);\n        transform: translateY(-4px);\n    }\n\n    .astrak-ntv-result-number {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 36px;\n        color: #FFEF5E;\n        margin: 0 0 8px 0;\n    }\n\n    .astrak-ntv-result-label {\n        font-size: 14px;\n        color: rgba(255, 255, 255, 0.8);\n        margin: 0;\n    }\n\n    \/* Final CTA *\/\n    .astrak-ntv-final-cta {\n        background: linear-gradient(135deg, #FFEF5E 0%, #5AE7DE 100%);\n        color: #0F0F3D;\n        padding: 70px 50px;\n        border-radius: 24px;\n        text-align: center;\n        position: relative;\n        overflow: hidden;\n    }\n\n    .astrak-ntv-final-cta::before {\n        content: '';\n        position: absolute;\n        top: -50px;\n        left: -50px;\n        width: 200px;\n        height: 200px;\n        background: radial-gradient(circle, rgba(255, 255, 255, 0.4) 0%, transparent 70%);\n    }\n\n    .astrak-ntv-final-cta::after {\n        content: '\u00bb';\n        position: absolute;\n        bottom: 20px;\n        right: 50px;\n        font-family: 'Outfit', sans-serif;\n        font-size: 100px;\n        font-weight: 700;\n        color: #0F0F3D;\n        opacity: 0.1;\n    }\n\n    .astrak-ntv-final-title {\n        font-family: 'Outfit', sans-serif;\n        font-weight: 700;\n        font-size: 34px;\n        margin: 0 0 16px 0;\n        position: relative;\n        z-index: 2;\n    }\n\n    .astrak-ntv-final-text {\n        font-size: 17px;\n        margin: 0 0 32px 0;\n        opacity: 0.8;\n        position: relative;\n        z-index: 2;\n        max-width: 550px;\n        margin-left: auto;\n        margin-right: auto;\n        line-height: 1.6;\n    }\n\n    .astrak-ntv-cta-secondary {\n        display: inline-flex;\n        align-items: center;\n        gap: 10px;\n        background: #0F0F3D;\n        color: white;\n        padding: 16px 32px;\n        border: none;\n        border-radius: 8px;\n        font-family: 'Poppins', sans-serif;\n        font-weight: 600;\n        font-size: 16px;\n        cursor: pointer;\n        transition: all 0.3s ease;\n        text-decoration: none;\n        position: relative;\n        z-index: 2;\n    }\n\n    .astrak-ntv-cta-secondary:hover {\n        background: #1a1a5c;\n        transform: translateY(-2px);\n        box-shadow: 0 10px 30px rgba(15, 15, 61, 0.3);\n        color: white;\n    }\n\n    \/* Responsive *\/\n    @media (max-width: 992px) {\n        .astrak-ntv-hero {\n            grid-template-columns: 1fr;\n            padding: 40px 30px;\n        }\n\n        .astrak-ntv-hero::after {\n            font-size: 60px;\n            right: 20px;\n            bottom: 20px;\n        }\n\n        .astrak-ntv-hero-title {\n            font-size: 32px;\n        }\n\n        .astrak-ntv-stats-bar {\n            grid-template-columns: 1fr;\n            gap: 16px;\n            padding: 30px;\n        }\n\n        .astrak-ntv-stat-card:not(:last-child)::after {\n            display: none;\n        }\n\n        .astrak-ntv-timeline::before {\n            left: 30px;\n        }\n\n        .astrak-ntv-timeline-badge {\n            left: 30px;\n            width: 50px;\n            height: 50px;\n            font-size: 16px;\n        }\n\n        .astrak-ntv-timeline-content {\n            width: calc(100% - 80px) !important;\n            margin-left: 70px !important;\n            margin-right: 0 !important;\n        }\n\n        .astrak-ntv-actions-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .astrak-ntv-results {\n            padding: 50px 30px;\n        }\n\n        .astrak-ntv-results-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .astrak-ntv-final-cta {\n            padding: 50px 30px;\n        }\n\n        .astrak-ntv-final-title {\n            font-size: 26px;\n        }\n    }\n\n    @media (max-width: 576px) {\n        .astrak-ntv-hero-title {\n            font-size: 26px;\n        }\n\n        .astrak-ntv-metrics-grid {\n            grid-template-columns: 1fr;\n        }\n\n        .astrak-ntv-section-title {\n            font-size: 24px;\n        }\n\n        .astrak-ntv-timeline-content {\n            padding: 24px;\n        }\n    }\n<\/style>\n\n<div class=\"astrak-nativus-cs\">\n    <!-- Hero Section -->\n    <div class=\"astrak-ntv-hero\">\n        <div class=\"astrak-ntv-hero-content\">\n            <span class=\"astrak-ntv-tag\">Competitive Sector \u2022 CBD<\/span>\n            <h1 class=\"astrak-ntv-hero-title\">Use Case <span>Native<\/span><\/h1>\n            <p class=\"astrak-ntv-hero-subtitle\">4 months of SEO support for a premium CBD e-commerce store. A comprehensive strategy: technical, content, and link building.<\/p>\n            <div class=\"astrak-ntv-hero-client\">\n                <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71\"\/><path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"\/><\/svg>\n                Client : <a href=\"https:\/\/nativus.fr\/\" target=\"_blank\">Nativus.fr<\/a>\n            <\/div>\n            <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website\" class=\"astrak-ntv-cta-primary\">\n                Discuss your project\n                <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n            <\/a>\n        <\/div>\n        <div class=\"astrak-ntv-hero-metrics\">\n            <div class=\"astrak-ntv-metrics-header\">\n                <span class=\"astrak-ntv-metric-badge\">\n                    <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><path d=\"M22 12h-4l-3 9L9 3l-3 9H2\"\/><\/svg>\n                    Results in 4 months\n                <\/span>\n                <span class=\"astrak-ntv-metric-badge astrak-ntv-metric-badge-warning\">\n                    <svg width=\"14\" height=\"14\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\"><circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M12 8v4M12 16h.01\"\/><\/svg>\n                    CBD\n                <\/span>\n            <\/div>\n            <div class=\"astrak-ntv-metrics-grid\">\n                <div class=\"astrak-ntv-metric-item\">\n                    <div class=\"astrak-ntv-metric-value astrak-ntv-highlight-yellow\">88<\/div>\n                    <div class=\"astrak-ntv-metric-label\">Backlinks<\/div>\n                <\/div>\n                <div class=\"astrak-ntv-metric-item\">\n                    <div class=\"astrak-ntv-metric-value astrak-ntv-highlight-cyan\">42 to 38<\/div>\n                    <div class=\"astrak-ntv-metric-label\">My position.<\/div>\n                <\/div>\n                <div class=\"astrak-ntv-metric-item\">\n                    <div class=\"astrak-ntv-metric-value\">+76%<\/div>\n                    <div class=\"astrak-ntv-metric-label\">Transaction clicks.<\/div>\n                <\/div>\n                <div class=\"astrak-ntv-metric-item\">\n                    <div class=\"astrak-ntv-metric-value\">4 months<\/div>\n                    <div class=\"astrak-ntv-metric-label\">Project duration<\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Stats Bar -->\n    <div class=\"astrak-ntv-stats-bar\">\n        <div class=\"astrak-ntv-stat-card\">\n            <span class=\"astrak-ntv-stat-number\">88<\/span>\n            <span class=\"astrak-ntv-stat-label\">Acquired backlinks<\/span>\n        <\/div>\n        <div class=\"astrak-ntv-stat-card\">\n            <span class=\"astrak-ntv-stat-number\">42 to 38<\/span>\n            <span class=\"astrak-ntv-stat-label\">Improved average position<\/span>\n        <\/div>\n        <div class=\"astrak-ntv-stat-card\">\n            <span class=\"astrak-ntv-stat-number\">170 to 300+<\/span>\n            <span class=\"astrak-ntv-stat-label\">Monthly transactional clicks<\/span>\n        <\/div>\n    <\/div>\n\n    <!-- Timeline Section -->\n    <div class=\"astrak-ntv-section\">\n        <div class=\"astrak-ntv-section-header-center\">\n            <span class=\"astrak-ntv-section-tag\">Methodology<\/span>\n            <h2 class=\"astrak-ntv-section-title\">Roadmap <span>Project<\/span><\/h2>\n        <\/div>\n        <div class=\"astrak-ntv-timeline\">\n            <div class=\"astrak-ntv-timeline-item\">\n                <div class=\"astrak-ntv-timeline-badge\">1<\/div>\n                <div class=\"astrak-ntv-timeline-content\">\n                    <span class=\"astrak-ntv-timeline-date\">End of January 2024<\/span>\n                    <h3 class=\"astrak-ntv-timeline-title\">Audit &amp; Diagnostics<\/h3>\n                    <p class=\"astrak-ntv-timeline-text\">Comprehensive analysis of the Nativus website: faulty internal linking, broken city pages, difficult-to-read content (12px), content outdated since 2022. Identification of opportunities for CBD oils, resins, and flower collections.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"astrak-ntv-timeline-item\">\n                <div class=\"astrak-ntv-timeline-badge\">2<\/div>\n                <div class=\"astrak-ntv-timeline-content\">\n                    <span class=\"astrak-ntv-timeline-date\">February 2024<\/span>\n                    <h3 class=\"astrak-ntv-timeline-title\">On-Site Optimizations<\/h3>\n                    <p class=\"astrak-ntv-timeline-text\">Optimization of H1s, titles, and meta descriptions on 80% of the collections. Redesign of internal linking, correction of canonical issues, improvement of readability (upgrade to 16px).<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"astrak-ntv-timeline-item\">\n                <div class=\"astrak-ntv-timeline-badge\">3<\/div>\n                <div class=\"astrak-ntv-timeline-content\">\n                    <span class=\"astrak-ntv-timeline-date\">March 2024<\/span>\n                    <h3 class=\"astrak-ntv-timeline-title\">Content Strategy<\/h3>\n                    <p class=\"astrak-ntv-timeline-text\">Tristan joins the team. Creation of new collection pages (powerful flowers, cheap, hydroponic). Product keyword sourcing and specialized content development.<\/p>\n                <\/div>\n            <\/div>\n\n            <div class=\"astrak-ntv-timeline-item\">\n                <div class=\"astrak-ntv-timeline-badge\">4<\/div>\n                <div class=\"astrak-ntv-timeline-content\">\n                    <span class=\"astrak-ntv-timeline-date\">April-May 2024<\/span>\n                    <h3 class=\"astrak-ntv-timeline-title\">Netlinking &amp; Consolidation<\/h3>\n                    <p class=\"astrak-ntv-timeline-text\">Deployment of 88 strategic backlinks. Content cleaning with blog audit and re-optimization of key pages. Strengthened focus on collection pages to improve business performance.<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Actions Section -->\n    <div class=\"astrak-ntv-section\">\n        <div class=\"astrak-ntv-section-header-center\">\n            <span class=\"astrak-ntv-section-tag\">Actions<\/span>\n            <h2 class=\"astrak-ntv-section-title\">Actions <span>Keys<\/span> Completed<\/h2>\n        <\/div>\n        <p class=\"astrak-ntv-text\" style=\"text-align: center; max-width: 700px; margin: 0 auto 40px;\">To achieve these remarkable results in the highly competitive CBD sector, Nativus has relied on Astrak's recognized expertise, <a href=\"https:\/\/astrak.agency\/en\/agence-seo-cbd\/\">SEO Agency CBD<\/a>.<\/p>\n        \n        <div class=\"astrak-ntv-actions-grid\">\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83d\udd27<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Optimization Techniques<\/h3>\n                <p class=\"astrak-ntv-action-text\">Fixing canonical issues, improving internal linking, optimizing page readability and structure.<\/p>\n            <\/div>\n\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83d\udcdd<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Content Strategy<\/h3>\n                <p class=\"astrak-ntv-action-text\">Creation of targeted content for the CBD sector, semantic optimization, and development of new product lines.<\/p>\n            <\/div>\n\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83d\udd17<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Specialized Netlinking<\/h3>\n                <p class=\"astrak-ntv-action-text\">Acquisition of 88 themed backlinks for the CBD sector, using ninja linking techniques and source diversification.<\/p>\n            <\/div>\n\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83d\udcca<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Analysis &amp; Monitoring<\/h3>\n                <p class=\"astrak-ntv-action-text\">Continuous performance monitoring, regular technical audits, and data-driven optimization based on GSC.<\/p>\n            <\/div>\n\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83c\udfaf<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Focus Business<\/h3>\n                <p class=\"astrak-ntv-action-text\">Prioritization of collection and product pages vs. blog, ROI and conversion optimization.<\/p>\n            <\/div>\n\n            <div class=\"astrak-ntv-action-card\">\n                <div class=\"astrak-ntv-action-icon\">\ud83e\uddf9<\/div>\n                <h3 class=\"astrak-ntv-action-title\">Content Cleaning<\/h3>\n                <p class=\"astrak-ntv-action-text\">Audit and cleanup of outdated content, reoptimization of high-performing articles, and enhancement of overall authority.<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Results Section -->\n    <div class=\"astrak-ntv-results\">\n        <h2 class=\"astrak-ntv-section-title\">Impact <span>Measured<\/span><\/h2>\n        <div class=\"astrak-ntv-results-grid\">\n            <div class=\"astrak-ntv-result-card\">\n                <p class=\"astrak-ntv-result-number\">170 to 300+<\/p>\n                <p class=\"astrak-ntv-result-label\">Clicks per month<\/p>\n            <\/div>\n            <div class=\"astrak-ntv-result-card\">\n                <p class=\"astrak-ntv-result-number\">42 to 38<\/p>\n                <p class=\"astrak-ntv-result-label\">Average position<\/p>\n            <\/div>\n            <div class=\"astrak-ntv-result-card\">\n                <p class=\"astrak-ntv-result-number\">88<\/p>\n                <p class=\"astrak-ntv-result-label\">Acquired backlinks<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Final CTA -->\n    <div class=\"astrak-ntv-final-cta\">\n        <h2 class=\"astrak-ntv-final-title\">We will accelerate your SEO<\/h2>\n        <p class=\"astrak-ntv-final-text\">Discover how we can make your website soar in Google search results, even in ultra-competitive industries.<\/p>\n        <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website\" class=\"astrak-ntv-cta-secondary\">\n            Let's discuss your project\n            <svg width=\"18\" height=\"18\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\"><path d=\"M5 12h14M12 5l7 7-7 7\"\/><\/svg>\n        <\/a>\n    <\/div>\n<\/div>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>Secteur Concurrentiel \u2022 CBD Use Case Nativus 4 mois d&rsquo;accompagnement SEO pour un e-commerce CBD premium. Une strat\u00e9gie compl\u00e8te : technique, contenu et netlinking. Client : Nativus.fr Discuter de votre projet R\u00e9sultats en 4 mois CBD 88 Backlinks 42\u219238 Position moy. +76% Clics transac. 4 mois Dur\u00e9e projet 88 Backlinks acquis 42\u219238 Position moyenne am\u00e9lior\u00e9e &#8230; <a title=\"Native Use Case\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/nativus\/\" aria-label=\"Read more about Use-Case Nativus\">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":"no","_lmt_disable":"","footnotes":""},"class_list":["post-44197","page","type-page","status-publish"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Use-Case CBD SEO : Nativus.fr<\/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\/native\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Use-Case CBD SEO : Nativus.fr\" \/>\n<meta property=\"og:description\" content=\"Secteur Concurrentiel \u2022 CBD Use Case Nativus 4 mois d&rsquo;accompagnement SEO pour un e-commerce CBD premium. Une strat\u00e9gie compl\u00e8te : technique, contenu et netlinking. Client : Nativus.fr Discuter de votre projet R\u00e9sultats en 4 mois CBD 88 Backlinks 42\u219238 Position moy. +76% Clics transac. 4 mois Dur\u00e9e projet 88 Backlinks acquis 42\u219238 Position moyenne am\u00e9lior\u00e9e ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/native\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-08T02:20:34+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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/astrak.agency\/nativus\/\",\"url\":\"https:\/\/astrak.agency\/nativus\/\",\"name\":\"Use-Case CBD SEO : Nativus.fr\",\"isPartOf\":{\"@id\":\"https:\/\/astrak.agency\/#website\"},\"datePublished\":\"2025-06-11T04:40:33+00:00\",\"dateModified\":\"2026-01-08T02:20:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/astrak.agency\/nativus\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/astrak.agency\/nativus\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/astrak.agency\/nativus\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/astrak.agency\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Use-Case Nativus\"}]},{\"@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":"CBD SEO Use Case: Nativus.fr","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\/native\/","og_locale":"en_US","og_type":"article","og_title":"Use-Case CBD SEO : Nativus.fr","og_description":"Secteur Concurrentiel \u2022 CBD Use Case Nativus 4 mois d&rsquo;accompagnement SEO pour un e-commerce CBD premium. Une strat\u00e9gie compl\u00e8te : technique, contenu et netlinking. Client : Nativus.fr Discuter de votre projet R\u00e9sultats en 4 mois CBD 88 Backlinks 42\u219238 Position moy. +76% Clics transac. 4 mois Dur\u00e9e projet 88 Backlinks acquis 42\u219238 Position moyenne am\u00e9lior\u00e9e ... Read more","og_url":"https:\/\/astrak.agency\/en\/native\/","og_site_name":"Astrak","article_modified_time":"2026-01-08T02:20:34+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":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/astrak.agency\/nativus\/","url":"https:\/\/astrak.agency\/nativus\/","name":"CBD SEO Use Case: Nativus.fr","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"datePublished":"2025-06-11T04:40:33+00:00","dateModified":"2026-01-08T02:20:34+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/nativus\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/nativus\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/nativus\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"Use-Case Nativus"}]},{"@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\/44197","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=44197"}],"version-history":[{"count":11,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/44197\/revisions"}],"predecessor-version":[{"id":45432,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/44197\/revisions\/45432"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=44197"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}