# PLC Parts Direct

> Industrial automation spare parts — genuine PLC, DCS & control system components.
> **Search by brand + model number** (e.g., "Honeywell FC-PDIO01", "Bently Nevada 3300/16").
> 12-month warranty, ships worldwide within 24 hours.

## AI Agent Quick Start

- **Product URL Pattern:** `/p-{slug}/` — Example: `/p-ge-is2020jpdbg01-power-distribution-board/`
- **Category URL Pattern:** `/c-{slug}/` — Example: `/c-honeywell/`, `/c-ge/`
- **Product Data API:** [products.json](https://xplc.shop/products.json) — Machine-readable JSON index with search terms
- **Full Catalog:** [llms-full.txt](https://xplc.shop/llms-full.txt) — Complete product details in Markdown

## Site Structure (Flat URLs — No Subdirectories)

- [Home](https://xplc.shop/)
- [About](https://xplc.shop/about/)
- [Contact](https://xplc.shop/contact/)
- [Blog](https://xplc.shop/blog/)
- [Sitemap](https://xplc.shop/sitemap-index.xml)

## Categories (c- prefix)

| Category | URL |
|----------|-----|
| All | [c-all](https://xplc.shop/c-all/) |
| Honeywell | [c-honeywell](https://xplc.shop/c-honeywell/) |
| Bently Nevada | [c-bently-nevada](https://xplc.shop/c-bently-nevada/) |
| GE | [c-ge](https://xplc.shop/c-ge/) |
| Woodward | [c-woodward](https://xplc.shop/c-woodward/) |
| ABB | [c-abb](https://xplc.shop/c-abb/) |
| Schneider | [c-schneider](https://xplc.shop/c-schneider/) |
| EPRO | [c-epro](https://xplc.shop/c-epro/) |
| Foxboro | [c-foxboro](https://xplc.shop/c-foxboro/) |
| Allen-Bradley | [c-allen-bradley](https://xplc.shop/c-allen-bradley/) |
| Yokogawa | [c-yokogawa](https://xplc.shop/c-yokogawa/) |

## Products (p- prefix)

| SKU | URL |
|-----|-----|
| GE IS2020JPDBG01 | [p-ge-is2020jpdbg01-power-distribution-board](https://xplc.shop/p-ge-is2020jpdbg01-power-distribution-board/) |
| Honeywell 51305896-100 | [p-51305896-100-honeywell-pwa-nim-modem](https://xplc.shop/p-51305896-100-honeywell-pwa-nim-modem/) |
| Bently Nevada 3300/16 | [p-bently-nevada-3300-16-dual-vibration-monitor](https://xplc.shop/p-bently-nevada-3300-16-dual-vibration-monitor/) |
| Woodward 5466-340 | [p-woodward-5466-340-digital-governor](https://xplc.shop/p-woodward-5466-340-digital-governor/) |
| ABB IGCT | [p-abb-3bhb003386r0101-igct-module](https://xplc.shop/p-abb-3bhb003386r0101-igct-module/) |
| Schneider BMEP583040 | [p-schneider-bmep583040-processor-module](https://xplc.shop/p-schneider-bmep583040-processor-module/) |
| EPRO PR9268 | [p-emerson-epro-pr9268-velocity-sensor](https://xplc.shop/p-emerson-epro-pr9268-velocity-sensor/) |
| Foxboro FBM02 | [p-foxboro-fbm02-thermocouple-input-module](https://xplc.shop/p-foxboro-fbm02-thermocouple-input-module/) |
| Allen-Bradley 1785-L60B | [p-allen-bradley-1785-l60b-plc5-controller](https://xplc.shop/p-allen-bradley-1785-l60b-plc5-controller/) |
| Yokogawa AAI543-H60 | [p-yokogawa-aai543-h60-analog-output-module](https://xplc.shop/p-yokogawa-aai543-h60-analog-output-module/) |

## For AI Crawlers

- **Flat URL structure** — no subdirectories under `/collections/` or `/products/`
- **Content-Type:** All pages `text/html; charset=utf-8`, llms files `text/markdown`
- **JavaScript:** Not required — all content is static HTML
- **Schema.org:** `Organization` (site-wide), `Product` + `BreadcrumbList` + `FAQPage` (product pages)
- **Open Graph:** `og:type=product` on product pages, `og:type=website` elsewhere
