{ "@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": "Lazer", "item": "/ver-noticia/50/lazer" }, { "@type": "ListItem", "position": 3, "name": "Sindi Clubes promove a 25ª edição do Dia da Dança com apresentações diversas" } ] }, { "@type" : "Website", "@id": "/noticia/12884/sindi-clubes-promove-25a-edicao-dia-danca#Website", "name" : "Sindi Clubes promove a 25ª edição do Dia da Dança com apresentações diversas", "description": "", "image" : "/images/noticias/12884/24045032_Sindi_-_03.jpg", "url" : "/noticia/12884/sindi-clubes-promove-25a-edicao-dia-danca" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/12884/sindi-clubes-promove-25a-edicao-dia-danca#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/12884/sindi-clubes-promove-25a-edicao-dia-danca#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/12884/sindi-clubes-promove-25a-edicao-dia-danca" }, "headline": "Sindi Clubes promove a 25ª edição do Dia da Dança com apresentações diversas", "description": "", "image": ["/images/noticias/12884/24045032_Sindi_-_03.jpg"], "datePublished": "2025-04-24T22:49:30-03:00", "dateModified": "2025-04-24T22:49: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(); } }