{ "@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": "Comerciante é preso por contrabando, armas ilegais e crime ambiental em Sobradinho" } ] }, { "@type" : "Website", "@id": "/noticia/43928/comerciante-preso-contrabando-armas-ilegais-crime-ambiental#Website", "name" : "Comerciante é preso por contrabando, armas ilegais e crime ambiental em Sobradinho", "description": "Operação da Patram encontrou armas, munições, cigarros contrabandeados e aves silvestres em cativeiro", "image" : "/images/noticias/43928/13050655_13050.jpg", "url" : "/noticia/43928/comerciante-preso-contrabando-armas-ilegais-crime-ambiental" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/43928/comerciante-preso-contrabando-armas-ilegais-crime-ambiental#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/43928/comerciante-preso-contrabando-armas-ilegais-crime-ambiental#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/43928/comerciante-preso-contrabando-armas-ilegais-crime-ambiental" }, "headline": "Comerciante é preso por contrabando, armas ilegais e crime ambiental em Sobradinho", "description": "Operação da Patram encontrou armas, munições, cigarros contrabandeados e aves silvestres em cativeiro", "image": ["/images/noticias/43928/13050655_13050.jpg"], "datePublished": "2025-05-13T07:03:45-03:00", "dateModified": "2025-05-13T07:03:45-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(); } }