{ "@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 anuncia Caio Mello , meia de 24 anos" } ] }, { "@type" : "Website", "@id": "/noticia/36949/ypiranga-anuncia-caio-mello-meia-de-24-anos#Website", "name" : "Ypiranga anuncia Caio Mello , meia de 24 anos", "description": "O jogador assinou pré-contrato junto ao Canarinho para a temporada centenária!", "image" : "/images/noticias/36949/22034330_84_HhHhH.jpg", "url" : "/noticia/36949/ypiranga-anuncia-caio-mello-meia-de-24-anos" }, { "@type": "NewsMediaOrganization", "@id": "/noticia/36949/ypiranga-anuncia-caio-mello-meia-de-24-anos#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/36949/ypiranga-anuncia-caio-mello-meia-de-24-anos#NewsArticle", "mainEntityOfPage": { "@type": "WebPage", "@id": "/noticia/36949/ypiranga-anuncia-caio-mello-meia-de-24-anos" }, "headline": "Ypiranga anuncia Caio Mello , meia de 24 anos", "description": "O jogador assinou pré-contrato junto ao Canarinho para a temporada centenária!", "image": ["/images/noticias/36949/22034330_84_HhHhH.jpg"], "datePublished": "2024-03-22T13:37:30-03:00", "dateModified": "2024-03-22T13:37: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(); } }