{"id":2162,"date":"2023-02-17T10:42:00","date_gmt":"2023-02-17T10:42:00","guid":{"rendered":"https:\/\/minutovip.com\/?p=2162"},"modified":"2024-11-12T00:28:36","modified_gmt":"2024-11-12T00:28:36","slug":"curiosidades-sobre-o-neymar","status":"publish","type":"post","link":"https:\/\/minutovip.com\/sv\/curiosidades-sobre-o-neymar\/","title":{"rendered":"Kuriosa om Neymar: ta reda p\u00e5 vad de flesta inte vet om hans liv"},"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-conheca-melhor-o-neymar-e-descubra-9-curiosidades-sobre-ele\">L\u00e4r k\u00e4nna Neymar b\u00e4ttre och uppt\u00e4ck 9 intressanta fakta om honom<\/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\/05\/curiosidades-sobre-neymar-1024x613.jpg\" alt=\"Curiosidades sobre o Neymar.\" class=\"w-full object-cover object-center border mx-auto wp-image-3569\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >S\u00e5 l\u00e4r k\u00e4nna den h\u00e4r stj\u00e4rnan b\u00e4ttre! K\u00e4lla: Lucas Figueiredo\/CBF<\/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>Neymar \u00e4r en av de mest k\u00e4nda spelarna idag, kom och kolla in flera intressanta fakta om stj\u00e4rnan.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Spelaren har varit en framg\u00e5ng sedan han var barn, och eftersom han blev ber\u00f6mmelse mycket tidigt har hans liv \u00f6vervakats noga under l\u00e5ng tid.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-Z1LRjhX\">\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\/sv\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr tillk\u00e4nnager anst\u00e4llning av CR7\">\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\/sv\/cristiano-ronaldo-al-nassr\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Al-Nassr tillk\u00e4nnager anst\u00e4llning av CR7\">\n            Al-Nassr tillk\u00e4nnager anst\u00e4llning av CR7        <\/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            Se vad som var anledningarna till att Cristiano Ronaldo accepterade v\u00e4rvningen av Al-Nassr och slutade t\u00e4vla i Europa.        <\/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\/sv\/cristiano-ronaldo-al-nassr\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Forts\u00e4tt l\u00e4sa            <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\/sv\/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 tillk\u00e4nnager anst\u00e4llning av CR7              <\/p>\n              <a href=\"https:\/\/minutovip.com\/sv\/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                    Forts\u00e4tt l\u00e4sa                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Du kommer att stanna kvar p\u00e5 samma webbplats              <\/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>D\u00e4rf\u00f6r \u00e4r m\u00e5nga detaljer i ditt liv inte l\u00e4ngre en hemlighet f\u00f6r n\u00e5gon, men Minuto Vip tog med sig information som du aldrig har h\u00f6rt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S\u00e5 kom och kolla in dessa kuriosa och l\u00e4r k\u00e4nna denna otroliga spelare som \u00e4r Neymar Jr.<\/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-e-neymar\">Vem \u00e4r Neymar?<\/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\/05\/curiosidades-do-jogador-neymar-1024x682.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3571\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >F\u00f6rst\u00e5 vem Neymar \u00e4r. K\u00e4lla: Charles Platiau \u2013 09.dec.2020 \/ Reuters<\/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>Neymar dos Santos Junior, eller helt enkelt Neymar, som han kallas, \u00e4r en av de st\u00f6rsta fotbollsspelarna idag.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Idag spelar idrottaren f\u00f6r PSG, tillsammans med andra stora spelare som Mbappe, Messi, Verratti m.fl.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Dessutom \u00e4r han huvudspelaren i det brasilianska laget p\u00e5 senare tid, och \u00e4r nummer 10 i det laget.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar har alltid v\u00e4ckt stor uppm\u00e4rksamhet i media p\u00e5 grund av sin personlighet, varf\u00f6r han alltid hamnar p\u00e5 omslaget till nyheter och tidningar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Oavsett om det beror p\u00e5 n\u00e5got uttalande eller attityd p\u00e5 planen, \u00e4r han en av de mest kontroversiella idrottarna idag, som sticker ut f\u00f6r sin vanv\u00f6rdnad.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Och av denna anledning \u00e4r \u00e4mnen relaterade till honom alltid p\u00e5 uppg\u00e5ng, med massor av information om stj\u00e4rnan.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Idag gav Minuto Vip dig n\u00e5gra av de st\u00f6rsta fakta om Neymar som du aldrig har h\u00f6rt.<\/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-quais-sao-as-curiosidades-sobre-o-neymar\">Vilka \u00e4r de intressanta fakta om Neymar?<\/h2>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>S\u00e5 nu n\u00e4r du vet vem spelaren \u00e4r och varf\u00f6r han v\u00e4cker s\u00e5 mycket uppm\u00e4rksamhet, l\u00e5t oss komma till saken.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Se nu de fantastiska fakta om Neymar f\u00f6r att l\u00e4ra k\u00e4nna spelaren b\u00e4ttre:<\/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-1-pele-e-neymar-sao-os-maiores-artilheiros-da-selecao-brasileira\">1:a Pel\u00e9 och Neymar \u00e4r det brasilianska lagets b\u00e4sta m\u00e5lskyttar<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Trots all kritik om att spelaren inte presterar bra n\u00e4r han spelar f\u00f6r landslaget, \u00e4r det inte vad siffrorna s\u00e4ger.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00c4ven om Brasilien har flera idoliserade stj\u00e4rnor som Ronaldo Fen\u00f4meno, Rom\u00e1rio och m\u00e5nga andra, var den enda som lyckades matcha Pel\u00e9 i antal m\u00e5l f\u00f6r landslaget Neymar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Spelaren i senaste matchen mot Kroatien i VM n\u00e5dde de otroliga 77 m\u00e5len med den gula tr\u00f6jan.<\/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-2-o-santos-criou-uma-categoria-de-base-para-neymar-poder-jogar\">2\u00b0 Santos skapade en baskategori s\u00e5 att Neymar kunde spela<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar spelade f\u00f6r Santos ungdomslag i mycket tidig \u00e5lder, s\u00e5 n\u00e4r idrottaren fyllde 13 \u00e5r hade klubben fortfarande ingen kategori f\u00f6r den \u00e5ldern.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>F\u00f6r att den lilla atleten inte skulle sluta spela i lagets ungdomskategorier skapade Santos ett lag i den \u00e5ldern, s\u00e5 att stj\u00e4rnan kunde t\u00e4vla i under 13 f\u00f6r laget.<\/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-3-neymar-foi-pai-aos-19-anos\">3:a Neymar blev pappa vid 19 \u00e5rs \u00e5lder<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Det \u00e4r ingen nyhet att Neymar \u00e4r en pappa, eftersom spelaren forts\u00e4tter att l\u00e4gga upp inneh\u00e5ll relaterat till sin son, som foton och videor med pojken.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Det f\u00e5 dock vet \u00e4r att han blev pappa vid 19 \u00e5rs \u00e5lder, n\u00e4r spelaren redan var ett raseri i Brasilien.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>N\u00e4r de sl\u00e4ppte nyheterna s\u00e4nde tidningar och nyhetsprogram \u00f6ver hela Brasilien nyheterna.<\/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-4-o-atleta-teve-um-relacionamento-serio-com-a-atriz-bruna-marquezine\">4\u00b0 Atleten hade ett seri\u00f6st f\u00f6rh\u00e5llande med sk\u00e5despelerskan Bruna Marquezine&nbsp;<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar hade ett seri\u00f6st f\u00f6rh\u00e5llande med den ber\u00f6mda sk\u00e5despelerskan Bruna Marquezine, full av flera kommer och g\u00e5r.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Deras f\u00f6rh\u00e5llande pr\u00e4glades av parets avslut och comebacks, eftersom de b\u00e5da var v\u00e4ldigt upptagna med sina yrken, och p\u00e5 grund av den utsatthet som drabbats, st\u00e4lldes de inf\u00f6r vissa problem.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Paret inledde sitt f\u00f6rh\u00e5llande i mitten av 2013 och avslutade det 2018.<\/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-5-foi-a-contratacao-mais-cara-da-historia-do-futebol\">5\u00b0 Det var den dyraste v\u00e4rvningen i fotbollens historia<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>\u00c4n i dag \u00e4r Neymar den st\u00f6rsta v\u00e4rvningen i v\u00e4rldsfotbollen, vilket visar spelarens betydelse f\u00f6r fotbollen.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Under spelarens toppkarri\u00e4r, n\u00e4r han spelade f\u00f6r Barcelona, k\u00f6ptes han av den franska klubben PSG.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Det belopp som d\u00e5 betalades f\u00f6r att ta bort spelaren fr\u00e5n den katalanska klubben var cirka 222 miljoner euro.<\/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-6-neymar-nao-quis-jogar-nas-categorias-de-base-do-real-madrid\">6\u00b0 Neymar ville inte spela f\u00f6r Real Madrids ungdomslag<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar, n\u00e4r han var 13 \u00e5r gammal, provspelade f\u00f6r att bli anst\u00e4lld av Real Madrids ungdomslag, ansett som det b\u00e4sta laget i v\u00e4rlden.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Spelaren klarade testet med marginal f\u00f6r att g\u00e5 med i laget, han var till och med anm\u00e4ld f\u00f6r att t\u00e4vla i en t\u00e4vling, men han gav upp id\u00e9n och \u00e5terv\u00e4nde till Santos.<\/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-7-o-jogador-e-o-brasileiro-com-o-maior-numero-de-seguidores-nas-redes-sociais\">7\u00b0 Spelaren \u00e4r den brasilianska med flest f\u00f6ljare p\u00e5 sociala medier<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar \u00e4r en av de mest inflytelserika spelarna i v\u00e4rlden, och den brasilianska med flest f\u00f6ljare p\u00e5 sociala medier.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Spelaren har 200 miljoner f\u00f6ljare bara p\u00e5 Instagram, f\u00f6rutom andra sociala n\u00e4tverk.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Siffrorna speglar till viss del spelarens betydelse, vilket g\u00f6r honom till en av fotbollens st\u00f6rsta affischpojkar.<\/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-8-neymar-e-cristao\">8\u00b0 Neymar \u00e4r kristen<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Nuf\u00f6rtiden \u00e4r det inget som \u00e4r s\u00e4rskilt publicerat, men Neymar \u00e4r kristen, och i b\u00f6rjan av sin karri\u00e4r brukade han spela flera matcher med en banderoll p\u00e5 huvudet d\u00e4r det stod &quot;100% jesus&quot;.<\/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-9-e-viciado-no-jogo-de-computador-counter-strike\">9\u00b0 Du \u00e4r beroende av datorspelet Counter Strike<\/h3>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Ett ess i fotboll och ett ess i datorspel, Neymar \u00e4r en fantastisk spelare i Counter Strike, en f\u00f6rstapersonsskjutare, detta \u00e4r ett annat intressant faktum som m\u00e5nga inte visste om honom.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>F\u00f6rutom att verkligen njuta av spelet \u00e4r idrottaren ett stort fan av spelets t\u00e4vlingsscen, st\u00f6djer F\u00faria-laget och f\u00f6ljer flera professionella spelare p\u00e5 sin Instagram.<\/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-relevancia-do-neymar-para-o-futebol-mundial\">Hur relevant \u00e4r Neymar f\u00f6r v\u00e4rldsfotbollen?<\/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\/05\/curiosidades-neymar-1024x576.jpeg\" alt=\"\" class=\"w-full object-cover object-center border mx-auto wp-image-3572\" width=\"800\" height=\"384\"\/><figcaption class=\"mt-5 text-xs text-center border-b pb-4\" >F\u00f6rst\u00e5 dess betydelse. K\u00e4lla: CBF Collection.<\/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>Neymar \u00e4r idag en av de mest idoliserade spelarna i v\u00e4rldsfotbollen, till stor del p\u00e5 grund av sin personlighet.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Hans s\u00e4tt att spela fotboll, med dj\u00e4rvhet och gl\u00e4dje, \u00e4r brasiliansk fotbolls varum\u00e4rke.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>En spelare som b\u00f6rjar dribbla och skapar underbara spel, en atlet utanf\u00f6r kurvan, som har kul med bollen vid f\u00f6tterna.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Med professionaliseringen av fotbollslag och den sofistikerade taktiken som anv\u00e4nds, har dribblingar mindre och mindre utrymme och f\u00e4rre spelare anv\u00e4nder det effektivt.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar g\u00f6r det dock m\u00e4sterligt, dribbling \u00e4r det som g\u00f6r sporten s\u00e5 vacker, n\u00e4r en spelare \u00f6vertr\u00e4ffar den andra med kreativitet, och f\u00f6rtrollar de som tittar.<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Och det \u00e4r vad Neymar tillf\u00f6r fotbollsv\u00e4rlden, det \u00e4r ocks\u00e5 det som gav Brasilien titeln femfaldig m\u00e4stare.&nbsp;<\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Neymar \u00e4r synonymt med gl\u00e4dje, och p\u00e5minner oss om att fotboll \u00e4r mycket mer \u00e4n bara en sport. Tillsammans med sin partner f\u00e5r Messi PSG-fansen att uppleva of\u00f6rgl\u00f6mliga \u00f6gonblick den h\u00e4r s\u00e4songen. <\/p>\n<\/div><div class=\"mx-5 sm:mx-0 prose leading-relaxed text-lg mb-5 text-left wp-paragraph\">\n<p>Kolla in lite mer detaljer om v\u00e4rldsm\u00e4staren och b\u00e4st i v\u00e4rlden i artikeln nedan.<\/p>\n<\/div><div class=\"wp-block-lazyblock-cta lazyblock-cta-2iowvy\">\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\/sv\/messi-the-best\/\"  data-analytics-label=\"ctaImage\" data-action=\"analytics#trackCTA\" aria-label=\"Ta reda p\u00e5 allt om v\u00e4rldens b\u00e4sta Messi!\">\n          <div class=\"m-auto float-none\">\n            <img loading=\"lazy\" src=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/03\/premio-the-best-messi.png\" 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\/sv\/messi-the-best\/\" data-analytics-label=\"ctaTitle\" data-action=\"analytics#trackCTA\" aria-label=\"Ta reda p\u00e5 allt om v\u00e4rldens b\u00e4sta Messi!\">\n            Ta reda p\u00e5 allt om v\u00e4rldens b\u00e4sta Messi!        <\/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            Messi vinner FIFA:s utm\u00e4rkelse The Best\n        <\/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\/sv\/messi-the-best\/\"  data-analytics-label=\"ctaButton\" data-action=\"analytics#trackCTA\" >\n            Forts\u00e4tt l\u00e4sa            <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\/sv\/messi-the-best\/\"  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\/03\/premio-the-best-messi.png\">          \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                Ta reda p\u00e5 allt om v\u00e4rldens b\u00e4sta Messi!              <\/p>\n              <a href=\"https:\/\/minutovip.com\/sv\/messi-the-best\/\"  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                    Forts\u00e4tt l\u00e4sa                  <\/p>\n                <\/button>\n              <\/a>\n              <p class=\"text-gray-500 text-center mt-1\" style=\"font-size: 0.50rem;\">\n                Du kommer att stanna kvar p\u00e5 samma webbplats              <\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n          <\/div>\n  <\/div>\n  <\/section>\n\n<\/div>","protected":false},"excerpt":{"rendered":"<p> PSG-spelaren \u00e4r en av de mest kontroversiella idrottarna genom tiderna, s\u00e5 se till att kolla in de st\u00f6rsta fakta om honom och ta reda p\u00e5 information du aldrig skulle ha kunnat f\u00f6rest\u00e4lla dig.<\/p>","protected":false},"author":6,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[172],"tags":[214,29,215],"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>Curiosidades sobre o Neymar<\/title>\n<meta name=\"description\" content=\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\" \/>\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\/sv\/curiosidades-sobre-o-neymar\/\" \/>\n<meta property=\"og:locale\" content=\"sv_SE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida\" \/>\n<meta property=\"og:description\" content=\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/minutovip.com\/sv\/curiosidades-sobre-o-neymar\/\" \/>\n<meta property=\"og:site_name\" content=\"Minuto VIP\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-17T10:42:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-11-12T00:28:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar-1024x613.jpg\" \/>\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 minuter\" \/>\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\":\"sv-SE\"},{\"@type\":\"ImageObject\",\"inLanguage\":\"sv-SE\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage\",\"url\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg\",\"contentUrl\":\"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg\",\"width\":1170,\"height\":700},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#webpage\",\"url\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/\",\"name\":\"Curiosidades sobre o Neymar\",\"isPartOf\":{\"@id\":\"https:\/\/minutovip.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage\"},\"datePublished\":\"2023-02-17T10:42:00+00:00\",\"dateModified\":\"2024-11-12T00:28:36+00:00\",\"author\":{\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\"},\"description\":\"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.\",\"breadcrumb\":{\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb\"},\"inLanguage\":\"sv-SE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/minutovip.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida\"}]},{\"@type\":\"Person\",\"@id\":\"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1\",\"name\":\"Junior Aguiar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"sv-SE\",\"@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\/sv\/author\/junioraguiar\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Curiosidades sobre o Neymar","description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","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\/sv\/curiosidades-sobre-o-neymar\/","og_locale":"sv_SE","og_type":"article","og_title":"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida","og_description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","og_url":"https:\/\/minutovip.com\/sv\/curiosidades-sobre-o-neymar\/","og_site_name":"Minuto VIP","article_published_time":"2023-02-17T10:42:00+00:00","article_modified_time":"2024-11-12T00:28:36+00:00","og_image":[{"url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar-1024x613.jpg"}],"twitter_card":"summary_large_image","twitter_misc":{"Written by":"Junior Aguiar","Est. reading time":"7 minuter"},"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":"sv-SE"},{"@type":"ImageObject","inLanguage":"sv-SE","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage","url":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg","contentUrl":"https:\/\/minutovip.com\/wp-content\/uploads\/2023\/05\/curiosidades-sobre-neymar.jpg","width":1170,"height":700},{"@type":"WebPage","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#webpage","url":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/","name":"Curiosidades sobre o Neymar","isPartOf":{"@id":"https:\/\/minutovip.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#primaryimage"},"datePublished":"2023-02-17T10:42:00+00:00","dateModified":"2024-11-12T00:28:36+00:00","author":{"@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1"},"description":"Neymar Junior \u00e9 um dos grandes jogadores de futebol da \u00faltima d\u00e9cada venha conhecer 9 curiosidades sobre o craque.","breadcrumb":{"@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb"},"inLanguage":"sv-SE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/minutovip.com\/curiosidades-sobre-o-neymar\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/minutovip.com\/"},{"@type":"ListItem","position":2,"name":"Curiosidades sobre o Neymar: conhe\u00e7a o que a maioria das pessoas n\u00e3o sabem sobre a sua vida"}]},{"@type":"Person","@id":"https:\/\/minutovip.com\/#\/schema\/person\/fd80821d664852977a5a5fa2bbb061c1","name":"Junior Aguiar","image":{"@type":"ImageObject","inLanguage":"sv-SE","@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\/sv\/author\/junioraguiar\/"}]}},"_links":{"self":[{"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/posts\/2162"}],"collection":[{"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/comments?post=2162"}],"version-history":[{"count":0,"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/posts\/2162\/revisions"}],"wp:attachment":[{"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/media?parent=2162"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/categories?post=2162"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/minutovip.com\/sv\/wp-json\/wp\/v2\/tags?post=2162"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}