JSON FEED

Hướng dẫn tin tức cho AI và Google

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.

https://saihuay.com/news_data

Sitemap tin (tự cập nhật): https://saihuay.com/sitemap-news

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.

Ví dụ JSON

{
    "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"
            ]
        }
    ]
}