{"id":44521,"date":"2025-08-06T10:54:15","date_gmt":"2025-08-06T10:54:15","guid":{"rendered":"https:\/\/astrak.agency\/?page_id=44521"},"modified":"2025-08-13T09:51:39","modified_gmt":"2025-08-13T09:51:39","slug":"seo-tools-from-our-agency","status":"publish","type":"page","link":"https:\/\/astrak.agency\/en\/outils-seo-de-notre-agence\/","title":{"rendered":"SEO tools from our agency"},"content":{"rendered":"<style>\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@700&family=Poppins:wght@400;500;600&display=swap');\n  \n  \/* Variables et styles globaux *\/\n  .astra-tools-wrapper {\n    --astra-dark: #0F0F3D;\n    --astra-medium: #1E2150;\n    --astra-yellow: #FFEF5E;\n    --astra-cyan: #5AE7DE;\n    --astra-white: #FFFFFF;\n    --astra-black: #121212;\n    \n    font-family: 'Poppins', sans-serif;\n    color: var(--astra-white);\n    background: linear-gradient(135deg, #0F0F3D 0%, #1E2150 100%);\n    padding: 60px 0;\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .astra-tools-wrapper * {\n    box-sizing: border-box;\n  }\n  \n  \/* Formes g\u00e9om\u00e9triques en arri\u00e8re-plan *\/\n  .astra-bg-shapes {\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 100%;\n    overflow: hidden;\n    pointer-events: none;\n    opacity: 0.1;\n  }\n  \n  .astra-shape {\n    position: absolute;\n    background: linear-gradient(45deg, var(--astra-yellow), var(--astra-cyan));\n  }\n  \n  .astra-shape-1 {\n    width: 400px;\n    height: 400px;\n    top: -200px;\n    right: -100px;\n    transform: rotate(45deg);\n    animation: float 20s ease-in-out infinite;\n  }\n  \n  .astra-shape-2 {\n    width: 300px;\n    height: 300px;\n    bottom: -150px;\n    left: -50px;\n    border-radius: 50%;\n    animation: float 25s ease-in-out infinite reverse;\n  }\n  \n  @keyframes float {\n    0%, 100% { transform: rotate(45deg) translateY(0); }\n    50% { transform: rotate(45deg) translateY(-30px); }\n  }\n  \n  \/* Container principal *\/\n  .astra-tools-container {\n    max-width: 1200px;\n    margin: 0 auto;\n    padding: 0 20px;\n    position: relative;\n    z-index: 1;\n  }\n  \n  \/* Header Hero *\/\n  .astra-hero-section {\n    text-align: center;\n    margin-bottom: 80px;\n    position: relative;\n  }\n  \n  .astra-logo-header {\n    display: inline-flex;\n    align-items: center;\n    gap: 15px;\n    margin-bottom: 30px;\n  }\n  \n  .astra-logo-text {\n    font-family: 'Outfit', sans-serif;\n    font-size: 48px;\n    font-weight: 700;\n    letter-spacing: 2px;\n  }\n  \n  .astra-chevrons {\n    display: inline-flex;\n    gap: -5px;\n  }\n  \n  .astra-chevron {\n    width: 0;\n    height: 0;\n    border-style: solid;\n    border-width: 20px 0 20px 25px;\n    border-color: transparent transparent transparent var(--astra-yellow);\n    animation: pulse 2s ease-in-out infinite;\n  }\n  \n  .astra-chevron:nth-child(2) {\n    animation-delay: 0.2s;\n  }\n  \n  @keyframes pulse {\n    0%, 100% { opacity: 1; transform: translateX(0); }\n    50% { opacity: 0.8; transform: translateX(5px); }\n  }\n  \n  .astra-hero-title {\n    font-family: 'Outfit', sans-serif;\n    font-size: 56px;\n    font-weight: 700;\n    line-height: 1.2;\n    margin-bottom: 20px;\n    background: linear-gradient(135deg, var(--astra-white) 0%, var(--astra-cyan) 100%);\n    -webkit-background-clip: text;\n    -webkit-text-fill-color: transparent;\n    background-clip: text;\n  }\n  \n  .astra-hero-subtitle {\n    font-size: 20px;\n    color: var(--astra-cyan);\n    margin-bottom: 40px;\n    font-weight: 500;\n  }\n  \n  .astra-hero-description {\n    font-size: 18px;\n    line-height: 1.8;\n    color: rgba(255, 255, 255, 0.9);\n    max-width: 800px;\n    margin: 0 auto 40px;\n  }\n  \n  \/* Tags de piliers *\/\n  .astra-pillars {\n    display: flex;\n    justify-content: center;\n    gap: 30px;\n    flex-wrap: wrap;\n    margin-bottom: 60px;\n  }\n  \n  .astra-pillar-tag {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 12px 24px;\n    background: rgba(255, 255, 255, 0.1);\n    border: 2px solid var(--astra-yellow);\n    border-radius: 50px;\n    font-weight: 600;\n    font-size: 16px;\n    transition: all 0.3s ease;\n  }\n  \n  .astra-pillar-tag:hover {\n    background: var(--astra-yellow);\n    color: var(--astra-dark);\n    transform: translateY(-3px);\n    box-shadow: 0 10px 30px rgba(255, 239, 94, 0.3);\n  }\n  \n  .astra-pillar-icon {\n    font-size: 20px;\n  }\n  \n  \/* Sections d'outils *\/\n  .astra-tools-section {\n    margin-bottom: 80px;\n  }\n  \n  .astra-section-header {\n    display: flex;\n    align-items: center;\n    gap: 20px;\n    margin-bottom: 40px;\n  }\n  \n  .astra-section-icon {\n    width: 60px;\n    height: 60px;\n    background: linear-gradient(135deg, var(--astra-yellow), var(--astra-cyan));\n    border-radius: 15px;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 28px;\n  }\n  \n  .astra-section-title {\n    font-family: 'Outfit', sans-serif;\n    font-size: 36px;\n    font-weight: 700;\n  }\n  \n  \/* Grille de cards *\/\n  .astra-tools-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));\n    gap: 30px;\n    margin-bottom: 40px;\n  }\n  \n  .astra-tool-card {\n    background: rgba(255, 255, 255, 0.05);\n    border: 1px solid rgba(255, 255, 255, 0.1);\n    border-radius: 20px;\n    padding: 30px;\n    position: relative;\n    overflow: hidden;\n    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);\n  }\n  \n  .astra-tool-card::before {\n    content: '';\n    position: absolute;\n    top: 0;\n    left: 0;\n    width: 100%;\n    height: 2px;\n    background: linear-gradient(90deg, var(--astra-yellow), var(--astra-cyan));\n    transform: translateX(-100%);\n    transition: transform 0.4s ease;\n  }\n  \n  .astra-tool-card:hover {\n    background: rgba(255, 255, 255, 0.08);\n    transform: translateY(-5px);\n    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);\n  }\n  \n  .astra-tool-card:hover::before {\n    transform: translateX(0);\n  }\n  \n  .astra-tool-card.astra-featured {\n    background: linear-gradient(135deg, rgba(255, 239, 94, 0.1), rgba(90, 231, 222, 0.1));\n    border: 2px solid var(--astra-yellow);\n  }\n  \n  .astra-tool-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    margin-bottom: 20px;\n  }\n  \n  .astra-tool-name {\n    font-family: 'Outfit', sans-serif;\n    font-size: 24px;\n    font-weight: 700;\n    color: var(--astra-yellow);\n  }\n  \n  .astra-tool-badge {\n    background: var(--astra-yellow);\n    color: var(--astra-dark);\n    padding: 5px 12px;\n    border-radius: 20px;\n    font-size: 12px;\n    font-weight: 700;\n    text-transform: uppercase;\n  }\n  \n  .astra-tool-description {\n    line-height: 1.6;\n    margin-bottom: 20px;\n    color: rgba(255, 255, 255, 0.85);\n  }\n  \n  .astra-tool-features {\n    list-style: none;\n    padding: 0;\n    margin: 0;\n  }\n  \n  .astra-tool-feature {\n    display: flex;\n    align-items: center;\n    gap: 10px;\n    margin-bottom: 10px;\n    color: var(--astra-cyan);\n  }\n  \n  .astra-tool-feature::before {\n    content: '\u2713';\n    width: 20px;\n    height: 20px;\n    background: rgba(90, 231, 222, 0.2);\n    border-radius: 50%;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    font-size: 12px;\n    flex-shrink: 0;\n  }\n  \n  \/* Card sp\u00e9ciale ChatGPT *\/\n  .astra-gpt-card {\n    background: linear-gradient(135deg, rgba(255, 239, 94, 0.1), rgba(90, 231, 222, 0.1));\n    border: 2px solid var(--astra-cyan);\n    grid-column: span 2;\n  }\n  \n  .astra-gpt-links {\n    display: flex;\n    gap: 20px;\n    margin-top: 25px;\n  }\n  \n  .astra-gpt-link {\n    flex: 1;\n    padding: 15px;\n    background: rgba(255, 255, 255, 0.05);\n    border: 1px solid rgba(255, 255, 255, 0.2);\n    border-radius: 12px;\n    text-decoration: none;\n    color: var(--astra-white);\n    transition: all 0.3s ease;\n  }\n  \n  .astra-gpt-link:hover {\n    background: rgba(255, 255, 255, 0.1);\n    border-color: var(--astra-yellow);\n    transform: translateY(-2px);\n  }\n  \n  .astra-gpt-link-title {\n    font-weight: 600;\n    color: var(--astra-yellow);\n    margin-bottom: 5px;\n    font-size: 14px;\n  }\n  \n  .astra-gpt-link-desc {\n    font-size: 12px;\n    color: rgba(255, 255, 255, 0.7);\n    line-height: 1.4;\n  }\n  \n  \/* CTA Section *\/\n  .astra-cta-section {\n    text-align: center;\n    margin: 80px 0;\n    padding: 60px;\n    background: linear-gradient(135deg, rgba(255, 239, 94, 0.1), rgba(90, 231, 222, 0.1));\n    border-radius: 30px;\n    border: 2px solid var(--astra-yellow);\n    position: relative;\n    overflow: hidden;\n  }\n  \n  .astra-cta-section::before {\n    content: '';\n    position: absolute;\n    top: -50%;\n    right: -50%;\n    width: 200%;\n    height: 200%;\n    background: radial-gradient(circle, rgba(255, 239, 94, 0.1) 0%, transparent 70%);\n    animation: rotate 30s linear infinite;\n  }\n  \n  @keyframes rotate {\n    from { transform: rotate(0deg); }\n    to { transform: rotate(360deg); }\n  }\n  \n  .astra-cta-title {\n    font-family: 'Outfit', sans-serif;\n    font-size: 42px;\n    font-weight: 700;\n    margin-bottom: 20px;\n    position: relative;\n    z-index: 1;\n  }\n  \n  .astra-cta-text {\n    font-size: 18px;\n    margin-bottom: 30px;\n    color: rgba(255, 255, 255, 0.9);\n    position: relative;\n    z-index: 1;\n  }\n  \n  .astra-cta-button {\n    display: inline-flex;\n    align-items: center;\n    gap: 10px;\n    padding: 18px 40px;\n    background: var(--astra-yellow);\n    color: var(--astra-dark);\n    font-family: 'Outfit', sans-serif;\n    font-size: 18px;\n    font-weight: 700;\n    text-decoration: none;\n    border-radius: 50px;\n    transition: all 0.3s ease;\n    position: relative;\n    z-index: 1;\n  }\n  \n  .astra-cta-button:hover {\n    transform: translateY(-3px);\n    box-shadow: 0 15px 40px rgba(255, 239, 94, 0.4);\n    background: var(--astra-cyan);\n  }\n  \n  .astra-cta-button-icon {\n    display: inline-flex;\n    gap: -5px;\n  }\n  \n  .astra-cta-chevron {\n    width: 0;\n    height: 0;\n    border-style: solid;\n    border-width: 8px 0 8px 10px;\n    border-color: transparent transparent transparent var(--astra-dark);\n  }\n  \n  \/* Responsive *\/\n  @media (max-width: 768px) {\n    .astra-hero-title {\n      font-size: 36px;\n    }\n    \n    .astra-tools-grid {\n      grid-template-columns: 1fr;\n    }\n    \n    .astra-gpt-card {\n      grid-column: span 1;\n    }\n    \n    .astra-gpt-links {\n      flex-direction: column;\n    }\n    \n    .astra-cta-section {\n      padding: 40px 20px;\n    }\n    \n    .astra-cta-title {\n      font-size: 28px;\n    }\n  }\n<\/style>\n\n<div class=\"astra-tools-wrapper\">\n  <div class=\"astra-bg-shapes\">\n    <div class=\"astra-shape astra-shape-1\"><\/div>\n    <div class=\"astra-shape astra-shape-2\"><\/div>\n  <\/div>\n  \n  <div class=\"astra-tools-container\">\n    <!-- Hero Section -->\n    <div class=\"astra-hero-section\">\n      <div class=\"astra-logo-header\">\n        <span class=\"astra-logo-text\">ASTRAK<\/span>\n        <div class=\"astra-chevrons\">\n          <div class=\"astra-chevron\"><\/div>\n          <div class=\"astra-chevron\"><\/div>\n        <\/div>\n      <\/div>\n      \n      <h1 class=\"astra-hero-title\">Our Premium SEO Tools<\/h1>\n      <p class=\"astra-hero-subtitle\">Transparency for your performance<\/p>\n      <p class=\"astra-hero-description\">\n        Discover the complete arsenal of professional tools we use to boost your visibility. At Astrak, we prioritize transparency and efficiency, giving you access to the best solutions on the market.\n      <\/p>\n      \n      <div class=\"astra-pillars\">\n        <div class=\"astra-pillar-tag\">\n          <span class=\"astra-pillar-icon\">\ud83d\udd17<\/span>\n          <span>Link building<\/span>\n        <\/div>\n        <div class=\"astra-pillar-tag\">\n          <span class=\"astra-pillar-icon\">\ud83d\udcdd<\/span>\n          <span>Content<\/span>\n        <\/div>\n        <div class=\"astra-pillar-tag\">\n          <span class=\"astra-pillar-icon\">Gear<\/span>\n          <span>Technical<\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Section Netlinking -->\n    <div class=\"astra-tools-section\">\n      <div class=\"astra-section-header\">\n        <div class=\"astra-section-icon\">\ud83d\udd17<\/div>\n        <h2 class=\"astra-section-title\">Netlinking &amp; Backlinks<\/h2>\n      <\/div>\n      \n      <div class=\"astra-tools-grid\">\n        <div class=\"astra-tool-card astra-featured\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">Linkavista<\/h3>\n            <span class=\"astra-tool-badge\">Exclusive<\/span>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Platform co-founded by L\u00e9o Poitevin, CEO of Astrak. Access a premium network of sites for your netlinking campaigns.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">15% credit offered to all our clients<\/li>\n            <li class=\"astra-tool-feature\">Network of verified and qualified sites<\/li>\n            <li class=\"astra-tool-feature\">Transparent, reliable metrics<\/li>\n          <\/ul>\n        <\/div>\n        \n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">Linkfinder<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Intelligent comparator that guarantees the best prices on the market for your backlinks. Total cost transparency.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Real-time price comparison<\/li>\n            <li class=\"astra-tool-feature\">Best price guarantee<\/li>\n            <li class=\"astra-tool-feature\">Maximize savings<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n\n      <div class=\"astra-tools-grid\">\n        <div class=\"astra-tool-card astra-gpt-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">ChatGPT Personalized by L\u00e9o<\/h3>\n            <span class=\"astra-tool-badge\">Free<\/span>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Two exclusive AI assistants, trained on L\u00e9o Poitevin's expertise and SEO best practices.\n            Access unconventional tips and aggressive strategies that really work.\n          <\/p>\n          \n          <div class=\"astra-gpt-links\">\n            <a href=\"https:\/\/chatgpt.com\/g\/g-dvZZmeX3u-conseils-seo-de-leo\" target=\"_blank\" class=\"astra-gpt-link\">\n              <div class=\"astra-gpt-link-title\">\ud83d\ude80 L\u00e9o's SEO Tips<\/div>\n              <div class=\"astra-gpt-link-desc\">\n                Dynamic strategies based on field experience. No BS, just concrete results.\n              <\/div>\n            <\/a>\n            \n            <a href=\"https:\/\/chatgpt.com\/g\/g-6836eed19b108191ad1739d2501edb71-audit-contenu-seo-guidelines\" target=\"_blank\" class=\"astra-gpt-link\">\n              <div class=\"astra-gpt-link-title\">\ud83d\udccb Audit Guidelines SEO<\/div>\n              <div class=\"astra-gpt-link-desc\">\n                Check that your content complies with Google and E-A-T guidelines.\n              <\/div>\n            <\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n\n      <div class=\"astra-tools-container\">\n\n    <!-- Section Analyse SEO -->\n    <div class=\"astra-tools-section\">\n      <div class=\"astra-section-header\">\n        <div class=\"astra-section-icon\">\ud83d\udcca<\/div>\n        <h2 class=\"astra-section-title\">Analysis &amp; Monitoring<\/h2>\n      <\/div>\n      \n      <div class=\"astra-tools-grid\">\n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">Premium Suite<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Full range of analysis tools for a 360\u00b0 view of your SEO.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Ahrefs - Backlink and keyword analysis<\/li>\n            <li class=\"astra-tool-feature\">SEMrush \u2013 Audit and Comprehensive Strategy<\/li>\n            <li class=\"astra-tool-feature\">SEObserver &amp; Haloscan \u2013 Advanced Monitoring<\/li>\n          <\/ul>\n        <\/div>\n        \n        <div class=\"astra-tool-card astra-featured\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">MentionLab<\/h3>\n            <span class=\"astra-tool-badge\">IA SEO<\/span>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Innovative solution from Germain de Flandre (CEO Helocos) to monitor your visibility on SearchGPT and AI.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Complete IA visibility audit<\/li>\n            <li class=\"astra-tool-feature\">SearchGPT source identification<\/li>\n            <li class=\"astra-tool-feature\">Targeted influence strategy<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Section Optimisation -->\n    <div class=\"astra-tools-section\">\n      <div class=\"astra-section-header\">\n        <div class=\"astra-section-icon\">\ud83d\udcdd<\/div>\n        <h2 class=\"astra-section-title\">Content Optimization<\/h2>\n      <\/div>\n      \n      <div class=\"astra-tools-grid\">\n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">ThotSEO<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Semantic optimization tool developed by Paul Grilet. Premium UX interface to maximize the relevance of your content.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Advanced semantic analysis<\/li>\n            <li class=\"astra-tool-feature\">Contextual keyword suggestions<\/li>\n            <li class=\"astra-tool-feature\">Real-time optimization score<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Section Technique -->\n    <div class=\"astra-tools-section\">\n      <div class=\"astra-section-header\">\n        <div class=\"astra-section-icon\">Gear<\/div>\n        <h2 class=\"astra-section-title\">SEO Technique<\/h2>\n      <\/div>\n      \n      <div class=\"astra-tools-grid\">\n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">SEOlyzer<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Advanced analysis of crawls and logs to identify hidden technical opportunities.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Server log analysis<\/li>\n            <li class=\"astra-tool-feature\">Detection of crawl anomalies<\/li>\n            <li class=\"astra-tool-feature\">Budget crawling optimization<\/li>\n          <\/ul>\n        <\/div>\n        \n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">Google Search Console<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            The official Google tool, indispensable for understanding your real performance.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Google direct data<\/li>\n            <li class=\"astra-tool-feature\">Critical alerts and errors<\/li>\n            <li class=\"astra-tool-feature\">Core Web Vitals<\/li>\n          <\/ul>\n        <\/div>\n        \n        <div class=\"astra-tool-card\">\n          <div class=\"astra-tool-header\">\n            <h3 class=\"astra-tool-name\">Screaming Frog<\/h3>\n          <\/div>\n          <p class=\"astra-tool-description\">\n            Ultra-fast desktop crawler for in-depth technical audits.\n          <\/p>\n          <ul class=\"astra-tool-features\">\n            <li class=\"astra-tool-feature\">Full crawl of your site<\/li>\n            <li class=\"astra-tool-feature\">Technical error detection<\/li>\n            <li class=\"astra-tool-feature\">Advanced data export<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n    \n    <!-- Section ChatGPT -->\n    <div class=\"astra-tools-section\">\n      <div class=\"astra-section-header\">\n        <div class=\"astra-section-icon\">\ud83e\udd16<\/div>\n        <h2 class=\"astra-section-title\">AI &amp; Automation<\/h2>\n      <\/div>\n      \n    \n    <!-- CTA Section -->\n    <div class=\"astra-cta-section\">\n      <h2 class=\"astra-cta-title\">Ready to boost your SEO with the best tools?<\/h2>\n      <p class=\"astra-cta-text\">\n        Leverage our expertise and premium technology stack to dominate the SERPs.\n      <\/p>\n      <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website\" class=\"astra-cta-button\" target=\"_blank\">\n        Book a strategic call\n        <span class=\"astra-cta-button-icon\">\n          <span class=\"astra-cta-chevron\"><\/span>\n          <span class=\"astra-cta-chevron\"><\/span>\n        <\/span>\n      <\/a>\n    <\/div>\n  <\/div>\n<\/div>\n      <\/div>","protected":false},"excerpt":{"rendered":"<p>ASTRAK Nos Outils SEO Premium La transparence au service de votre performance D\u00e9couvrez l&rsquo;arsenal complet d&rsquo;outils professionnels que nous utilisons pour propulser votre visibilit\u00e9. Chez Astrak, nous privil\u00e9gions la transparence et l&rsquo;efficacit\u00e9, en vous donnant acc\u00e8s aux meilleures solutions du march\u00e9. \ud83d\udd17 Netlinking \ud83d\udcdd Contenu \u2699\ufe0f Technique \ud83d\udd17 Netlinking &#038; Backlinks Linkavista Exclusif Plateforme cofond\u00e9e &#8230; <a title=\"SEO tools from our agency\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/outils-seo-de-notre-agence\/\" aria-label=\"Read more about Outils SEO de notre agence\">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-44521","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>Outils SEO de notre agence - 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\/seo-tools-from-our-agency\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Outils SEO de notre agence - Astrak\" \/>\n<meta property=\"og:description\" content=\"ASTRAK Nos Outils SEO Premium La transparence au service de votre performance D\u00e9couvrez l&rsquo;arsenal complet d&rsquo;outils professionnels que nous utilisons pour propulser votre visibilit\u00e9. Chez Astrak, nous privil\u00e9gions la transparence et l&rsquo;efficacit\u00e9, en vous donnant acc\u00e8s aux meilleures solutions du march\u00e9. \ud83d\udd17 Netlinking \ud83d\udcdd Contenu \u2699\ufe0f Technique \ud83d\udd17 Netlinking &#038; Backlinks Linkavista Exclusif Plateforme cofond\u00e9e ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/seo-tools-from-our-agency\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-13T09:51:39+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\/outils-seo-de-notre-agence\/\",\"url\":\"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/\",\"name\":\"Outils SEO de notre agence - Astrak\",\"isPartOf\":{\"@id\":\"https:\/\/astrak.agency\/#website\"},\"datePublished\":\"2025-08-06T10:54:15+00:00\",\"dateModified\":\"2025-08-13T09:51:39+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/astrak.agency\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Outils SEO de notre agence\"}]},{\"@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":"Our agency's SEO Tools - 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\/seo-tools-from-our-agency\/","og_locale":"en_US","og_type":"article","og_title":"Outils SEO de notre agence - Astrak","og_description":"ASTRAK Nos Outils SEO Premium La transparence au service de votre performance D\u00e9couvrez l&rsquo;arsenal complet d&rsquo;outils professionnels que nous utilisons pour propulser votre visibilit\u00e9. Chez Astrak, nous privil\u00e9gions la transparence et l&rsquo;efficacit\u00e9, en vous donnant acc\u00e8s aux meilleures solutions du march\u00e9. \ud83d\udd17 Netlinking \ud83d\udcdd Contenu \u2699\ufe0f Technique \ud83d\udd17 Netlinking &#038; Backlinks Linkavista Exclusif Plateforme cofond\u00e9e ... Read more","og_url":"https:\/\/astrak.agency\/en\/seo-tools-from-our-agency\/","og_site_name":"Astrak","article_modified_time":"2025-08-13T09:51:39+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\/outils-seo-de-notre-agence\/","url":"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/","name":"Our agency's SEO Tools - Astrak","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"datePublished":"2025-08-06T10:54:15+00:00","dateModified":"2025-08-13T09:51:39+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/outils-seo-de-notre-agence\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/outils-seo-de-notre-agence\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"Outils SEO de notre agence"}]},{"@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\/44521","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=44521"}],"version-history":[{"count":4,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/44521\/revisions"}],"predecessor-version":[{"id":44527,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/44521\/revisions\/44527"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=44521"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}