I've reviewed the PDF guidance on creating Google News sitemaps. However, I notice the Notion pages attachment appears to be empty, so I don't have the specific article content to include in the sitemap for NewDecoded.com.

Based on the Google guidelines and the example structure you provided, here is the XML code for a News sitemap:

<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9">
<url>
<loc>https://newdecoded.com/news</loc>
<news:news>
<news:publication>
<news:name>NewDecoded</news:name>
<news:language>en</news:language>
</news:publication>
<news:publication_date>2025-11-10T10:56:00Z</news:publication_date>
<news:title>Latest News from NewDecoded</news:title>
</news:news>
</url>
</urlset>

Note: To populate this with actual recent articles, I would need the specific article URLs, titles, and publication dates from your Notion pages. Please provide the article details to generate a complete sitemap.