{"id":47055,"date":"2026-02-18T04:33:11","date_gmt":"2026-02-18T04:33:11","guid":{"rendered":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/"},"modified":"2026-06-02T05:15:22","modified_gmt":"2026-06-02T05:15:22","slug":"what-is-a-knowledge-graph-and-why-is-it-important-in-geo","status":"publish","type":"post","link":"https:\/\/astrak.agency\/en\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/","title":{"rendered":"What is the Knowledge Graph and why is it important in GEO?"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Autorit\u00e9 Web, Knowledge Graph, Entit\u00e9s &amp; GEO &#8211; Astrak<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Outfit:wght@400;500;600;700;800;900&amp;family=Poppins:wght@300;400;500;600;700&amp;display=swap\" rel=\"stylesheet\">\n<style>\n* { margin: 0; padding: 0; box-sizing: border-box; }\n\n:root {\n  --blue-night: #0F0F3D;\n  --blue-deep: #1A1A5E;\n  --sun-yellow: #FFEF5E;\n  --cyan: #5AE7DE;\n  --cyan-dark: #2BBDB5;\n  --cyan-light: #D4FAF7;\n  --yellow-light: #FFF9D4;\n  --bg-page: #EFF6FA;\n  --bg-card: #FFFFFF;\n  --bg-card-alt: #F6FAFC;\n  --border-light: rgba(15, 15, 61, 0.07);\n  --text-dark: #0F0F3D;\n  --text-body: #3A3A6A;\n  --text-muted: #7A7A9E;\n  --shadow-sm: 0 2px 8px rgba(15, 15, 61, 0.04);\n  --shadow-md: 0 4px 20px rgba(15, 15, 61, 0.06);\n  --shadow-lg: 0 8px 40px rgba(15, 15, 61, 0.08);\n  --gradient-glow: linear-gradient(135deg, #5AE7DE 0%, #FFEF5E 100%);\n  --gradient-blue: linear-gradient(135deg, #0F0F3D 0%, #1A1A5E 100%);\n}\n\nhtml { scroll-behavior: smooth; }\n\nbody {\n  background: var(--bg-page);\n  color: var(--text-body);\n  font-family: 'Poppins', sans-serif;\n  font-size: 16px;\n  line-height: 1.75;\n  overflow-x: hidden;\n}\n\n\/* ===== SCROLL ANIMATIONS ===== *\/\n.akvg-reveal {\n  opacity: 0;\n  transform: translateY(50px);\n  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.akvg-reveal.akvg-visible { opacity: 1; transform: translateY(0); }\n.akvg-reveal-left {\n  opacity: 0;\n  transform: translateX(-60px);\n  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.akvg-reveal-left.akvg-visible { opacity: 1; transform: translateX(0); }\n.akvg-reveal-right {\n  opacity: 0;\n  transform: translateX(60px);\n  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.akvg-reveal-right.akvg-visible { opacity: 1; transform: translateX(0); }\n.akvg-reveal-scale {\n  opacity: 0;\n  transform: scale(0.92);\n  transition: opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1), transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.akvg-reveal-scale.akvg-visible { opacity: 1; transform: scale(1); }\n\n\/* stagger children *\/\n.akvg-stagger > * { transition-delay: calc(var(--i, 0) * 0.08s); }\n\n\/* ===== HERO ===== *\/\n.akvg-hero {\n  min-height: 85vh;\n  display: flex;\n  flex-direction: column;\n  justify-content: center;\n  align-items: center;\n  text-align: center;\n  padding: 80px 40px 60px;\n  position: relative;\n  overflow: hidden;\n  background: linear-gradient(180deg, #E8F4FA 0%, var(--bg-page) 100%);\n}\n.akvg-hero::before {\n  content: '';\n  position: absolute;\n  top: -100px;\n  right: -100px;\n  width: 500px;\n  height: 500px;\n  background: radial-gradient(circle, rgba(90, 231, 222, 0.12) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n.akvg-hero::after {\n  content: '';\n  position: absolute;\n  bottom: -80px;\n  left: -80px;\n  width: 400px;\n  height: 400px;\n  background: radial-gradient(circle, rgba(255, 239, 94, 0.10) 0%, transparent 70%);\n  border-radius: 50%;\n  pointer-events: none;\n}\n\/* subtle grid pattern *\/\n.akvg-hero-grid {\n  position: absolute;\n  inset: 0;\n  background-image: \n    linear-gradient(rgba(15,15,61,0.02) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(15,15,61,0.02) 1px, transparent 1px);\n  background-size: 60px 60px;\n  pointer-events: none;\n}\n.akvg-hero-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  background: rgba(90, 231, 222, 0.12);\n  border: 1px solid rgba(90, 231, 222, 0.3);\n  border-radius: 50px;\n  padding: 8px 24px;\n  font-size: 13px;\n  color: var(--cyan-dark);\n  font-weight: 600;\n  margin-bottom: 36px;\n  letter-spacing: 1.5px;\n  text-transform: uppercase;\n  position: relative;\n  z-index: 1;\n}\n.akvg-hero-badge .akvg-pulse {\n  width: 8px; height: 8px;\n  background: var(--cyan-dark);\n  border-radius: 50%;\n  animation: akvgPulse 2s infinite;\n}\n@keyframes akvgPulse {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50% { opacity: 0.4; transform: scale(1.8); }\n}\n.akvg-hero h1 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: clamp(40px, 5.5vw, 76px);\n  line-height: 1.05;\n  color: var(--blue-night);\n  margin-bottom: 28px;\n  position: relative;\n  z-index: 1;\n}\n.akvg-hero h1 .akvg-grad {\n  background: linear-gradient(135deg, var(--cyan-dark) 0%, #3BC9A0 50%, #D4C32A 100%);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n.akvg-hero-sub {\n  font-size: 19px;\n  color: var(--text-muted);\n  max-width: 620px;\n  margin-bottom: 50px;\n  position: relative;\n  z-index: 1;\n  line-height: 1.7;\n}\n.akvg-hero-tags {\n  display: flex;\n  flex-wrap: wrap;\n  justify-content: center;\n  gap: 10px;\n  position: relative;\n  z-index: 1;\n  margin-bottom: 60px;\n}\n.akvg-hero-tag {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 10px;\n  padding: 8px 18px;\n  font-size: 13px;\n  font-weight: 600;\n  color: var(--text-dark);\n  box-shadow: var(--shadow-sm);\n}\n.akvg-hero-scroll {\n  position: relative;\n  z-index: 1;\n  display: flex;\n  flex-direction: column;\n  align-items: center;\n  gap: 6px;\n  color: var(--text-muted);\n  font-size: 12px;\n  letter-spacing: 1px;\n  text-transform: uppercase;\n  animation: akvgBounce 2.5s infinite;\n}\n@keyframes akvgBounce {\n  0%, 100% { transform: translateY(0); }\n  50% { transform: translateY(8px); }\n}\n.akvg-scroll-line {\n  width: 1px; height: 40px;\n  background: linear-gradient(180deg, var(--cyan-dark), transparent);\n}\n\n\/* ===== SECTION WRAPPER ===== *\/\n.akvg-section {\n  padding: 80px 40px;\n  max-width: 1100px;\n  margin: 0 auto;\n}\n.akvg-section-wide { max-width: 1300px; }\n.akvg-section-full {\n  padding: 80px 40px;\n  max-width: 100%;\n}\n\n\/* ===== SECTION HEADERS ===== *\/\n.akvg-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 10px;\n  font-family: 'Outfit', sans-serif;\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 3px;\n  text-transform: uppercase;\n  color: var(--cyan-dark);\n  margin-bottom: 16px;\n}\n.akvg-label::before {\n  content: '';\n  width: 28px; height: 2px;\n  background: var(--cyan-dark);\n}\n.akvg-h2 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: clamp(28px, 3.8vw, 46px);\n  line-height: 1.15;\n  color: var(--blue-night);\n  margin-bottom: 20px;\n}\n.akvg-h2 .akvg-hl {\n  background: linear-gradient(135deg, var(--cyan-dark), #3BC9A0);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n.akvg-h2 .akvg-yl {\n  color: #C9A800;\n}\n.akvg-intro {\n  font-size: 17px;\n  color: var(--text-muted);\n  max-width: 720px;\n  margin-bottom: 40px;\n}\n\n\/* ===== STAT CARDS ===== *\/\n.akvg-stats-row {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n  gap: 20px;\n  margin: 40px 0;\n}\n.akvg-stat {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 16px;\n  padding: 28px 24px;\n  text-align: center;\n  box-shadow: var(--shadow-sm);\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n.akvg-stat:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }\n.akvg-stat-num {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: 44px;\n  line-height: 1;\n  margin-bottom: 6px;\n  color: var(--blue-night);\n}\n.akvg-stat-num.akvg-c { color: var(--cyan-dark); }\n.akvg-stat-num.akvg-y { color: #C9A800; }\n.akvg-stat-desc {\n  font-size: 13px;\n  color: var(--text-muted);\n  font-weight: 500;\n  line-height: 1.5;\n}\n\n\/* ===== BAR CHART ===== *\/\n.akvg-bars { margin: 40px 0; }\n.akvg-bar-item {\n  display: flex;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 14px;\n}\n.akvg-bar-name {\n  width: 130px;\n  font-size: 14px;\n  font-weight: 600;\n  text-align: right;\n  color: var(--text-dark);\n  flex-shrink: 0;\n}\n.akvg-bar-track {\n  flex: 1;\n  height: 32px;\n  background: rgba(15,15,61,0.03);\n  border-radius: 8px;\n  overflow: hidden;\n}\n.akvg-bar-fill {\n  height: 100%;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  padding-left: 12px;\n  font-weight: 700;\n  font-size: 13px;\n  color: #fff;\n  width: 0;\n  transition: width 1.5s cubic-bezier(0.22, 1, 0.36, 1);\n}\n.akvg-bar-fill.akvg-bg-blue { background: var(--blue-night); }\n.akvg-bar-fill.akvg-bg-cyan { background: var(--cyan-dark); }\n.akvg-bar-fill.akvg-bg-grad { background: linear-gradient(90deg, var(--blue-night), var(--cyan-dark)); }\n\n\/* ===== SOURCE LINKS ===== *\/\n.akvg-source-links {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n  margin-top: 16px;\n}\n.akvg-src-link {\n  font-size: 12px;\n  color: var(--cyan-dark);\n  text-decoration: none;\n  font-weight: 600;\n  padding: 4px 12px;\n  background: rgba(90, 231, 222, 0.08);\n  border-radius: 6px;\n  transition: background 0.3s;\n}\n.akvg-src-link:hover { background: rgba(90, 231, 222, 0.18); }\n\n\/* ===== TWO SYSTEMS ===== *\/\n.akvg-systems {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 28px;\n  margin: 40px 0;\n}\n@media (max-width: 800px) { .akvg-systems { grid-template-columns: 1fr; } }\n.akvg-sys {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 20px;\n  padding: 36px 30px;\n  box-shadow: var(--shadow-sm);\n  position: relative;\n  overflow: hidden;\n}\n.akvg-sys::before {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 4px;\n}\n.akvg-sys-cyan::before { background: var(--cyan-dark); }\n.akvg-sys-gold::before { background: #C9A800; }\n.akvg-sys-icon {\n  width: 52px; height: 52px;\n  border-radius: 14px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 26px;\n  margin-bottom: 18px;\n}\n.akvg-sys-cyan .akvg-sys-icon { background: var(--cyan-light); }\n.akvg-sys-gold .akvg-sys-icon { background: var(--yellow-light); }\n.akvg-sys h3 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 20px;\n  color: var(--blue-night);\n  margin-bottom: 12px;\n}\n.akvg-sys p {\n  font-size: 14px;\n  color: var(--text-muted);\n  margin-bottom: 18px;\n  line-height: 1.7;\n}\n.akvg-sys-bullets {\n  list-style: none;\n  padding: 0;\n}\n.akvg-sys-bullets li {\n  padding: 6px 0 6px 20px;\n  position: relative;\n  font-size: 14px;\n  color: var(--text-body);\n  line-height: 1.6;\n}\n.akvg-sys-bullets li::before {\n  content: '';\n  position: absolute;\n  left: 0;\n  top: 14px;\n  width: 6px; height: 6px;\n  border-radius: 50%;\n}\n.akvg-sys-cyan .akvg-sys-bullets li::before { background: var(--cyan-dark); }\n.akvg-sys-gold .akvg-sys-bullets li::before { background: #C9A800; }\n.akvg-tags {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 6px;\n  margin-top: 18px;\n}\n.akvg-tag {\n  background: var(--bg-card-alt);\n  border: 1px solid var(--border-light);\n  border-radius: 8px;\n  padding: 4px 12px;\n  font-size: 12px;\n  color: var(--text-dark);\n  font-weight: 600;\n}\n\n\/* ===== SOURCE CHIPS GRID ===== *\/\n.akvg-chips {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));\n  gap: 12px;\n  margin: 36px 0;\n}\n.akvg-chip {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 12px;\n  padding: 18px 14px;\n  text-align: center;\n  box-shadow: var(--shadow-sm);\n  transition: transform 0.3s, box-shadow 0.3s;\n}\n.akvg-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }\n.akvg-chip-rank {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 800;\n  font-size: 10px;\n  color: var(--cyan-dark);\n  letter-spacing: 1px;\n  display: block;\n  margin-bottom: 4px;\n}\n.akvg-chip-name {\n  font-weight: 600;\n  font-size: 13px;\n  color: var(--text-dark);\n}\n\n\/* ===== DARK BAND (for contrast sections) ===== *\/\n.akvg-dark-band {\n  background: var(--gradient-blue);\n  color: #E0E0F0;\n  padding: 80px 40px;\n  position: relative;\n  overflow: hidden;\n}\n.akvg-dark-band::before {\n  content: '';\n  position: absolute;\n  inset: 0;\n  background-image: \n    linear-gradient(rgba(255,255,255,0.02) 1px, transparent 1px),\n    linear-gradient(90deg, rgba(255,255,255,0.02) 1px, transparent 1px);\n  background-size: 60px 60px;\n  pointer-events: none;\n}\n.akvg-dark-band .akvg-label { color: var(--cyan); }\n.akvg-dark-band .akvg-label::before { background: var(--cyan); }\n.akvg-dark-band .akvg-h2 { color: #fff; }\n.akvg-dark-band .akvg-intro { color: rgba(255,255,255,0.6); }\n.akvg-dark-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n  position: relative;\n  z-index: 1;\n}\n\n\/* ===== TOOLKIT CARDS ===== *\/\n.akvg-toolkit { display: flex; flex-direction: column; gap: 24px; margin: 40px 0; }\n.akvg-tool {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 20px;\n  padding: 36px 32px;\n  box-shadow: var(--shadow-sm);\n  display: grid;\n  grid-template-columns: 64px 1fr;\n  gap: 24px;\n  align-items: start;\n  transition: box-shadow 0.3s;\n}\n.akvg-tool:hover { box-shadow: var(--shadow-md); }\n@media (max-width: 700px) { .akvg-tool { grid-template-columns: 1fr; } }\n.akvg-tool-icon {\n  width: 64px; height: 64px;\n  border-radius: 16px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-size: 30px;\n  background: var(--cyan-light);\n  border: 1px solid rgba(90,231,222,0.2);\n}\n.akvg-tool h3 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 20px;\n  color: var(--blue-night);\n  margin-bottom: 10px;\n}\n.akvg-tool p {\n  font-size: 15px;\n  color: var(--text-muted);\n  margin-bottom: 14px;\n  line-height: 1.7;\n}\n.akvg-tool-bullets {\n  list-style: none;\n  padding: 0;\n  margin-bottom: 16px;\n}\n.akvg-tool-bullets li {\n  padding: 5px 0 5px 18px;\n  position: relative;\n  font-size: 14px;\n  color: var(--text-body);\n  line-height: 1.6;\n}\n.akvg-tool-bullets li::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 13px;\n  width: 5px; height: 5px;\n  border-radius: 50%;\n  background: var(--cyan-dark);\n}\n.akvg-tool-link {\n  display: inline-flex;\n  align-items: center;\n  gap: 6px;\n  color: var(--cyan-dark);\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 600;\n  transition: gap 0.3s;\n  margin-right: 16px;\n}\n.akvg-tool-link:hover { gap: 12px; }\n\n\/* ===== ANNUAIRES SPLIT ===== *\/\n.akvg-split {\n  display: grid;\n  grid-template-columns: 1fr 50px 1fr;\n  gap: 0;\n  align-items: stretch;\n  margin: 40px 0;\n}\n@media (max-width: 800px) {\n  .akvg-split { grid-template-columns: 1fr; }\n  .akvg-vs-badge { margin: 16px auto; }\n}\n.akvg-split-col {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 20px;\n  padding: 32px 28px;\n  box-shadow: var(--shadow-sm);\n}\n.akvg-split-col.akvg-highlighted {\n  border-color: rgba(90,231,222,0.3);\n  box-shadow: 0 4px 24px rgba(90,231,222,0.08);\n}\n.akvg-split-col h3 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 18px;\n  margin-bottom: 8px;\n}\n.akvg-split-col .akvg-split-desc {\n  font-size: 13px;\n  color: var(--text-muted);\n  margin-bottom: 18px;\n  line-height: 1.6;\n}\n.akvg-vs-badge {\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: 16px;\n  color: var(--blue-night);\n  background: var(--sun-yellow);\n  width: 42px; height: 42px;\n  border-radius: 50%;\n  align-self: center;\n  justify-self: center;\n  box-shadow: 0 4px 12px rgba(255,239,94,0.3);\n}\n.akvg-ann-item {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 8px 0;\n  border-bottom: 1px solid rgba(15,15,61,0.04);\n}\n.akvg-ann-item:last-child { border-bottom: none; }\n.akvg-ann-item a {\n  color: var(--text-body);\n  text-decoration: none;\n  font-weight: 500;\n  font-size: 14px;\n  transition: color 0.3s;\n}\n.akvg-ann-item a:hover { color: var(--cyan-dark); }\n.akvg-ann-item span.akvg-ann-note {\n  font-size: 12px;\n  color: var(--text-muted);\n  font-weight: 400;\n}\n.akvg-dot { width: 5px; height: 5px; border-radius: 50%; flex-shrink: 0; }\n.akvg-dot-c { background: var(--cyan-dark); }\n.akvg-dot-y { background: #C9A800; }\n.akvg-dot-m { background: var(--text-muted); }\n\n\/* ===== WIKI HIGHLIGHT ===== *\/\n.akvg-wiki-box {\n  background: linear-gradient(135deg, rgba(90,231,222,0.06) 0%, rgba(255,239,94,0.04) 100%);\n  border: 1px solid rgba(90,231,222,0.15);\n  border-radius: 24px;\n  padding: 48px 40px;\n  margin: 40px 0;\n  position: relative;\n  overflow: hidden;\n}\n.akvg-wiki-box::after {\n  content: 'W';\n  position: absolute;\n  right: -10px; top: -40px;\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: 220px;\n  color: rgba(15,15,61,0.02);\n  pointer-events: none;\n}\n.akvg-wiki-stats {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 24px;\n  margin-bottom: 36px;\n}\n@media (max-width: 700px) { .akvg-wiki-stats { grid-template-columns: 1fr; } }\n.akvg-wiki-stat { text-align: center; }\n.akvg-wiki-stat-big {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: 40px;\n  background: linear-gradient(135deg, var(--cyan-dark), #C9A800);\n  -webkit-background-clip: text;\n  -webkit-text-fill-color: transparent;\n  background-clip: text;\n}\n.akvg-wiki-stat small {\n  font-size: 13px;\n  color: var(--text-muted);\n  display: block;\n  margin-top: 2px;\n}\n.akvg-wiki-list {\n  list-style: none;\n  padding: 0;\n}\n.akvg-wiki-list li {\n  display: flex;\n  align-items: flex-start;\n  gap: 14px;\n  padding: 14px 0;\n  border-bottom: 1px solid rgba(15,15,61,0.04);\n  font-size: 15px;\n  color: var(--text-body);\n  line-height: 1.7;\n}\n.akvg-wiki-list li:last-child { border-bottom: none; }\n.akvg-wiki-list li strong { color: var(--text-dark); }\n.akvg-wiki-ico {\n  width: 28px; height: 28px;\n  border-radius: 8px;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  flex-shrink: 0;\n  font-size: 14px;\n  background: rgba(90,231,222,0.12);\n  margin-top: 2px;\n}\n\n\/* ===== GEO CARDS ===== *\/\n.akvg-geo-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n  gap: 20px;\n  margin: 40px 0;\n}\n.akvg-geo-card {\n  background: rgba(255,255,255,0.06);\n  border: 1px solid rgba(255,255,255,0.08);\n  border-radius: 16px;\n  padding: 28px 24px;\n  border-left: 3px solid var(--cyan);\n}\n.akvg-geo-card h4 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 16px;\n  color: #fff;\n  margin-bottom: 10px;\n}\n.akvg-geo-card p {\n  font-size: 14px;\n  color: rgba(255,255,255,0.55);\n  line-height: 1.7;\n  margin-bottom: 10px;\n}\n.akvg-geo-card ul {\n  list-style: none;\n  padding: 0;\n}\n.akvg-geo-card ul li {\n  padding: 4px 0 4px 16px;\n  position: relative;\n  font-size: 13px;\n  color: rgba(255,255,255,0.6);\n}\n.akvg-geo-card ul li::before {\n  content: '';\n  position: absolute;\n  left: 0; top: 12px;\n  width: 4px; height: 4px;\n  border-radius: 50%;\n  background: var(--cyan);\n}\n.akvg-geo-card a {\n  color: var(--cyan);\n  text-decoration: none;\n  font-size: 13px;\n  font-weight: 600;\n}\n.akvg-geo-card a:hover { text-decoration: underline; }\n\n\/* ===== RECAP ===== *\/\n.akvg-recap {\n  text-align: center;\n  padding: 80px 40px;\n  max-width: 900px;\n  margin: 0 auto;\n}\n.akvg-recap-big {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 900;\n  font-size: clamp(32px, 4vw, 48px);\n  color: var(--blue-night);\n  margin-bottom: 20px;\n  line-height: 1.2;\n}\n.akvg-recap-desc {\n  font-size: 17px;\n  color: var(--text-muted);\n  max-width: 600px;\n  margin: 0 auto 40px;\n}\n.akvg-recap-cols {\n  display: flex;\n  justify-content: center;\n  gap: 32px;\n  flex-wrap: wrap;\n}\n.akvg-recap-item {\n  background: var(--bg-card);\n  border: 1px solid var(--border-light);\n  border-radius: 16px;\n  padding: 28px 24px;\n  width: 200px;\n  box-shadow: var(--shadow-sm);\n  text-align: center;\n}\n.akvg-recap-item-icon { font-size: 28px; margin-bottom: 10px; }\n.akvg-recap-item strong {\n  display: block;\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 15px;\n  color: var(--text-dark);\n  margin-bottom: 4px;\n}\n.akvg-recap-item p { font-size: 13px; color: var(--text-muted); }\n\n\/* ===== DIVIDER ===== *\/\n.akvg-divider {\n  width: 70px; height: 3px;\n  background: var(--gradient-glow);\n  border-radius: 2px;\n  margin: 20px auto;\n}\n\n\/* ===== SOURCES FOOTER ===== *\/\n.akvg-footer {\n  background: var(--blue-night);\n  color: rgba(255,255,255,0.5);\n  padding: 60px 40px;\n}\n.akvg-footer-inner {\n  max-width: 1100px;\n  margin: 0 auto;\n}\n.akvg-footer h3 {\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n  font-size: 18px;\n  color: rgba(255,255,255,0.7);\n  margin-bottom: 20px;\n}\n.akvg-footer-grid {\n  display: grid;\n  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));\n  gap: 10px;\n}\n.akvg-footer-grid a {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  color: rgba(255,255,255,0.45);\n  text-decoration: none;\n  font-size: 13px;\n  padding: 8px 14px;\n  border-radius: 8px;\n  transition: color 0.3s, background 0.3s;\n}\n.akvg-footer-grid a:hover {\n  color: var(--cyan);\n  background: rgba(90,231,222,0.06);\n}\n.akvg-footer-grid a::before {\n  content: '\u2192';\n  color: var(--cyan);\n  font-weight: 700;\n  flex-shrink: 0;\n}\n.akvg-footer-brand {\n  margin-top: 40px;\n  padding-top: 24px;\n  border-top: 1px solid rgba(255,255,255,0.06);\n  text-align: center;\n  font-size: 13px;\n}\n.akvg-footer-brand strong {\n  color: var(--sun-yellow);\n  font-family: 'Outfit', sans-serif;\n  font-weight: 700;\n}\n\n\/* ===== RESPONSIVE ===== *\/\n@media (max-width: 600px) {\n  .akvg-section { padding: 50px 20px; }\n  .akvg-dark-band { padding: 50px 20px; }\n  .akvg-tool { padding: 24px 20px; }\n  .akvg-split { grid-template-columns: 1fr; gap: 16px; }\n  .akvg-bar-name { width: 90px; font-size: 12px; }\n}\n<\/style>\n\n\n\n<!-- ===== HERO ===== -->\n<section class=\"akvg-hero\">\n  <div class=\"akvg-hero-grid\"><\/div>\n  <div class=\"akvg-hero-badge\"><span class=\"akvg-pulse\"><\/span> Cas client reel, anonymise<\/div>\n  <h1>\n    Construire son<br>\n    <span class=\"akvg-grad\">Autorite Web<\/span><br>\n    en 2026\n  <\/h1>\n  <p class=\"akvg-hero-sub\">\n    Knowledge Graph, Entites Nommees &amp; GEO : le systeme complet pour exister dans Google ET dans les reponses des IA generatives.\n  <\/p>\n  <div class=\"akvg-hero-tags\">\n    <span class=\"akvg-hero-tag\">Knowledge Graph<\/span>\n    <span class=\"akvg-hero-tag\">Entites Nommees<\/span>\n    <span class=\"akvg-hero-tag\">GEO<\/span>\n    <span class=\"akvg-hero-tag\">ChatGPT<\/span>\n    <span class=\"akvg-hero-tag\">Knowledge Panel<\/span>\n    <span class=\"akvg-hero-tag\">Wikipedia<\/span>\n    <span class=\"akvg-hero-tag\">Wikidata<\/span>\n  <\/div>\n  <div class=\"akvg-hero-scroll\">\n    Scroll\n    <div class=\"akvg-scroll-line\"><\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== POURQUOI MAINTENANT ===== -->\n<section class=\"akvg-section\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Le contexte<\/div>\n    <h2 class=\"akvg-h2\">Pourquoi c&rsquo;est <span class=\"akvg-hl\">critique<\/span> maintenant<\/h2>\n    <p class=\"akvg-intro\">On vit dans un monde de double recherche. D&rsquo;un cote Google classique avec ses liens bleus, de l&rsquo;autre les IA generatives : ChatGPT, Perplexity, Gemini, Claude. Et ces IA ne citent en moyenne que 2 a 7 sources par reponse, contre 10 liens bleus sur Google. La competition pour etre cite n&rsquo;a jamais ete aussi feroce.<\/p>\n  <\/div>\n\n  <div class=\"akvg-stats-row akvg-reveal\">\n    <div class=\"akvg-stat\">\n      <div class=\"akvg-stat-num akvg-c\">2-7<\/div>\n      <div class=\"akvg-stat-desc\">sources citees par reponse IA<br>(vs 10 liens bleus Google)<\/div>\n    <\/div>\n    <div class=\"akvg-stat\">\n      <div class=\"akvg-stat-num akvg-y\">150K+<\/div>\n      <div class=\"akvg-stat-desc\">citations LLM analysees<br>Etude Semrush, juin 2025<\/div>\n    <\/div>\n    <div class=\"akvg-stat\">\n      <div class=\"akvg-stat-num akvg-c\">30M<\/div>\n      <div class=\"akvg-stat-desc\">citations etudiees par Profound<br>ChatGPT \/ AIO \/ Perplexity<\/div>\n    <\/div>\n    <div class=\"akvg-stat\">\n      <div class=\"akvg-stat-num\">47,9%<\/div>\n      <div class=\"akvg-stat-desc\">des top citations ChatGPT<br>proviennent de Wikipedia<\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"akvg-reveal\">\n    <h3 style=\"font-family:'Outfit',sans-serif;font-weight:700;font-size:20px;color:var(--blue-night);margin-bottom:20px;\">Sources les plus citees par les LLMs en 2025<\/h3>\n  <\/div>\n  <div class=\"akvg-bars akvg-reveal\" id=\"akvgBars\">\n    <div class=\"akvg-bar-item\">\n      <div class=\"akvg-bar-name\">Reddit<\/div>\n      <div class=\"akvg-bar-track\"><div class=\"akvg-bar-fill akvg-bg-blue\" data-width=\"82%\">40,1%<\/div><\/div>\n    <\/div>\n    <div class=\"akvg-bar-item\">\n      <div class=\"akvg-bar-name\">Wikipedia<\/div>\n      <div class=\"akvg-bar-track\"><div class=\"akvg-bar-fill akvg-bg-cyan\" data-width=\"54%\">26,3%<\/div><\/div>\n    <\/div>\n    <div class=\"akvg-bar-item\">\n      <div class=\"akvg-bar-name\">Google \/ YT<\/div>\n      <div class=\"akvg-bar-track\"><div class=\"akvg-bar-fill akvg-bg-grad\" data-width=\"47%\">23%<\/div><\/div>\n    <\/div>\n  <\/div>\n\n  <div class=\"akvg-reveal\" style=\"margin-top:20px;\">\n    <p style=\"font-size:14px;color:var(--text-muted);line-height:1.8;\">\n      <strong style=\"color:var(--text-dark);\">Nuance importante :<\/strong> ChatGPT a une preference forte pour Wikipedia (47,9% de ses top citations selon Profound). Google AI Overviews et Perplexity preferent Reddit. ChatGPT est devenu la source #1 de trafic vers Wikipedia en juin 2025 (Similarweb). Reddit domine globalement grace a son accord de licence de 60M$ avec Google en 2024.\n    <\/p>\n    <div class=\"akvg-source-links\">\n      <a href=\"https:\/\/www.visualcapitalist.com\/ranked-the-most-cited-websites-by-ai-models\/\" target=\"_blank\" class=\"akvg-src-link\">Visual Capitalist \/ Semrush<\/a>\n      <a href=\"https:\/\/www.seroundtable.com\/chatgpt-google-aio-sources-39578.html\" target=\"_blank\" class=\"akvg-src-link\">Profound &#8211; 30M citations<\/a>\n      <a href=\"https:\/\/ahrefs.com\/blog\/most-cited-domains-in-chatgpt\/\" target=\"_blank\" class=\"akvg-src-link\">Ahrefs &#8211; Top 100<\/a>\n      <a href=\"https:\/\/higoodie.com\/blog\/most-cited-domains-in-llms\" target=\"_blank\" class=\"akvg-src-link\">Goodie &#8211; 5,7M citations<\/a>\n      <a href=\"https:\/\/pressgazette.co.uk\/news\/reddit-claims-top-spot-as-most-cited-domain-in-ai-generated-answers\/\" target=\"_blank\" class=\"akvg-src-link\">Press Gazette<\/a>\n      <a href=\"https:\/\/www.statista.com\/statistics\/1620335\/top-web-domains-cited-by-llms\/\" target=\"_blank\" class=\"akvg-src-link\">Statista<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"akvg-divider\"><\/div>\n<div style=\"position:relative;padding-bottom:56.25%;height:0;overflow:hidden;margin:1.8em auto;max-width:900px;border-radius:10px;\">\n<iframe data-src=\"https:\/\/www.youtube.com\/embed\/IcsmC-UrKqc\" title=\"The complete guide to Google Knowledge Graph in 2026\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen style=\"position:absolute;top:0;left:0;width:100%;height:80%;border:0;border-radius:10px;\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" data-load-mode=\"1\"><\/iframe>\n<\/div>\n\n<!-- ===== LES DEUX SYSTEMES ===== -->\n<section class=\"akvg-section\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Comprendre<\/div>\n    <h2 class=\"akvg-h2\">Deux systemes <span class=\"akvg-hl\">complementaires<\/span><\/h2>\n    <p class=\"akvg-intro\">Pour construire son autorite aupres de Google et des IA, il faut comprendre et travailler deux mecanismes bien distincts. C&rsquo;est en les combinant qu&rsquo;on obtient les meilleurs resultats.<\/p>\n  <\/div>\n\n  <div class=\"akvg-systems\">\n    <div class=\"akvg-sys akvg-sys-cyan akvg-reveal-left\">\n      <div class=\"akvg-sys-icon\">\ud83c\udfdb\ufe0f<\/div>\n      <h3>Systeme 1 : Entite &amp; Knowledge Graph<\/h3>\n      <p>Le systeme structure de Google. L&rsquo;objectif : que Google comprenne QUI tu es en tant qu&rsquo;entite (personne, entreprise, lieu). Une fois que tu existes dans le Knowledge Graph, tu obtiens un Knowledge Panel (le panneau a droite des resultats Google).<\/p>\n      <ul class=\"akvg-sys-bullets\">\n        <li>Etre present sur 20-30 sites que Google trust et utilise pour construire les Knowledge Graphs<\/li>\n        <li>Des \u00ab\u00a0points de contact\u00a0\u00bb sur des sources de haute autorite (Wikipedia, Wikidata, Crunchbase, etc.)<\/li>\n        <li>En 2025-2026, les Knowledge Panel Cards horizontales pour les entreprises sont nouvelles et plus faciles a declencher<\/li>\n        <li>Google utilise desormais Gemini pour generer des descriptions multi-sources pour les Knowledge Panels<\/li>\n        <li>Kalicube estime que Google utilise plus de 200 000 sources de confiance pour alimenter les panels<\/li>\n        <li>Les personnes avec un Knowledge Panel ont quadruple entre juin 2023 et juin 2024<\/li>\n        <li>Le nombre de C-level executives avec un panel explose, surtout dans les entreprises YMYL<\/li>\n      <\/ul>\n      <div class=\"akvg-tags\">\n        <span class=\"akvg-tag\">Wikipedia<\/span>\n        <span class=\"akvg-tag\">Wikidata<\/span>\n        <span class=\"akvg-tag\">Crunchbase<\/span>\n        <span class=\"akvg-tag\">GMB<\/span>\n        <span class=\"akvg-tag\">Schema.org<\/span>\n        <span class=\"akvg-tag\">Profils sociaux<\/span>\n        <span class=\"akvg-tag\">Entity Home<\/span>\n      <\/div>\n    <\/div>\n    <div class=\"akvg-sys akvg-sys-gold akvg-reveal-right\">\n      <div class=\"akvg-sys-icon\">\ud83d\udce1<\/div>\n      <h3>Systeme 2 : Recommandations &amp; Mentions<\/h3>\n      <p>Quand Google ou une IA n&rsquo;a pas une source parfaite et tres fiable sur un sujet, elle explore le web et retrouve des mentions, de la recommandation, des listicles. C&rsquo;est deconnecte du Knowledge Panel mais ca pese enormement en GEO.<\/p>\n      <ul class=\"akvg-sys-bullets\">\n        <li>Mentions dans des articles \u00ab\u00a0Top 10 des meilleurs&#8230;\u00a0\u00bb, \u00ab\u00a0Meilleur outil pour&#8230;\u00a0\u00bb<\/li>\n        <li>Threads Reddit de recommandation (Reddit = source #1 pour les LLMs, 40,1%)<\/li>\n        <li>Comparatifs, tests, avis sur des sites tiers<\/li>\n        <li>Forums specialises, discussions Quora, Stack Overflow<\/li>\n        <li>Les LLMs adorent les \u00ab\u00a0listicles\u00a0\u00bb : contenus structures avec des listes de recommandations<\/li>\n        <li>Etre mentionne dans des podcasts, interviews, articles de presse qui sont indexables<\/li>\n        <li>Le contenu Reddit est utilise dans l&rsquo;entrainement de Google et OpenAI (accord de 60M$)<\/li>\n      <\/ul>\n      <div class=\"akvg-tags\">\n        <span class=\"akvg-tag\">Reddit<\/span>\n        <span class=\"akvg-tag\">Listicles<\/span>\n        <span class=\"akvg-tag\">Forums<\/span>\n        <span class=\"akvg-tag\">Comparatifs<\/span>\n        <span class=\"akvg-tag\">Top 10<\/span>\n        <span class=\"akvg-tag\">Avis<\/span>\n        <span class=\"akvg-tag\">Digital PR<\/span>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== TOP SOURCES KG ===== -->\n<section class=\"akvg-section akvg-section-wide\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Sources cles<\/div>\n    <h2 class=\"akvg-h2\">Top sources pour le <span class=\"akvg-hl\">Knowledge Graph<\/span><\/h2>\n    <p class=\"akvg-intro\">Les sites sur lesquels Google s&rsquo;appuie pour construire et alimenter les Knowledge Panels. L&rsquo;objectif : etre present sur un maximum de ces plateformes avec des informations coherentes.<\/p>\n  <\/div>\n  <div class=\"akvg-chips akvg-reveal\">\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#1<\/span><span class=\"akvg-chip-name\">Wikipedia<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#2<\/span><span class=\"akvg-chip-name\">Wikidata<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#3<\/span><span class=\"akvg-chip-name\">Crunchbase<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#4<\/span><span class=\"akvg-chip-name\">Votre site web<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#5<\/span><span class=\"akvg-chip-name\">Google News<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#6<\/span><span class=\"akvg-chip-name\">LinkedIn<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#7<\/span><span class=\"akvg-chip-name\">YouTube<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#8<\/span><span class=\"akvg-chip-name\">Amazon<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#9<\/span><span class=\"akvg-chip-name\">Spotify<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#10<\/span><span class=\"akvg-chip-name\">ZoomInfo<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#11<\/span><span class=\"akvg-chip-name\">Goodreads<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#12<\/span><span class=\"akvg-chip-name\">Medium<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#13<\/span><span class=\"akvg-chip-name\">Gartner<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#14<\/span><span class=\"akvg-chip-name\">Y Combinator<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#15<\/span><span class=\"akvg-chip-name\">IMDb<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#16<\/span><span class=\"akvg-chip-name\">Trustpilot<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#17<\/span><span class=\"akvg-chip-name\">Glassdoor<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#18<\/span><span class=\"akvg-chip-name\">RocketReach<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#19<\/span><span class=\"akvg-chip-name\">AngelList<\/span><\/div>\n    <div class=\"akvg-chip\"><span class=\"akvg-chip-rank\">#20<\/span><span class=\"akvg-chip-name\">G2<\/span><\/div>\n  <\/div>\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-source-links\">\n      <a href=\"https:\/\/kalicube.com\/\" target=\"_blank\" class=\"akvg-src-link\">Kalicube &#8211; 200K+ sources<\/a>\n      <a href=\"https:\/\/searchengineland.com\/optimize-company-google-knowledge-panel-453882\" target=\"_blank\" class=\"akvg-src-link\">SEL &#8211; KP Corporate 2025<\/a>\n      <a href=\"https:\/\/www.reddit.com\/r\/GrowthHacking\/comments\/wrs6jj\/how_to_get_a_google_knowledge_panel\/\" target=\"_blank\" class=\"akvg-src-link\">Reddit &#8211; How to get a KP<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"akvg-divider\"><\/div>\n\n<!-- ===== LE KIT CONCRET ===== -->\n<section class=\"akvg-section\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Le kit<\/div>\n    <h2 class=\"akvg-h2\">Ce qu&rsquo;on <span class=\"akvg-hl\">deploie<\/span> concretement<\/h2>\n    <p class=\"akvg-intro\">Les outils, les prestataires et les methodes qu&rsquo;on utilise en agence pour construire l&rsquo;autorite web de nos clients. Des solutions accessibles qui existent sur le marche.<\/p>\n  <\/div>\n\n  <div class=\"akvg-toolkit\">\n\n    <!-- Social Profiles -->\n    <div class=\"akvg-tool akvg-reveal\">\n      <div class=\"akvg-tool-icon\">\ud83d\udc65<\/div>\n      <div>\n        <h3>Social Profiles en masse<\/h3>\n        <p>Creation de 100+ profils sociaux coherents sur les principales plateformes. C&rsquo;est un des leviers les plus accessibles et les plus rentables pour commencer a construire son entite.<\/p>\n        <ul class=\"akvg-tool-bullets\">\n          <li>Plus tu as de profils sociaux coherents et relies entre eux, plus Google detecte et comprend ton entite<\/li>\n          <li>Les profils sociaux s&rsquo;affichent directement dans les Knowledge Panels (liens vers X, LinkedIn, YouTube, etc.)<\/li>\n          <li>Pas besoin de tous les alimenter manuellement. Le simple fait qu&rsquo;ils existent, soient coherents et relies joue deja un role tres important dans la structuration de l&rsquo;entite<\/li>\n          <li>Si possible, automatiser avec de l&rsquo;IA pour creer un minimum d&rsquo;activite sur chaque plateforme<\/li>\n          <li>Coherence cruciale : meme nom, meme description, meme logo, memes informations partout<\/li>\n          <li>Les Knowledge Panel Cards horizontales en 2025-2026 rendent les profils sociaux encore plus visibles<\/li>\n        <\/ul>\n        <a href=\"https:\/\/seobuilder.com\/\" target=\"_blank\" class=\"akvg-tool-link\">SEOBuilder.com \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Wikidata -->\n    <div class=\"akvg-tool akvg-reveal\">\n      <div class=\"akvg-tool-icon\">\ud83d\uddc3\ufe0f<\/div>\n      <div>\n        <h3>Fiche Wikidata<\/h3>\n        <p>Wikidata est la base de donnees structuree que Google utilise DIRECTEMENT pour alimenter le Knowledge Graph. C&rsquo;est litteralement le langage que Google comprend le mieux.<\/p>\n        <ul class=\"akvg-tool-bullets\">\n          <li>Wikidata = la \u00ab\u00a0fiche technique\u00a0\u00bb de votre entite en donnees structurees<\/li>\n          <li>Google tire directement les informations depuis Wikidata pour construire les Knowledge Panels<\/li>\n          <li>Chaque entite Wikidata est reliee a d&rsquo;autres entites (relations, categories, proprietes)<\/li>\n          <li>Verifier si vous avez deja une entree : aller sur wikidata.org et chercher votre nom ou votre marque<\/li>\n          <li>C&rsquo;est la version \u00ab\u00a0machine\u00a0\u00bb de Wikipedia : si Wikipedia est pour les humains, Wikidata est pour les algorithmes<\/li>\n          <li>Une fiche Wikidata bien remplie accelere significativement l&rsquo;apparition d&rsquo;un Knowledge Panel<\/li>\n        <\/ul>\n        <a href=\"https:\/\/legiit.com\/SupremeSEO\/get-your-companypersonal-profile-listed-on-wikidataorg\" target=\"_blank\" class=\"akvg-tool-link\">Prestataire Wikidata sur Legiit \u2192<\/a>\n        <a href=\"https:\/\/www.wikidata.org\/\" target=\"_blank\" class=\"akvg-tool-link\">Wikidata.org \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Wiki Links -->\n    <div class=\"akvg-tool akvg-reveal\">\n      <div class=\"akvg-tool-icon\">\ud83d\udd17<\/div>\n      <div>\n        <h3>Pack Wiki Links<\/h3>\n        <p>Un ensemble de liens sur des mini-wikis et bases de donnees que Google reconnait comme sources fiables pour valider l&rsquo;existence d&rsquo;une entite.<\/p>\n        <ul class=\"akvg-tool-bullets\">\n          <li>Inclut : CrunchBase, WikiAlpha, Fandom et autres mini-wikis reconnus par Google<\/li>\n          <li>Ces sources valident l&rsquo;existence de l&rsquo;entite et renforcent le \u00ab\u00a0web of trust\u00a0\u00bb autour de votre marque<\/li>\n          <li>Chaque lien est un \u00ab\u00a0vote de confiance\u00a0\u00bb supplementaire dans l&rsquo;ecosysteme Google<\/li>\n          <li>Ces mini-wikis sont souvent dans les 200 000+ sources que Google utilise pour les Knowledge Panels<\/li>\n          <li>Plus vous avez de presences coherentes sur ces plateformes, plus votre entite est solide<\/li>\n        <\/ul>\n        <a href=\"https:\/\/legiit.com\/SupremeSEO\/combined-6-powerful-wiki-links-to-boost-rankings\" target=\"_blank\" class=\"akvg-tool-link\">Pack Wiki Links sur Legiit \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- Knowledge Panel -->\n    <div class=\"akvg-tool akvg-reveal\">\n      <div class=\"akvg-tool-icon\">\ud83c\udfc6<\/div>\n      <div>\n        <h3>Knowledge Panel Entreprise<\/h3>\n        <p>La creation du fameux panneau Google pour votre entreprise. C&rsquo;est l&rsquo;element le plus visible et le plus impactant de toute la strategie.<\/p>\n        <ul class=\"akvg-tool-bullets\">\n          <li>Le Knowledge Panel en 2026 c&rsquo;est bien plus qu&rsquo;un encadre : cards horizontales, attributs, personnes cles, reviews, trust score<\/li>\n          <li>Google utilise Gemini pour combiner des descriptions multi-sources (pas juste Wikipedia)<\/li>\n          <li>Ne PAS lancer un Knowledge Panel perso + entreprise en meme temps. Ca peut creer de la confusion pour Google<\/li>\n          <li>Si la personne a deja un KG personnel, prioriser le KG entreprise<\/li>\n          <li>Les Key People (dirigeants avec leur propre KP) s&rsquo;affichent maintenant dans le panel corporate<\/li>\n          <li>Le changement de \u00ab\u00a0cohort\u00a0\u00bb dans le Knowledge Graph peut prendre un an ou plus<\/li>\n          <li>Un Knowledge Panel est un actif strategique : peu de concurrents l&rsquo;ont structure proprement<\/li>\n        <\/ul>\n        <a href=\"https:\/\/legiit.com\/SupremeSEO\/get-a-verified-google-knowledge-panel-for-you\" target=\"_blank\" class=\"akvg-tool-link\">Knowledge Panel sur Legiit \u2192<\/a>\n      <\/div>\n    <\/div>\n\n    <!-- GMB -->\n    <div class=\"akvg-tool akvg-reveal\">\n      <div class=\"akvg-tool-icon\">\ud83d\udccd<\/div>\n      <div>\n        <h3>Google Business Profile (GMB)<\/h3>\n        <p>Un des moyens les plus accessibles pour rentrer dans le Knowledge Graph proprement et facilement. Tout le monde peut le faire, meme sans notoriete prealable.<\/p>\n        <ul class=\"akvg-tool-bullets\">\n          <li>Le GBP alimente directement le Knowledge Panel et les resultats locaux (Maps, etc.)<\/li>\n          <li>La validation peut prendre du temps : parfois 10+ jours, avec une etape video possible<\/li>\n          <li>Pour la video de validation : montrer l&rsquo;adresse bien visible, les locaux, un bureau<\/li>\n          <li>C&rsquo;est gratuit et accessible a toutes les entreprises<\/li>\n          <li>Un GBP bien optimise cree des synergies avec tout le reste de la strategie<\/li>\n          <li>On explore des methodes pour accelerer et demultiplier les effets du GBP<\/li>\n          <li>Le GBP n&rsquo;est PAS un Knowledge Panel (c&rsquo;est un profil business que VOUS creez), mais il y contribue fortement<\/li>\n          <li>Les photos, les avis, les posts, les Q&amp;A sur le GBP enrichissent l&rsquo;entite<\/li>\n        <\/ul>\n        <a href=\"https:\/\/www.google.com\/business\/\" target=\"_blank\" class=\"akvg-tool-link\">Google Business Profile \u2192<\/a>\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n\n<div class=\"akvg-divider\"><\/div>\n\n<!-- ===== ANNUAIRES ===== -->\n<section class=\"akvg-section\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Annuaires<\/div>\n    <style>\r\n.astrak-cta-svc{position:relative;display:flex;align-items:center;gap:20px;background:radial-gradient(circle at 0% 100%,rgba(45,126,138,.65) 0%,rgba(13,22,58,0) 50%),linear-gradient(135deg,#15204a 0%,#060a24 100%);border-radius:14px;padding:18px 22px 18px 24px;margin:22px auto;color:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(15,15,61,.18),0 2px 6px rgba(15,15,61,.10);font-family:'Poppins',sans-serif;max-width:760px;min-height:148px}\r\n.astrak-cta-svc *{box-sizing:border-box}\r\n.astrak-cta-svc .cta-illus{flex-shrink:0;width:84px;height:84px;position:relative;z-index:2}\r\n.astrak-cta-svc .cta-illus img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}\r\n.astrak-cta-svc .cta-body{flex:1;position:relative;z-index:2;min-width:0}\r\n.astrak-cta-svc .cta-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#5AE7DE!important;margin-bottom:6px;text-decoration:none!important}\r\n.astrak-cta-svc .cta-tag:hover{text-decoration:underline!important}\r\n.astrak-cta-svc .cta-title{font-size:17px!important;font-weight:700!important;line-height:1.3!important;margin:0 0 4px 0!important;color:#fff!important;letter-spacing:-.2px}\r\n.astrak-cta-svc .cta-desc{font-size:13.5px;color:rgba(255,255,255,.72);margin:0!important;line-height:1.45;font-weight:400}\r\n.astrak-cta-svc .cta-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;background:#FFEB60;color:#0f162e!important;padding:11px 20px;border-radius:50px;font-weight:700;font-size:13px;white-space:nowrap;text-decoration:none!important;position:relative;z-index:2}\r\n@media(max-width:760px){.astrak-cta-svc{padding:16px 18px;gap:16px;min-height:140px}.astrak-cta-svc .cta-illus{width:76px;height:76px}.astrak-cta-svc .cta-title{font-size:16px!important}.astrak-cta-svc .cta-desc{font-size:13px}}\r\n@media(max-width:600px){.astrak-cta-svc{flex-wrap:wrap;padding:16px;gap:14px;border-radius:16px;min-height:0}.astrak-cta-svc .cta-illus{width:64px;height:64px;order:1}.astrak-cta-svc .cta-body{flex:1;min-width:0;order:2}.astrak-cta-svc .cta-tag{font-size:10px;margin-bottom:4px}.astrak-cta-svc .cta-title{font-size:15px!important;line-height:1.25!important}.astrak-cta-svc .cta-desc{font-size:12.5px;line-height:1.4;margin-top:3px}.astrak-cta-svc .cta-btn{order:3;width:100%;justify-content:center;padding:13px 20px;font-size:13.5px}}\r\n@media(max-width:380px){.astrak-cta-svc{padding:14px;gap:12px}.astrak-cta-svc .cta-illus{width:56px;height:56px}.astrak-cta-svc .cta-title{font-size:14px!important}.astrak-cta-svc .cta-desc{font-size:12px}.astrak-cta-svc .cta-btn{padding:12px 16px;font-size:13px}}\r\n<\/style>\r\n\r\n<div class=\"astrak-cta-svc\">\r\n    <div class=\"cta-illus\"><img decoding=\"async\" data-src=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/icon-seo-local.webp\" alt=\"SEO Local\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\"><\/div>\r\n    <div class=\"cta-body\">\r\n        <a href=\"https:\/\/astrak.agency\/agence-seo-local\/\" class=\"cta-tag\">Agence SEO Local<\/a>\r\n        <p class=\"cta-title\">Captez la client\u00e8le qui cherche autour de vous<\/p>\r\n        <p class=\"cta-desc\">Dominez les \"[service] + [ville]\". Des appels, des visites, des vrais clients.<\/p>\r\n    <\/div>\r\n    <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?&utm_source=website-blog\" class=\"cta-btn\">Prendre RDV<\/a>\r\n<\/div>\r\n<h2 class=\"akvg-h2\">La distinction <span class=\"akvg-hl\">importante<\/span><\/h2>\n    <p class=\"akvg-intro\">Tous les annuaires ne se valent pas. Il y a une difference fondamentale entre les annuaires SEO classiques (backlinks) et les annuaires qui alimentent le Knowledge Graph et les entites.<\/p>\n  <\/div>\n\n  <div class=\"akvg-split akvg-reveal-scale\">\n    <div class=\"akvg-split-col\">\n      <h3 style=\"color:var(--text-muted);\">Annuaires SEO classiques<\/h3>\n      <p class=\"akvg-split-desc\">Pertinent pour le netlinking, l&rsquo;autorite de domaine et le jus SEO. Toujours utiles, mais ne travaillent PAS la partie Knowledge Graph et Entite Nommee.<\/p>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-m\"><\/span><span style=\"font-size:14px;color:var(--text-muted);\">Annuaires de backlinks generiques<\/span><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-m\"><\/span><span style=\"font-size:14px;color:var(--text-muted);\">Directories SEO \/ web directories<\/span><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-m\"><\/span><span style=\"font-size:14px;color:var(--text-muted);\">Plateformes de guest posting<\/span><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-m\"><\/span><span style=\"font-size:14px;color:var(--text-muted);\">PBN et reseaux prives<\/span><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-m\"><\/span><span style=\"font-size:14px;color:var(--text-muted);\">Annuaires thematiques de niche<\/span><\/div>\n    <\/div>\n    <div class=\"akvg-vs-badge\">VS<\/div>\n    <div class=\"akvg-split-col akvg-highlighted\">\n      <h3 style=\"color:var(--cyan-dark);\">Annuaires a forte valeur d&rsquo;entite<\/h3>\n      <p class=\"akvg-split-desc\">Des plateformes avec des systemes de verification, un cote officiel et verifie. Google et les IA adorent ces sources parce qu&rsquo;elles sont fiables.<\/p>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-c\"><\/span><a href=\"https:\/\/www.pagesjaunes.fr\/\" target=\"_blank\">Pages Jaunes <span class=\"akvg-ann-note\">&#8211; reference historique France<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-c\"><\/span><a href=\"https:\/\/www.trustpilot.com\/\" target=\"_blank\">Trustpilot <span class=\"akvg-ann-note\">&#8211; avis verifies, tres forte reference<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-c\"><\/span><a href=\"https:\/\/www.yelp.com\/\" target=\"_blank\">Yelp <span class=\"akvg-ann-note\">&#8211; enorme aux US, massivement reutilise par les IA<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-c\"><\/span><a href=\"https:\/\/www.tripadvisor.com\/\" target=\"_blank\">TripAdvisor <span class=\"akvg-ann-note\">&#8211; grosse ref travel, verification bien rodee<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-y\"><\/span><a href=\"https:\/\/www.mapbox.com\/\" target=\"_blank\">Mapbox <span class=\"akvg-ann-note\">&#8211; donnees geographiques, utilisees par les LLMs<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-y\"><\/span><a href=\"https:\/\/www.openstreetmap.org\/\" target=\"_blank\">OpenStreetMap <span class=\"akvg-ann-note\">&#8211; cartographie open source, ref geographique<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-y\"><\/span><a href=\"https:\/\/www.mapquest.com\/\" target=\"_blank\">MapQuest <span class=\"akvg-ann-note\">&#8211; reference US<\/span><\/a><\/div>\n      <div class=\"akvg-ann-item\"><span class=\"akvg-dot akvg-dot-y\"><\/span><a href=\"https:\/\/opentripmap.io\/\" target=\"_blank\">OpenTripMap <span class=\"akvg-ann-note\">&#8211; cartographie touristique<\/span><\/a><\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<div class=\"akvg-divider\"><\/div>\n\n<!-- ===== WIKIPEDIA ===== -->\n<section class=\"akvg-section\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\">Le graal<\/div>\n    <h2 class=\"akvg-h2\">Wikipedia : <span class=\"akvg-hl\">la cle de voute<\/span><\/h2>\n    <p class=\"akvg-intro\">Wikipedia est un sujet a part entiere tellement c&rsquo;est puissant. C&rsquo;est la source la plus reprise par les IA et celle qui a le plus d&rsquo;impact sur le Knowledge Graph.<\/p>\n  <\/div>\n\n  <div class=\"akvg-wiki-box akvg-reveal-scale\">\n    <div class=\"akvg-wiki-stats\">\n      <div class=\"akvg-wiki-stat\">\n        <div class=\"akvg-wiki-stat-big\">#1<\/div>\n        <small>Source la plus citee par ChatGPT<br>(47,9% des top citations)<\/small>\n      <\/div>\n      <div class=\"akvg-wiki-stat\">\n        <div class=\"akvg-wiki-stat-big\">3%<\/div>\n        <small>des donnees d&rsquo;entrainement<br>de GPT-3 viennent de Wikipedia<\/small>\n      <\/div>\n      <div class=\"akvg-wiki-stat\">\n        <div class=\"akvg-wiki-stat-big\">50%<\/div>\n        <small>des top agences citees par les IA<br>ont une page Wikipedia (Trackerly.ai)<\/small>\n      <\/div>\n    <\/div>\n\n    <ul class=\"akvg-wiki-list\">\n      <li>\n        <span class=\"akvg-wiki-ico\">\ud83c\udfaf<\/span>\n        <div><strong>GEO :<\/strong> Wikipedia est massivement repris par ChatGPT et tous les LLMs. ChatGPT est devenu la source #1 de trafic vers Wikipedia en juin 2025 (Similarweb). Les IA consultent et citent Wikipedia en temps reel via le RAG.<\/div>\n      <\/li>\n      <li>\n        <span class=\"akvg-wiki-ico\">\ud83c\udfdb\ufe0f<\/span>\n        <div><strong>Entite :<\/strong> avoir une page Wikipedia = Knowledge Panel beaucoup plus fort. Les sites avec un Knowledge Panel solide (dont Wikipedia) tendent a mieux ranker globalement. C&rsquo;est un signal de notoriete, de legitimite et de fiabilite.<\/div>\n      <\/li>\n      <li>\n        <span class=\"akvg-wiki-ico\">\ud83d\udc8e<\/span>\n        <div><strong>Domaines expires :<\/strong> racheter un domaine expire qui a un Knowledge Panel est extremement puissant. Le Knowledge Panel \u00ab\u00a0survit\u00a0\u00bb souvent au changement de proprietaire, et c&rsquo;est un avantage competitif enorme.<\/div>\n      <\/li>\n      <li>\n        <span class=\"akvg-wiki-ico\">\u26a0\ufe0f<\/span>\n        <div><strong>La realite :<\/strong> creer une page Wikipedia est difficile. Il faut de la notoriete, des sources secondaires independantes, respecter les regles editoriales strictes. On travaille enormement la-dessus en agence avec des prestataires experts. On ameliore des pages existantes, on en deploie des nouvelles, on les alimente, on s&rsquo;assure que tout roule.<\/div>\n      <\/li>\n      <li>\n        <span class=\"akvg-wiki-ico\">\ud83d\ude80<\/span>\n        <div><strong>Notre quete :<\/strong> on se bat pour creer une fiche Wikipedia pour l&rsquo;agence et en personal branding, meme sans la notoriete \u00ab\u00a0officielle\u00a0\u00bb requise. C&rsquo;est un challenge de long terme mais un actif strategique enorme. En attendant : Wikitia, Golden, CrunchBase sont de bonnes alternatives.<\/div>\n      <\/li>\n      <li>\n        <span class=\"akvg-wiki-ico\">\ud83d\udcdd<\/span>\n        <div><strong>Optimisation :<\/strong> si vous avez deja une page, assurez-vous qu&rsquo;elle est bien optimisee. Les premieres phrases sont celles que Google reprend pour le Knowledge Panel. Ajoutez des sources de qualite, maintenez les informations a jour, et assurez-vous d&rsquo;etre cite dans d&rsquo;autres articles Wikipedia lies a votre domaine.<\/div>\n      <\/li>\n    <\/ul>\n    <div class=\"akvg-source-links\" style=\"margin-top:20px;\">\n      <a href=\"https:\/\/wikiconsult.com\/en\/how-to-rank-better-in-chatgpt-using-wikipedia\" target=\"_blank\" class=\"akvg-src-link\">WikiConsult &#8211; Wikipedia et LLM ranking<\/a>\n      <a href=\"https:\/\/cybernews.com\/news\/chatgpt-wikipedia-google-reddit\/\" target=\"_blank\" class=\"akvg-src-link\">CyberNews &#8211; ChatGPT &amp; Wikipedia<\/a>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== GEO - DARK BAND ===== -->\n<section class=\"akvg-dark-band\">\n  <div class=\"akvg-dark-inner\">\n    <div class=\"akvg-reveal\">\n      <div class=\"akvg-label\">GEO<\/div>\n      <h2 class=\"akvg-h2\">Generative Engine <span style=\"color:var(--cyan);\">Optimization<\/span><\/h2>\n      <p class=\"akvg-intro\">Tout ce qui marche pour le Knowledge Graph se recoupe avec ce qui marche en GEO. Les signaux E-E-A-T (Experience, Expertise, Authoritativeness, Trustworthiness) sont centraux pour les deux. Les LLMs utilisent du RAG : ils vont chercher des sources en temps reel, et ces sources sont exactement celles qu&rsquo;on a citees.<\/p>\n    <\/div>\n\n    <div class=\"akvg-geo-grid\">\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>Descriptions multi-sources via Gemini<\/h4>\n        <p>Google utilise Gemini pour combiner plusieurs descriptions de sources differentes. Wikipedia perd du poids, Google tire de plus en plus depuis les sites web des entreprises elles-memes.<\/p>\n        <ul>\n          <li>L&rsquo;importance de l'\u00a0\u00bbentity home\u00a0\u00bb sur votre site explose<\/li>\n          <li>Optimiser vos descriptions sur TOUTES les plateformes<\/li>\n          <li>Les premieres phrases comptent enormement<\/li>\n        <\/ul>\n        <a href=\"https:\/\/searchengineland.com\/optimize-company-google-knowledge-panel-453882\" target=\"_blank\">Search Engine Land \u2192<\/a>\n      <\/div>\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>Entity Home indispensable<\/h4>\n        <p>Votre site + schema markup = votre source de verite pour Google et les IA. C&rsquo;est la page centrale qui definit votre entite.<\/p>\n        <ul>\n          <li>Schema markup : Organization, Person, LocalBusiness<\/li>\n          <li>Informations coherentes avec toutes vos presences web<\/li>\n          <li>Page \u00ab\u00a0A propos\u00a0\u00bb detaillee avec historique, equipe, mission<\/li>\n          <li>Liens vers tous vos profils officiels<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>Brevets Google &amp; Microsoft<\/h4>\n        <p>Les brevets revelent comment les IA traitent les entites : synthese multi-pages, graphes hierarchiques, scoring d&rsquo;autorite.<\/p>\n        <ul>\n          <li>Google traite un site entier comme un seul input LLM<\/li>\n          <li>L&rsquo;IA genere une \u00ab\u00a0characterisation\u00a0\u00bb synthetisee de l&rsquo;entite<\/li>\n          <li>Structure hierarchique en graphe parent\/enfant<\/li>\n        <\/ul>\n        <a href=\"https:\/\/searchengineland.com\/google-microsoft-patents-geo-468436\" target=\"_blank\">Analyse des brevets \u2192<\/a>\n      <\/div>\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>KP Cards 2025-2026<\/h4>\n        <p>Les Knowledge Panel Cards horizontales pour les entreprises sont nouvelles et de plus en plus faciles a declencher.<\/p>\n        <ul>\n          <li>Top rail horizontal cards = nouveau pour les entreprises<\/li>\n          <li>Right rail vertical cards = nouveau en 2025<\/li>\n          <li>Filter pills pour naviguer les sous-entites<\/li>\n          <li>Key People (C-level avec leur propre KP)<\/li>\n        <\/ul>\n      <\/div>\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>Le GEO est un sport d&rsquo;equipe<\/h4>\n        <p>SEO + content marketing + PR + social media. Les signaux doivent venir de partout pour maximiser la visibilite IA.<\/p>\n        <ul>\n          <li>Le PR digital = validation externe que les LLMs adorent<\/li>\n          <li>Les LLMs favorisent le contenu recent et mis a jour<\/li>\n          <li>Les sources avec des accords de licence (ex: Reddit\/Google) sont privilegiees<\/li>\n        <\/ul>\n        <a href=\"https:\/\/www.firebrand.marketing\/2025\/12\/geo-best-practices-2026\/\" target=\"_blank\">Guide GEO 2026 \u2192<\/a>\n      <\/div>\n      <div class=\"akvg-geo-card akvg-reveal\">\n        <h4>Wikipedia page GEO<\/h4>\n        <p>Le GEO a desormais sa propre page Wikipedia. Le sujet est devenu mainstream et incontournable.<\/p>\n        <ul>\n          <li>RAG = Retrieval-Augmented Generation<\/li>\n          <li>Les LLMs citent 2-7 domaines par reponse<\/li>\n          <li>Citation authority remplace les backlinks<\/li>\n          <li>Visibility score &gt; ranking organique<\/li>\n        <\/ul>\n        <a href=\"https:\/\/en.wikipedia.org\/wiki\/Generative_engine_optimization\" target=\"_blank\">Wikipedia GEO \u2192<\/a>\n      <\/div>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== RECAP ===== -->\n<section class=\"akvg-recap\">\n  <div class=\"akvg-reveal\">\n    <div class=\"akvg-label\" style=\"justify-content:center;\">Recap<\/div>\n    <style>\r\n.astrak-cta-svc{position:relative;display:flex;align-items:center;gap:20px;background:radial-gradient(circle at 0% 100%,rgba(45,126,138,.65) 0%,rgba(13,22,58,0) 50%),linear-gradient(135deg,#15204a 0%,#060a24 100%);border-radius:14px;padding:18px 22px 18px 24px;margin:22px auto;color:#fff;overflow:hidden;box-shadow:0 12px 28px rgba(15,15,61,.18),0 2px 6px rgba(15,15,61,.10);font-family:'Poppins',sans-serif;max-width:760px;min-height:148px}\r\n.astrak-cta-svc *{box-sizing:border-box}\r\n.astrak-cta-svc .cta-illus{flex-shrink:0;width:84px;height:84px;position:relative;z-index:2}\r\n.astrak-cta-svc .cta-illus img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 6px 14px rgba(0,0,0,.35))}\r\n.astrak-cta-svc .cta-body{flex:1;position:relative;z-index:2;min-width:0}\r\n.astrak-cta-svc .cta-tag{display:inline-block;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#5AE7DE!important;margin-bottom:6px;text-decoration:none!important}\r\n.astrak-cta-svc .cta-tag:hover{text-decoration:underline!important}\r\n.astrak-cta-svc .cta-title{font-size:17px!important;font-weight:700!important;line-height:1.3!important;margin:0 0 4px 0!important;color:#fff!important;letter-spacing:-.2px}\r\n.astrak-cta-svc .cta-desc{font-size:13.5px;color:rgba(255,255,255,.72);margin:0!important;line-height:1.45;font-weight:400}\r\n.astrak-cta-svc .cta-btn{flex-shrink:0;display:inline-flex;align-items:center;gap:7px;background:#FFEB60;color:#0f162e!important;padding:11px 20px;border-radius:50px;font-weight:700;font-size:13px;white-space:nowrap;text-decoration:none!important;position:relative;z-index:2}\r\n@media(max-width:760px){.astrak-cta-svc{padding:16px 18px;gap:16px;min-height:140px}.astrak-cta-svc .cta-illus{width:76px;height:76px}.astrak-cta-svc .cta-title{font-size:16px!important}.astrak-cta-svc .cta-desc{font-size:13px}}\r\n@media(max-width:600px){.astrak-cta-svc{flex-wrap:wrap;padding:16px;gap:14px;border-radius:16px;min-height:0}.astrak-cta-svc .cta-illus{width:64px;height:64px;order:1}.astrak-cta-svc .cta-body{flex:1;min-width:0;order:2}.astrak-cta-svc .cta-tag{font-size:10px;margin-bottom:4px}.astrak-cta-svc .cta-title{font-size:15px!important;line-height:1.25!important}.astrak-cta-svc .cta-desc{font-size:12.5px;line-height:1.4;margin-top:3px}.astrak-cta-svc .cta-btn{order:3;width:100%;justify-content:center;padding:13px 20px;font-size:13.5px}}\r\n@media(max-width:380px){.astrak-cta-svc{padding:14px;gap:12px}.astrak-cta-svc .cta-illus{width:56px;height:56px}.astrak-cta-svc .cta-title{font-size:14px!important}.astrak-cta-svc .cta-desc{font-size:12px}.astrak-cta-svc .cta-btn{padding:12px 16px;font-size:13px}}\r\n<\/style>\r\n\r\n<div class=\"astrak-cta-svc\">\r\n    <div class=\"cta-illus\"><img decoding=\"async\" data-src=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/icon-geo.webp\" alt=\"GEO\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" class=\"lazyload\" style=\"--smush-placeholder-width: 256px; --smush-placeholder-aspect-ratio: 256\/256;\"><\/div>\r\n    <div class=\"cta-body\">\r\n        <a href=\"https:\/\/astrak.agency\/agence-geo\/\" class=\"cta-tag\">Agence GEO<\/a>\r\n        <p class=\"cta-title\">Soyez cit\u00e9 par ChatGPT, Perplexity et Gemini<\/p>\r\n        <p class=\"cta-desc\">60% des recherches sont sans clic. On vous fait s\u00e9lectionner par les IA.<\/p>\r\n    <\/div>\r\n    <a href=\"https:\/\/meetings-na2.hubspot.com\/leo-poitevin?&utm_source=website-blog\" class=\"cta-btn\">Prendre RDV<\/a>\r\n<\/div>\r\n<h2 class=\"akvg-recap-big\">Deux systemes en parallele,<br>un avantage competitif majeur<\/h2>\n    <p class=\"akvg-recap-desc\">Le Knowledge Graph est un actif strategique de long terme. Tres peu de concurrents le structurent correctement, et encore moins le combinent avec une strategie GEO.<\/p>\n  <\/div>\n  <div class=\"akvg-recap-cols akvg-reveal\">\n    <div class=\"akvg-recap-item\">\n      <div class=\"akvg-recap-item-icon\">\ud83c\udfdb\ufe0f<\/div>\n      <strong>Knowledge Graph<\/strong>\n      <p>Actif strategique<br>de long terme<\/p>\n    <\/div>\n    <div class=\"akvg-recap-item\">\n      <div class=\"akvg-recap-item-icon\">\ud83d\udce1<\/div>\n      <strong>Recommandations<\/strong>\n      <p>Mentions, listicles,<br>Reddit, forums<\/p>\n    <\/div>\n    <div class=\"akvg-recap-item\">\n      <div class=\"akvg-recap-item-icon\">\ud83e\udd16<\/div>\n      <strong>GEO<\/strong>\n      <p>Preparer l&rsquo;avenir<br>des IA generatives<\/p>\n    <\/div>\n    <div class=\"akvg-recap-item\">\n      <div class=\"akvg-recap-item-icon\">\ud83d\udcc4<\/div>\n      <strong>Wikipedia<\/strong>\n      <p>Le graal de l&rsquo;autorite<br>pour les IA<\/p>\n    <\/div>\n  <\/div>\n<\/section>\n\n<!-- ===== SOURCES FOOTER ===== -->\n<footer class=\"akvg-footer\">\n  <div class=\"akvg-footer-inner\">\n    <h3>Sources &amp; liens utiles<\/h3>\n    <div class=\"akvg-footer-grid\">\n      <a href=\"https:\/\/www.visualcapitalist.com\/ranked-the-most-cited-websites-by-ai-models\/\" target=\"_blank\">Visual Capitalist \/ Semrush &#8211; Domaines les plus cites<\/a>\n      <a href=\"https:\/\/www.seroundtable.com\/chatgpt-google-aio-sources-39578.html\" target=\"_blank\">Profound &#8211; 30M citations ChatGPT \/ AIO \/ Perplexity<\/a>\n      <a href=\"https:\/\/ahrefs.com\/blog\/most-cited-domains-in-chatgpt\/\" target=\"_blank\">Ahrefs &#8211; Top 100 domaines cites par ChatGPT<\/a>\n      <a href=\"https:\/\/higoodie.com\/blog\/most-cited-domains-in-llms\" target=\"_blank\">Goodie &#8211; 5,7M citations, top 50 domaines<\/a>\n      <a href=\"https:\/\/searchengineland.com\/optimize-company-google-knowledge-panel-453882\" target=\"_blank\">Search Engine Land &#8211; Optimiser son KP corporate<\/a>\n      <a href=\"https:\/\/searchengineland.com\/guide\/google-knowledge-panel\" target=\"_blank\">Search Engine Land &#8211; Guide Knowledge Panel<\/a>\n      <a href=\"https:\/\/searchengineland.com\/google-microsoft-patents-geo-468436\" target=\"_blank\">Search Engine Land &#8211; Brevets Google\/Microsoft et GEO<\/a>\n      <a href=\"https:\/\/www.wordstream.com\/blog\/google-knowledge-panel\" target=\"_blank\">WordStream &#8211; How to get a Knowledge Panel<\/a>\n      <a href=\"https:\/\/linkjuiceclub.com\/blog\/google-knowledge-panel-guide\/\" target=\"_blank\">Link Juice Club &#8211; Knowledge Panel Guide 2025<\/a>\n      <a href=\"https:\/\/wikiconsult.com\/en\/how-to-rank-better-in-chatgpt-using-wikipedia\" target=\"_blank\">WikiConsult &#8211; Wikipedia et LLM ranking<\/a>\n      <a href=\"https:\/\/www.perrill.com\/why-is-reddit-cited-in-llms\/\" target=\"_blank\">Perrill &#8211; Why Reddit is cited by LLMs<\/a>\n      <a href=\"https:\/\/pressgazette.co.uk\/news\/reddit-claims-top-spot-as-most-cited-domain-in-ai-generated-answers\/\" target=\"_blank\">Press Gazette &#8211; Reddit top cited domain<\/a>\n      <a href=\"https:\/\/cybernews.com\/news\/chatgpt-wikipedia-google-reddit\/\" target=\"_blank\">CyberNews &#8211; ChatGPT Wikipedia, AIO Reddit<\/a>\n      <a href=\"https:\/\/www.statista.com\/statistics\/1620335\/top-web-domains-cited-by-llms\/\" target=\"_blank\">Statista &#8211; Top web domains cited by LLMs<\/a>\n      <a href=\"https:\/\/en.wikipedia.org\/wiki\/Generative_engine_optimization\" target=\"_blank\">Wikipedia &#8211; Generative Engine Optimization<\/a>\n      <a href=\"https:\/\/www.firebrand.marketing\/2025\/12\/geo-best-practices-2026\/\" target=\"_blank\">Firebrand &#8211; GEO Best Practices 2026<\/a>\n      <a href=\"https:\/\/www.reddit.com\/r\/GrowthHacking\/comments\/wrs6jj\/how_to_get_a_google_knowledge_panel\/\" target=\"_blank\">Reddit &#8211; How to get a Google Knowledge Panel<\/a>\n      <a href=\"https:\/\/seobuilder.com\/\" target=\"_blank\">SEOBuilder &#8211; Social Profiles<\/a>\n      <a href=\"https:\/\/legiit.com\/SupremeSEO\/get-your-companypersonal-profile-listed-on-wikidataorg\" target=\"_blank\">Legiit &#8211; Fiche Wikidata<\/a>\n      <a href=\"https:\/\/legiit.com\/SupremeSEO\/combined-6-powerful-wiki-links-to-boost-rankings\" target=\"_blank\">Legiit &#8211; Pack Wiki Links<\/a>\n      <a href=\"https:\/\/legiit.com\/SupremeSEO\/get-a-verified-google-knowledge-panel-for-you\" target=\"_blank\">Legiit &#8211; Knowledge Panel<\/a>\n      <a href=\"https:\/\/kalicube.com\/\" target=\"_blank\">Kalicube &#8211; Brand SERP optimization<\/a>\n      <a href=\"https:\/\/www.rlyl.com\/uk\/tech-media-sources-for-chatgpt-2\/\" target=\"_blank\">RLYL &#8211; Top 100 tech media sources for AI<\/a>\n    <\/div>\n    <div class=\"akvg-footer-brand\">\n      <strong>ASTRAK<\/strong> &nbsp;\u00b7&nbsp; astrak.agency\n    <\/div>\n  <\/div>\n<\/footer>\n\n<script>\n\/\/ Scroll reveal\nconst akvgObs = new IntersectionObserver((entries) => {\n  entries.forEach(entry => {\n    if (entry.isIntersecting) {\n      entry.target.classList.add('akvg-visible');\n      \/\/ Animate bars\n      if (entry.target.id === 'akvgBars') {\n        entry.target.querySelectorAll('.akvg-bar-fill').forEach((bar, i) => {\n          setTimeout(() => { bar.style.width = bar.dataset.width; }, i * 250);\n        });\n      }\n    }\n  });\n}, { threshold: 0.12, rootMargin: '0px 0px -30px 0px' });\n\ndocument.querySelectorAll('.akvg-reveal, .akvg-reveal-left, .akvg-reveal-right, .akvg-reveal-scale').forEach(el => {\n  akvgObs.observe(el);\n});\n<\/script>\n\n","protected":false},"excerpt":{"rendered":"<p>Autorit\u00e9 Web, Knowledge Graph, Entit\u00e9s &amp; GEO &#8211; Astrak Cas client reel, anonymise Construire son Autorite Web en 2026 Knowledge Graph, Entites Nommees &amp; GEO : le systeme complet pour exister dans Google ET dans les reponses des IA generatives. Knowledge Graph Entites Nommees GEO ChatGPT Knowledge Panel Wikipedia Wikidata Scroll Le contexte Pourquoi c&rsquo;est &#8230; <a title=\"Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?\" class=\"read-more\" href=\"https:\/\/astrak.agency\/en\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\" aria-label=\"Read more about Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?\">Read more<\/a><\/p>","protected":false},"author":9,"featured_media":47868,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"content-type":"","_lmt_disableupdate":"","_lmt_disable":"","footnotes":""},"categories":[1],"tags":[],"class_list":["post-47055","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Qu&#039;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ? - 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\/what-is-a-knowledge-graph-and-why-is-it-important-in-geo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Qu&#039;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ? - Astrak\" \/>\n<meta property=\"og:description\" content=\"Autorit\u00e9 Web, Knowledge Graph, Entit\u00e9s &amp; GEO &#8211; Astrak Cas client reel, anonymise Construire son Autorite Web en 2026 Knowledge Graph, Entites Nommees &amp; GEO : le systeme complet pour exister dans Google ET dans les reponses des IA generatives. Knowledge Graph Entites Nommees GEO ChatGPT Knowledge Panel Wikipedia Wikidata Scroll Le contexte Pourquoi c&rsquo;est ... Read more\" \/>\n<meta property=\"og:url\" content=\"https:\/\/astrak.agency\/en\/what-is-a-knowledge-graph-and-why-is-it-important-in-geo\/\" \/>\n<meta property=\"og:site_name\" content=\"Astrak\" \/>\n<meta property=\"article:published_time\" content=\"2026-02-18T04:33:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-02T05:15:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"675\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/webp\" \/>\n<meta name=\"author\" content=\"Yana khmelovska\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yana khmelovska\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"13 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\"},\"author\":{\"name\":\"Yana khmelovska\",\"@id\":\"https:\/\/astrak.agency\/#\/schema\/person\/13d52c4376023038c62993fa5a2db495\"},\"headline\":\"Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?\",\"datePublished\":\"2026-02-18T04:33:11+00:00\",\"dateModified\":\"2026-06-02T05:15:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\"},\"wordCount\":2357,\"publisher\":{\"@id\":\"https:\/\/astrak.agency\/#organization\"},\"image\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp\",\"articleSection\":[\"Blog\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\",\"url\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\",\"name\":\"Qu'est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ? - Astrak\",\"isPartOf\":{\"@id\":\"https:\/\/astrak.agency\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp\",\"datePublished\":\"2026-02-18T04:33:11+00:00\",\"dateModified\":\"2026-06-02T05:15:22+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage\",\"url\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp\",\"contentUrl\":\"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp\",\"width\":1200,\"height\":675,\"caption\":\"Illustration Knowledge Graph : importance en GEO et SEO IA\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Agence SEO\",\"item\":\"https:\/\/astrak.agency\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?\"}]},{\"@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\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/astrak.agency\/#\/schema\/person\/13d52c4376023038c62993fa5a2db495\",\"name\":\"Yana khmelovska\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/astrak.agency\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/afad5adcc6d88fe9eb75c3c7e63a2edaada68d1fd52b856208c025ee375caf08?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/afad5adcc6d88fe9eb75c3c7e63a2edaada68d1fd52b856208c025ee375caf08?s=96&d=mm&r=g\",\"caption\":\"Yana khmelovska\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What is the Knowledge Graph and why is it important in GEO? - 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\/what-is-a-knowledge-graph-and-why-is-it-important-in-geo\/","og_locale":"en_US","og_type":"article","og_title":"Qu'est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ? - Astrak","og_description":"Autorit\u00e9 Web, Knowledge Graph, Entit\u00e9s &amp; GEO &#8211; Astrak Cas client reel, anonymise Construire son Autorite Web en 2026 Knowledge Graph, Entites Nommees &amp; GEO : le systeme complet pour exister dans Google ET dans les reponses des IA generatives. Knowledge Graph Entites Nommees GEO ChatGPT Knowledge Panel Wikipedia Wikidata Scroll Le contexte Pourquoi c&rsquo;est ... Read more","og_url":"https:\/\/astrak.agency\/en\/what-is-a-knowledge-graph-and-why-is-it-important-in-geo\/","og_site_name":"Astrak","article_published_time":"2026-02-18T04:33:11+00:00","article_modified_time":"2026-06-02T05:15:22+00:00","og_image":[{"width":1200,"height":675,"url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp","type":"image\/webp"}],"author":"Yana khmelovska","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Yana khmelovska","Est. reading time":"13 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#article","isPartOf":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/"},"author":{"name":"Yana khmelovska","@id":"https:\/\/astrak.agency\/#\/schema\/person\/13d52c4376023038c62993fa5a2db495"},"headline":"Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?","datePublished":"2026-02-18T04:33:11+00:00","dateModified":"2026-06-02T05:15:22+00:00","mainEntityOfPage":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/"},"wordCount":2357,"publisher":{"@id":"https:\/\/astrak.agency\/#organization"},"image":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage"},"thumbnailUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp","articleSection":["Blog"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/","url":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/","name":"What is the Knowledge Graph and why is it important in GEO? - Astrak","isPartOf":{"@id":"https:\/\/astrak.agency\/#website"},"primaryImageOfPage":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage"},"image":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage"},"thumbnailUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp","datePublished":"2026-02-18T04:33:11+00:00","dateModified":"2026-06-02T05:15:22+00:00","breadcrumb":{"@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#primaryimage","url":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp","contentUrl":"https:\/\/astrak.agency\/wp-content\/uploads\/2026\/06\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo.webp","width":1200,"height":675,"caption":"Illustration Knowledge Graph : importance en GEO et SEO IA"},{"@type":"BreadcrumbList","@id":"https:\/\/astrak.agency\/quest-ce-que-le-knowledge-graph-et-pourquoi-est-ce-important-en-geo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Agence SEO","item":"https:\/\/astrak.agency\/"},{"@type":"ListItem","position":2,"name":"Qu&rsquo;est-ce que le Knowledge Graph et pourquoi est-ce important en GEO ?"}]},{"@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\/"]},{"@type":"Person","@id":"https:\/\/astrak.agency\/#\/schema\/person\/13d52c4376023038c62993fa5a2db495","name":"Yana Khmelovska","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/astrak.agency\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/afad5adcc6d88fe9eb75c3c7e63a2edaada68d1fd52b856208c025ee375caf08?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/afad5adcc6d88fe9eb75c3c7e63a2edaada68d1fd52b856208c025ee375caf08?s=96&d=mm&r=g","caption":"Yana khmelovska"}}]}},"modified_by":"Camille ROUX","_links":{"self":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/posts\/47055","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/users\/9"}],"replies":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/comments?post=47055"}],"version-history":[{"count":4,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/posts\/47055\/revisions"}],"predecessor-version":[{"id":47964,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/posts\/47055\/revisions\/47964"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media\/47868"}],"wp:attachment":[{"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/media?parent=47055"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/categories?post=47055"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/astrak.agency\/en\/wp-json\/wp\/v2\/tags?post=47055"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}