{ "@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": "Geral", "item": "/ver-noticia/1/geral" }, { "@type": "ListItem", "position": 3, "name": "Rê Fornari é entrevistada por Mara Ferraz no PodMais" } ] }, { "@type" : "Website", "@id": "/noticia/4887/re-fornari-e-entrevistada-por-mara-ferraz-no-podmais#Website", "name" : "Rê Fornari é entrevistada por Mara Ferraz no PodMais", "description": "A apresentadora também recebeu a jornalista Márcia Piovesan nos últimos episódios do podcast", "image" : "/images/noticias/4887/07073147_WhatsApp_I.jpeg.jpeg", "url" : "/noticia/4887/re-fornari-e-entrevistada-por-mara-ferraz-no-podmais" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/4887/re-fornari-e-entrevistada-por-mara-ferraz-no-podmais#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/4887/re-fornari-e-entrevistada-por-mara-ferraz-no-podmais#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/4887/re-fornari-e-entrevistada-por-mara-ferraz-no-podmais" }, "headline": "Rê Fornari é entrevistada por Mara Ferraz no PodMais", "description": "A apresentadora também recebeu a jornalista Márcia Piovesan nos últimos episódios do podcast", "image": ["/images/noticias/4887/07073147_WhatsApp_I.jpeg.jpeg"], "datePublished": "2023-07-27T00:00:35-03:00", "dateModified": "2023-07-27T00:00:35-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(); } }