{ "@context": "https://schema.org", "@graph": [ { "@type" : "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "url": "/", "logo": "/images/1713445358TCHÊ_ERECHIM.png", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "BreadcrumbList", "@id": "/#Breadcrumb", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Tchê Erechim Notícias", "item": "/" }, { "@type": "ListItem", "position": 2, "name": "Ypiranga", "item": "/ver-noticia/16/ypiranga" }, { "@type": "ListItem", "position": 3, "name": "Ypiranga recebe quarta feira o Grêmio B pela Copinha" } ] }, { "@type" : "Website", "@id": "/noticia/41560/ypiranga-recebe-quarta-feira-o-gremio-b-pela-copinha#Website", "name" : "Ypiranga recebe quarta feira o Grêmio B pela Copinha", "description": "O jogo começa as 19 horas", "image" : "/images/noticias/41560/02093158_0209_kk.jpg", "url" : "/noticia/41560/ypiranga-recebe-quarta-feira-o-gremio-b-pela-copinha" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/41560/ypiranga-recebe-quarta-feira-o-gremio-b-pela-copinha#NewsMediaOrganization", "name": "Tchê Erechim Notícias", "alternateName": "Tchê Erechim Notícias", "url": "/", "logo": "", "sameAs": ["https:\/\/www.facebook.com\/radiotcheerechim\/","https:\/\/www.instagram.com\/radiotcheerechim\/"] }, { "@type": "NewsArticle", "@id": "/noticia/41560/ypiranga-recebe-quarta-feira-o-gremio-b-pela-copinha#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/41560/ypiranga-recebe-quarta-feira-o-gremio-b-pela-copinha" }, "headline": "Ypiranga recebe quarta feira o Grêmio B pela Copinha", "description": "O jogo começa as 19 horas", "image": ["/images/noticias/41560/02093158_0209_kk.jpg"], "datePublished": "2024-09-02T10:25:15-03:00", "dateModified": "2024-09-02T10:25:15-03:00", "author": { "@type": "Person", "name": "Tchê Erechim", "url": "/" }, "publisher": { "@type": "Organization", "@id": "/#Organization", "name": "Tchê Erechim Notícias", "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(); } }