HomeSportsSports News Live Updates: Manu Bhaker keen to meet...

Sports News Live Updates: Manu Bhaker keen to meet her cricketing idols


Ahead of the IPL 2025 Mega Auction, there are reports of a potential swap between KKR and MI. Suryakumar Yadav has been offered captaincy at Kolkata Kight Riders. Should the move take place, then it can see Shreyas Iyer moving to the Mumbai outfits. On the other hand, Yuvraj Singh is in prime contention to take up the head coach role at Delhi Capitals

Follow all Latest Live Updates

NcPosts.start({
channelId: 51656 ,
tenantKey : “insidesport”,
container: document.getElementById(“master-container”),
extensionContainer: window.NcLiveCenterExtensions,
showMoreElement: document.getElementById(“lc-load-more”),
baseUrl: “https://livecenter.norkon.net/”,
wsBaseUrl: “wss://livecenterws.norkon.net/”,
});

const getArticles = async (tenantKey, channelId) => {
var articlesRes = await fetch(`https://api.livecenter.com/api/v2/metadata/${tenantKey}/${channelId}/posts`).then(res => res.json());
if (!articlesRes || articlesRes.success === false) {
return [];
}
return articlesRes.result;
}

const setJsonContent = async (id, tenantKey, channelId) => {
const jsonDomEl = document.getElementById(id);
const ldData = document.createElement(‘script’);
ldData.type=”application/ld+json”;
const articles = await getArticles(tenantKey, channelId);
const lastPost = articles.pop();

ldData.textContent = JSON.stringify({
“@context”: “https://schema.org”,
“@type”: “LiveBlogPosting”,
“@id”: “https://www.insidesport.in/cricket/sports-news-live-updates-2/”,
“headline”: “Sports News Live Updates: Manu Bhaker keen to meet her cricketing idols”,
“description”: “Sports News Live Updates August 25th 2024 – Suryakumar Yadav-Shreyas Iyer swap before IPL 2025? Yuvraj Singh to take DC head coach job?”,
“about”: {
“@type”: “Event”,
“location”: {
“@type”: “VirtualLocation”,
“url”: “https://www.insidesport.in/cricket/sports-news-live-updates-2/”
},
“startDate”: “2024-08-25T08:37:00+05:30”,
“endDate”: “2024-08-26T03:12:00+05:30”,
“name”: “Sports News Live Updates: Manu Bhaker keen to meet her cricketing idols”,
“description”: “Sports News Live Updates: Manu Bhaker keen to meet her cricketing idols live coverage.”,
“organizer”: {
“@type”: “Organization”,
“name”: “Insidesport”,
“url”: “https://www.insidesport.in/”
},
“eventAttendanceMode”: “https://schema.org/OnlineEventAttendanceMode”,
},
“datePublished”: “2024-08-25T08:35:01Z”,
“coverageStartTime”: “2024-08-25T08:37:00+05:30”,
“coverageEndTime”: “2024-08-26T03:12:00+05:30”,
“liveBlogUpdate”: […articles.map(a => ({
“@type”: “BlogPosting”,
“headline”: a.headline,
“datePublished”: a.datePublished,
“articleBody”: a.articleBody
}))],
“dateModified”: lastPost.datePublished
}, null, 2);

jsonDomEl.append(ldData);
}

setJsonContent(
“master-container”,
“insidesport”,
51656);

The post Sports News Live Updates: Manu Bhaker keen to meet her cricketing idols appeared first on Inside Sport India.