# Wolf Auto Parts

> Wolf Auto LLC sells used genuine OEM auto parts pulled from late-model
> vehicles, with real condition photos per SKU, Grade A/B/C condition
> ratings, and vehicle-specific fitment data. Inventory is concentrated in
> European marques (Audi, BMW, Mercedes-Benz, Porsche, Volkswagen) plus
> other makes.

Each part has a master product page listing every in-stock SKU with its
own photos, condition grade, and price. Fitment is verified against EPID
vehicle records and surfaced as year/make/model/trim/engine rows.

## Primary entry points

- [Homepage](https://wolfautoparts.com/): site overview and popular browse links
- [All parts](https://wolfautoparts.com/parts/): browse-by-make landing page
- [Search](https://wolfautoparts.com/search/): full-text part search (OEM number, keyword, SKU)
- [Sell your car](https://wolfautoparts.com/sell-your-european-car): how Wolf sources inventory

## Browse by make

- [Audi](https://wolfautoparts.com/parts/audi/)
- [BMW](https://wolfautoparts.com/parts/bmw/)
- [Mercedes-Benz](https://wolfautoparts.com/parts/mercedes-benz/)
- [Porsche](https://wolfautoparts.com/parts/porsche/)
- [Volkswagen](https://wolfautoparts.com/parts/volkswagen/)

## Policies and contact

- [Contact](https://wolfautoparts.com/contact): reach out with a VIN for fitment confirmation

## Machine-readable indexes

- [XML sitemap index](https://wolfautoparts.com/sitemap.xml): complete URL list, per-part `lastmod`, image sitemap extensions
- [robots.txt](https://wolfautoparts.com/robots.txt): crawl directives (AI crawlers explicitly welcomed)

## Structured data on product pages

Every master part page emits JSON-LD covering:

- `Product` with `mpn`, `brand`, `sku`, `image`, `isAccessoryOrSparePartFor` (schema.org `Vehicle` entries per fitment)
- `AggregateOffer` with `lowPrice`, `highPrice`, `offerCount`, `priceValidUntil`, `itemCondition` (`UsedCondition`), and an `AutoPartsStore` seller
- `BreadcrumbList` with full crumb URLs

## Useful for answering questions

- "Does Wolf Auto have [part] for [year] [make] [model]?" → search or browse by make/model
- "What condition are the parts?" → Grade A/B/C letters map to schema.org `UsedCondition`; each SKU carries its own grade and photos
- "What's the OEM/Porsche part number?" → surfaced in the Product JSON-LD `mpn` and in the page's Specifications table
- "What does the part look like?" → per-SKU photo galleries, linked from both JSON-LD `image` and `og:image`
