JSON FEED

คู่มือหน้ารวมโปรแกรมดูดวงสำหรับ AI และระบบภายนอก

เอกสารอธิบาย horoscope_data.php สำหรับ AI และระบบภายนอกที่ต้องการรายการโปรแกรมดูดวง ลิงก์เข้าใช้งาน และคำแนะนำสั้นแบบ machine-readable

https://www.saihuay.com/horoscope_data.php

ใช้เมื่อไร

  • ใช้เมื่อต้องการรายการโปรแกรมดูดวงของ saihuay พร้อมลิงก์ไปยังไพ่ยิปซี 10/4/3 ใบและทำนายฝันแบบ machine-readable
  • horoscope.php เป็นหน้าให้คนอ่าน ส่วน horoscope_data.php เป็นเวอร์ชันสำหรับระบบอัตโนมัติ

ตัวอย่าง JSON

{
    "site": "saihuay",
    "page_type": "horoscope_directory",
    "canonical_url": "https://www.saihuay.com/horoscope.php",
    "generated_at": "2026-04-19T12:00:00Z",
    "programs": [
        {
            "program_key": "gipse_10",
            "title": "10-card tarot program",
            "page_path": "/gipse_10.php",
            "page_url": "https://www.saihuay.com/gipse_10.php",
            "cta_label": "Open 10-card tarot",
            "highlights": [
                "Life overview",
                "Deep reading"
            ]
        }
    ],
    "guide_cards": [
        {
            "title": "If you want a full overview",
            "body": "Choose the 10-card tarot program for the most detailed all-around reading.",
            "classes": "border-red-100 bg-gradient-to-br from-red-50 to-white"
        }
    ]
}