{ "@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": "Ypiranga", "item": "/ver-noticia/16/ypiranga" }, { "@type": "ListItem", "position": 3, "name": "Ypiranga inicia deslocamento para Araraquara , interior paulista" } ] }, { "@type" : "Website", "@id": "/noticia/42164/ypiranga-inicia-deslocamento-para-araraquara-interior-paulista#Website", "name" : "Ypiranga inicia deslocamento para Araraquara , interior paulista", "description": "Sábado a tarde , Ferroviária e Ypiranga se enfrentam em busca da tão sonhada vaga a Série B", "image" : "/images/noticias/42164/03101138_0310C.jpg", "url" : "/noticia/42164/ypiranga-inicia-deslocamento-para-araraquara-interior-paulista" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/42164/ypiranga-inicia-deslocamento-para-araraquara-interior-paulista#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/42164/ypiranga-inicia-deslocamento-para-araraquara-interior-paulista#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/42164/ypiranga-inicia-deslocamento-para-araraquara-interior-paulista" }, "headline": "Ypiranga inicia deslocamento para Araraquara , interior paulista", "description": "Sábado a tarde , Ferroviária e Ypiranga se enfrentam em busca da tão sonhada vaga a Série B", "image": ["/images/noticias/42164/03101138_0310C.jpg"], "datePublished": "2024-10-03T09:47:30-03:00", "dateModified": "2024-10-03T09:47: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(); } }