{ "@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": "Mercado: saiba quais as melhores áreas para se investir atualmente" } ] }, { "@type" : "Website", "@id": "/noticia/18927/mercado-saiba-quais-as-melhores-areas-para-se-investir-atualmente#Website", "name" : "Mercado: saiba quais as melhores áreas para se investir atualmente", "description": "A cada nome da chamada equipe de transição que é anunciado, ativos acabam subindo ou caindo dia após dia.", "image" : "/images/noticias/18927/29122148_foto_2_1_1.JPG.JPG", "url" : "/noticia/18927/mercado-saiba-quais-as-melhores-areas-para-se-investir-atualmente" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/18927/mercado-saiba-quais-as-melhores-areas-para-se-investir-atualmente#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/18927/mercado-saiba-quais-as-melhores-areas-para-se-investir-atualmente#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/18927/mercado-saiba-quais-as-melhores-areas-para-se-investir-atualmente" }, "headline": "Mercado: saiba quais as melhores áreas para se investir atualmente", "description": "A cada nome da chamada equipe de transição que é anunciado, ativos acabam subindo ou caindo dia após dia.", "image": ["/images/noticias/18927/29122148_foto_2_1_1.JPG.JPG"], "datePublished": "2023-01-01T00:00:33-03:00", "dateModified": "2023-01-01T00:00:33-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(); } }