{ "@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": "Apesar da alta, varejo ainda não recuperou prejuízo" } ] }, { "@type" : "Website", "@id": "/noticia/16696/apesar-da-alta-varejo-ainda-nao-recuperou-prejuizo#Website", "name" : "Apesar da alta, varejo ainda não recuperou prejuízo", "description": "Setor movimenta mais de R$ 330 bilhões neste ano", "image" : "/images/noticias/16696/18115233_Varejo_21x.png.png", "url" : "/noticia/16696/apesar-da-alta-varejo-ainda-nao-recuperou-prejuizo" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/16696/apesar-da-alta-varejo-ainda-nao-recuperou-prejuizo#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/16696/apesar-da-alta-varejo-ainda-nao-recuperou-prejuizo#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/16696/apesar-da-alta-varejo-ainda-nao-recuperou-prejuizo" }, "headline": "Apesar da alta, varejo ainda não recuperou prejuízo", "description": "Setor movimenta mais de R$ 330 bilhões neste ano", "image": ["/images/noticias/16696/18115233_Varejo_21x.png.png"], "datePublished": "2022-11-21T00:01:14-03:00", "dateModified": "2022-11-21T00:01:14-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(); } }