{"id":2446,"date":"2023-03-18T02:40:12","date_gmt":"2023-03-18T02:40:12","guid":{"rendered":"https:\/\/minutovip.com\/?p=2446"},"modified":"2024-05-30T18:00:18","modified_gmt":"2024-05-30T18:00:18","slug":"messi-the-best","status":"publish","type":"post","link":"https:\/\/minutovip.com\/de\/messi-the-best\/","title":{"rendered":"Messi gewinnt den FIFA The Best Award"},"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-messi-vence-novamente-o-premio-the-best-e-impressiona-o-mundo\">Messi gewinnt erneut die Auszeichnung \u201eThe Best\u201c und beeindruckt die Welt<\/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-full\"><img width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png\" alt=\"Pr\u00eamio the best recebido por Messi.\" class=\"w-full object-cover object-center border mx-auto wp-image-2447\" srcset=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png 800w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best-300x144.png 300w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best-768x369.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Dann sehen Sie sich alle Details zu Messis Auszeichnung an. Quelle: Canva.<\/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>Nach seiner spektakul\u00e4ren WM-Kampagne hat Messi gerade seine siebte FIFA The Best-Auszeichnung gewonnen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der Spieler ist der gr\u00f6\u00dfte Gewinner der Auszeichnung und einer der gr\u00f6\u00dften aller Zeiten. Sehen Sie sich also alles \u00fcber Messi und die Auszeichnung \u201eThe Best FIFA\u201c an.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z19uy2Q\">\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\/de\/ronaldinho-e-messi\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Ronaldinho und Messi, eines der gro\u00dfen Duos \">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2022\/10\/AdobeStock_456032166_Editorial_Use_Only-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\/de\/ronaldinho-e-messi\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Ronaldinho und Messi, eines der gro\u00dfen Duos \">\n            Ronaldinho und Messi, eines der gro\u00dfen Duos         <\/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            Sehen Sie, wie die Freundschaft zwischen Ronaldinho und Messi, zwei Weltfu\u00dfballlegenden, begann.        <\/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\/de\/ronaldinho-e-messi\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Weiterlesen            <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\/de\/ronaldinho-e-messi\/\"  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\/10\/AdobeStock_456032166_Editorial_Use_Only-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                Ronaldinho und Messi, eines der gro\u00dfen Duos              <\/p>\n              <a href=\"https:\/\/minutovip.com\/de\/ronaldinho-e-messi\/\"  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                    Weiterlesen                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Siehe die Website auf der Website              <\/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>In einem Jahr voller H\u00f6hen und Tiefen f\u00fcr den Argentinier gelang es ihm, sich neu zu erfinden und alle zu \u00fcberraschen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Verstehen Sie die Kriterien, schauen Sie sich an, wer Messis Konkurrenten waren, und verfolgen Sie einen kleinen Einblick in seine unglaubliche Saison f\u00fcr PSG und das Albiceleste-Team.<\/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-como-funciona-o-premio-the-best-fifa\">Wie funktioniert der The Best FIFA Award?<\/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-full\"><img width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-2448\" srcset=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi.png 800w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi-300x144.png 300w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi-768x369.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Denn wie funktioniert dieser Preis? Quelle: Canva.<\/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>Der FIFA The Best Award, bei dem Lionel Messi in der Ausgabe 2022 den ersten Platz belegte, ist eine Abstimmung, bei der die zehn besten Spieler der Saison ausgew\u00e4hlt, aber nur die drei besten ausgezeichnet werden.<\/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-como-acontece-a-votacao\">Wie l\u00e4uft die Abstimmung ab?&nbsp;<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zun\u00e4chst w\u00e4hlt ein FIFA-Komitee zehn der besten Spieler der Saison aus, die in die Liste aufgenommen werden sollen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Die Stimmen zur Bestimmung des besten Spielers werden von den folgenden Gruppen abgegeben, die jeweils 25% der Stimmen repr\u00e4sentieren.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Trainer von FIFA-Mitgliedsmannschaften<\/li><li>Kapit\u00e4ne von FIFA-Mitgliedsmannschaften<\/li><li>Ein Journalist aus jedem FIFA-Mitgliedsverband<\/li><li>Allgemeine \u00d6ffentlichkeit<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Danach w\u00e4hlt jeder der Teilnehmer der oben genannten Gruppen aus diesen 10 ausgew\u00e4hlten Spielern die Spieler aus, die den 1. Platz, den 2. Platz und den 3. Platz verdienen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mit anderen Worten: Jeder Trainer, Kapit\u00e4n, Journalist und Zuschauer erstellt seine pers\u00f6nliche Rangliste, die als Kriterium f\u00fcr die Generierung von Punkten dient, anhand derer die Spieler eingestuft werden.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Daher wird jeder dieser Positionen eine Punktzahl zugewiesen, der erste Platz erh\u00e4lt f\u00fcnf Punkte, der zweite Platz drei Punkte und der dritte Platz einen Punkt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nachdem also alle Trainer, Journalisten, Kapit\u00e4ne und die \u00f6ffentliche Abstimmung im Internet ihre Top 3 definiert haben, werden die Ergebnisse nach den oben genannten Kriterien addiert und die Liste mit der Rangliste der 10 besten Spieler erstellt.<\/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-qual-o-criterio-analisado\">Was ist das analysierte Kriterium?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Die im Rahmen des \u201eThe Best FIFA Award\u201c analysierten Kriterien sind sehr einfach: Die W\u00e4hlergruppe m\u00fcsste die Saison des Spielers zwischen dem 8. August 2021 und dem 18. Dezember 2022, einschlie\u00dflich der Weltmeisterschaft, analysieren.&nbsp;<\/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-qual-a-diferenca-entre-o-premio-the-best-fifa-e-a-bola-de-ouro\">Was ist der Unterschied zwischen der Auszeichnung \u201eThe Best FIFA\u201c und dem Ballon d\u2019Or?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der Best FIFA Award und der Ballon d&#039;Or sind zwei unterschiedliche Auszeichnungen, eine von der FIFA und die andere von der franz\u00f6sischen Zeitschrift France Football.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Bereits 1956 analysierte das Magazin France Football Spieler und bewertete ihre Leistungen mit dem Ziel, den besten europ\u00e4ischen Spieler zu ermitteln.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Allerdings schuf die FIFA 1991 den Ballon d&#039;Or und zeichnete den besten Sportler des Jahres aus der ganzen Welt aus. Im Jahr 2009 wurden die beiden Auszeichnungen kombiniert.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Von 2009 bis 2016 war die Auszeichnung als bester Spieler im FIFA Ballon d&#039;Or vereinheitlicht, doch nun handelt es sich wieder um zwei unterschiedliche Auszeichnungen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der gr\u00f6\u00dfte Unterschied zwischen den beiden Auszeichnungen besteht in der Art und Weise, wie die Spieler auf der Liste definiert werden, w\u00e4hrend die FIFA-Auszeichnung \u201eThe Best\u201c von der \u00d6ffentlichkeit, Kapit\u00e4nen, Journalisten, Verbandsmitgliedern und Trainern gew\u00e4hlt wird.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der Preis des Magazins France Football ber\u00fccksichtigt die Stimmen von 200 gro\u00dfartigen Journalisten aus der ganzen Welt.<\/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-como-foi-a-campanha-de-messi\">Wie war Messis Wahlkampf?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi hatte eine unglaubliche Saison, erzielte 45 von 74 Toren und gewann auch die Ligue One in der Saison 2021\/2022.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ganz zu schweigen von der au\u00dfergew\u00f6hnlichen Teilnahme des Spielers an der Weltmeisterschaft, bei der er mit sieben Toren in sieben Spielen den gr\u00f6\u00dften Titel in der Geschichte des Fu\u00dfballs gewann.<\/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-quantos-premios-the-best-messi-tem\">Wie viele Auszeichnungen hat \u201eThe Best Messi\u201c?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi gewann in den folgenden Jahren die besten Auszeichnungen der Welt, darunter auch Ausgaben, bei denen die FIFA-Auszeichnung mit der des France Football-Magazins vereint wurde:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>2009<\/li><li>2010<\/li><li>2011<\/li><li>2012<\/li><li>2015<\/li><li>2019<\/li><li>2022<\/li><\/ul>\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-quantos-pontos-messi-fez\">Wie viele Punkte hat Messi erzielt?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi belegte in den vier Kategorien, in denen er Stimmen erhielt, den ersten Platz, das hei\u00dft, er belegte den ersten Platz bei der Abstimmung von Kapit\u00e4nen, Trainern, Journalisten und Fans mit insgesamt 52 Punkten.<\/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-quem-foram-os-principais-concorrentes-de-messi-no-premio-the-best\">Wer waren Messis Hauptkonkurrenten um die Auszeichnung \u201eThe Best\u201c?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Messi hatte eine sehr starke Konkurrenz gegen den Franzosen Mbappe, der wie Messi eine au\u00dfergew\u00f6hnliche Saison hatte.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Die beiden, die Teamkollegen bei PSG sind, standen sich im WM-Finale 2022 als Kontrahenten gegen\u00fcber, was letztendlich von gro\u00dfer Bedeutung f\u00fcr die Entscheidung war, wer den ersten Platz belegt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Mbappe erhielt den zweiten Platz in allen vier Kategorien und f\u00fcgte 44 Punkte zur Gesamtpunktzahl hinzu.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der dritte Platz ging ebenfalls an den Franzosen Karim Benzema, der die Auszeichnung des Magazins France Football erhielt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Der Spieler belegte bei der Entscheidung der technischen Kapit\u00e4ne und Journalisten den dritten Platz und bei der \u00f6ffentlichen Abstimmung den vierten Platz.<\/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-confira-os-finalistas-de-todas-as-categorias-do-the-best-fifa-2022\">Schauen Sie sich die Finalisten aus allen Kategorien von The Best FIFA 2022 an:<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Erstbester Spieler:<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Lionel Messi (PSG)<\/strong><\/li><li>Karim Benzema (Real Madrid)<\/li><li>Kylian Mbapp\u00e9 (PSG)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Zweitbester Spieler<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Alexia Putellas (Barcelona)<\/strong><\/li><li>Alex Morgan (Orlando Pride\/San Diego Wave)<\/li><li>Beth Mead (Arsenal)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Drittbester Torwart<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Courtois (Real Madrid)<\/li><li><strong>Emiliano Martinez (Aston Villa)<\/strong><\/li><li>Bounou (Sevilla)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Viertbester Torwart<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Ann-Katrin Berger (Chelsea)<\/li><li>Christiane Endler (Lyon)<\/li><li><strong>Mary Earps (Manchester United)<\/strong><\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>5. Bester Fu\u00dfballtrainer der M\u00e4nner<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Pep Guardiola (Manchester City)<\/li><li><strong>Lionel Scaloni (Argentinien)<\/strong><\/li><li>Carlo Ancelotti (Real Madrid)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Sechstbeste Fu\u00dfballtrainerin<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li>Sonia Bompastor (Lyon)<\/li><li>Pia Sundhage (Brasilianisches Team)<\/li><li><strong>Sarina Wiegman <\/strong>(Niederl\u00e4ndisches Team\/England-Team)<\/li><\/ul>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>&nbsp;7. Pusk\u00e1s-Preis (sch\u00f6nstes Tor)<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose text-left mb-5\">\n<ul><li><strong>Marcin Oleksy (Warta Posen)<\/strong><\/li><li>Dimitri Payet (Olympique de Marseille)<\/li><li>Richarlison (Brasilien)<\/li><\/ul>\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-como-assistir-os-proximos-jogos-de-messi\">Wie kann man Messis n\u00e4chste Spiele sehen?<\/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-full\"><img width=\"800\" height=\"384\" loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/assista-messi-the-best.png\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-2449\" srcset=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/assista-messi-the-best.png 800w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/assista-messi-the-best-300x144.png 300w, https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/assista-messi-the-best-768x369.png 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >Dann sehen Sie, wie Sie Messis Spiele sehen k\u00f6nnen. Quelle: Canva.<\/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>Wenn Sie also die n\u00e4chsten Spiele von Messi genie\u00dfen m\u00f6chten, lesen Sie unseren Artikel.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Erstens hat Messi im Achtelfinale der Champions League ein Treffen mit Bayern M\u00fcnchen geplant.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Und die Max-App ist die Heimat der Champions. In dieser App k\u00f6nnen Sie alle Spiele der Konkurrenz verfolgen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Eine weitere Option ist der SBT-Kanal oder die SBT-Videos-App. Das R\u00fcckspiel der Champions League wird auf diesem Kanal kostenlos \u00fcbertragen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Und da Messi in der Ligue 1 f\u00fcr PSG spielt, ist STAR Plus die perfekte App, um den Argentinier in diesem Wettbewerb zu beobachten.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Schauen Sie sich unseren Artikel unten an und erfahren Sie im Detail, wie Sie Champions-League-Spiele ansehen k\u00f6nnen.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-H5iQ0\">\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\/de\/como-assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Wie kann man Champions-League-Spiele live verfolgen?\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/02\/televisao-transmitindo-a-champions-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\/de\/como-assistir-jogos-da-champions-league-ao-vivo\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Wie kann man Champions-League-Spiele live verfolgen?\">\n            Wie kann man Champions-League-Spiele live verfolgen?        <\/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            Die Champions League ist fast zur\u00fcck und jeder m\u00f6chte wissen, wo man diese Spiele sehen kann. Minuto Vip hat an Sie gedacht und die besten Websites und Anwendungen zusammengestellt        <\/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\/de\/como-assistir-jogos-da-champions-league-ao-vivo\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Weiterlesen            <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\/de\/como-assistir-jogos-da-champions-league-ao-vivo\/\"  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\/02\/televisao-transmitindo-a-champions-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                Wie kann man Champions-League-Spiele live verfolgen?              <\/p>\n              <a href=\"https:\/\/minutovip.com\/de\/como-assistir-jogos-da-champions-league-ao-vivo\/\"  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                    Weiterlesen                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Siehe die Website auf der Website              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Verfolgen Sie alles \u00fcber die FIFA-Auszeichnung \u201eThe Best\u201c und die Entwicklung von Lionel Messi, dem gro\u00dfen Star des Weltfu\u00dfballs. Mit sieben gewonnenen Titeln ist Messi der gr\u00f6\u00dfte Gewinner dieser Auszeichnung und einer der gr\u00f6\u00dften Spieler aller Zeiten.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[41,42,233],"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>Messi ganha o pr\u00eamio The Best da FIFA - Minuto VIP<\/title>\n<meta name=\"description\" content=\"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.\" \/>\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\/de\/messi-the-best\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Messi ganha o pr\u00eamio The Best da FIFA\" \/>\n<meta property=\"og:description\" content=\"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/de\/messi-the-best\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-03-18T02:40:12+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-05-30T18:00:18+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png\" \/>\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 Minuten\" \/>\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\":\"de-DE\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\/\/minutovip.com\/messi-the-best\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png\",\"width\":800,\"height\":384},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/messi-the-best\/#webpage\",\"url\":\"https:\/\/minutovip.com\/messi-the-best\/\",\"name\":\"Messi ganha o pr\u00eamio The Best da FIFA - Minuto VIP\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/messi-the-best\/#primaryimage\"},\"datePublished\":\"2023-03-18T02:40:12+00:00\",\"dateModified\":\"2024-05-30T18:00:18+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\"},\"description\":\"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/messi-the-best\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/messi-the-best\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/messi-the-best\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Messi ganha o pr\u00eamio The Best da FIFA\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@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\/de\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Messi ganha o pr\u00eamio The Best da FIFA - Minuto VIP","description":"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.","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\/de\/messi-the-best\/","og_locale":"de_DE","og_type":"article","og_title":"Messi ganha o pr\u00eamio The Best da FIFA","og_description":"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.","og_url":"https:\/\/minutovip.com\/de\/messi-the-best\/","og_site_name":"Minuto VIP","article_published_time":"2023-03-18T02:40:12+00:00","article_modified_time":"2024-05-30T18:00:18+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 Minuten"},"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":"de-DE"},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/minutovip.com\/messi-the-best\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/messi-the-best.png","width":800,"height":384},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/messi-the-best\/#webpage","url":"https:\/\/minutovip.com\/messi-the-best\/","name":"Messi ganha o pr\u00eamio The Best da FIFA - Minuto VIP","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/messi-the-best\/#primaryimage"},"datePublished":"2023-03-18T02:40:12+00:00","dateModified":"2024-05-30T18:00:18+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25"},"description":"Fique por dentro de tudo sobre Messi e o pr\u00eamio The Best da FIFA. Quais foram os crit\u00e9rios que foram analisados na s\u00e9tima conquista do argentino.","breadcrumb":{"@id":"https:\/\/minutovip.com\/messi-the-best\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/messi-the-best\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/messi-the-best\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Messi ganha o pr\u00eamio The Best da FIFA"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/15eb787bc8983e4587316317ff05fe25","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"de-DE","@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\/de\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/posts\/2446"}],"collection":[{"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/comments?post=2446"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/posts\/2446\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/media?parent=2446"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/categories?post=2446"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/de\/wp-json\/wp\/v2\/tags?post=2446"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}