{ "@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": "Editorial", "item": "/ver-noticia/45/editorial" }, { "@type": "ListItem", "position": 3, "name": "Prefeitura tem gasto de mais de 36 milhões para Fórmula 1" } ] }, { "@type" : "Website", "@id": "/noticia/139/prefeitura-tem-gasto-de-mais-de-36-milhoes-para-formula-1#Website", "name" : "Prefeitura tem gasto de mais de 36 milhões para Fórmula 1", "description": "", "image" : "/images/noticias/139/139162916.jpg", "url" : "/noticia/139/prefeitura-tem-gasto-de-mais-de-36-milhoes-para-formula-1" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/139/prefeitura-tem-gasto-de-mais-de-36-milhoes-para-formula-1#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/139/prefeitura-tem-gasto-de-mais-de-36-milhoes-para-formula-1#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/139/prefeitura-tem-gasto-de-mais-de-36-milhoes-para-formula-1" }, "headline": "Prefeitura tem gasto de mais de 36 milhões para Fórmula 1", "description": "", "image": ["/images/noticias/139/139162916.jpg"], "datePublished": "2021-05-05T10:03:52-03:00", "dateModified": "2021-05-05T10:03:52-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(); } }