Khi nào nên dùng
- Liệt kê bài đã xuất bản và URL mà không sửa XML thủ công.
- /news cho người đọc; /news_data cho hệ thống.
- Google cũng nên lấy sitemap-news khi có bài mới.
Tài liệu /news_data cho AI: bài đã xuất bản với slug, URL, ngày và metadata đa ngôn ngữ dạng machine-readable.
Sitemap tin (tự cập nhật): https://saihuay.com/sitemap-news
{
"site": "saihuay",
"page_type": "news_index",
"listing_page_url": "https://saihuay.com/news",
"sitemap_url": "https://saihuay.com/sitemap-news",
"article_count": 1,
"articles": [
{
"slug": "welcome-update",
"page_url": "https://saihuay.com/news_article?slug=welcome-update",
"published_at": "2026-05-16T08:00:00Z",
"title": "Example headline",
"excerpt": "Short summary for listings.",
"available_locales": [
"th",
"en"
]
}
]
}