{"id":45512,"date":"2026-01-15T10:55:10","date_gmt":"2026-01-15T10:55:10","guid":{"rendered":"https:\/\/astrak.agency\/?page_id=45512"},"modified":"2026-01-28T07:46:41","modified_gmt":"2026-01-28T07:46:41","slug":"use-case-unistrength","status":"publish","type":"page","link":"https:\/\/astrak.agency\/en\/use-case-unistrength\/","title":{"rendered":"Unistrength: 8x organic traffic in 18 months"},"content":{"rendered":"<!-- Unistrends Case Study - Astrak Agency -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800&family=Poppins:wght@400;500;600&display=swap');\n\n\/* CSS Variables Astrak *\/\n:root {\n  --astrak-blue-night: #0F0F3D;\n  --astrak-yellow: #FFEF5E;\n  --astrak-cyan: #5AE7DE;\n  --astrak-light-blue: #EAFBFF;\n  --astrak-white: #FFFFFF;\n  --astrak-dark: #121212;\n  --astrak-gray: #6B7280;\n}\n\n\/* Reset for this section *\/\n.astrak-unistrends-case * {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n.astrak-unistrends-case {\n  font-family: 'Poppins', sans-serif;\n  color: var(--astrak-dark);\n  line-height: 1.6;\n  overflow-x: hidden;\n}\n\n\/* Hero Section *\/\n.astrak-uni-hero {\n  background: linear-gradient(135deg, var(--astrak-blue-night) 0%, #1a1a5e 50%, var(--astrak-blue-night) 100%);\n  padding: 80px 24px;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-uni-hero::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  right: 0;\n  width: 60%;\n  height: 100%;\n  background: linear-gradient(135deg, transparent 0%, rgba(90, 231, 222, 0.08) 50%, transparent 100%);\n  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);\n}\n\n.astrak-uni-hero::after {\n  content: '\u00bb';\n  position: absolute;\n  right: 5%;\n  top: 50%;\n  transform: translateY(-50%);\n  font-family: 'Outfit', sans-serif;\n  font-size: 180px;\n  font-weight: 800;\n  color: var(--astrak-yellow);\n  opacity: 0.15;\n}\n\n.astrak-uni-hero-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.astrak-uni-tag {\n  display: inline-block;\n  background: var(--astrak-cyan);\n  color: var(--astrak-blue-night);\n  padding: 8px 20px;\n  border-radius: 50px;\n  font-size: 14px;\n  font-weight: 600;\n  margin-bottom: 24px;\n  text-transform: uppercase;\n  letter-spacing: 1px;\n}\n\n.astrak-uni-hero h1 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(32px, 5vw, 56px);\n  font-weight: 800;\n  color: var(--astrak-white);\n  margin-bottom: 16px;\n  line-height: 1.1;\n}\n\n.astrak-uni-hero h1 span {\n  color: var(--astrak-yellow);\n}\n\n.astrak-uni-hero-subtitle {\n  font-size: 18px;\n  color: rgba(255, 255, 255, 0.8);\n  max-width: 600px;\n  margin-bottom: 40px;\n}\n\n\/* KPI Cards in Hero *\/\n.astrak-uni-kpi-row {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 20px;\n  margin-top: 40px;\n}\n\n.astrak-uni-kpi-card {\n  background: rgba(255, 255, 255, 0.1);\n  backdrop-filter: blur(10px);\n  border: 1px solid rgba(255, 255, 255, 0.15);\n  border-radius: 16px;\n  padding: 24px 32px;\n  min-width: 180px;\n  flex: 1;\n  text-align: center;\n  transition: transform 0.3s ease, background 0.3s ease;\n}\n\n.astrak-uni-kpi-card:hover {\n  transform: translateY(-4px);\n  background: rgba(255, 255, 255, 0.15);\n}\n\n.astrak-uni-kpi-value {\n  font-family: 'Outfit', sans-serif;\n  font-size: 42px;\n  font-weight: 800;\n  color: var(--astrak-yellow);\n  line-height: 1;\n}\n\n.astrak-uni-kpi-label {\n  font-size: 14px;\n  color: rgba(255, 255, 255, 0.7);\n  margin-top: 8px;\n}\n\n\/* Client Section *\/\n.astrak-uni-client {\n  background: var(--astrak-light-blue);\n  padding: 60px 24px;\n}\n\n.astrak-uni-client-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1.5fr;\n  gap: 60px;\n  align-items: center;\n}\n\n.astrak-uni-client-logo {\n  background: var(--astrak-white);\n  border-radius: 20px;\n  padding: 40px;\n  box-shadow: 0 10px 40px rgba(15, 15, 61, 0.08);\n  text-align: center;\n}\n\n.astrak-uni-client-logo h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 32px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 8px;\n}\n\n.astrak-uni-client-logo p {\n  color: var(--astrak-gray);\n  font-size: 15px;\n}\n\n.astrak-uni-client-logo a {\n  display: inline-block;\n  margin-top: 20px;\n  color: var(--astrak-blue-night);\n  text-decoration: none;\n  font-weight: 600;\n  padding: 10px 24px;\n  border: 2px solid var(--astrak-blue-night);\n  border-radius: 8px;\n  transition: all 0.3s ease;\n}\n\n.astrak-uni-client-logo a:hover {\n  background: var(--astrak-blue-night);\n  color: var(--astrak-white);\n}\n\n.astrak-uni-client-info h2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 28px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 20px;\n}\n\n.astrak-uni-client-info p {\n  color: var(--astrak-dark);\n  font-size: 16px;\n  margin-bottom: 16px;\n}\n\n.astrak-uni-since {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--astrak-cyan);\n  color: var(--astrak-blue-night);\n  padding: 8px 16px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 14px;\n  margin-top: 10px;\n}\n\n\/* Graph Section *\/\n.astrak-uni-graph {\n  background: var(--astrak-white);\n  padding: 80px 24px;\n}\n\n.astrak-uni-graph-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.astrak-uni-section-title {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(24px, 4vw, 36px);\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 16px;\n  text-align: center;\n}\n\n.astrak-uni-section-title span {\n  color: var(--astrak-cyan);\n}\n\n.astrak-uni-section-desc {\n  text-align: center;\n  color: var(--astrak-gray);\n  max-width: 700px;\n  margin: 0 auto 40px;\n  font-size: 16px;\n}\n\n.astrak-uni-graph-container {\n  background: var(--astrak-dark);\n  border-radius: 20px;\n  padding: 20px;\n  box-shadow: 0 20px 60px rgba(15, 15, 61, 0.15);\n  overflow: hidden;\n}\n\n.astrak-uni-graph-container img {\n  width: 100%;\n  height: auto;\n  display: block;\n  border-radius: 12px;\n}\n\n.astrak-uni-graph-legend {\n  display: flex;\n  justify-content: center;\n  gap: 40px;\n  margin-top: 30px;\n  flex-wrap: wrap;\n}\n\n.astrak-uni-legend-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n.astrak-uni-legend-dot {\n  width: 12px;\n  height: 12px;\n  border-radius: 50%;\n}\n\n.astrak-uni-legend-dot.start {\n  background: var(--astrak-gray);\n}\n\n.astrak-uni-legend-dot.end {\n  background: var(--astrak-yellow);\n}\n\n.astrak-uni-legend-text {\n  font-size: 15px;\n  color: var(--astrak-dark);\n}\n\n.astrak-uni-legend-text strong {\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n}\n\n\/* Strategy Section *\/\n.astrak-uni-strategy {\n  background: linear-gradient(180deg, var(--astrak-light-blue) 0%, var(--astrak-white) 100%);\n  padding: 80px 24px;\n}\n\n.astrak-uni-strategy-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n}\n\n.astrak-uni-actions-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n  gap: 24px;\n  margin-top: 40px;\n}\n\n.astrak-uni-action-card {\n  background: var(--astrak-white);\n  border-radius: 16px;\n  padding: 32px;\n  box-shadow: 0 4px 20px rgba(15, 15, 61, 0.06);\n  border: 1px solid rgba(15, 15, 61, 0.05);\n  transition: all 0.3s ease;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-uni-action-card::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 4px;\n  height: 100%;\n  background: var(--astrak-cyan);\n  transform: scaleY(0);\n  transition: transform 0.3s ease;\n}\n\n.astrak-uni-action-card:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 12px 40px rgba(15, 15, 61, 0.1);\n}\n\n.astrak-uni-action-card:hover::before {\n  transform: scaleY(1);\n}\n\n.astrak-uni-action-icon {\n  width: 56px;\n  height: 56px;\n  background: var(--astrak-light-blue);\n  border-radius: 12px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  margin-bottom: 20px;\n}\n\n.astrak-uni-action-icon svg {\n  width: 28px;\n  height: 28px;\n  color: var(--astrak-blue-night);\n}\n\n.astrak-uni-action-card h4 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 12px;\n}\n\n.astrak-uni-action-card p {\n  color: var(--astrak-gray);\n  font-size: 14px;\n  line-height: 1.6;\n}\n\n\/* Results Section *\/\n.astrak-uni-results {\n  background: var(--astrak-blue-night);\n  padding: 80px 24px;\n  position: relative;\n}\n\n.astrak-uni-results::before {\n  content: '';\n  position: absolute;\n  top: 0;\n  left: 0;\n  right: 0;\n  height: 100%;\n  background: url(\"data:image\/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%235AE7DE' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E\");\n}\n\n.astrak-uni-results-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.astrak-uni-results .astrak-uni-section-title {\n  color: var(--astrak-white);\n}\n\n.astrak-uni-results .astrak-uni-section-title span {\n  color: var(--astrak-yellow);\n}\n\n.astrak-uni-results .astrak-uni-section-desc {\n  color: rgba(255, 255, 255, 0.7);\n}\n\n.astrak-uni-results-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));\n  gap: 24px;\n  margin-top: 50px;\n}\n\n.astrak-uni-result-card {\n  background: rgba(255, 255, 255, 0.05);\n  border: 1px solid rgba(255, 255, 255, 0.1);\n  border-radius: 16px;\n  padding: 32px;\n  text-align: center;\n  transition: all 0.3s ease;\n}\n\n.astrak-uni-result-card:hover {\n  background: rgba(255, 255, 255, 0.1);\n  transform: scale(1.02);\n}\n\n.astrak-uni-result-value {\n  font-family: 'Outfit', sans-serif;\n  font-size: 48px;\n  font-weight: 800;\n  color: var(--astrak-yellow);\n  line-height: 1;\n  margin-bottom: 8px;\n}\n\n.astrak-uni-result-label {\n  font-size: 15px;\n  color: rgba(255, 255, 255, 0.8);\n}\n\n.astrak-uni-result-detail {\n  font-size: 13px;\n  color: var(--astrak-cyan);\n  margin-top: 8px;\n}\n\n\/* Testimonial Section *\/\n.astrak-uni-testimonial {\n  background: var(--astrak-white);\n  padding: 80px 24px;\n}\n\n.astrak-uni-testimonial-inner {\n  max-width: 900px;\n  margin: 0 auto;\n}\n\n.astrak-uni-testimonial-card {\n  background: linear-gradient(135deg, var(--astrak-light-blue) 0%, var(--astrak-white) 100%);\n  border-radius: 24px;\n  padding: 50px;\n  position: relative;\n  box-shadow: 0 20px 60px rgba(15, 15, 61, 0.08);\n}\n\n.astrak-uni-quote-icon {\n  position: absolute;\n  top: 30px;\n  left: 40px;\n  font-size: 80px;\n  font-family: Georgia, serif;\n  color: var(--astrak-cyan);\n  opacity: 0.3;\n  line-height: 1;\n}\n\n.astrak-uni-testimonial-text {\n  font-size: 20px;\n  color: var(--astrak-dark);\n  line-height: 1.8;\n  font-style: italic;\n  margin-bottom: 30px;\n  position: relative;\n  z-index: 2;\n}\n\n.astrak-uni-testimonial-author {\n  display: flex;\n  align-items: center;\n  gap: 16px;\n}\n\n.astrak-uni-testimonial-avatar {\n  width: 60px;\n  height: 60px;\n  border-radius: 50%;\n  object-fit: cover;\n  border: 3px solid var(--astrak-cyan);\n}\n\n.astrak-uni-testimonial-info h5 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 4px;\n}\n\n.astrak-uni-testimonial-info p {\n  font-size: 14px;\n  color: var(--astrak-gray);\n}\n\n\/* Team Section *\/\n.astrak-uni-team {\n  background: var(--astrak-light-blue);\n  padding: 60px 24px;\n}\n\n.astrak-uni-team-inner {\n  max-width: 1200px;\n  margin: 0 auto;\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 60px;\n  align-items: center;\n}\n\n.astrak-uni-team-content h3 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 28px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 16px;\n}\n\n.astrak-uni-team-content p {\n  color: var(--astrak-gray);\n  font-size: 16px;\n  line-height: 1.7;\n}\n\n.astrak-uni-consultant-card {\n  background: var(--astrak-white);\n  border-radius: 20px;\n  padding: 32px;\n  box-shadow: 0 10px 40px rgba(15, 15, 61, 0.08);\n  display: flex;\n  gap: 24px;\n  align-items: center;\n}\n\n.astrak-uni-consultant-img {\n  width: 100px;\n  height: 100px;\n  border-radius: 16px;\n  object-fit: cover;\n  border: 3px solid var(--astrak-cyan);\n}\n\n.astrak-uni-consultant-info h4 {\n  font-family: 'Outfit', sans-serif;\n  font-size: 20px;\n  font-weight: 700;\n  color: var(--astrak-blue-night);\n  margin-bottom: 4px;\n}\n\n.astrak-uni-consultant-role {\n  font-size: 14px;\n  color: var(--astrak-cyan);\n  font-weight: 600;\n  margin-bottom: 8px;\n}\n\n.astrak-uni-consultant-bio {\n  font-size: 14px;\n  color: var(--astrak-gray);\n  margin-bottom: 12px;\n}\n\n.astrak-uni-linkedin-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--astrak-blue-night);\n  color: var(--astrak-white);\n  padding: 8px 16px;\n  border-radius: 8px;\n  text-decoration: none;\n  font-size: 14px;\n  font-weight: 500;\n  transition: all 0.3s ease;\n}\n\n.astrak-uni-linkedin-btn:hover {\n  background: #1a1a5e;\n  transform: translateY(-2px);\n}\n\n.astrak-uni-linkedin-btn svg {\n  width: 16px;\n  height: 16px;\n}\n\n\/* CTA Section *\/\n.astrak-uni-cta {\n  background: linear-gradient(135deg, var(--astrak-blue-night) 0%, #1a1a5e 100%);\n  padding: 80px 24px;\n  text-align: center;\n  position: relative;\n  overflow: hidden;\n}\n\n.astrak-uni-cta::before {\n  content: '';\n  position: absolute;\n  top: -50%;\n  left: -50%;\n  width: 200%;\n  height: 200%;\n  background: radial-gradient(circle, rgba(90, 231, 222, 0.1) 0%, transparent 50%);\n  animation: astrak-pulse 8s ease-in-out infinite;\n}\n\n@keyframes astrak-pulse {\n  0%, 100% { transform: scale(1); opacity: 0.5; }\n  50% { transform: scale(1.1); opacity: 0.8; }\n}\n\n.astrak-uni-cta-inner {\n  max-width: 700px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 2;\n}\n\n.astrak-uni-cta h2 {\n  font-family: 'Outfit', sans-serif;\n  font-size: clamp(28px, 4vw, 40px);\n  font-weight: 800;\n  color: var(--astrak-white);\n  margin-bottom: 16px;\n}\n\n.astrak-uni-cta h2 span {\n  color: var(--astrak-yellow);\n}\n\n.astrak-uni-cta p {\n  color: rgba(255, 255, 255, 0.8);\n  font-size: 18px;\n  margin-bottom: 32px;\n}\n\n.astrak-uni-cta-btn {\n  display: inline-flex;\n  align-items: center;\n  gap: 12px;\n  background: var(--astrak-yellow);\n  color: var(--astrak-blue-night);\n  padding: 16px 40px;\n  border-radius: 12px;\n  text-decoration: none;\n  font-family: 'Outfit', sans-serif;\n  font-size: 18px;\n  font-weight: 700;\n  transition: all 0.3s ease;\n  box-shadow: 0 10px 30px rgba(255, 239, 94, 0.3);\n}\n\n.astrak-uni-cta-btn:hover {\n  transform: translateY(-4px);\n  box-shadow: 0 15px 40px rgba(255, 239, 94, 0.4);\n}\n\n.astrak-uni-cta-btn svg {\n  width: 20px;\n  height: 20px;\n  transition: transform 0.3s ease;\n}\n\n.astrak-uni-cta-btn:hover svg {\n  transform: translateX(4px);\n}\n\n\/* Responsive *\/\n@media (max-width: 900px) {\n  .astrak-uni-client-inner,\n  .astrak-uni-team-inner {\n    grid-template-columns: 1fr;\n    gap: 40px;\n  }\n  \n  .astrak-uni-kpi-row {\n    justify-content: center;\n  }\n  \n  .astrak-uni-kpi-card {\n    min-width: 140px;\n  }\n  \n  .astrak-uni-hero::after {\n    font-size: 100px;\n    opacity: 0.1;\n  }\n  \n  .astrak-uni-testimonial-card {\n    padding: 30px;\n  }\n  \n  .astrak-uni-consultant-card {\n    flex-direction: column;\n    text-align: center;\n  }\n}\n\n@media (max-width: 600px) {\n  .astrak-uni-hero {\n    padding: 60px 20px;\n  }\n  \n  .astrak-uni-kpi-value {\n    font-size: 32px;\n  }\n  \n  .astrak-uni-result-value {\n    font-size: 36px;\n  }\n  \n  .astrak-uni-actions-grid {\n    grid-template-columns: 1fr;\n  }\n  \n  .astrak-uni-graph-legend {\n    flex-direction: column;\n    align-items: center;\n    gap: 16px;\n  }\n}\n<\/style>\n\n<div class=\"astrak-unistrends-case\">\n  \n  <!-- Hero Section -->\n  <section class=\"astrak-uni-hero\">\n    <div class=\"astrak-uni-hero-inner\">\n      <span class=\"astrak-uni-tag\">Case study<\/span>\n      <h1>Unistrength <span>8x organic traffic<\/span> in 18 months<\/h1>\n      <p class=\"astrak-uni-hero-subtitle\">How we boosted this sports equipment e-commerce from 2,500 to 20,000 monthly clicks with a comprehensive SEO strategy.<\/p>\n      \n      <div class=\"astrak-uni-kpi-row\">\n        <div class=\"astrak-uni-kpi-card\">\n          <div class=\"astrak-uni-kpi-value\">x8<\/div>\n          <div class=\"astrak-uni-kpi-label\">Traffic growth<\/div>\n        <\/div>\n        <div class=\"astrak-uni-kpi-card\">\n          <div class=\"astrak-uni-kpi-value\">18<\/div>\n          <div class=\"astrak-uni-kpi-label\">Month of collaboration<\/div>\n        <\/div>\n        <div class=\"astrak-uni-kpi-card\">\n          <div class=\"astrak-uni-kpi-value\">x3<\/div>\n          <div class=\"astrak-uni-kpi-label\">Traffic value<\/div>\n        <\/div>\n        <div class=\"astrak-uni-kpi-card\">\n          <div class=\"astrak-uni-kpi-value\">100%<\/div>\n          <div class=\"astrak-uni-kpi-label\">Organic growth<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Client Info Section -->\n  <section class=\"astrak-uni-client\">\n    <div class=\"astrak-uni-client-inner\">\n      <div class=\"astrak-uni-client-logo\">\n        <h3>Unistrength<\/h3>\n        <p>Sports Equipment E-commerce<\/p>\n        <a href=\"https:\/\/unistrength.fr\/\" target=\"_blank\" rel=\"noopener\">Visit the site<\/a>\n      <\/div>\n      <div class=\"astrak-uni-client-info\">\n        <h2>Project context<\/h2>\n        <p>Unistrength is an e-commerce company specializing in quality sports equipment. When they contacted us in June 2024, the website was generating approximately 2,500 organic clicks per month with considerable untapped potential.<\/p>\n        <p>The product sheets lacked optimized content, the categories were not structured for SEO, and the domain authority was low. Our mission: to transform this site into a benchmark for its industry.<\/p>\n        <span class=\"astrak-uni-since\">\n          <svg width=\"16\" height=\"16\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n            <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n            <polyline points=\"12 6 12 12 16 14\"><\/polyline>\n          <\/svg>\n          Client since June 2024\n        <\/span>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Graph Section -->\n  <section class=\"astrak-uni-graph\">\n    <div class=\"astrak-uni-graph-inner\">\n      <h2 class=\"astrak-uni-section-title\">The evolution of <span>organic traffic<\/span><\/h2>\n      <p class=\"astrak-uni-section-desc\">Consistent and controlled growth, from 2,500 to nearly 20,000 organic monthly clicks.<\/p>\n      \n      <div class=\"astrak-uni-graph-container\">\n        <img decoding=\"async\" data-src=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png\" alt=\"Unistrength Organic Traffic Growth Curve - from 2500 to 20000 clicks\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 1094px; --smush-placeholder-aspect-ratio: 1094\/420;\">\n      <\/div>\n      \n      <div class=\"astrak-uni-graph-legend\">\n        <div class=\"astrak-uni-legend-item\">\n          <span class=\"astrak-uni-legend-dot start\"><\/span>\n          <span class=\"astrak-uni-legend-text\">June 2024: <strong>~2,500 clicks<\/strong><\/span>\n        <\/div>\n        <div class=\"astrak-uni-legend-item\">\n          <span class=\"astrak-uni-legend-dot end\"><\/span>\n          <span class=\"astrak-uni-legend-text\">January 2026: <strong>~20,000 clicks<\/strong><\/span>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Strategy Section -->\n  <section class=\"astrak-uni-strategy\">\n    <div class=\"astrak-uni-strategy-inner\">\n      <h2 class=\"astrak-uni-section-title\">Our <span>SEO strategy<\/span><\/h2>\n      <p class=\"astrak-uni-section-desc\">A comprehensive approach combining on-page optimization, content strategy, link building, and advanced techniques.<\/p>\n      \n      <div class=\"astrak-uni-actions-grid\">\n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z\"><\/path>\n              <polyline points=\"14 2 14 8 20 8\"><\/polyline>\n              <line x1=\"16\" y1=\"13\" x2=\"8\" y2=\"13\"><\/line>\n              <line x1=\"16\" y1=\"17\" x2=\"8\" y2=\"17\"><\/line>\n            <\/svg>\n          <\/div>\n          <h4>Product Sheet Optimization<\/h4>\n          <p>SEO-optimized content writing for each product sheet, integrating strategic keywords and improving conversion.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"><\/rect>\n              <line x1=\"3\" y1=\"9\" x2=\"21\" y2=\"9\"><\/line>\n              <line x1=\"9\" y1=\"21\" x2=\"9\" y2=\"9\"><\/line>\n            <\/svg>\n          <\/div>\n          <h4>Content categories<\/h4>\n          <p>Creation of rich content on all category pages to strengthen thematic relevance and capture more queries.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <circle cx=\"12\" cy=\"12\" r=\"10\"><\/circle>\n              <line x1=\"2\" y1=\"12\" x2=\"22\" y2=\"12\"><\/line>\n              <path d=\"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z\"><\/path>\n            <\/svg>\n          <\/div>\n          <h4>Internationalization<\/h4>\n          <p>Multilingual website launch in 2025 with SEO-optimized translation to conquer new European markets.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <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>\n              <path d=\"M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71\"><\/path>\n            <\/svg>\n          <\/div>\n          <h4>Regular link building<\/h4>\n          <p>Continuous acquisition of quality backlinks to strengthen domain authority and improve rankings for competitive keywords.<\/p>\n        <\/div>\n        \n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <polyline points=\"16 3 21 3 21 8\"><\/polyline>\n              <line x1=\"4\" y1=\"20\" x2=\"21\" y2=\"3\"><\/line>\n              <polyline points=\"21 16 21 21 16 21\"><\/polyline>\n              <line x1=\"15\" y1=\"15\" x2=\"21\" y2=\"21\"><\/line>\n              <line x1=\"4\" y1=\"4\" x2=\"9\" y2=\"9\"><\/line>\n            <\/svg>\n          <\/div>\n          <h4>Product split technique<\/h4>\n          <p>Splitting multi-variant products into separate pages to maximize semantic coverage (e.g., resistance bands).<\/p>\n        <\/div>\n        \n        <div class=\"astrak-uni-action-card\">\n          <div class=\"astrak-uni-action-icon\">\n            <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\">\n              <path d=\"M6 2L3 6v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V6l-3-4z\"><\/path>\n              <line x1=\"3\" y1=\"6\" x2=\"21\" y2=\"6\"><\/line>\n              <path d=\"M16 10a4 4 0 0 1-8 0\"><\/path>\n            <\/svg>\n          <\/div>\n          <h4>Google Merchant Center<\/h4>\n          <p>Optimizing product feeds to improve visibility on Google Shopping and generate additional qualified traffic.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Results Section -->\n  <section class=\"astrak-uni-results\">\n    <div class=\"astrak-uni-results-inner\">\n      <h2 class=\"astrak-uni-section-title\">Results <span>obtained<\/span><\/h2>\n      <p class=\"astrak-uni-section-desc\">Measurable performance demonstrating the effectiveness of our e-commerce SEO approach.<\/p>\n      \n      <div class=\"astrak-uni-results-grid\">\n        <div class=\"astrak-uni-result-card\">\n          <div class=\"astrak-uni-result-value\">20,000<\/div>\n          <div class=\"astrak-uni-result-label\">Organic Clicks \/ Month<\/div>\n          <div class=\"astrak-uni-result-detail\">vs 2,500 at the start<\/div>\n        <\/div>\n        <div class=\"astrak-uni-result-card\">\n          <div class=\"astrak-uni-result-value\">+3000$<\/div>\n          <div class=\"astrak-uni-result-label\">Ahrefs Traffic Value<\/div>\n          <div class=\"astrak-uni-result-detail\">vs less than 1000$ initially<\/div>\n        <\/div>\n        <div class=\"astrak-uni-result-card\">\n          <div class=\"astrak-uni-result-value\">Top 3<\/div>\n          <div class=\"astrak-uni-result-label\">Key positions achieved<\/div>\n          <div class=\"astrak-uni-result-detail\">Resistance bands, straps...<\/div>\n        <\/div>\n        <div class=\"astrak-uni-result-card\">\n          <div class=\"astrak-uni-result-value\">Multi<\/div>\n          <div class=\"astrak-uni-result-label\">Conquered markets<\/div>\n          <div class=\"astrak-uni-result-detail\">Successful international expansion<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Testimonial Section -->\n  <section class=\"astrak-uni-testimonial\">\n    <div class=\"astrak-uni-testimonial-inner\">\n      <h2 class=\"astrak-uni-section-title\">What is said <span>our client<\/span><\/h2>\n      \n      <div class=\"astrak-uni-testimonial-card\">\n        <span class=\"astrak-uni-quote-icon\">\u00ab\u00a0<\/span>\n        <p class=\"astrak-uni-testimonial-text\">L\u00e9o is an SEO expert! Thanks to his strategic and analytical approach, he has considerably improved online visibility. Proactive and up-to-date on the latest trends, he makes SEO concepts accessible. I highly recommend him for any SEO mission.<\/p>\n        <div class=\"astrak-uni-testimonial-author\">\n          <div class=\"astrak-uni-testimonial-info\">\n            <h5>Founder, Unistrength<\/h5>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- Team Section -->\n  <section class=\"astrak-uni-team\">\n    <div class=\"astrak-uni-team-inner\">\n      <div class=\"astrak-uni-team-content\">\n        <h3>The consultant in charge of the project<\/h3>\n        <p>At Astrak, each client is supported by a dedicated consultant who ensures the strategic and operational follow-up of the project. For Unistrength, Thibault is the one piloting the mission on a daily basis.<\/p>\n      <\/div>\n      <div class=\"astrak-uni-consultant-card\">\n        <img decoding=\"async\" data-src=\"https:\/\/astrak.agency\/wp-content\/uploads\/2025\/07\/thibault.png\" alt=\"Thibault Marchal\" class=\"astrak-uni-consultant-img lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 512px; --smush-placeholder-aspect-ratio: 512\/512;\">\n        <div>\n          <h4>Thibault Marchal<\/h4>\n          <p class=\"astrak-uni-consultant-role\">Expert Local SEO<\/p>\n          <p class=\"astrak-uni-consultant-bio\">Specialist in local SEO and geolocalized visibility.<\/p>\n          <a href=\"https:\/\/www.linkedin.com\/in\/thibault-marchal-949b89177\/\" target=\"_blank\" rel=\"noopener\" class=\"astrak-uni-linkedin-btn\">\n            <svg viewbox=\"0 0 24 24\" fill=\"currentColor\"><path d=\"M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z\"><\/path><\/svg>\n            LinkedIn\n          <\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n  \n  <!-- CTA Section -->\n  <section class=\"astrak-uni-cta\">\n    <div class=\"astrak-uni-cta-inner\">\n      <h2>Ready to <span>accelerate<\/span> your SEO?<\/h2>\n      <p>Discover how we can transform your organic visibility as we did for Unistrength.<\/p>\n      <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?utm_source=website\" class=\"astrak-uni-cta-btn\">\n        Book a Free Diagnostic\n        <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\">\n          <line x1=\"5\" y1=\"12\" x2=\"19\" y2=\"12\"><\/line>\n          <polyline points=\"12 5 19 12 12 19\"><\/polyline>\n        <\/svg>\n      <\/a>\n    <\/div>\n  <\/section>\n  \n<\/div>","protected":false},"excerpt":{"rendered":"<p>\u00c9tude de cas Unistrength : x8 de trafic organique en 18 mois Comment nous avons propuls\u00e9 cet e-commerce d&rsquo;\u00e9quipements sportifs de 2 500 \u00e0 20 000 clics mensuels gr\u00e2ce \u00e0 une strat\u00e9gie SEO compl\u00e8te. x8 Croissance du trafic 18 Mois de collaboration x3 Valeur du trafic 100% Croissance organique Unistrength E-commerce d&rsquo;\u00e9quipements sportifs Visiter le &#8230; <a title=\"Unistrength: 8x organic traffic in 18 months\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/use-case-unistrength\/\" aria-label=\"Read more about Unistrength : x8 de trafic organique en 18 mois\">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-45512","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>Unistrength : x8 de trafic organique en 18 mois - 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\/use-case-unistrength\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Unistrength : x8 de trafic organique en 18 mois - Astrak\" \/>\n<meta property=\"og:description\" content=\"\u00c9tude de cas Unistrength : x8 de trafic organique en 18 mois Comment nous avons propuls\u00e9 cet e-commerce d&rsquo;\u00e9quipements sportifs de 2 500 \u00e0 20 000 clics mensuels gr\u00e2ce \u00e0 une strat\u00e9gie SEO compl\u00e8te. x8 Croissance du trafic 18 Mois de collaboration x3 Valeur du trafic 100% Croissance organique Unistrength E-commerce d&rsquo;\u00e9quipements sportifs Visiter le ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/use-case-unistrength\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-28T07:46:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/\",\"url\":\"https:\/\/astrak.agency\/use-case-unistrength\/\",\"name\":\"Unistrength : x8 de trafic organique en 18 mois - Astrak\",\"isPartOf\":{\"@id\":\"https:\/\/astrak.agency\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png\",\"datePublished\":\"2026-01-15T10:55:10+00:00\",\"dateModified\":\"2026-01-28T07:46:41+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/astrak.agency\/use-case-unistrength\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage\",\"url\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png\",\"contentUrl\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/astrak.agency\/use-case-unistrength\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/astrak.agency\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Unistrength : x8 de trafic organique en 18 mois\"}]},{\"@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":"Unistrength: 8x Organic Traffic in 18 Months - 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\/use-case-unistrength\/","og_locale":"en_US","og_type":"article","og_title":"Unistrength : x8 de trafic organique en 18 mois - Astrak","og_description":"\u00c9tude de cas Unistrength : x8 de trafic organique en 18 mois Comment nous avons propuls\u00e9 cet e-commerce d&rsquo;\u00e9quipements sportifs de 2 500 \u00e0 20 000 clics mensuels gr\u00e2ce \u00e0 une strat\u00e9gie SEO compl\u00e8te. x8 Croissance du trafic 18 Mois de collaboration x3 Valeur du trafic 100% Croissance organique Unistrength E-commerce d&rsquo;\u00e9quipements sportifs Visiter le ... Read more","og_url":"https:\/\/astrak.agency\/en\/use-case-unistrength\/","og_site_name":"Astrak","article_modified_time":"2026-01-28T07:46:41+00:00","og_image":[{"url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/astrak.agency\/use-case-unistrength\/","url":"https:\/\/astrak.agency\/use-case-unistrength\/","name":"Unistrength: 8x Organic Traffic in 18 Months - Astrak","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"primaryImageOfPage":{"@id":"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage"},"image":{"@id":"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage"},"thumbnailUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png","datePublished":"2026-01-15T10:55:10+00:00","dateModified":"2026-01-28T07:46:41+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/use-case-unistrength\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/use-case-unistrength\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/use-case-unistrength\/#primaryimage","url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png","contentUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/01\/Screenshot-2026-01-21-163758.png"},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/use-case-unistrength\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"Unistrength : x8 de trafic organique en 18 mois"}]},{"@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\/45512","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=45512"}],"version-history":[{"count":7,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/45512\/revisions"}],"predecessor-version":[{"id":45621,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/pages\/45512\/revisions\/45621"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=45512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}