{ "@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": "Atlântico", "item": "/ver-noticia/15/atlantico" }, { "@type": "ListItem", "position": 3, "name": "Atlântico perde para o Cerro Largo Futsal" } ] }, { "@type" : "Website", "@id": "/noticia/41829/atlantico-perde-para-o-cerro-largo-futsal#Website", "name" : "Atlântico perde para o Cerro Largo Futsal", "description": "Com o Sub-20 , time de Erechim é goleado no Gaúcho Série A", "image" : "/images/noticias/41829/14091637_1409A.jpg", "url" : "/noticia/41829/atlantico-perde-para-o-cerro-largo-futsal" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/41829/atlantico-perde-para-o-cerro-largo-futsal#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/41829/atlantico-perde-para-o-cerro-largo-futsal#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/41829/atlantico-perde-para-o-cerro-largo-futsal" }, "headline": "Atlântico perde para o Cerro Largo Futsal", "description": "Com o Sub-20 , time de Erechim é goleado no Gaúcho Série A", "image": ["/images/noticias/41829/14091637_1409A.jpg"], "datePublished": "2024-09-14T21:47:30-03:00", "dateModified": "2024-09-14T21:47:30-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(); } }