{ "@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": "Fim de ano é um bom momento para traçar metas financeiras" } ] }, { "@type" : "Website", "@id": "/noticia/18975/fim-de-ano-e-um-bom-momento-para-tracar-metas-financeiras#Website", "name" : "Fim de ano é um bom momento para traçar metas financeiras", "description": "Especialista destaca a importância de se fazer investimento pensando no futuro", "image" : "/images/noticias/18975/29123035_Carolina_R.jpg.jpg", "url" : "/noticia/18975/fim-de-ano-e-um-bom-momento-para-tracar-metas-financeiras" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/18975/fim-de-ano-e-um-bom-momento-para-tracar-metas-financeiras#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/18975/fim-de-ano-e-um-bom-momento-para-tracar-metas-financeiras#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/18975/fim-de-ano-e-um-bom-momento-para-tracar-metas-financeiras" }, "headline": "Fim de ano é um bom momento para traçar metas financeiras", "description": "Especialista destaca a importância de se fazer investimento pensando no futuro", "image": ["/images/noticias/18975/29123035_Carolina_R.jpg.jpg"], "datePublished": "2023-01-02T00:00:35-03:00", "dateModified": "2023-01-02T00:00:35-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(); } }