JSON FEED

Contact page guide for AI and external systems

Documentation for contact_data.php for AI and external systems that need machine-readable contact information, service highlights, and FAQs.

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

When to use it

  • Use it when you need machine-readable contact information and service highlights.
  • Suitable for agents that need FAQs and contact channels in a machine-friendly format.
  • contact.php remains the human-facing page, while contact_data.php is the machine-readable version.

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