# MaxClawBot

> aioMax crawler for investment research pages that editors register.  
> Policy URL: https://digg.panphol.com/bot

User-Agent:

    Mozilla/5.0 (compatible; MaxClawBot/1.0; +https://digg.panphol.com/bot)

## What this bot does

- Fetches **only URLs an aioMax editor added** (a listing page or a single article).
- It is **not** a site-wide search crawl. It does not follow every link on your site.
- Typical cadence: about **once per day**, at most ~10 new articles per registered source.
- Extracted text is stored so aioMax can cite the source when answering investment questions.

## What this bot does not do

- Does not log in, fill forms, or bypass paywalls.
- Does not scrape comments, account pages, or carts.
- Does not impersonate a desktop browser without identifying itself.

## robots.txt

We honor `robots.txt` for `MaxClawBot` and the `*` group.

```
User-agent: MaxClawBot
Disallow: /
```

blocks all fetches. Narrower `Disallow` paths are also respected.

## Opt out / take-down

1. Add a `robots.txt` rule for `MaxClawBot` as above, **or**
2. Email info@panphol.com with the source URL and we will remove the source from MaxClaw.

## Identity

| Field | Value |
|---|---|
| Product | aioMax (panphol) |
| Crawler | MaxClawBot/1.0 |
| Policy | https://digg.panphol.com/bot |
| Contact | info@panphol.com |
| Bot-facing news (our own content) | https://digg.panphol.com/ |

This page is the canonical crawler policy. Digg (`https://digg.panphol.com`) is also aioMax's citation surface for **our own** news — that is separate from MaxClaw fetching **your** public pages.

## Related

- https://digg.panphol.com/llms.txt — how AI crawlers should read aioMax-authored news
- https://digg.panphol.com/robots.txt
- https://aiomax.panphol.com/ — human product
