JSON FEED

คู่มือหน้าติดต่อสำหรับ AI และระบบภายนอก

เอกสารอธิบาย contact_data.php สำหรับ AI และระบบภายนอกที่ต้องการข้อมูลการติดต่อ บริการหลัก และ FAQ แบบ machine-readable

https://www.gjl365n.xyz/contact_data.php

ใช้เมื่อไร

  • ใช้เมื่อต้องการข้อมูลการติดต่อและบริการหลักแบบ machine-readable
  • เหมาะกับ agent ที่ต้องการ FAQ และช่องทางติดต่อแบบอ่านง่ายโดยระบบ
  • หน้า contact.php ยังเป็นแหล่งข้อมูลสำหรับคนอ่าน ส่วน contact_data.php เป็นเวอร์ชันสำหรับระบบอัตโนมัติ

ตัวอย่าง JSON

{
    "site": "GJL365N",
    "page_type": "contact_and_service",
    "canonical_url": "https://www.gjl365n.xyz/contact.php",
    "generated_at": "2026-04-14T12:00:00Z",
    "contact_channels": [
        {
            "channel": "telegram",
            "url": "https://t.me/Dev168789",
            "purpose": "service_details_pricing_and_setup"
        }
    ],
    "service_highlights": [
        {
            "service_key": "line_alerts",
            "title": "LINE Lottery Alerts",
            "starting_price_baht": 1,
            "guide_url": "/line.php",
            "guide_feed_url": "/line_data.php"
        }
    ],
    "faq_items": [
        {
            "question": "What can I contact the team about?",
            "answer": "You can ask about website usage, historical results, automatic LINE lottery alerts, and onboarding details."
        }
    ]
}