{"id":164,"date":"2025-11-27T16:19:51","date_gmt":"2025-11-27T16:19:51","guid":{"rendered":"https:\/\/geopoliticalmining.com\/?page_id=164"},"modified":"2026-03-17T23:13:13","modified_gmt":"2026-03-17T23:13:13","slug":"advisory","status":"publish","type":"page","link":"https:\/\/geopoliticalmining.com\/fr\/advisory\/","title":{"rendered":"Advisory"},"content":{"rendered":"\n<style>\n  :root {\n    --ink: #0a0a0a;\n    --accent: #E6DFD3;\n    --accent-ink: #1A1A1A;\n    --ring: rgba(230,223,211,.35);\n  }\n\n  * { box-sizing: border-box; }\n\n  body {\n    margin: 0;\n    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial;\n    line-height: 1.6;\n    color: var(--ink);\n    background: #fbfbfb;\n  }\n\n  .container {\n    width: min(1000px, 92%);\n    margin: auto;\n  }\n\n  .section {\n    padding: 64px 0;\n  }\n\n  h1 {\n    font-size: clamp(30px, 5vw, 46px);\n    line-height: 1.1;\n    margin: .2em 0;\n  }\n\n  h2 {\n    font-size: clamp(24px, 4vw, 32px);\n    margin-top: 0;\n    margin-bottom: .5rem;\n  }\n\n  h3 {\n    font-size: clamp(20px, 3vw, 26px);\n    margin-top: 1.8rem;\n    margin-bottom: .4rem;\n  }\n\n  h4 {\n    font-size: clamp(17px, 2.5vw, 20px);\n    margin-top: 1.2rem;\n    margin-bottom: .35rem;\n  }\n\n  p.lead {\n    font-size: clamp(16px, 2.5vw, 20px);\n    color: #333;\n    margin: 0 0 1rem 0;\n  }\n\n  .small {\n    font-size: clamp(14px, 2vw, 16px);\n    color: #555;\n  }\n\n  .small ul,\n  .small ol {\n    margin-top: 0.4rem;\n    margin-bottom: 0.8rem;\n  }\n\n  .grid {\n    display: grid;\n    gap: 24px;\n  }\n\n  .two-cols {\n    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);\n    align-items: center;\n  }\n\n  .three-cols {\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n  }\n\n  .btn {\n    display: inline-block;\n    padding: 12px 22px;\n    border-radius: 999px;\n    font-weight: 600;\n    font-size: 14px;\n    text-decoration: none;\n    border: 1px solid #ddd;\n    box-shadow: 0 6px 15px rgba(0,0,0,.06);\n    transition: background .2s, color .2s, box-shadow .2s;\n  }\n\n  .btn.primary {\n    background: var(--accent);\n    border-color: transparent;\n    color: var(--accent-ink);\n    box-shadow: 0 8px 20px var(--ring);\n  }\n\n  .btn.primary:hover {\n    box-shadow: 0 10px 26px var(--ring);\n  }\n\n  .hero-image {\n    border-radius: 0;\n    overflow: hidden;\n    box-shadow: 0 12px 32px rgba(0,0,0,.25);\n  }\n\n  .hero-image img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 0;\n  }\n\n  .analysis-cards {\n    margin-top: 2rem;\n  }\n\n  .card {\n    background: #fff;\n    border-radius: 14px;\n    border: 1px solid #eee;\n    padding: 18px 18px 20px;\n    box-shadow: 0 8px 20px rgba(0,0,0,.06);\n  }\n\n  .card img {\n    display: block;\n    width: 100%;\n    height: auto;\n    border-radius: 0;\n    margin-bottom: 10px;\n  }\n\n  .card h3 {\n    margin-top: 0.2rem;\n    margin-bottom: 0.4rem;\n  }\n\n  .card p.small {\n    margin: 0;\n  }\n\n  hr {\n    border:none;\n    border-top:1px solid #eee;\n    margin:2.5rem 0;\n  }\n\n  header, h1.entry-title, .wp-block-post-title {\n    display: none !important;\n  }\n\n  .site-header {\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n    background:#fff;\n    border-bottom:1px solid #eee;\n  }\n\n  .site-header-inner {\n    display:flex;\n    align-items:center;\n    justify-content:space-between;\n    gap:16px;\n    padding:12px 0;\n  }\n\n  .site-header-brand {\n    display:flex;\n    align-items:center;\n    gap:12px;\n  }\n\n  .site-header-brand img {\n    height:60px;\n    width:auto;\n    display:block;\n  }\n\n  .site-header-title {\n    font-size:16px;\n    font-weight:600;\n    color:#222;\n  }\n\n  .site-header-nav {\n    display:flex;\n    gap:16px;\n    font-size:14px;\n    flex-wrap:wrap;\n  }\n\n  .site-header-nav a {\n    text-decoration:none;\n    color:#222;\n    font-weight:500;\n  }\n\n  .site-header-nav a:hover {\n    color:#1f3c88;\n  }\n\n  .services-accordion {\n    margin: 2rem auto 0;\n    max-width: 800px;\n    text-align:left;\n  }\n\n  .services-accordion details {\n    background:#fff;\n    border:1px solid #e7e7e7;\n    border-radius:12px;\n    padding:16px 18px;\n    box-shadow:0 6px 18px rgba(0,0,0,.06);\n    transition:all .25s ease;\n  }\n\n  .services-accordion details + details {\n    margin-top:12px;\n  }\n\n  .services-accordion summary {\n    cursor:pointer;\n    list-style:none;\n    font-weight:600;\n    font-size:clamp(16px,2.6vw,18px);\n    color:#1a1a1a;\n    position:relative;\n    display:flex;\n    justify-content:space-between;\n    align-items:center;\n    outline:none;\n  }\n\n  .services-accordion summary::-webkit-details-marker {\n    display:none;\n  }\n\n  .services-accordion summary::after {\n    content:\"+\";\n    font-size:20px;\n    color:#aaa;\n    margin-left:10px;\n    transition:transform .25s ease, color .25s ease;\n  }\n\n  .services-accordion details[open] summary::after {\n    transform:rotate(45deg);\n    color:#E6DFD3;\n  }\n\n  .services-accordion .panel {\n    margin-top:10px;\n    color:#555;\n    font-size:clamp(14px,2.4vw,16px);\n    line-height:1.65;\n  }\n\n  .services-accordion .panel h4 {\n    color:#1a1a1a;\n  }\n\n  .services-accordion .panel ul {\n    margin-top:.35rem;\n    margin-bottom:1rem;\n    padding-left:1.1rem;\n  }\n\n  .analysis-cards .card img{\n    width: 100%;\n    height: 300px;\n    object-fit: cover;\n    margin-bottom: 14px;\n  }\n\n  .gm-who{\n    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);\n  }\n\n  .gm-who .hero-image{\n    max-width: none;\n    justify-self: end;\n  }\n\n  @media (max-width: 900px) {\n    .two-cols {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 800px) {\n    .three-cols {\n      grid-template-columns: 1fr;\n    }\n    .site-header-inner {\n      flex-direction:column;\n      align-items:flex-start;\n    }\n    .analysis-cards .card img{\n      height: 260px;\n    }\n  }\n<\/style>\n\n<div class=\"site-header\">\n  <div class=\"container site-header-inner\">\n    <div class=\"site-header-brand\">\n      <a href=\"\/\" aria-label=\"Go to Geopolitical Mining Advisory\">\n        <img data-recalc-dims=\"1\" decoding=\"async\" loading=\"lazy\" src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp?ssl=1\"\n             alt=\"Geopolitical Mining logo\">\n      <\/a>\n      <span class=\"site-header-title\">Geopolitical Mining Advisory<\/span>\n    <\/div>\n    <nav class=\"site-header-nav\">\n      <a href=\"\/\">Home<\/a>\n      <a href=\"\/book\">Book<\/a>\n      <a href=\"\/country-region-analysis\">Country &amp; Region<\/a>\n      <a href=\"\/articles\">Articles<\/a>\n      <a href=\"\/signals-2026\">Signals 2026<\/a>\n      <a href=\"\/weekly\">Weekly<\/a>\n      <a href=\"\/advisory\/\">Advisory<\/a>\n      <a href=\"\/faq\">FAQ<\/a>\n    <\/nav>\n  <\/div>\n<\/div>\n\n<main>\n\n  <!-- 1) HERO -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container\" style=\"text-align:center;\">\n\n      <h1>Geopolitical Mining Advisory<\/h1>\n\n      <div class=\"hero-image\" style=\"max-width:900px;margin:22px auto 0;\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-1.45.49-p.m.png?ssl=1\"\n          alt=\"Geopolitical Mining Advisory hero image\"\n          loading=\"lazy\">\n      <\/div>\n\n      <p class=\"lead\" style=\"margin-top:22px;\">Project intelligence, operating reality and public legitimacy<\/p>\n\n      <p class=\"small\">\n        Geopolitical Mining Advisory works with boards, investors and public institutions that need a clear reading of mining projects, operating environments and strategic constraints.\n      <\/p>\n\n      <p class=\"small\">\n        We help decision makers understand what is materially sound, what is institutionally feasible and what is likely to hold under political, social and industrial pressure.\n      <\/p>\n\n      <p class=\"small\">\n        Our work connects project reality, jurisdictional context and public legitimacy so that capital, policy and operating decisions can be made with greater clarity.\n      <\/p>\n\n      <div style=\"margin-top:1.4rem;\">\n        <a class=\"btn primary\"\n           href=\"mailto:contact@geopoliticalmining.com\"\n           aria-label=\"Contact Geopolitical Mining Advisory\">\n          Contact us\n        <\/a>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- 2) WHO WE ARE -->\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container grid two-cols gm-who\">\n      <div>\n        <h2>Who we are<\/h2>\n\n        <p class=\"small\">\n          Geopolitical Mining Advisory is an independent advisory platform focused on mining projects, operating environments and public legitimacy.\n        <\/p>\n\n        <p class=\"small\">\n          We work with companies, investors, associations and public institutions that need to understand how project quality, permitting, territorial conditions and industrial strategy interact in practice.\n        <\/p>\n\n        <p class=\"small\">\n          Our role is to provide a clear, structured reading of the system around a project or decision: what is sound, what is constrained, what is politically and institutionally viable, and what that means for timing, risk and execution.\n        <\/p>\n\n        <p class=\"small\">\n          We bring together technical judgment, geopolitical context and public-legitimacy analysis in a form that decision makers can use.\n        <\/p>\n      <\/div>\n\n      <div class=\"hero-image\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-1.45.58-p.m.webp?ssl=1\"\n          alt=\"Who we are image\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 3) HOW WE WORK -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container\" style=\"text-align:center;\">\n      <h2>How we work<\/h2>\n\n      <p class=\"small\">\n        We combine three perspectives in a single line of sight, grounded in project experience, institutional analysis and strategic context:\n      <\/p>\n\n      <div class=\"analysis-cards\">\n        <div class=\"grid three-cols\">\n          <article class=\"card\">\n            <img data-recalc-dims=\"1\" decoding=\"async\"\n              src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-5.11.28-p.m.webp?ssl=1\"\n              alt=\"Sociology\"\n              loading=\"lazy\">\n            <h3>Sociology<\/h3>\n            <p class=\"small\">How institutions, communities and narratives shape what is accepted or rejected.<\/p>\n          <\/article>\n\n          <article class=\"card\">\n            <img data-recalc-dims=\"1\" decoding=\"async\"\n              src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-1.46.07-p.m.png?ssl=1\"\n              alt=\"Engineering\"\n              loading=\"lazy\">\n            <h3>Engineering<\/h3>\n            <p class=\"small\">How projects, deposits and infrastructure actually work on the ground.<\/p>\n          <\/article>\n\n          <article class=\"card\">\n            <img data-recalc-dims=\"1\" decoding=\"async\"\n              src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-5.48.58-p.m.png?ssl=1\"\n              alt=\"Geopolitics\"\n              loading=\"lazy\">\n            <h3>Geopolitics<\/h3>\n            <p class=\"small\">How states, blocs and companies reposition around critical minerals.<\/p>\n          <\/article>\n        <\/div>\n      <\/div>\n\n      <hr>\n\n      <p class=\"small\" style=\"max-width:800px;margin:0 auto;\">\n        From there, our work is guided by four principles:\n      <\/p>\n\n      <div class=\"container\" style=\"margin-top:24px; text-align:left; max-width:800px;\">\n\n        <ul class=\"small\" style=\"margin:0; padding-left:1.1rem;\">\n          <li style=\"margin-bottom:14px;\">\n            <strong>Independent<\/strong><br>\n            We provide an honest, rigorous reading of contexts, constraints and options.\n          <\/li>\n\n          <li style=\"margin-bottom:14px;\">\n            <strong>Material<\/strong><br>\n            We focus on the industrial and operational side of mining: permits, timelines, midstream stages, employment and local value chains, not only on prices, indices or headlines.\n          <\/li>\n\n          <li style=\"margin-bottom:14px;\">\n            <strong>Legitimacy driven<\/strong><br>\n            We treat social licence and the quality of practice as core strategic variables. Legitimacy is a condition that affects permitting, the cost of capital and the durability of projects.\n          <\/li>\n\n          <li style=\"margin-bottom:14px;\">\n            <strong>Operational<\/strong><br>\n            We know projects, permits, operations and communities from the inside. Our advice is designed to be implemented within real institutional and technical constraints.\n          <\/li>\n        <\/ul>\n\n        <p class=\"small\" style=\"margin-top:1.2rem;\">\n          Mining decisions are shaped by more than geology or headlines. Project quality, permitting reality, territorial conditions, public legitimacy and geopolitical positioning all affect whether a project can move, attract capital and endure. We help clients read that full picture with discipline and clarity.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 4) WHO WE ADVISE -->\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container\">\n\n      <h2>Who we advise<\/h2>\n\n      <p class=\"small\">\n        We work with decision makers across the mining and materials ecosystem:\n      <\/p>\n\n      <h3>Mining companies, foundations and associations<\/h3>\n      <p class=\"small\">\n        Boards, senior executives, and strategy, sustainability and community teams facing political risk, slow permitting, reputational pressure and complex stakeholder environments.\n      <\/p>\n\n      <h3>States and public institutions<\/h3>\n      <p class=\"small\">\n        Ministries of mining, energy and economy, regulators and promotion agencies dealing with investment gaps, territorial pressures, competing narratives about mining and the need to align projects with industrial policy.\n      <\/p>\n\n      <h3>Capital providers and financial institutions<\/h3>\n      <p class=\"small\">\n        Funds, development banks and multilaterals navigating geopolitical noise, regulatory uncertainty and limited visibility on jurisdictional risk and legitimacy when allocating capital to mining and midstream.\n      <\/p>\n\n      <p class=\"small\" style=\"margin-top:1.2rem;\">\n        In every case, Geopolitical Mining Advisory explains what is happening in the system, and what that implies for concrete decisions on projects, portfolios and policies.\n      <\/p>\n\n      <div class=\"hero-image\" style=\"margin:24px 0 0;\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-1.46.48-p.m.webp?ssl=1\"\n          alt=\"Who we advise image\"\n          loading=\"lazy\">\n      <\/div>\n\n      <div style=\"text-align:center; margin-top:22px;\">\n        <a class=\"btn primary\" href=\"mailto:contact@geopoliticalmining.com\" aria-label=\"Contact Geopolitical Mining Advisory\">\n          Contact us\n        <\/a>\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n  <!-- 5) WHAT WE OFFER -->\n  <section class=\"section\" style=\"background:#fff;\">\n    <div class=\"container\" style=\"text-align:center;\">\n      <h2>What we offer<\/h2>\n\n      <div class=\"services-accordion\">\n\n        <details>\n          <summary>1. Strategic context and public legitimacy<\/summary>\n          <div class=\"panel\">\n            <p>We help clients understand how geopolitics, industrial policy, public narratives and institutional legitimacy shape the environment around mining projects and value chains.<\/p>\n\n            <p>This line of work includes:<\/p>\n            <ul>\n              <li>geopolitical and industrial notes on mining and materials chains;<\/li>\n              <li>strategic briefings on jurisdictions, value chains and policy shifts;<\/li>\n              <li>public-legitimacy and stakeholder-context analysis;<\/li>\n              <li>narrative frameworks for projects, institutions and sector strategies;<\/li>\n              <li>talks, keynotes and moderated sessions for boards, associations and public institutions.<\/li>\n            <\/ul>\n\n            <p>This work helps decision makers understand the wider system in which projects and policies must operate.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>2. Project and operating intelligence<\/summary>\n          <div class=\"panel\">\n            <p>We provide focused, decision-oriented work for clients who need a clearer view of a project, jurisdiction or operating context before committing more time, capital or political effort.<\/p>\n\n            <h4>Project Reality Check<\/h4>\n            <p>An early-stage screening note for situations where a project looks promising, but the underlying operating reality still needs to be tested.<\/p>\n\n            <h4>Operating Environment Brief<\/h4>\n            <p>A concise brief on jurisdictional, permitting, territorial and infrastructure conditions that shape project execution at country, state or provincial level.<\/p>\n\n            <h4>Technical-Strategic Case Note<\/h4>\n            <p>A focused note on a project, value chain or operating question, combining technical reading with geopolitical, institutional and execution context.<\/p>\n\n            <h4>Investment Committee Second Read<\/h4>\n            <p>An independent second read for situations where investors, boards or executive teams want a disciplined view of what is materially strong, what remains uncertain and where the real constraints sit.<\/p>\n\n            <h4>Custom Project or Jurisdiction Brief<\/h4>\n            <p>A tailored brief for clients facing a specific question that requires a combined technical, operating and strategic reading.<\/p>\n\n            <p>This line of work is designed to support real decisions on projects, portfolios, partnerships and operating exposure.<\/p>\n          <\/div>\n        <\/details>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- 6) Geopolitical Mining Advisory -->\n  <section class=\"section\" style=\"background:#fbfbfb;\">\n    <div class=\"container\" style=\"text-align:center;\">\n      <h2>Geopolitical Mining Advisory<\/h2>\n\n      <p class=\"small\" style=\"max-width:800px;margin:0 auto 18px;\">\n        Geopolitical Mining Advisory is an independent advisory platform that connects project reality, operating conditions and public legitimacy. We help companies, investors and institutions understand how mining projects, jurisdictions and industrial strategy interact in practice, and what that means for timing, execution, risk and long-term viability.\n      <\/p>\n\n      <div class=\"hero-image\" style=\"max-width:900px;margin:0 auto;\">\n        <img data-recalc-dims=\"1\" decoding=\"async\"\n          src=\"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2026\/02\/Captura-de-pantalla-2026-02-11-a-las-1.46.57-p.m.png?ssl=1\"\n          alt=\"Short synthesis image\"\n          loading=\"lazy\">\n      <\/div>\n    <\/div>\n  <\/section>\n\n<\/main>\n","protected":false},"excerpt":{"rendered":"<p>Geopolitical Mining Advisory Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Advisory Project intelligence, operating reality and public legitimacy Geopolitical Mining Advisory works with boards, investors and public institutions that need a clear reading of mining projects, operating environments and strategic constraints. We help decision makers understand what is materially [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"nf_dc_page":"","om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"iawp_total_views":30,"footnotes":""},"class_list":["post-164","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Advisory - Geopolitical Mining<\/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:\/\/geopoliticalmining.com\/fr\/advisory\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advisory - Geopolitical Mining\" \/>\n<meta property=\"og:description\" content=\"Geopolitical Mining Advisory Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Advisory Project intelligence, operating reality and public legitimacy Geopolitical Mining Advisory works with boards, investors and public institutions that need a clear reading of mining projects, operating environments and strategic constraints. We help decision makers understand what is materially [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/geopoliticalmining.com\/fr\/advisory\/\" \/>\n<meta property=\"og:site_name\" content=\"Geopolitical Mining\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-17T23:13:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@qmbookss\" \/>\n<meta name=\"twitter:label1\" content=\"Dur\u00e9e de lecture estim\u00e9e\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/\",\"name\":\"Advisory - Geopolitical Mining\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"datePublished\":\"2025-11-27T16:19:51+00:00\",\"dateModified\":\"2026-03-17T23:13:13+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/#primaryimage\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\",\"contentUrl\":\"https:\\\/\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/10\\\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/advisory\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/geopoliticalmining.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advisory\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#website\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"name\":\"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website\",\"description\":\"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.\",\"publisher\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/geopoliticalmining.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#organization\",\"name\":\"Geopolitical Mining\",\"url\":\"https:\\\/\\\/geopoliticalmining.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/geopoliticalmining.com\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1\",\"width\":640,\"height\":1046,\"caption\":\"Geopolitical Mining\"},\"image\":{\"@id\":\"https:\\\/\\\/geopoliticalmining.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/x.com\\\/qmbookss\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/qm-books\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Advisory - Geopolitical Mining","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:\/\/geopoliticalmining.com\/fr\/advisory\/","og_locale":"fr_FR","og_type":"article","og_title":"Advisory - Geopolitical Mining","og_description":"Geopolitical Mining Advisory Home Book Country &amp; Region Articles Signals 2026 Weekly Advisory FAQ Geopolitical Mining Advisory Project intelligence, operating reality and public legitimacy Geopolitical Mining Advisory works with boards, investors and public institutions that need a clear reading of mining projects, operating environments and strategic constraints. We help decision makers understand what is materially [&hellip;]","og_url":"https:\/\/geopoliticalmining.com\/fr\/advisory\/","og_site_name":"Geopolitical Mining","article_modified_time":"2026-03-17T23:13:13+00:00","og_image":[{"url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@qmbookss","twitter_misc":{"Dur\u00e9e de lecture estim\u00e9e":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/geopoliticalmining.com\/advisory\/","url":"https:\/\/geopoliticalmining.com\/advisory\/","name":"Advisory - Geopolitical Mining","isPartOf":{"@id":"https:\/\/geopoliticalmining.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/geopoliticalmining.com\/advisory\/#primaryimage"},"image":{"@id":"https:\/\/geopoliticalmining.com\/advisory\/#primaryimage"},"thumbnailUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","datePublished":"2025-11-27T16:19:51+00:00","dateModified":"2026-03-17T23:13:13+00:00","breadcrumb":{"@id":"https:\/\/geopoliticalmining.com\/advisory\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/geopoliticalmining.com\/advisory\/"]}]},{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/advisory\/#primaryimage","url":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp","contentUrl":"https:\/\/geopoliticalmining.com\/wp-content\/uploads\/2025\/10\/Captura-de-pantalla-2025-10-05-a-las-7.29.40-p.m.webp"},{"@type":"BreadcrumbList","@id":"https:\/\/geopoliticalmining.com\/advisory\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/geopoliticalmining.com\/"},{"@type":"ListItem","position":2,"name":"Advisory"}]},{"@type":"WebSite","@id":"https:\/\/geopoliticalmining.com\/#website","url":"https:\/\/geopoliticalmining.com\/","name":"Mining Is Dead. Long Live Geopolitical Mining | Official Book Website","description":"Mining is Dead. Long Live Geopolitical Mining.  Authors: Marta Rivera &amp; Eduardo (Ed) Zamanillo.","publisher":{"@id":"https:\/\/geopoliticalmining.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/geopoliticalmining.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/geopoliticalmining.com\/#organization","name":"Geopolitical Mining","url":"https:\/\/geopoliticalmining.com\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/","url":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","contentUrl":"https:\/\/i0.wp.com\/geopoliticalmining.com\/wp-content\/uploads\/2025\/08\/Captura-de-pantalla-2025-08-21-a-las-12.28.01-p.m.png?fit=640%2C1046&ssl=1","width":640,"height":1046,"caption":"Geopolitical Mining"},"image":{"@id":"https:\/\/geopoliticalmining.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/x.com\/qmbookss","https:\/\/www.linkedin.com\/company\/qm-books"]}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/comments?post=164"}],"version-history":[{"count":19,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/164\/revisions"}],"predecessor-version":[{"id":960,"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/pages\/164\/revisions\/960"}],"wp:attachment":[{"href":"https:\/\/geopoliticalmining.com\/fr\/wp-json\/wp\/v2\/media?parent=164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}