{"id":1587,"date":"2023-01-16T16:29:27","date_gmt":"2023-01-16T16:29:27","guid":{"rendered":"https:\/\/minutovip.com\/?p=1587"},"modified":"2026-02-17T16:40:31","modified_gmt":"2026-02-17T16:40:31","slug":"gareth-bale","status":"publish","type":"post","link":"https:\/\/minutovip.com\/tr\/gareth-bale\/","title":{"rendered":"Eski Real Madrid Oyuncusu Gareth Bale Emekli Oldu"},"content":{"rendered":"<!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-a-estrela-do-pais-de-gales-se-aposentou-aos-33-anos\">Gallerli y\u0131ld\u0131z 33 ya\u015f\u0131nda emekli oldu<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg\" alt=\"Camisa de Gareth Bale\" class=\"w-full object-cover object-center border mx-auto wp-image-1588\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Sonunda b\u00fcy\u00fck bir y\u0131ld\u0131z\u0131n kariyeri sona erdi. Kaynak: Adobe Stock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Real Madrid&#039;deki ba\u015far\u0131l\u0131 kariyerinin ard\u0131ndan s\u00fcperstar Gareth Bale profesyonel futbolu b\u0131rakt\u0131\u011f\u0131n\u0131 a\u00e7\u0131klad\u0131.&nbsp;<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2kH0Sz\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/minutovip.com\/tr\/maiores-zebras-da-copa-do-mundo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"2022 D\u00fcnya Kupas\u0131&#039;n\u0131n en b\u00fcy\u00fck s\u00fcrprizlerini g\u00f6r\u00fcn\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/12\/disputa-de-bola.jpg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/minutovip.com\/tr\/maiores-zebras-da-copa-do-mundo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"2022 D\u00fcnya Kupas\u0131&#039;n\u0131n en b\u00fcy\u00fck s\u00fcrprizlerini g\u00f6r\u00fcn\">\n            2022 D\u00fcnya Kupas\u0131&#039;n\u0131n en b\u00fcy\u00fck s\u00fcrprizlerini g\u00f6r\u00fcn        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            2022 D\u00fcnya Kupas\u0131 s\u00fcrpriz ma\u00e7larla dolu; beklenmedik tak\u0131mlar yar\u0131 finale y\u00fckselirken, b\u00fcy\u00fck beklenti yaratanlar da eleniyor.         <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/minutovip.com\/tr\/maiores-zebras-da-copa-do-mundo\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Okumaya devam edin            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/minutovip.com\/tr\/maiores-zebras-da-copa-do-mundo\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/12\/disputa-de-bola.jpg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                2022 D\u00fcnya Kupas\u0131&#039;n\u0131n en b\u00fcy\u00fck s\u00fcrprizlerini g\u00f6r\u00fcn              <\/p>\n              <a href=\"https:\/\/minutovip.com\/tr\/maiores-zebras-da-copa-do-mundo\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Okumaya devam edin                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ayn\u0131 web sitesinde kalacaks\u0131n\u0131z              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0130spanyol ekibinde harika zamanlar ge\u00e7iren oyuncu, bir\u00e7ok \u015fampiyonluk kazand\u0131 ve Cristiano Ronaldo ve Benzema ile birlikte efsanevi bir h\u00fccum \u00fc\u00e7l\u00fcs\u00fc olu\u015fturdu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu ayr\u0131ca Galler Milli Tak\u0131m\u0131&#039;n\u0131n da idol\u00fc haline gelmi\u015fti ancak art\u0131k kariyeri sona erdi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu oyuncunun hikayesinin ayr\u0131nt\u0131lar\u0131n\u0131, zirveden erken emeklili\u011fe uzanan yolculu\u011funu inceleyin.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-inicio-da-carreira-de-gareth-bale\">Gareth Bale&#039;in kariyerinin ba\u015flang\u0131c\u0131<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/jogador-com-bola-1024x683.jpeg\" alt=\"Jogador segurando uma bola.\" class=\"w-full object-cover object-center border mx-auto wp-image-1591\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >B\u00fcy\u00fck bir y\u0131ld\u0131z\u0131n kariyeri ba\u015fl\u0131yor. Kaynak: Adobe Stock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Real Madrid&#039;de bir\u00e7ok \u015fampiyonluk ya\u015fayan ve Galler Milli Tak\u0131m\u0131&#039;nda b\u00fcy\u00fck bir lider olan Bale, sakatl\u0131klar ve ya\u015fanan tart\u0131\u015fmalar\u0131n ard\u0131ndan futbolu b\u0131rakma karar\u0131 ald\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00d6ncelikle \u00e7ocuk dahi Gareth Bale, futbola erken ya\u015fta ba\u015flad\u0131, ilk kul\u00fcb\u00fc Southampton oldu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Futboldaki yetene\u011fi k\u0131sa s\u00fcrede fark edildi ve d\u00fcnyan\u0131n en rekabet\u00e7i ligi olan Premier Lig&#039;de oynamaya \u00e7a\u011fr\u0131ld\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tottenham&#039;a transfer olan y\u0131ld\u0131z oyuncu, bu tak\u0131mda harika sezonlar ge\u00e7irerek \u0130ngiltere&#039;de 203 lig ma\u00e7\u0131nda 56 gol kaydetti.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bale, \u0130ngiliz kul\u00fcb\u00fcnde parlad\u0131ktan k\u0131sa bir s\u00fcre sonra Real Madrid de ilgi g\u00f6sterdi ve b\u00fcy\u00fck y\u0131ld\u0131z\u0131 transfer etmek i\u00e7in yat\u0131r\u0131m yapmaya karar verdi.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h3 id=\"h-contratacao-mais-cara-da-historia\">Tarihin en pahal\u0131 imzas\u0131<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Merengue kul\u00fcb\u00fcn\u00fcn y\u0131ld\u0131z oyuncu Gareth Bale i\u00e7in \u00f6dedi\u011fi bedel yakla\u015f\u0131k 100 milyon euro oldu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bu transfer o d\u00f6nem tarihin bir oyuncu i\u00e7in \u00f6denen en pahal\u0131 transferiydi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Y\u0131ld\u0131z oyuncunun Real Madrid&#039;deki anlar\u0131 kariyerinin zirvesi oldu.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-ascensao-ao-topo\">Zirveye y\u00fcksel<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncunun \u0130spanyol ekibine geli\u015fi, kul\u00fcb\u00fcn h\u00fccumunu durdurulamaz hale getirmi\u015f, b\u00fcy\u00fck bir hikayenin sadece ba\u015flang\u0131c\u0131 olmu\u015ftu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kul\u00fcb\u00fcn en b\u00fcy\u00fck rakibi Barselona&#039;n\u0131n da Messi, Su\u00e1rez ve Neymar&#039;dan olu\u015fan, ya da bilinen ad\u0131yla MSN \u00fc\u00e7l\u00fcs\u00fcnden olu\u015fan m\u00fcthi\u015f bir h\u00fccum hatt\u0131 vard\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ancak bu transferle birlikte Merengue kul\u00fcb\u00fcn\u00fcn h\u00fccum hatt\u0131 Cristiano Ronaldo, Benzema ve Gareth Bale&#039;den olu\u015fuyordu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sporcu, bir\u00e7ok nedenden \u00f6t\u00fcr\u00fc Real Madrid&#039;in en sevilen oyuncular\u0131ndan biri haline geldi.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Patlay\u0131c\u0131 h\u0131z\u0131, teknik yetene\u011fi ve kritik goller atma yetene\u011fi onu Bernab\u00e9u&#039;da ger\u00e7ek bir idol haline getirdi.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kul\u00fcp ad\u0131na istatistikleri etkileyici, 258 ma\u00e7ta toplam 106 gol, bunun d\u0131\u015f\u0131nda asist say\u0131s\u0131 da korkutucu, 67.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bale, Real Madrid&#039;in b\u00fcy\u00fck oyuncular\u0131yla kar\u015f\u0131la\u015ft\u0131r\u0131ld\u0131\u011f\u0131nda, b\u00fcy\u00fck futbol efsanelerinden daha iyi performans sergiliyor, a\u015fa\u011f\u0131da g\u00f6rebilirsiniz:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Ba\u015fl\u0131klar: Bale 16 x 6 Zidane&nbsp;<\/li><li>Asistler: Bale 67 x Beckham 52&nbsp;<\/li><li>Goller: Bale 106 x 103 Ronaldo Fenomeni<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kazand\u0131\u011f\u0131 \u015fampiyonluklar aras\u0131nda, oyuncunun iki finalde gol atarak ba\u015frolde yer ald\u0131\u011f\u0131 be\u015f \u015eampiyonlar Ligi \u015fampiyonlu\u011fu da bulunuyor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bale d\u0131\u015f\u0131nda \u00e7ok b\u00fcy\u00fck isimlerin forma giyemedi\u011fi milli tak\u0131mda da ba\u015far\u0131l\u0131 bir kariyere imza atan ve onun liderli\u011finde bir\u00e7ok kulvarda \u00f6nemli mesafe kat eden bir isim.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-problemas-em-madrid\">Madrid&#039;deki sorunlar<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncunun b\u00fcy\u00fck y\u00fckseli\u015finin ard\u0131ndan 2016 y\u0131l\u0131nda Bale&#039;in ayak bile\u011finde ciddi bir sakatl\u0131k ge\u00e7irmesi ve ard\u0131ndan birka\u00e7 k\u00fc\u00e7\u00fck morluk ya\u015famas\u0131yla r\u00fczgarlar tersine d\u00f6nmeye ba\u015flad\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u0130lk k\u0131r\u0131k, oyuncunun \u00fc\u00e7 ay boyunca sahalardan uzak kalmas\u0131na neden oldu. D\u00f6n\u00fc\u015f\u00fcn\u00fcn ard\u0131ndan, bir dizi ba\u015fka k\u00fc\u00e7\u00fck sakatl\u0131k, y\u0131ld\u0131z oyuncunun d\u00fczenli olarak oynamas\u0131n\u0131 engelledi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>T\u00fcm bunlar, oyuncunun d\u00fc\u015f\u00fck performans g\u00f6sterdi\u011fi d\u00f6nemde Zidane olan teknik direkt\u00f6rle olan iyi ili\u015fkisini zedeledi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu, 2018 \u015eampiyonlar Ligi zaferinin kahraman\u0131 olmas\u0131na ra\u011fmen, teknik direkt\u00f6r sporcudan memnun de\u011fildi.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Daha sonra Tottenham&#039;a tekrar kiralanan oyuncu, burada iyi bir sezon ge\u00e7irerek iyi performanslar sergiledi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Madrid&#039;e d\u00f6nd\u00fc\u011f\u00fcnde herkes oyuncunun eski formuna kavu\u015fup kul\u00fcb\u00fcn g\u00f6zdesi haline gelmesini bekliyordu ancak yine iyi performanslar sergileyemedi\u011fi bir y\u0131l daha geride kald\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu son olarak Kuzey Amerika liginde oynamak \u00fczere La Galaxy&#039;ye transfer oldu.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-um-lider-de-gales\">Galler&#039;den bir lider<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu, Galler Milli Tak\u0131m\u0131&#039;nda unutulmaz bir d\u00f6nem ge\u00e7irdi ve \u00fclkesinin yeti\u015ftirdi\u011fi en iyi oyuncu oldu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Toplamda 110 ma\u00e7ta 40 gol at\u0131ld\u0131 ancak bu goller oyuncunun milli tak\u0131m i\u00e7in \u00f6nemini yans\u0131tm\u0131yor.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Gareth Bale, tak\u0131m\u0131n Avrupa \u015eampiyonas\u0131&#039;ndaki g\u00fc\u00e7l\u00fc performans\u0131n\u0131n yan\u0131 s\u0131ra, D\u00fcnya Kupas\u0131&#039;na kat\u0131lmas\u0131nda da b\u00fcy\u00fck rol oynad\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Tak\u0131m 64 y\u0131ld\u0131r bu yar\u0131\u015fmaya kat\u0131lm\u0131yordu, ta ki Bale bunu de\u011fi\u015ftirmeye \u00e7al\u0131\u015fana kadar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>2022 D\u00fcnya Kupas\u0131 elemelerinde tak\u0131m\u0131n D\u00fcnya Kupas\u0131&#039;na geri d\u00f6nmesinde \u00f6nemli rol oynayan oyuncu,<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Macaristan ve Ukrayna ile oynanan kar\u015f\u0131la\u015fmalarda \u00fc\u00e7 galibiyet gol\u00fcn\u00fc de kaydeden oyuncu, ad\u0131n\u0131 bir kez daha tarihe yazd\u0131rd\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>D\u00fcnya Kupas\u0131&#039;nda ise yine gol atmay\u0131 ba\u015fard\u0131; bu turnuvadaki ilk gol\u00fcyd\u00fc ve 64 y\u0131l sonra ilk gol\u00fcyd\u00fc.<\/p>\n<\/div><!--advertisement--><div class=\"mx-5 sm:mx-0 sm:text-3xl text-2xl font-medium title-font mb-4 text-gray-900 text-left\">\n<h2 id=\"h-saindo-por-cima-a-redencao-de-gareth-bale\">Zirveye \u00e7\u0131kan Gareth Bale&#039;in kurtulu\u015fu<\/h2>\n<\/div><!--image--><div class=\"px-5 sm:px-0 sm:w-[800px] sm:ml-[50%] sm:-translate-x-2\/4 rounded-lg overflow-hidden mb-5 text-center\">\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/bandeira-do-pais-de-gales-1024x709.jpeg\" alt=\"S\u00edmbolo do Pa\u00eds de Gales\" class=\"w-full object-cover object-center border mx-auto wp-image-1592\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Sonunda Bale, futboluyla kendini kurtarmay\u0131 ba\u015fard\u0131. Kaynak: Adobe Stock.<\/figcaption><\/figure>\n<\/div><!--image--><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu kariyerini g\u00f6steri\u015fli bir \u015fekilde bitirmedi, b\u00fcy\u00fck bir kupa kazanamad\u0131 ama Madrid&#039;deki son y\u0131llar\u0131n\u0131n ard\u0131ndan toparland\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>LA Galaxy&#039;de Galler&#039;e Kuzey Amerika Ligi&#039;nde galibiyeti getiren gol\u00fc atan oyuncu, ayn\u0131 zamanda onurlu bir veda da yapt\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Milli tak\u0131mda \u015fampiyonluk kazanamad\u0131 ama Avrupa \u015eampiyonas\u0131&#039;na ta\u015f\u0131d\u0131 ve ard\u0131ndan Galler&#039;in D\u00fcnya Kupas\u0131&#039;na kat\u0131lmas\u0131n\u0131 sa\u011flad\u0131.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>D\u00fcnyan\u0131n en b\u00fcy\u00fck tak\u0131mlar\u0131na kar\u015f\u0131 oynad\u0131, isimlerin kendisini korkutmas\u0131na izin vermedi, bir gol atmay\u0131 ba\u015fard\u0131, Galler&#039;in en iyiler aras\u0131na d\u00f6n\u00fc\u015f\u00fcn\u00fc simgeleyen bir gol.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bale art\u0131k sadece bir oyuncu de\u011fil, \u00fclkesinin bir sembol\u00fc, Galler Prensi b\u00fcy\u00fck tak\u0131mlardan biri olman\u0131n m\u00fcmk\u00fcn oldu\u011funu g\u00f6sterdi.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oyuncu emekli oldu ama gelecek nesiller i\u00e7in bir tohum ekti; \u00f6n\u00fcm\u00fczdeki birka\u00e7 y\u0131l boyunca Galler i\u00e7in futbol oynayan herkes Gareth Bale&#039;e yak\u0131n bir \u015fey olmak isteyecektir.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Peki, bu futbol efsanesi hakk\u0131ndaki yaz\u0131m\u0131z\u0131 be\u011fendiniz mi? Di\u011fer yaz\u0131lar\u0131m\u0131za da g\u00f6z atmaya ne dersiniz?<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Cristiano Ronaldo&#039;nun Al Nassr formas\u0131yla Arap futboluna yolculu\u011funun t\u00fcm ayr\u0131nt\u0131lar\u0131n\u0131 a\u015fa\u011f\u0131da g\u00f6rebilirsiniz.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-ZB9W00\">\n  <section class=\"cta mx-5 sm:mx-0 text-gray-600 body-font my-10 border-gray-200 border-b border-l border-r sm:border-0\">\n    <div class=\"h-1 bg-gray-200 rounded overflow-hidden\">\n      <div class=\"w-24 h-full\"><\/div>\n    <\/div>\n    <div class=\"container px-5 pt-6 pb-6 mx-auto flex flex-wrap\" data-anchor-target=\"lazyBlock\">    \n    \n              <a class=\"flex flex-wrap content-center w-full mb-4 md:hidden\" href=\"https:\/\/minutovip.com\/tr\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr, CR7&#039;nin inan\u0131lmaz transferini duyurdu\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-scaled.jpeg\" alt=\"\">\n          <\/div>\n        <\/a>\n            <h2 class=\"w-full sm:text-3xl text-2xl text-gray-900 font-medium title-font mb-2 text-center md:text-left md:w-2\/5\">\n        <a href=\"https:\/\/minutovip.com\/tr\/cristiano-ronaldo-al-nassr\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr, CR7&#039;nin inan\u0131lmaz transferini duyurdu\">\n            Al-Nassr, CR7&#039;nin inan\u0131lmaz transferini duyurdu        <\/a>\n      <\/h2>\n      <div class=\"w-full md:w-3\/5 md:pl-6\">\n        <p class=\"text-center md:text-left leading-relaxed text-base\">\n            Cristiano Ronaldo&#039;nun Avrupa kupalar\u0131ndan El Nassr&#039;\u0131 kabul etmesinin nedenlerini \u00f6\u011frenin.        <\/p>\n        <div class=\"flex mt-6 w-full flex-1 justify-center ml-auto md:mt-4 md:justify-start\" style=\"font-weight: bold;\">\n          <a class=\"inline-flex items-center\" href=\"https:\/\/minutovip.com\/tr\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Okumaya devam edin            <svg fill=\"none\" stroke=\"currentColor\" stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" class=\"w-4 h-4 ml-2\" viewbox=\"0 0 24 24\">\n              <path d=\"M5 12h14M12 5l7 7-7 7\"><\/path>\n            <\/svg>\n          <\/a>\n        <\/div>\n      <\/div>  \n          \n    <\/div>\n      <script type=\"module\"> function waitFor(conditionFunction) { const poll = resolve => { if(conditionFunction()) resolve(); else setTimeout(_ => poll(resolve), 400); }; return new Promise(poll); } import { Application, Controller } from \"\/wp-content\/themes\/twentytwentyone\/assets\/js\/stimulus.min.js\"; let Stimulus = Application.start(); Stimulus.register(\"anchor\", class extends Controller { static get targets() { return [ \"lazyBlock\", \"lazyBlockAnchor\" ]; } initialize() { this.active = false; this.passed = false; this.closed = false; this.anchorViews = 0; this.boundOnShowAnchor = this.onShowAnchor.bind(this); window.anchorReady = window.anchorReady || false; waitFor(_ => (window.scrollY > this.getHeightBlock() && !this.active)) .then(_ => { !window.anchorReady? this.visible() : ''; window.anchorReady = true; }); if (document.getElementById('landing')) { setTimeout(() => { !window.anchorReady ? this.visible() : ''; window.anchorReady = true; }, 1 * 30000); }; } connect() { this.onShowAnchor(); document.addEventListener(\"scroll\", this.boundOnShowAnchor); } disconnect() { document.removeEventListener(\"scroll\", this.boundOnShowAnchor); } visible() { if (document.getElementById('av-offerwall__wrapper')) { setTimeout(() => this.visible(), 20000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 100) { setTimeout(() => this.visible(), 1000); return; } if (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10) { this.getAnchorElement().style.marginBottom = '60px'; } if (document.querySelector('[data-anchor-shown=\"true\"]') && document.querySelector('[data-anchor-shown=\"true\"]').style.bottom === '0px') { setTimeout(() => this.visible(), 1000); return; } if (!window.km2AnchorReady) { this.active = true; \/*this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-down');*\/ \/*this.getAnchorElement().classList.add('animate-show-up');*\/ \/*setTimeout(() => {*\/ \/*this.getAnchorElement().style.animation = \"\";*\/ this.getAnchorElement().classList.add('animate-show-up'); this.getAnchorElement().classList.remove('hidden'); this.setAnchorViews(this.anchorViews+1); setTimeout(() => this.closeAnchor(), 20000); waitFor(_ => (document.getElementById('av-fixed__bottomWrapper') && document.getElementById('av-fixed__bottomWrapper').style.display !== 'none' && document.getElementById('av-fixed__bottomWrapper').getBoundingClientRect().height > 10 && this.getAnchorElement().style.marginBottom !== '60px')) .then(_ => { this.closeAnchor(); }); this.active = false; \/*}, 10);*\/ } } invisible() { this.active = true; this.getAnchorElement().style.animation = \"none\"; this.getAnchorElement().classList.remove('animate-show-up'); this.getAnchorElement().classList.add('animate-show-down'); setTimeout(() => { this.getAnchorElement().style.animation = \"\"; setTimeout(() => { this.getAnchorElement().classList.add('hidden'); this.active = false; }, 800); }, 10); } onShowAnchor() { let anchorReady = false;  \/*if (!this.active && !anchorReady) { if (this.getAnchorViews() <= 3) { if (window.scrollY > this.getHeightBlock()) { if (!this.passed && !this.closed) { this.visible(); this.passed = true; } } else { if (this.passed) { this.invisible(); this.passed = false; } } } else { if (!this.getAnchorElement().classList.contains('close')) { this.getAnchorElement().classList.add('close'); if (window.scrollY < this.getHeightBlock()) { this.invisible(); } } } }*\/ } closeAnchor() { if (this.closed) return; this.invisible(); this.getAnchorElement().classList.add('close'); this.closed = true; } getAnchorElement() { return this.lazyBlockAnchorTargets[0]; } getAnchorViews() { this.anchorViews = parseInt(sessionStorage.getItem(\"anchorViews\")) >= 1 ? parseInt(sessionStorage.getItem(\"anchorViews\")) : 0; return this.anchorViews; } setAnchorViews(views) { sessionStorage.setItem(\"anchorViews\", views); } getHeightBlock() { return this.lazyBlockTarget.offsetTop + this.lazyBlockTarget.offsetHeight - 110; } }) <\/script>  <div data-anchor-target=\"lazyBlockAnchor\" class=\"fixed w-full sm:w-96 px-3 py-2 bottom-0 left-0 hidden\" style=\"z-index: 999999;\" name=\"lazyBlockAnchor\">\n    <div class=\"grid justify-items-stretch\">        \n              <div class=\"relative justify-self-end top-4 -right-2\">\n          <button data-no-translation class=\"bg-white text-md font-medium text-center rounded-full h-7 w-7 border-2\" data-analytics-label=\"anchorCloseAnchor\" data-action=\"anchor#closeAnchor\" style=\"z-index: 999999;\">\n            X\n          <\/button>\n        <\/div>\n        <div class=\"justify-self-auto flex flex-col h-32 bg-white border-solid border-2 shadow-md rounded-md\">\n          <div class=\"flex my-0 h-full\">\n            <div class=\"w-2\/5 p-1 ml-2 mt-2 w-full\">\n              <a href=\"https:\/\/minutovip.com\/tr\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"anchorImage\" data-action=\"analytics#trackCTA\">          \n                <img loading=\"lazy\" alt=\"card\" class=\"w-full object-cover h-24 object-center rounded justify-self-auto border-2 border-gray-100\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camiseta-do-cr7-scaled.jpeg\">          \n              <\/a>\n            <\/div>\n            <div class=\"w-3\/5 my-2\">\n              <p class=\"px-4 text-center text-xs h-1\/2\">\n                Al-Nassr, CR7&#039;nin inan\u0131lmaz transferini duyurdu              <\/p>\n              <a href=\"https:\/\/minutovip.com\/tr\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"anchorButton\" data-action=\"analytics#trackCTA\" >\n                <button class=\"flex w-5\/6 m-auto mt-2 border-0 py-1 px-3 focus:outline-none rounded\">                \n                  <p class=\"text-center w-full\" style=\"font-size: 0.67rem;\">\n                    Okumaya devam edin                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Ayn\u0131 web sitesinde kalacaks\u0131n\u0131z              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Galler&#039;in en b\u00fcy\u00fck oyuncusu emekli oldu, ancak gelecek nesillere b\u00fcy\u00fck bir miras b\u0131rakt\u0131. Bu b\u00fcy\u00fck oyuncunun kariyeri hakk\u0131nda bilgi edinin.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[58,178,177],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v18.7 (Yoast SEO v19.1) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Gareth Bale, Ex-jogador do Real Madrid, se aposentou - Minuto VIP<\/title>\n<meta name=\"description\" content=\"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/minutovip.com\/tr\/gareth-bale\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Gareth Bale, Ex-jogador do Real Madrid, se aposentou\" \/>\n<meta property=\"og:description\" content=\"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/tr\/gareth-bale\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-01-16T16:29:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-02-17T16:40:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Junior Aguiar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebSite\",\"@id\":\"https:\/\/minutovip.com\/#website\",\"url\":\"https:\/\/minutovip.com\/\",\"name\":\"Minuto VIP\",\"description\":\"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/minutovip.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"tr\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/minutovip.com\/gareth-bale\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/gareth-bale\/#webpage\",\"url\":\"https:\/\/minutovip.com\/gareth-bale\/\",\"name\":\"Gareth Bale, Ex-jogador do Real Madrid, se aposentou - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/gareth-bale\/#primaryimage\"},\"datePublished\":\"2023-01-16T16:29:27+00:00\",\"dateModified\":\"2026-02-17T16:40:31+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\"},\"description\":\"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/gareth-bale\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/gareth-bale\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/gareth-bale\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Gareth Bale, Ex-jogador do Real Madrid, se aposentou\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g\",\"caption\":\"Junior Aguiar\"},\"description\":\"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!\",\"url\":\"https:\/\/minutovip.com\/tr\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Gareth Bale, Ex-jogador do Real Madrid, se aposentou - Minuto VIP","description":"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.","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:\/\/minutovip.com\/tr\/gareth-bale\/","og_locale":"tr_TR","og_type":"article","og_title":"Gareth Bale, Ex-jogador do Real Madrid, se aposentou","og_description":"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.","og_url":"https:\/\/minutovip.com\/tr\/gareth-bale\/","og_site_name":"Minuto VIP","article_published_time":"2023-01-16T16:29:27+00:00","article_modified_time":"2026-02-17T16:40:31+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebSite","@id":"https:\/\/minutovip.com\/#website","url":"https:\/\/minutovip.com\/","name":"Minuto VIP","description":"O Minuto vip \u00e9 um site online que oferece not\u00edcias atualizadas do mundo do Futebol","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/minutovip.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"tr"},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/minutovip.com\/gareth-bale\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/01\/camisa-do-real-madrid-1024x683.jpeg"},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/gareth-bale\/#webpage","url":"https:\/\/minutovip.com\/gareth-bale\/","name":"Gareth Bale, Ex-jogador do Real Madrid, se aposentou - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/gareth-bale\/#primaryimage"},"datePublished":"2023-01-16T16:29:27+00:00","dateModified":"2026-02-17T16:40:31+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25"},"description":"Gareth Bale, ex-astro do Real Madrid, conhecido por sua incr\u00edvel velocidade e habilidade, anunciou sua aposentadoria do futebol profissional.","breadcrumb":{"@id":"https:\/\/minutovip.com\/gareth-bale\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/gareth-bale\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/gareth-bale\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Gareth Bale, Ex-jogador do Real Madrid, se aposentou"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/minutovip.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/cf0b04c3551002c04040ec298a9879f5?s=96&d=mm&r=g","caption":"Junior Aguiar"},"description":"Estudante de Direito fascinado por aprender coisas novas. Descobriu seu interesse na \u00e1rea da produ\u00e7\u00e3o de conte\u00fado e busca ampliar suas experi\u00eancias nesse universo digital. Desde sempre, apaixonado por futebol e todo o mundo dos esportes. Esse sou eu. Prazer, Junior!","url":"https:\/\/minutovip.com\/tr\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/posts\/1587"}],"collection":[{"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/comments?post=1587"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/posts\/1587\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/media?parent=1587"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/categories?post=1587"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/tr\/wp-json\/wp\/v2\/tags?post=1587"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}