{ "@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": "Segurança Pública", "item": "/ver-noticia/20/seguranca-publica" }, { "@type": "ListItem", "position": 3, "name": "Acidente de trânsito em Soledade deixa quatro mortos" } ] }, { "@type" : "Website", "@id": "/noticia/43757/acidente-transito-soledade-deixa-quatro-mortos#Website", "name" : "Acidente de trânsito em Soledade deixa quatro mortos", "description": "A colisão envolveu um caminhão de Pouso Novo e um Sandero de Carazinho", "image" : "/images/noticias/43757/30043549_30048.jpg", "url" : "/noticia/43757/acidente-transito-soledade-deixa-quatro-mortos" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/43757/acidente-transito-soledade-deixa-quatro-mortos#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/43757/acidente-transito-soledade-deixa-quatro-mortos#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/43757/acidente-transito-soledade-deixa-quatro-mortos" }, "headline": "Acidente de trânsito em Soledade deixa quatro mortos", "description": "A colisão envolveu um caminhão de Pouso Novo e um Sandero de Carazinho", "image": ["/images/noticias/43757/30043549_30048.jpg"], "datePublished": "2025-04-30T08:32:15-03:00", "dateModified": "2025-04-30T08:32: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(); } }