{ "@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": "Presidente do E.C. Pinheiros recebe equipe de Handebol Campeã do Sul-Centro Americano 2023" } ] }, { "@type" : "Website", "@id": "/noticia/4463/presidente-do-e-c-pinheiros-recebe-equipe-de-handebol-campea-do-sul-centro-americano-2023#Website", "name" : "Presidente do E.C. Pinheiros recebe equipe de Handebol Campeã do Sul-Centro Americano 2023", "description": "", "image" : "/images/noticias/4463/22064851_Foto_EC_Pi.jpg", "url" : "/noticia/4463/presidente-do-e-c-pinheiros-recebe-equipe-de-handebol-campea-do-sul-centro-americano-2023" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/4463/presidente-do-e-c-pinheiros-recebe-equipe-de-handebol-campea-do-sul-centro-americano-2023#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/4463/presidente-do-e-c-pinheiros-recebe-equipe-de-handebol-campea-do-sul-centro-americano-2023#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/4463/presidente-do-e-c-pinheiros-recebe-equipe-de-handebol-campea-do-sul-centro-americano-2023" }, "headline": "Presidente do E.C. Pinheiros recebe equipe de Handebol Campeã do Sul-Centro Americano 2023", "description": "", "image": ["/images/noticias/4463/22064851_Foto_EC_Pi.jpg"], "datePublished": "2023-06-22T23:47:30-03:00", "dateModified": "2023-06-22T23:47:30-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(); } }