{ "@context": "https://schema.org", "@graph": [ { "@type" : "Organization", "@id": "/#Organization", "name": "Gazeta de Pinheiros", "url": "/", "logo": "/images/16353794640.png", "sameAs": ["https:\/\/www.facebook.com\/GazetadePinheiros","https:\/\/www.instagram.com\/gazetadepinheiros\/"] }, { "@type": "BreadcrumbList", "@id": "/#Breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Gazeta de Pinheiros", "item": "/" }, { "@type": "ListItem", "position": 2, "name": "Esporte", "item": "/ver-noticia/112/esporte" }, { "@type": "ListItem", "position": 3, "name": "Esporte e longevidade: a mais saudável das relações" } ] }, { "@type" : "Website", "@id": "/noticia/2926/esporte-e-longevidade-a-mais-saudavel-das-relacoes#Website", "name" : "Esporte e longevidade: a mais saudável das relações", "description": "por Gabriel Nunes", "image" : "/images/noticias/2926/15060326_Dr_Donnini.jpeg", "url" : "/noticia/2926/esporte-e-longevidade-a-mais-saudavel-das-relacoes" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/2926/esporte-e-longevidade-a-mais-saudavel-das-relacoes#NewsMediaOrganization", "name": "Gazeta de Pinheiros", "alternateName": "Gazeta de Pinheiros", "url": "/", "logo": "", "sameAs": ["https:\/\/www.facebook.com\/GazetadePinheiros","https:\/\/www.instagram.com\/gazetadepinheiros\/"] }, { "@type": "NewsArticle", "@id": "/noticia/2926/esporte-e-longevidade-a-mais-saudavel-das-relacoes#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/2926/esporte-e-longevidade-a-mais-saudavel-das-relacoes" }, "headline": "Esporte e longevidade: a mais saudável das relações", "description": "por Gabriel Nunes", "image": ["/images/noticias/2926/15060326_Dr_Donnini.jpeg"], "datePublished": "2022-06-15T22:01:45-03:00", "dateModified": "2022-06-15T22:01:45-03:00", "author": { "@type": "Person", "name": "GAZETA DE PINHEIROS", "url": "/" }, "publisher": { "@type": "Organization", "@id": "/#Organization", "name": "Gazeta de Pinheiros", "logo": { "@type": "ImageObject", "url": "", "width": 600, "height": 600 } } } ] }VideoAds = { play: function(id){ var videoSrc = document.querySelector(id); videoSrc.muted = true; videoSrc.loop = true; videoSrc.play(); }, pause: function(id){ var videoSrc = document.querySelector(id); videoSrc.loop = true; videoSrc.muted = true; videoSrc.pause(); } }