JSON FEED

News guide for AI and Google

Documentation for /news_data for AI and crawlers: published articles with slugs, URLs, dates, and multilingual metadata in machine-readable JSON.

https://saihuay.com/news_data

News sitemap (auto-updated): https://saihuay.com/sitemap-news

When to use it

  • List published articles and article URLs without editing XML files manually.
  • /news is human-facing; /news_data is for automated systems.
  • Google should also fetch sitemap-news — it updates when new articles are published.

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