{"id":2,"date":"2026-02-19T11:52:52","date_gmt":"2026-02-19T11:52:52","guid":{"rendered":"https:\/\/mountainmineq.com\/?page_id=2"},"modified":"2026-03-15T10:21:48","modified_gmt":"2026-03-15T10:21:48","slug":"home","status":"publish","type":"page","link":"https:\/\/mountainmineq.com\/","title":{"rendered":"Home"},"content":{"rendered":"<div class=\"et_pb_section_0 et_pb_section et_section_regular et_flex_section et-pb-has-background-video et_pb_preload\"><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background-module--divi-section-0\" style=\"\"><\/span><span class=\"et_parallax_gradient\" style=\"background-image:linear-gradient(90deg, #300000 0%,rgba(255, 255, 255, 0) 66% 100%)\"><\/span><\/span><span class=\"et-pb-background-video\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" src=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/MineQ-Banner.mp4\" \/><\/video><\/span>\n<div class=\"et_pb_row_0 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_0 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_0 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Mountain Mine Q<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_1 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h1>The Future of Australian Resources<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_2 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Modern discovery. Disciplined growth. Strategic value.<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_3 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Combining advanced AI with decades of geological expertise to identify the next generation of Australian Tier-1 potential.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_0_wrapper\"><a class=\"et_pb_button_0 et_pb_button et_pb_bg_layout_light et_animated et_pb_module et_flex_module\" href=\"https:\/\/mountainmineq.com\/index.php\/contact-us\/\">Contact Us<\/a><\/div>\n<\/div>\n\n<div class=\"et_pb_column_1 et_pb_column et-last-child et_flex_column et_pb_column_empty et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\"><\/div>\n<\/div>\n\n<div class=\"et_pb_row_1 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_2 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_code_0 et_pb_code et_pb_module\"><div class=\"et_pb_code_inner\"><!-- Background Audio -->\n<audio id=\"mmq-audio\" loop preload=\"auto\">\n  <source src=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/MineQ-Banner.mp4\" type=\"audio\/mpeg\">\n<\/audio>\n\n<!-- Sound Toggle Button -->\n<div id=\"mmq-sound-toggle\" onclick=\"mmqToggleSound()\"\n  style=\"\n    position: absolute;\n    bottom: 30px;\n    right: 30px;\n    z-index: 9999;\n    display: flex;\n    align-items: center;\n    gap: 8px;\n    background: rgba(0,0,0,0.55);\n    border: 1.5px solid rgba(255,255,255,0.35);\n    border-radius: 999px;\n    padding: 9px 20px;\n    cursor: pointer;\n    backdrop-filter: blur(4px);\n    transition: background 0.25s, border-color 0.25s;\n    user-select: none;\n  \">\n\n  <!-- Speaker ON icon -->\n  <svg id=\"mmq-icon-on\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\"\n    stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n    style=\"display:none;\">\n    <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"><\/polygon>\n    <path d=\"M19.07 4.93a10 10 0 0 1 0 14.14\"><\/path>\n    <path d=\"M15.54 8.46a5 5 0 0 1 0 7.07\"><\/path>\n  <\/svg>\n\n  <!-- Speaker OFF \/ muted icon -->\n  <svg id=\"mmq-icon-off\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\"\n    stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\n    style=\"display:block;\">\n    <polygon points=\"11 5 6 9 2 9 2 15 6 15 11 19 11 5\"><\/polygon>\n    <line x1=\"23\" y1=\"9\" x2=\"17\" y2=\"15\"><\/line>\n    <line x1=\"17\" y1=\"9\" x2=\"23\" y2=\"15\"><\/line>\n  <\/svg>\n\n  <span id=\"mmq-btn-label\"\n    style=\"color:white; font-size:13px; font-weight:500; letter-spacing:0.3px;\">\n    Sound OFF\n  <\/span>\n<\/div>\n\n<script>\nvar mmqSoundOn = false;\n\nfunction mmqToggleSound() {\n  var audio  = document.getElementById('mmq-audio');\n  var btn    = document.getElementById('mmq-sound-toggle');\n  var label  = document.getElementById('mmq-btn-label');\n  var iconOn = document.getElementById('mmq-icon-on');\n  var iconOff= document.getElementById('mmq-icon-off');\n\n  if (!mmqSoundOn) {\n    audio.play().then(function() {\n      mmqSoundOn = true;\n      label.textContent     = 'Sound ON';\n      iconOn.style.display  = 'block';\n      iconOff.style.display = 'none';\n      btn.style.background  = 'rgba(232,64,64,0.6)';\n      btn.style.borderColor = 'rgba(232,64,64,0.9)';\n    }).catch(function(e) {\n      console.log('Audio play failed:', e);\n    });\n  } else {\n    audio.pause();\n    mmqSoundOn = false;\n    label.textContent     = 'Sound OFF';\n    iconOn.style.display  = 'none';\n    iconOff.style.display = 'block';\n    btn.style.background  = 'rgba(0,0,0,0.55)';\n    btn.style.borderColor = 'rgba(255,255,255,0.35)';\n  }\n}\n<\/script><\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_1 et_pb_section et_section_regular et_flex_section et-pb-has-background-video et_pb_preload\"><span class=\"et-pb-background-video et-pb-background-video_phone\"><video autoplay loop playsinline muted><source type=\"video\/mp4\" src=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/MineQ-Banner.mp4\" \/><\/video><\/span>\n<div class=\"et_pb_row_2 et_pb_row et-vb-row--no-module et_flex_row\">\n<div class=\"et_pb_column_3 et_pb_column et-last-child et_flex_column et_pb_column_empty et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_2 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_3 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_4 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_4 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-phone=\"true\"><h1>The Future of Australian Resources<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_text_5 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\" data-et-mv-hidden-phone=\"true\"><h1>The Future of Australian Resources<\/h1>\n<\/div><\/div>\n\n<div class=\"et_pb_module et_pb_button_module_wrapper et_pb_button_1_wrapper\"><a class=\"et_pb_button_1 et_pb_button et_pb_bg_layout_light et_animated et_pb_module et_flex_module\" href=\"https:\/\/mountainmineq.com\/index.php\/contact-us\/\">Contact Us<\/a><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_3 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_4 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_5 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_0 et_pb_image et_animated et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-03.webp\" alt=\"Our vision\" title=\"Our vision\" width=\"900\" height=\"500\" srcset=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-03.webp 900w, https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-03-480x267.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-325\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_6 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_6 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h2>Our vision: Discovery 2.0<\/h2>\n<\/div><\/div>\n\n<div class=\"et_pb_text_7 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mountain Mine Q is a technology-enabled mineral discovery house focused on building the next wave of high-quality Australian resource opportunities. We combine Australia\u2019s extensive historical exploration records with modern machine learning to turn underused legacy data into actionable geological insight.<\/p>\n<p>Integrating archival datasets with contemporary analytical workflows, we bridge the gap between traditional exploration and modern discovery. Our focus is on identifying, validating and advancing critical mineral opportunities across Gold, Copper, Lithium and Rare Earth Elements using a disciplined, evidence-led approach.<\/p>\n<\/div><\/div>\n\n<div class=\"et_pb_text_8 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Current stage<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_9 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Mountain Mine Q is currently in the opportunity identification and acquisition-readiness phase. We are building a high-quality pipeline of projects before progressing to targeted field programs.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_5 et_pb_row et-vb-row--no-module et_flex_row et_animated et_pb_section_parallax\"><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background-module--divi-row-5\" style=\"background-image:url(https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/mountain-resource-projects-02.webp)\"><\/span><\/span>\n<div class=\"et_pb_column_7 et_pb_column et-last-child et_flex_column et_pb_column_empty et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\"><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_4 et_pb_section et_section_regular et_block_section\">\n<div class=\"et_pb_row_6 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_8 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_10 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>The Mountain Mine Q Advantage<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_7 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_9 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_animated et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_0 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\uf834<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_11 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>The power of AI synthesis<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_12 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>We apply natural language processing and structured data workflows to unlock value from historical GSWA, WAMEX and SARIG reports. This transforms static technical records into ranked, decision-ready insights that support high-confidence targeting and screening.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_10 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_animated et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_1 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\uf125<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_13 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>A merit-driven funnel<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_14 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Our \u201cAdvance, Partner or Exit\u201d framework ensures capital and effort are directed only toward opportunities with genuine scale potential. This disciplined commercial logic allows us to move quickly on high-quality projects while remaining pragmatic about recycling attention away from non-core outcomes.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_11 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_animated et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_2 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\uf6d1<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_15 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>WA-first strategic focus<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_16 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Western Australia is our primary operational focus. Activity in the Northern Territory and South Australia is selective and opportunity-driven, triggered only when data quality, geological evidence and commercial fit meet our internal screening thresholds.<\/p>\n<\/div><\/div>\n<\/div>\n\n<div class=\"et_pb_column_12 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_animated et_flex_column_6_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_icon_3 et_pb_icon et_pb_module et_flex_module\"><span class=\"et_pb_icon_wrap\"><span class=\"et-pb-icon\">\uf2b5<\/span><\/span><\/div>\n\n<div class=\"et_pb_text_17 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Technical leadership and integrity<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_18 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Our work is guided by senior resource geology experience and led by an execution-focused Exploration Lead. This ensures all activities align with JORC-standard discipline and strong field practice as projects advance.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_section_5 et_pb_section et_section_regular et_flex_section\">\n<div class=\"et_pb_row_8 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_13 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_19 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Our core commodities<\/h3>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_9 et_pb_row et_flex_row\">\n<div class=\"et_pb_column_14 et_pb_column et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_image_1 et_pb_image et_pb_module et_flex_module\"><span class=\"et_pb_image_wrap\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-04.webp\" alt=\"Our core commodities\" title=\"Our core commodities\" width=\"900\" height=\"500\" srcset=\"https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-04.webp 900w, https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/Mountain-MineQ-home-04-480x267.webp 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 900px, 100vw\" class=\"wp-image-359\" \/><\/span><\/div>\n<\/div>\n\n<div class=\"et_pb_column_15 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_12_24 et_flex_column_12_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_row_10 et_pb_row et_pb_row_nested et_flex_row et_animated\">\n<div class=\"et_pb_column_16 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_20 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Primary focus (Gold and copper)<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_21 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Targeting high-margin gold and copper systems within proven geological corridors.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_11 et_pb_row et_pb_row_nested et_flex_row et_animated\">\n<div class=\"et_pb_column_17 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_22 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h4>Strategic growth (Lithium and Rare Earths)<\/h4>\n<\/div><\/div>\n\n<div class=\"et_pb_text_23 et_pb_text et_pb_bg_layout_light et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Building long-term exposure to high-demand critical minerals, including lithium, NdPr and heavy rare earth elements.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n\n<div class=\"et_pb_row_12 et_pb_row et_flex_row et_animated et_pb_section_parallax\"><span class=\"et-pb-parallax-wrapper\"><span class=\"et-pb-parallax-background et-pb-parallax-background-module--divi-row-12\" style=\"background-image:url(https:\/\/mountainmineq.com\/wp-content\/uploads\/2026\/03\/AdobeStock_1696186296-scaled.jpg)\"><\/span><span class=\"et_parallax_gradient\" style=\"background-image:linear-gradient(180deg, rgba(71, 8, 7, 0.76) 0%,rgba(71, 8, 7, 0.4) 100% 100%)\"><\/span><\/span>\n<div class=\"et_pb_column_18 et_pb_column et-last-child et_flex_column et_pb_css_mix_blend_mode_passthrough et_flex_column_24_24 et_flex_column_24_24_tablet et_flex_column_24_24_phone\">\n<div class=\"et_pb_text_24 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><h3>Our core commodities<\/h3>\n<\/div><\/div>\n\n<div class=\"et_pb_text_25 et_pb_text et_pb_bg_layout_light et_animated et_pb_module et_flex_module\"><div class=\"et_pb_text_inner\"><p>Operational excellence at Mountain Mine Q is underpinned by a Zero Harm approach. We operate with respect for the Traditional Owners of the lands on which we work and uphold high environmental standards. Responsible conduct guides every stage of our activities across each operation.<\/p>\n<\/div><\/div>\n<\/div>\n<\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"open","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.1.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - Mountain MineQ<\/title>\n<meta name=\"description\" content=\"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI &amp; geological expertise to identify Tier-1 minerals\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/mountainmineq.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - Mountain MineQ\" \/>\n<meta property=\"og:description\" content=\"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI &amp; geological expertise to identify Tier-1 minerals\" \/>\n<meta property=\"og:url\" content=\"https:\/\/mountainmineq.com\/\" \/>\n<meta property=\"og:site_name\" content=\"Mountain MineQ\" \/>\n<meta property=\"article:modified_time\" content=\"2026-03-15T10:21:48+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/mountainmineq.com\/\",\"url\":\"https:\/\/mountainmineq.com\/\",\"name\":\"Home - Mountain MineQ\",\"isPartOf\":{\"@id\":\"https:\/\/mountainmineq.com\/#website\"},\"datePublished\":\"2026-02-19T11:52:52+00:00\",\"dateModified\":\"2026-03-15T10:21:48+00:00\",\"description\":\"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI & geological expertise to identify Tier-1 minerals\",\"breadcrumb\":{\"@id\":\"https:\/\/mountainmineq.com\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/mountainmineq.com\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/mountainmineq.com\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/mountainmineq.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/mountainmineq.com\/#website\",\"url\":\"https:\/\/mountainmineq.com\/\",\"name\":\"Mountain MineQ\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/mountainmineq.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Home - Mountain MineQ","description":"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI & geological expertise to identify Tier-1 minerals","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:\/\/mountainmineq.com\/","og_locale":"en_US","og_type":"article","og_title":"Home - Mountain MineQ","og_description":"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI & geological expertise to identify Tier-1 minerals","og_url":"https:\/\/mountainmineq.com\/","og_site_name":"Mountain MineQ","article_modified_time":"2026-03-15T10:21:48+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/mountainmineq.com\/","url":"https:\/\/mountainmineq.com\/","name":"Home - Mountain MineQ","isPartOf":{"@id":"https:\/\/mountainmineq.com\/#website"},"datePublished":"2026-02-19T11:52:52+00:00","dateModified":"2026-03-15T10:21:48+00:00","description":"Mountain Mine Q is a technology-enabled Australian mineral discovery company using modern AI & geological expertise to identify Tier-1 minerals","breadcrumb":{"@id":"https:\/\/mountainmineq.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/mountainmineq.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/mountainmineq.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/mountainmineq.com\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/mountainmineq.com\/#website","url":"https:\/\/mountainmineq.com\/","name":"Mountain MineQ","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/mountainmineq.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/comments?post=2"}],"version-history":[{"count":106,"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":430,"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/pages\/2\/revisions\/430"}],"wp:attachment":[{"href":"https:\/\/mountainmineq.com\/index.php\/wp-json\/wp\/v2\/media?parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}