{ "@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": "Plano&Plano vende R$ 420 mi no terceiro trimestre de 2022 e registra recorde de vendas, com forte recuperação" } ] }, { "@type" : "Website", "@id": "/noticia/16340/plano-plano-vende-r-420-mi-no-terceiro-trimestre-de-2022-e-registra-recorde-de-vendas-com-forte-recuperacao-de-margem#Website", "name" : "Plano&Plano vende R$ 420 mi no terceiro trimestre de 2022 e registra recorde de vendas, com forte recuperação", "description": "Com a comercialização recorde de 2.113 unidades, além de crescimento nos lançamentos, a Companhia anuncia aumento da margem bruta para 32,1%", "image" : "/images/noticias/16340/11110445_Empreendim.jpg.jpg", "url" : "/noticia/16340/plano-plano-vende-r-420-mi-no-terceiro-trimestre-de-2022-e-registra-recorde-de-vendas-com-forte-recuperacao-de-margem" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/16340/plano-plano-vende-r-420-mi-no-terceiro-trimestre-de-2022-e-registra-recorde-de-vendas-com-forte-recuperacao-de-margem#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/16340/plano-plano-vende-r-420-mi-no-terceiro-trimestre-de-2022-e-registra-recorde-de-vendas-com-forte-recuperacao-de-margem#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/16340/plano-plano-vende-r-420-mi-no-terceiro-trimestre-de-2022-e-registra-recorde-de-vendas-com-forte-recuperacao-de-margem" }, "headline": "Plano&Plano vende R$ 420 mi no terceiro trimestre de 2022 e registra recorde de vendas, com forte recuperação", "description": "Com a comercialização recorde de 2.113 unidades, além de crescimento nos lançamentos, a Companhia anuncia aumento da margem bruta para 32,1%", "image": ["/images/noticias/16340/11110445_Empreendim.jpg.jpg"], "datePublished": "2022-11-15T00:01:20-03:00", "dateModified": "2022-11-15T00:01:20-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(); } }