Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions packages/content/data/websites/thai-pass-llms-txt.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
name: 'Thai Pass'
description: 'Thai Pass is the leading website for booking Thailand Tours, Activities, Experiences and More across Thailand. Get Upto 50% OFF on all Thailand Activities.'
website: 'https://www.thethaipass.com/'
llmsUrl: 'https://www.thethaipass.com/llms.txt'

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify the llms.txt endpoint is accessible.

Ensure that the llmsUrl (https://www.thethaipass.com/llms.txt) is accessible and returns valid content. This is critical for the hub to function correctly with Thai Pass.

You can verify this by checking the URL:


🏁 Script executed:

#!/bin/bash
# Description: Verify the llms.txt endpoint is accessible

# Check if the endpoint responds with a valid status code
curl -I https://www.thethaipass.com/llms.txt -w "\nHTTP Status: %{http_code}\n"

# Optionally fetch a sample of the content
curl -s https://www.thethaipass.com/llms.txt | head -20

Length of output: 1048


The llms.txt endpoint returns HTTP 404 Not Found.

The URL https://www.thethaipass.com/llms.txt is not accessible—it returns a 404 error with the message "Page not found: /llms.txt". Before merging this change, verify with the Thai Pass team that:

  • The correct endpoint URL is configured
  • The endpoint is live and accessible
  • It returns valid llms.txt content
🤖 Prompt for AI Agents
In packages/content/data/websites/thai-pass-llms-txt.mdx around line 5, the
configured llmsUrl points to https://www.thethaipass.com/llms.txt which returns
HTTP 404; confirm the correct endpoint with the Thai Pass team and update the
URL to the live, accessible endpoint that serves valid llms.txt content (or
remove the entry if the site does not provide llms.txt). After updating, verify
the endpoint returns a 200 and valid llms.txt content before merging.

llmsFullUrl: ''
category: 'international'
publishedAt: '2025-11-09'
---

# Thai Pass

Thai Pass is the leading website for booking Thailand Tours, Activities, Experiences and More across Thailand. Get Upto 50% OFF on all Thailand Activities.
Loading