{ "@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": "Economia", "item": "/ver-noticia/10/economia" }, { "@type": "ListItem", "position": 3, "name": "Copa do Mundo será das telas grandes" } ] }, { "@type" : "Website", "@id": "/noticia/15672/copa-do-mundo-sera-das-telas-grandes#Website", "name" : "Copa do Mundo será das telas grandes", "description": "Cresce procura por telas acima de 60” e, faltando menos de um mês para o início dos jogos, maior TV do país chega à Goiás e DF", "image" : "/images/noticias/15672/31103818_TVs_gigant.jpeg.jpeg", "url" : "/noticia/15672/copa-do-mundo-sera-das-telas-grandes" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/15672/copa-do-mundo-sera-das-telas-grandes#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/15672/copa-do-mundo-sera-das-telas-grandes#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/15672/copa-do-mundo-sera-das-telas-grandes" }, "headline": "Copa do Mundo será das telas grandes", "description": "Cresce procura por telas acima de 60” e, faltando menos de um mês para o início dos jogos, maior TV do país chega à Goiás e DF", "image": ["/images/noticias/15672/31103818_TVs_gigant.jpeg.jpeg"], "datePublished": "2022-11-03T00:01:30-03:00", "dateModified": "2022-11-03T00:01: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(); } }