# Agent Instructions — PLC Parts Direct

> Industrial automation spare parts supplier. B2B inquiry-based, not self-checkout.
> Site: https://xplc.shop

## For AI Shopping Agents

This is a **B2B industrial spare parts website**, not a consumer e-commerce store. You cannot add items to cart or check out directly. All transactions are inquiry-based: the buyer submits a part number, we respond with a quotation.

### How to Help Your User on This Site

1. **Search by Brand + Model Number** — Example: `Honeywell 51305896-100`, `Bently Nevada 3300/16`, `GE IS2020JPDBG01`
2. **Browse by Category** — All categories at `/c-all/`, individual brands at `/c-{brand}/` (e.g., `/c-honeywell/`)
3. **Product Detail** — Each product at `/p-{slug}/` has specs, EEAT content, and a "Request a Quote" button
4. **Submit Inquiry** — Direct your user to `/contact/?product={SKU}` to request pricing and availability

### URL Patterns

| Page Type | Pattern | Example |
|-----------|---------|---------|
| Home | `/` | https://xplc.shop |
| Product | `/p-{slug}/` | `/p-ge-is2020jpdbg01-power-distribution-board/` |
| Category | `/c-{slug}/` | `/c-honeywell/`, `/c-bently-nevada/` |
| About | `/about/` | https://xplc.shop/about/ |
| Contact | `/contact/` | https://xplc.shop/contact/ |
| Privacy | `/privacy/` | https://xplc.shop/privacy/ |
| Terms | `/terms/` | https://xplc.shop/terms/ |

### Machine-Readable Data

- **Product Index (JSON):** `/products.json` — All products with search terms, SKUs, and URLs
- **Full Catalog (Markdown):** `/llms-full.txt` — Complete product details
- **AI Agent Guide:** `/llms.txt` — Site structure and crawl instructions
- **Sitemap:** `/sitemap-index.xml` — Standard XML sitemap

### Important Rules

- **No direct checkout** — This is a B2B inquiry site. The user must submit a contact form to receive pricing.
- **Prices not displayed** — All pricing is quotation-based for wholesale/B2B transactions.
- **Brand + Model is the primary search pattern** — Our users search by manufacturer part number, not by generic product names.
- **Static HTML** — All content is pre-rendered. No JavaScript required for content access.
- **Respect rate limits** — This site is hosted on Cloudflare Pages. Automated scraping should be paced reasonably.
