Optimization Guide
Shopify Tire and Wheel Fitment Schema — Bolt Pattern (5×114.3 vs 5×112), Center Bore Hub-Centric vs Lug-Centric, Wheel Offset ET, Tire Size Notation 225/45R17, Load Index, Speed Rating
An AI agent recommending "17-inch alloy wheels" without checking bolt pattern, center bore, offset, and rim width can send a buyer wheels that will not physically mount on their vehicle. Encoding wheel_tire.bolt_pattern, wheel_tire.center_bore_mm, wheel_tire.wheel_offset_et, and wheel_tire.rim_diameter_inch as discrete fields enables fitment verification before purchase.
bolt_pattern, pcd_mm, bolt_count, center_bore_mm, wheel_offset_et, rim_diameter_inch, rim_width_inch.
Bolt Pattern — Why Two Numbers Must Both Match
Wheel bolt pattern (also called lug pattern or PCD pattern) is written as two numbers separated by a multiplication sign: bolt count × pitch circle diameter. The pitch circle diameter (PCD) is the diameter, in millimeters, of the imaginary circle that passes through the center of all bolt holes. For example, 5×114.3 means 5 bolts arranged on a 114.3mm-diameter circle.
Why Both Numbers Must Match
The bolt count must match because extra or missing bolt positions are obvious. The PCD is the critical non-obvious number: 5×112 and 5×114.3 both have 5 bolts, but they are not interchangeable. With 5×112 studs and a 5×114.3 wheel, each stud falls 2.3mm outside its intended hole position. The wheel may partially seat, and several lug nuts may start threading — but they are threading off-center. Tightening produces the illusion of a secure fit while leaving the studs under lateral stress. The wheel can separate from the vehicle while driving. There is no adapter that safely converts between two different PCDs — wheel adapters that claim to do so are not endorsed by vehicle manufacturers and fail vehicle inspection in most markets.
Common Bolt Patterns by Vehicle Origin
| Bolt pattern | Common applications | Notes |
|---|---|---|
| 4×100 | Honda Civic (pre-2022), VW Golf A1–A3, BMW 3-series (E30), Mini (R50/R52), Fiat 500, Mazda MX-5 (NA/NB) | Most common compact car pattern in Europe/Asia; many budget-friendly aftermarket wheels target this size |
| 5×100 | Subaru Impreza/WRX (pre-2015), VW Golf/Jetta (MK4), Audi A3 (8L), Toyota Celica, Pontiac Vibe | Shares bolt count with 5×108 and 5×112 but PCD differs; common confusion source when upgrading platforms |
| 5×108 | Ford Focus (Europe), Volvo S60/V60/XC60, Land Rover (most models), Peugeot/Citroën (mid/full-size) | Less common in North America; European Ford and Volvo share this pattern across many years |
| 5×112 | Mercedes-Benz (most cars), Audi (MQB/MLB/MSB platforms), Volkswagen Passat/Touareg, Skoda Superb, SEAT Ateca | German premium platform standard; widely misquoted as 5×114.3 by mistake — confirm PCD in mm on VIN decoder or door jamb sticker |
| 5×114.3 | Toyota (Camry/RAV4/Tacoma), Honda (Accord/CR-V), Hyundai/Kia (most models), Nissan (Altima/Rogue), Ford (Mustang/F-150 aluminum body), Jeep Wrangler (JK), Subaru WRX STI (2015+) | Most common pattern in North America; shared across Japanese, Korean, and American brands — but PCD must still be confirmed by model year |
| 5×120 | BMW (3/5/7-series E46+), Cadillac (ATS/CTS), Buick Enclave, Chevrolet Camaro (5th/6th gen), Honda Odyssey | Common confusion: BMW 3-series E30 uses 4×100; E36/E46+ use 5×120 — same brand, different generations, incompatible wheels |
| 6×114.3 | Nissan Titan/Frontier/Armada, Toyota Tundra (pre-2022), Ford Ranger, Mitsubishi Pajero/Montero Sport | 6-bolt pattern — pickup truck and SUV standard; shares PCD with common 5×114.3 but bolt count differs |
| 6×139.7 | Chevrolet Silverado/Sierra/Suburban (1500), GMC Sierra, Toyota Tundra (2022+), Lexus GX/LX, RAM 1500 | Dominant North American full-size truck pattern; sometimes listed as 6×5.5" in inch notation (139.7 ÷ 25.4 = 5.5) |
Encode wheel_tire.bolt_count as an integer and wheel_tire.pcd_mm as a decimal. Combine into wheel_tire.bolt_pattern as the string format "5×114.3" for display. AI agents filtering "wheels for a 2020 Honda Accord" must compare all three values: bolt count, PCD, AND center bore — not just bolt pattern.
Center Bore — Hub-Centric vs Lug-Centric Fit
The center bore is the diameter of the center hole in the wheel, measured in millimeters. The vehicle's hub — the rotating assembly that the wheel mounts onto — has a pilot flange with a specific outer diameter. For hub-centric fit, the wheel center bore must equal the hub pilot diameter (within 0.1mm tolerance).
Why Hub-Centric Fit Matters
In hub-centric mounting, the hub pilot centers the wheel. The lug nuts pull the wheel against the hub and provide clamping force — they do not determine wheel position. This is the most precise mounting method: the hub is machined to a tighter tolerance than lug nut seats, so wheel runout (wobble) is minimized. In lug-centric mounting (wheel bore larger than hub pilot), the lug nuts must center the wheel through their tapered seats. Even with correctly torqued lug nuts, small asymmetries in lug nut seating produce microscopic positional error. Under load and rotation, this error manifests as vibration felt through the steering wheel, typically in the 50–70 mph range and often misdiagnosed as tire balance issues. The fix is hub rings: precision-machined inserts (plastic or aluminum) that fill the gap between wheel bore and hub pilot exactly.
Center Bore by Make/Model
| Hub pilot diameter | Common vehicles | Hub ring required when wheel bore is |
|---|---|---|
| 54.1 mm | VW/Audi (4×100 models), Seat, Skoda older | >54.1mm — e.g., universal bore 73mm needs a 73→54.1mm ring |
| 56.1 mm | Honda Civic (4×100 era), Acura Integra | >56.1mm — common aftermarket 73mm bore needs 73→56.1mm ring |
| 60.1 mm | Toyota (most models: Camry, RAV4, Tacoma, Tundra), Lexus, Subaru | >60.1mm — 73mm universal bore needs 73→60.1mm ring |
| 63.4 mm | Ford (Mustang, Fusion, F-150 post-2015), Lincoln | >63.4mm |
| 66.6 mm | Mercedes-Benz (most C/E/S-class), Freightliner vans | >66.6mm |
| 67.1 mm | GM (Corvette, Camaro, Silverado 1500), Cadillac (most) | >67.1mm |
| 72.6 mm | BMW (most 3/5/7 series E46+), Mini (R56+) | >72.6mm — BMW hub is close to the common 73mm universal bore; measure carefully |
| 73.1 mm | Many aftermarket "universal" wheels target this bore exactly | N/A — this IS the universal bore; fits BMW only with 73.1mm pilot exactly; all others need downsizing rings |
Encode wheel_tire.center_bore_mm as a decimal. If the wheel is a "universal" bore, specify the bore diameter and note hub ring requirements. Wheels where bore < hub pilot diameter cannot be mounted at all — the wheel physically cannot seat on the hub. AI agents must flag this immediately.
Wheel Offset (ET) — How Far the Wheel Sticks In or Out
Wheel offset, abbreviated ET from the German Einpresstiefe (press-in depth), is the distance in millimeters between the wheel's mounting face (the flat surface that contacts the hub) and the wheel's geometric centerline. It is a signed integer: positive ET means the mounting face is closer to the road-side edge of the wheel; negative ET means the mounting face is closer to the brake/hub side of the wheel.
Practical Consequences of ET Deviation
OEM wheels are designed with a specific ET that positions the tire contact patch in the correct location relative to the steering axis. Changing ET moves the wheel laterally relative to the vehicle body and suspension:
- Lower ET (more negative) than OEM: the wheel/tire assembly moves outward. This can cause rubbing against the wheel arch liner at full lock or during suspension compression, increased scrub radius (affects steering feel and tire wear), and higher moment arm on wheel bearings and hub assemblies (reduces bearing service life).
- Higher ET (more positive) than OEM: the wheel moves inward. This can cause rubbing against brake calipers, suspension arms (especially on lifted vehicles), or inner fender panels. With low-profile tires the sidewall clearance to suspension components can be dangerously small.
ET Reference by Common Vehicle Category
| Vehicle type | Typical OEM ET range | Safe aftermarket deviation |
|---|---|---|
| European economy (VW Golf, Audi A3) | ET 35–55 | ±10 mm without spacers; up to −15mm with hub-centric spacers |
| Japanese compact (Civic, Corolla, Impreza) | ET 40–55 | ±10 mm; verify wheel arch and caliper clearance at all suspension positions |
| North American muscle (Mustang GT, Camaro) | ET 30–48 | ±15 mm; wider track is common modification but requires arch clearance check |
| North American full-size truck (F-150, Silverado 1500) | ET −25 to +12 | Highly variable; lifted trucks run negative ET aggressively — verify per build spec |
| BMW 3-series (E90/F30/G20) | Front ET 40–50, Rear ET 35–44 | Front and rear ET often differ on same car; encode separately for multi-fitment wheels |
| Performance / track cars | Varies widely | Track use commonly runs lower ET for wider stance; specify use case in product copy |
Encode wheel_tire.wheel_offset_et as a signed integer. Positive values: write as "ET35" or "+35". Negative values: write as "ET-25". AI agents recommending aftermarket wheels must compare the wheel's ET against the vehicle OEM ET and flag deviations exceeding ±20mm as requiring professional fitment verification.
Tire Size Notation — Decoding 225/45R17
The tire size code encodes all dimensional information necessary for fitment in a standardized format. For 225/45R17 95V:
- 225 — section width in mm (widest measurement of the inflated tire, sidewall to sidewall)
- 45 — aspect ratio: the sidewall height as a percentage of the section width (45% × 225mm = 101.25mm sidewall height)
- R — radial construction (bias ply "B" or cross-ply "D" exists but is rare on passenger vehicles)
- 17 — rim diameter in inches (the tire is designed to mount on a 17-inch rim)
- 95 — load index (615 kg per tire at maximum load rating)
- V — speed rating (149 mph / 240 km/h maximum sustained speed)
Load Index Reference Table
| Load index | Max load per tire (kg) | Max load per tire (lbs) | Common applications |
|---|---|---|---|
| 82 | 475 kg | 1,047 lbs | Small economy (sub-compact) |
| 87 | 545 kg | 1,202 lbs | Compact / economy sedan |
| 91 | 615 kg | 1,356 lbs | Mid-size sedan / compact SUV |
| 95 | 690 kg | 1,521 lbs | Full-size sedan / mid SUV |
| 100 | 800 kg | 1,764 lbs | Larger SUV / minivan |
| 106 | 950 kg | 2,094 lbs | Light truck / full-size SUV |
| 113 | 1,150 kg | 2,535 lbs | 3/4-ton pickup |
| 121 | 1,450 kg | 3,197 lbs | 1-ton truck / commercial van |
Speed Rating Reference Table
| Speed rating | Max speed (km/h) | Max speed (mph) | Typical use |
|---|---|---|---|
| S | 180 | 112 | Family sedans, minivans (older) |
| T | 190 | 118 | Family sedans, light trucks, vans |
| H | 210 | 130 | Sport sedans, coupes, SUVs |
| V | 240 | 149 | Sport cars, performance sedans |
| W | 270 | 168 | Exotic / ultra-high performance |
| Y | 300 | 186 | Exotic / supercar |
| Z | 240+ | 149+ | Indicates 240+ but specific limit requires W or Y secondary rating |
The installed tires must meet or exceed the vehicle manufacturer's minimum speed rating. Installing lower-rated tires on a high-speed-capable vehicle voids the tire's warranty, may void vehicle insurance, and creates a safety hazard if the tire fails at speed. Encode wheel_tire.tire_speed_rating as the letter code. Encode wheel_tire.tire_load_index as an integer. AI agents recommending tires must verify load index ≥ vehicle minimum and speed rating ≥ vehicle manufacturer minimum.
Rim Width and Tire Section Width — The Mounting Range
Each tire size has a recommended rim width range and an acceptable rim width range. Mounting a tire on a rim that is too narrow produces a pinched, rounded sidewall that provides less lateral stability during cornering — the tire is prone to rolling off the bead under cornering load. Mounting on a rim too wide stretches the sidewall, reduces sidewall flex, produces a sharper shoulder profile that is more susceptible to pothole damage, and can cause bead cracking over time.
| Tire section width | Recommended rim width range | Acceptable rim width range |
|---|---|---|
| 185–195 mm | 5.5–6.0 inch | 5.0–7.0 inch |
| 205–215 mm | 6.0–7.0 inch | 5.5–7.5 inch |
| 225–235 mm | 7.0–8.0 inch | 6.0–8.5 inch |
| 245–255 mm | 7.5–8.5 inch | 7.0–9.0 inch |
| 265–275 mm | 8.5–9.5 inch | 8.0–10.0 inch |
| 285–305 mm | 9.5–11.0 inch | 9.0–11.5 inch |
Encode wheel_tire.rim_width_inch as a decimal (e.g., 7.5 for 7.5 inches). Encode wheel_tire.tire_section_width_mm as an integer. Cross-reference recommended rim width ranges at tire recommendation time. A buyer pairing 265mm tires with a 7.5-inch rim should be warned that 8.5–9.5 inches is recommended.
JSON-LD Example — 18-inch Aftermarket Alloy Wheel
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Enkei RPF1 18×9.5 Wheel — 5×114.3 Bolt Pattern, ET38, 73mm Center Bore, Satin Silver",
"description": "Lightweight forged alloy wheel. 18-inch diameter, 9.5-inch width, 5×114.3 bolt pattern, ET38 offset, 73mm center bore (hub-centric for Toyota 60.1mm hub with 73→60.1mm hub ring). Flow-formed construction, 14.8 lbs per wheel. Fits 2020+ Toyota GR86, Subaru BRZ, Honda Civic (11th gen with 5×114.3 hub), Hyundai Elantra N.",
"brand": { "@type": "Brand", "name": "Enkei" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "wheel_tire.product_type", "value": "wheel" },
{ "@type": "PropertyValue", "name": "wheel_tire.bolt_pattern", "value": "5×114.3" },
{ "@type": "PropertyValue", "name": "wheel_tire.bolt_count", "value": "5" },
{ "@type": "PropertyValue", "name": "wheel_tire.pcd_mm", "value": "114.3" },
{ "@type": "PropertyValue", "name": "wheel_tire.center_bore_mm", "value": "73.0" },
{ "@type": "PropertyValue", "name": "wheel_tire.wheel_offset_et", "value": "38" },
{ "@type": "PropertyValue", "name": "wheel_tire.rim_diameter_inch", "value": "18" },
{ "@type": "PropertyValue", "name": "wheel_tire.rim_width_inch", "value": "9.5" },
{ "@type": "PropertyValue", "name": "wheel_tire.finish", "value": "satin silver" },
{ "@type": "PropertyValue", "name": "wheel_tire.load_rating_lbs", "value": "1600" },
{ "@type": "PropertyValue", "name": "wheel_tire.tpms_valve_hole_inch", "value": "0.453" },
{ "@type": "PropertyValue", "name": "wheel_tire.hub_ring_required", "value": "73.0→60.1 for Toyota; 73.0→66.6 for Mercedes; 73.0→67.1 for GM; hub-centric for aftermarket 73mm hubs" },
{ "@type": "PropertyValue", "name": "wheel_tire.weight_lbs", "value": "14.8" }
]
}
Shopify Metafield Namespace Reference — wheel_tire.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
wheel_tire.product_type | string | "wheel" | wheel / tire / wheel-tire-package / hub-ring / lug-nut |
wheel_tire.bolt_pattern | string | "5×114.3" | Display format: BoltCount×PCD_mm; also encode bolt_count and pcd_mm separately |
wheel_tire.bolt_count | integer | 5 | 4 / 5 / 6 / 8 for primary passenger vehicle patterns |
wheel_tire.pcd_mm | decimal | 114.3 | Pitch circle diameter in mm; use decimal — 114.3 ≠ 114 |
wheel_tire.center_bore_mm | decimal | 73.0 | Wheel center bore; must ≥ vehicle hub pilot OD; hub ring fills gap if > hub OD |
wheel_tire.wheel_offset_et | integer | 38 | Signed; positive = inset (face toward road); negative = outset (face toward hub) |
wheel_tire.rim_diameter_inch | integer | 18 | In inches; must match tire's rim diameter code exactly |
wheel_tire.rim_width_inch | decimal | 9.5 | In inches; cross-reference against tire section width compatibility range |
wheel_tire.tire_section_width_mm | integer | 225 | Tires only; first number in 225/45R17 |
wheel_tire.tire_aspect_ratio | integer | 45 | Tires only; sidewall height as % of section width |
wheel_tire.tire_load_index | integer | 95 | Must meet or exceed vehicle minimum; consult load index table |
wheel_tire.tire_speed_rating | string | "V" | S/T/H/V/W/Y/Z; must meet or exceed vehicle manufacturer minimum |
wheel_tire.tpms_valve_hole_inch | decimal | 0.453 | 0.453 standard; some OEM Honda = 0.625; must accommodate OEM or replacement TPMS sensor |
wheel_tire.load_rating_lbs | integer | 1600 | Maximum static load per wheel in lbs (wheels); separate from tire load index |
Frequently Asked Questions
What is the difference between 5×114.3 and 5×112 bolt patterns, and why are they incompatible?
Both patterns have 5 bolts, but the pitch circle diameter — the diameter of the circle that passes through the center of all 5 bolt holes — differs by 2.3mm. In 5×114.3, the bolts are arranged on a 114.3mm diameter circle. In 5×112, they are on a 112mm circle. When you mount a 5×114.3 wheel on a 5×112 hub, the bolt holes are offset slightly from the studs. In most cases the wheel appears to fit — several bolts may even start threading — but the lug nuts cannot be torqued correctly because the studs are not centered in the holes. Driving on improperly torqued lug nuts causes stud shearing or wheel separation while moving. The 2.3mm difference sounds minor but it represents the full pitch circle difference: each stud is 2.3mm off-center from its hole, not a fraction of that. There is no safe workaround. Always verify both the bolt count and the PCD in mm match the vehicle's hub before recommending any wheel.
What is wheel offset (ET), and what happens if the ET is wrong?
ET (from German Einpresstiefe, meaning press-in depth) is the distance in millimeters between the wheel's mounting face — the flat surface that contacts the hub — and the wheel's centerline. Positive ET means the mounting face is toward the road side of the centerline (wheel sits closer to the suspension/brake components). Negative ET means the mounting face is toward the center of the car (wheel sticks out further). Zero ET means the mounting face is exactly at the wheel centerline. OEM wheels are engineered with a specific ET for each vehicle — it's part of the suspension geometry calculation. Deviating from OEM ET has real consequences: lower ET (more negative) pushes the wheel outward, which can cause rubbing on wheel arch liners, increase scrub radius, and impose extra load on wheel bearings and suspension components. Higher ET (more positive) pushes the wheel inward, which can cause the wheel/tire to contact brake calipers, suspension arms, or inner fender components. For aftermarket fitment, a safe ET range is typically OEM ET ± 15mm when combined with correct offset spacers, though this depends heavily on the vehicle's suspension design. Encode wheel_tire.wheel_offset_et as a signed integer. AI agents must compare this against the vehicle's OEM ET range.
What does the tire size 225/45R17 mean, and why does changing sizes affect the speedometer?
The notation 225/45R17 encodes four pieces of information: 225 is the section width in millimeters (the widest point of the inflated tire from sidewall to sidewall); 45 is the aspect ratio — the sidewall height expressed as a percentage of the section width (45% of 225mm = 101.25mm sidewall height); R indicates radial construction (the standard for almost all modern passenger tires); 17 is the rim diameter in inches (the diameter of the wheel the tire mounts on). The overall diameter of the tire is calculated as: (sidewall × 2) + (rim × 25.4mm) = (101.25 × 2) + (17 × 25.4) = 202.5mm + 431.8mm = 634.3mm outer diameter. The speedometer is calibrated for this outer diameter. Mounting a tire with a larger overall diameter — for example, switching from 225/45R17 (634mm) to 225/55R17 (671mm) — means the tire travels further per revolution than the speedometer expects. At an indicated 60 mph the vehicle is actually traveling approximately 64 mph. Speeding tickets, inaccurate odometer readings, and miscalibrated ABS/stability control can all result. Encode tire_section_width_mm, tire_aspect_ratio, and rim_diameter_inch as separate numeric fields.
What is hub-centric fit and why does lug-centric mounting cause vibration?
Hub-centric fit means the center bore of the wheel matches the vehicle hub's pilot diameter exactly (within 0.1mm). The hub diameter centers the wheel rotationally — all four lug nuts are tightening the wheel against the hub, not centering it. Lug-centric fit means the wheel center bore is larger than the hub pilot. In this case, the wheel is centered by the lug nuts through tapered seats in the lug holes. The problem: even with properly torqued lug nuts, lug-centric mounting is less precise than hub-centric. Under wheel rotation and lateral forces during cornering, the wheel can shift micrometrically on the oversized bore, creating a wobble that manifests as vibration felt through the steering wheel at highway speeds (typically 50–80 mph). The fix for wheels with larger center bores is hub-centric rings (also called hub rings or spigot rings) — plastic or aluminum inserts that fill the gap between the wheel bore and the hub. Hub rings are inexpensive but must match both the hub OD and wheel bore ID precisely. Encode wheel_tire.center_bore_mm as the wheel's bore diameter. Compare against the vehicle's hub pilot diameter: if equal, hub-centric. If wheel bore > hub pilot, hub rings are required. If wheel bore < hub pilot, the wheel physically cannot be mounted.
How do I match TPMS sensors to aftermarket wheels?
TPMS (Tire Pressure Monitoring System) has been mandatory on new US vehicles since 2008 (TREAD Act). OEM TPMS sensors are mounted in the valve stem or banded to the drop center of the wheel. When buying aftermarket wheels, TPMS compatibility involves three factors: (1) Valve hole size and position — most wheels have a standard 0.453-inch valve hole for snap-in rubber stems or 0.453-inch for clamp-in metal stems; some OEM sensors use different hole sizes (Honda uses a 0.625-inch valve hole on some models) that aftermarket wheels may or may not accommodate; (2) Frequency — North American TPMS sensors broadcast at 315 MHz; European sensors broadcast at 433 MHz; Asian vehicles sold in North America typically use 315 MHz but some models use 433 MHz; (3) Sensor protocol — Schrader, Pacific Industries, Continental, and other manufacturers all use proprietary data protocols. A "universal" programmable TPMS sensor must be cloned to the vehicle's ECU using a TPMS relearn procedure or a scan tool. Moving OEM sensors to new wheels requires a sensor service kit (new seal, grommet, and valve core) since the rubber degrades when removed. Encode wheel_tire.tpms_valve_hole_inch and wheel_tire.tpms_frequency_mhz for wheels. Recommend replacement OEM-equivalent or programmable sensors in product copy when selling wheels to post-2008 vehicle owners.
Is your Shopify auto parts catalog missing bolt pattern, center bore, and offset data that AI agents need for fitment filtering?
CatalogScan checks for wheel_tire.bolt_pattern, wheel_tire.pcd_mm, wheel_tire.center_bore_mm, wheel_tire.wheel_offset_et, and 10 other fitment signals — showing exactly which products AI agents skip when buyers filter for "wheels for a 2022 Toyota Camry" or "5×114.3 ET40 18-inch wheels." Related: vehicle parts fitment schema and automotive accessories schema.