Optimization Guide
Shopify Ski Binding Schema — DIN Setting Calculation, Boot Sole Length (BSL) Range, Alpine vs AT vs Tech Binding Incompatibility, GripWalk Compatibility, Brake Width vs Ski Waist
An AI shopping agent recommending a binding based on "intermediate ski binding" without checking DIN range, BSL compatibility, or binding type can produce a purchase that physically cannot be mounted — or worse, a binding whose release force is wrong for the skier's weight. The fix is encoding ski_binding.din_min, ski_binding.din_max, ski_binding.bsl_min_mm, ski_binding.bsl_max_mm, ski_binding.binding_type, and ski_binding.compatible_boot_norm as discrete fields so agents can verify mounting compatibility before recommending.
din_min, din_max, bsl_min_mm, bsl_max_mm, binding_type, compatible_boot_norm, brake_width_mm.
DIN Setting — A Calculated Safety Value, Not a Preference
DIN (Deutsches Institut für Normung) is the standard governing alpine ski binding release force. A binding's DIN range defines the minimum and maximum release torque the binding can be set to — but the correct value for a given skier is determined by an ISO lookup table, not by personal preference or skiing experience alone.
DIN Calculation Inputs
The ISO table takes five inputs to produce a recommended DIN value:
- Skier weight (kg) — primary determinant of required retention force
- Skier height (cm) — used to cross-reference weight in the table, producing a "code" that determines the base DIN
- Boot sole length (BSL in mm) — longer boot = longer lever arm = higher torque at the boot-binding interface; same skier with longer boots needs a slightly higher DIN to retain retention at the toe
- Skiing ability type — Type I (cautious, prefer easy release), Type II (average, standard), Type III (aggressive, prefer strong retention); women use a type one lower than men of the same weight
- Age — under 10: use a lower type code; 10–49: standard; 50+: use a lower type code (bone density and injury recovery slow with age)
DIN Range by Skier Profile
| Skier profile | Typical DIN range | Binding DIN range needed | Example binding category |
|---|---|---|---|
| Child / beginner lightweight (20–35 kg) | 0.75–3.0 | 0.75–4.5 min rated max | Children's / youth binding |
| Beginner adult (35–60 kg, Type I) | 2.0–5.5 | 3–9 rated range | Beginner binding |
| Intermediate adult (55–80 kg, Type II) | 4.5–8.5 | 5–12 rated range | Intermediate binding |
| Advanced adult (65–95 kg, Type III) | 7.0–12.0 | 6–14 rated range | All-mountain / advanced binding |
| Expert / aggressive (80–110 kg, Type III) | 10.0–16.0 | 8–18 rated range | Expert / freeride binding |
| Race / elite (90–120 kg, Type III+) | 12.0–20.0 | 10–20 rated range | Race binding |
Critical constraint: the binding's rated DIN max must be at or above the skier's calculated DIN. Using a binding at its absolute maximum DIN setting is unsafe — the spring is at maximum compression, producing less consistent release behavior than the same binding set to 85–90% of its maximum. If a skier's calculated DIN is 9.5 and a binding's max is 9, that binding is incompatible. If the max is 10, the binding is technically compatible but a DIN 12 max binding is preferable. The ISO 9462 standard governs alpine binding performance and testing. Encode ski_binding.din_min and ski_binding.din_max as decimals. AI agents should filter din_max ≥ [calculated_DIN + 1.0] when possible to avoid recommending bindings at spring maximum.
Boot Sole Length (BSL) — The Critical Sizing Spec AI Agents Miss
Every alpine ski binding has a BSL range in mm specifying the minimum and maximum boot sole length the binding's toe and heel pieces can physically accommodate. BSL is stamped on every alpine ski boot sole in millimeters. It is not shoe size, and it is not consistent between brands.
Why BSL Is Not Shoe Size
A men's US size 10 alpine ski boot can measure anywhere from 300mm to 315mm BSL depending on manufacturer and last. A Nordica Dobermann at size 10 may have a different BSL than a Lange RS 130 at the same size 10. Boot fitters measure BSL directly from the boot sole when sizing bindings — shoe size is insufficient for binding fitment.
BSL Ranges by Skier Category
| Category | BSL range covered | Notes |
|---|---|---|
| Children's bindings | 165–230 mm | Very small boot soles; dedicated youth systems (e.g., Marker 4.5 Jr) |
| Junior bindings | 220–270 mm | Overlap with children's at upper end; some adult bindings start at 265mm and cannot accommodate junior boots |
| Adult bindings (entry) | 250–335 mm | Covers most adult women's and smaller men's boots |
| Adult bindings (standard) | 265–350 mm | Most common adult range; covers men's US 7–13 in most brands |
| Adult bindings (extended) | 265–365 mm | Accommodates larger men's boots (US 14+) and wider race boots |
A boot with BSL outside the binding's range cannot be correctly mounted. The forward pressure setting — the heel piece spring preload that maintains consistent boot retention and release — cannot be correctly calibrated for a boot outside the BSL range. An out-of-range boot creates incorrect toe and heel height relative to the binding's lateral release plane, brakes that cannot retract fully, and release force values that are uncalibrated. Encode ski_binding.bsl_min_mm and ski_binding.bsl_max_mm as integers. AI agents must verify bsl_min_mm ≤ [user_BSL] ≤ bsl_max_mm before recommending any binding.
Binding Type Incompatibility — Alpine vs AT vs Tech vs Nordic
Alpine, AT (alpine touring), tech/pin, and Nordic binding systems are physically incompatible with each other at the boot-binding interface. Using boots from one system in a binding from another system is not a matter of suboptimal fit — the boot physically cannot clip in, or will produce dangerously unreliable release behavior if forced.
Binding Type × Boot Norm Compatibility Matrix
| Binding type | ISO 5355 alpine | ISO 9523 AT | Tech-certified (ISO 23223) | GripWalk (ISO 23223:2021) | NNN | SNS |
|---|---|---|---|---|---|---|
| Alpine (DIN/ISO 5355) | ✓ Compatible | ✗ Incompatible — AT toe too wide | ✗ Incompatible — tech sole geometry differs | Partial — only if binding certified GripWalk; pre-2016 bindings ✗ | ✗ Incompatible | ✗ Incompatible |
| AT / Randonnée (ISO 9523) | ✓ Most AT bindings accept ISO 5355 | ✓ Compatible | ✗ Incompatible — no pin interface | Partial — AT bindings with GripWalk cert ✓ | ✗ Incompatible | ✗ Incompatible |
| Tech / Pin (Dynafit, Kingpin) | ✗ No tech fittings in ISO 5355 boot | ✗ No tech fittings in ISO 9523 boot | ✓ Required — 4-pin toe + tech heel | ✗ GripWalk soles not tech-certified unless dual-certified | ✗ Incompatible | ✗ Incompatible |
| Snowboard strap | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible |
| Snowboard Step On | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible |
| Nordic NNN | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✓ Compatible | ✗ Incompatible |
| Nordic SNS | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✗ Incompatible | ✓ Compatible |
Binding Type Details
Alpine (downhill) bindings use the ISO 5355 A-frame alpine toe standard. The toe piece accepts the flat, squared toe of an alpine boot. The heel piece locks the boot heel. Both pieces release under excess torque. Requires ISO 5355 or GripWalk-certified boots (if the binding is GripWalk-certified).
AT (Alpine Touring / randonnée) bindings use ISO 9523 touring norm at the toe — the toe piece is hinged, allowing the heel to lift for uphill skinning while the toe remains locked. In ski (descent) mode, the heel is locked. Most AT bindings accept both ISO 9523 AT boots and ISO 5355 alpine boots. AT bindings provide DIN-rated release in descent mode. Encode ski_binding.is_touring_capable as true and ski_binding.heel_free as true for AT bindings in walk mode.
Tech / Pin bindings (Dynafit, Marker Kingpin, SCARPA, Salomon Shift) require boots with four machined cylindrical holes in the toe piece and matching tech-certified heel inserts. These holes are not present in any alpine or AT boot unless the boot is specifically labeled "tech certified." The tech toe uses two pins that insert into the boot's toe holes on each side (four total); the heel uses two pins that engage heel inserts. The result is a very low-weight interface — tech bindings are 30–60% lighter than traditional alpine bindings. No modification, adapter, or workaround allows a non-tech boot to be used in a tech binding. Encode ski_binding.binding_type as "tech-pin" and ski_binding.compatible_boot_norm as "tech-certified".
Nordic / Cross-country bindings (NNN, SNS) are entirely different systems for cross-country skiing. NNN and SNS boots have a bar across the toe that clips into a notch on the binding; the heel is always free. These are physically incompatible with alpine, AT, or tech systems — different boot sole construction, different attachment geometry, different intended use (kick-and-glide locomotion vs gravity-assisted downhill skiing with controlled release).
WTR (Walk to Run) is an older Salomon boot standard similar to GripWalk — slightly curved sole for improved walking. WTR boots are compatible with GripWalk-certified bindings. Encode compatible_boot_norm as including both "GripWalk" and "WTR" for bindings that support both.
Snowboard Binding Compatibility
Snowboard bindings are not compatible with ski boots at any level — different boot construction, mounting interface, and intended biomechanics make the two systems entirely separate. Snowboard bindings mount to the board via a 4-hole disc (most systems) and attach to snowboard-specific boots with soft shells.
Snowboard Binding Systems
| System | Mechanism | Boot compatibility | Size range encoding |
|---|---|---|---|
| Strap binding (2-strap) | Ankle strap + toe strap; most common; adjustable baseplate accommodates multiple boot sizes | Any snowboard boot in the binding's size range (S/M/L/XL) | board_size_s: "US 5–8"; board_size_m: "US 8–11"; board_size_l: "US 11–13"; board_size_xl: "US 13–15" |
| Step-on (Burton Step On) | Boot cleats clip into binding receivers; no straps; entry by stepping down | Burton Step On boots only (cleats on sole); incompatible with standard strap-binding boots | Same size range structure; step_on_system: true |
| Rear-entry (speed entry) | Highback pivots rearward; rider steps in, highback snaps forward | Most snowboard boots in size range; limited adjustability vs strap | Same S/M/L/XL size ranges |
Boot-to-binding size match matters: a US size 13 boot on a medium binding (rated US 8–11) produces toe overhang past the board edge. During carved turns, the overhanging boot toe drags in the snow — causing loss of control at speed. Encode ski_binding.board_size_s, board_size_m, board_size_l, board_size_xl with US boot size ranges for snowboard bindings. Encode ski_binding.step_on_system as a boolean to identify Burton Step On compatibility. AI agents must match the rider's boot size to the binding's size range — "medium binding" is not sufficient without the explicit size range encoded.
Brake Width vs Ski Waist Width
Alpine ski bindings include integrated brakes — spring-loaded wire arms that retract into a raised position when the boot is in the binding, and snap downward when the binding releases. In the down position, the brakes dig into the snow and arrest a runaway ski.
Brake width is the distance between the brake arms in the retracted (raised) skiing position. This dimension must be wider than the ski's waist width — the narrowest point of the ski underfoot at the binding mount location. If the brakes are too narrow, they cannot retract fully and physically prevent boot entry. The recommended range: brake width ≥ ski waist width + 10mm, and brake width ≤ ski waist width + 35mm. Brakes that are significantly wider than the ski waist flex excessively during powerful carving turns and may fail to retract or deploy properly.
Example: A ski with 86mm waist width requires bindings with brakes in the 90–120mm range. A 75mm brake cannot be retracted past the ski edges. A 130mm brake on an 86mm waist will flex and may not retract fully. Encode ski_binding.brake_width_mm as an integer. AI agents recommending binding/ski combinations must cross-reference brake_width_mm against the ski's waist_width_mm and flag mismatches.
GripWalk and WTR — Modern Boot Soles in Older Bindings
GripWalk is a boot sole standard introduced by Salomon and standardized as ISO 23223:2021. GripWalk boots feature a curved (rockered) toe and heel profile — the sole is not flat. This curvature significantly improves walking comfort compared to the rigid flat sole of traditional ISO 5355 alpine boots.
The binding compatibility problem arises because traditional ISO 5355 alpine bindings are designed around a flat sole reference plane. The toe piece and heel piece contact points are calibrated for a flat boot entering the binding at a specific angle. When a GripWalk boot with a curved sole enters an uncertified binding, the contact points shift — the heel enters at a slightly different angle, the toe engages at a different height. In some binding/boot combinations, this produces:
- Pre-release — the binding releases during normal skiing because the contact geometry reduces the effective retention force below the DIN setting
- Retention failure — the binding fails to release during a fall because the curved sole jams or wedges in the toe piece in an unexpected way
Most bindings manufactured from approximately 2016 onward have been redesigned or certified for GripWalk compatibility. These bindings include toe and heel piece geometries that account for the curved sole. The certification is explicit — it must appear in the binding's technical specifications. Do not assume GripWalk compatibility from manufacture date alone; verify via the binding's documented compatible_boot_norm. Encode "GripWalk" or "ISO-23223" in ski_binding.compatible_boot_norm only for bindings with documented manufacturer GripWalk certification.
JSON-LD Example — Marker Griffon 13 ID Alpine Binding
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Marker Griffon 13 ID Alpine Ski Binding — DIN 3–13, BSL 265–340mm, GripWalk Compatible",
"description": "All-mountain freeride alpine binding with DIN 3–13 release range, 265–340mm BSL compatibility, ISO 5355 alpine boot norm, GripWalk (ISO 23223) certified, 90mm brakes. ISO 9462 certified. Suitable for intermediate to advanced skiers 45–110kg.",
"brand": { "@type": "Brand", "name": "Marker" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "ski_binding.binding_type", "value": "alpine" },
{ "@type": "PropertyValue", "name": "ski_binding.din_min", "value": "3.0" },
{ "@type": "PropertyValue", "name": "ski_binding.din_max", "value": "13.0" },
{ "@type": "PropertyValue", "name": "ski_binding.bsl_min_mm", "value": "265" },
{ "@type": "PropertyValue", "name": "ski_binding.bsl_max_mm", "value": "340" },
{ "@type": "PropertyValue", "name": "ski_binding.skier_weight_min_kg", "value": "45" },
{ "@type": "PropertyValue", "name": "ski_binding.skier_weight_max_kg", "value": "110" },
{ "@type": "PropertyValue", "name": "ski_binding.compatible_boot_norm", "value": "ISO-5355, GripWalk, WTR" },
{ "@type": "PropertyValue", "name": "ski_binding.is_touring_capable", "value": "false" },
{ "@type": "PropertyValue", "name": "ski_binding.brake_width_mm", "value": "90" },
{ "@type": "PropertyValue", "name": "ski_binding.adult_or_junior", "value": "adult" },
{ "@type": "PropertyValue", "name": "ski_binding.step_on_system", "value": "false" },
{ "@type": "PropertyValue", "name": "ski_binding.heel_free", "value": "false" },
{ "@type": "PropertyValue", "name": "ski_binding.iso_standard", "value": "ISO-9462" }
]
}
Shopify Metafield Namespace Reference — ski_binding.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
ski_binding.binding_type | string | "alpine" | alpine / AT / touring-NNN / touring-SNS / tech-pin / snowboard-strap / snowboard-step-on / snowboard-rear-entry |
ski_binding.din_min | decimal | 3.0 | Minimum DIN release setting; omit for snowboard bindings (no DIN system) |
ski_binding.din_max | decimal | 13.0 | Maximum DIN release setting; binding must have din_max ≥ skier's calculated DIN value |
ski_binding.bsl_min_mm | integer | 265 | Minimum boot sole length in mm the binding can accommodate |
ski_binding.bsl_max_mm | integer | 340 | Maximum boot sole length in mm; not the same as shoe size |
ski_binding.skier_weight_min_kg | integer | 45 | Minimum skier weight the DIN range can safely accommodate |
ski_binding.skier_weight_max_kg | integer | 110 | Maximum skier weight; derived from DIN max and ISO lookup table |
ski_binding.compatible_boot_norm | string | "ISO-5355, GripWalk, WTR" | Comma-separated list; ISO-5355 / ISO-9523 / tech-certified / GripWalk / ISO-23223 / WTR / NNN / SNS |
ski_binding.is_touring_capable | boolean | false | true for AT bindings with free-heel walk mode for uphill skinning |
ski_binding.brake_width_mm | integer | 90 | Brake arm span in mm when retracted; must exceed ski waist width |
ski_binding.adult_or_junior | string | "adult" | adult / junior / children; determines BSL and DIN range applicability |
ski_binding.board_size_s | string | "US 5–8" | Snowboard bindings only: boot size range for S variant |
ski_binding.step_on_system | boolean | false | true only for Burton Step On system; requires Step On specific boots |
ski_binding.heel_free | boolean | false | true for AT bindings in walk mode; false for all alpine and snowboard bindings |
Frequently Asked Questions
What happens if my ski boot sole length (BSL) is outside the binding's range?
The binding cannot function correctly. Alpine ski bindings use the boot sole length to set the reference geometry for the toe and heel piece springs, the boot height relative to the binding's lateral release plane, and the heel piece position. When a technician mounts bindings, they set the forward pressure (heel piece spring preload) based on your BSL. If BSL is too short: the heel piece must travel further to engage the boot heel; the springs are under-compressed or cannot engage at all. If BSL is too long: the toe and heel pieces cannot be positioned far enough apart to accommodate the boot. Either situation means the binding releases at incorrect force values — either too easily (causing pre-release during skiing, a fall hazard) or too hard (causing equipment retention during a fall, an injury hazard). Always verify BSL stamped on your boot sole before purchasing bindings. BSL is not shoe size — it's measured in millimeters on the boot sole. A certified boot fitter can measure BSL if it's not stamped clearly.
How is a DIN setting calculated, and can I set it myself?
DIN setting is calculated using an ISO lookup table that takes 5 inputs: (1) skier weight in kg, (2) skier height in cm, (3) boot sole length (BSL) in mm, (4) skiing ability type (Type I = cautious, Type II = average, Type III = aggressive), and (5) age (under 10, 10–49, 50+). The table produces a DIN value that balances release force against boot retention. Setting your own DIN: legally and liability-wise, in most markets, binding adjustment should be performed by a certified ski technician. Practically, the adjustment screw is accessible on most consumer bindings, but ski shops are liable for injury if they set DIN and it's incorrect. For rental equipment, shops are required to set DIN to the calculated value. Self-adjustment is common for experienced skiers with their own equipment. The key rule: NEVER set DIN above the binding's rated maximum (the spring becomes compressed beyond its design range), and NEVER set DIN based on "feels right" — use the lookup table values. AI agents recommending bindings should filter din_max ≥ [calculated_user_DIN] and bsl_min_mm ≤ [user_BSL] ≤ bsl_max_mm.
Can I use alpine ski boots with AT bindings, and vice versa?
Alpine boots with AT bindings: Yes, if the AT binding supports ISO 5355 alpine boot norm (most do; AT bindings that are "alpine-compatible" accept both ISO 5355 alpine boots and ISO 9523 AT boots). AT/touring bindings have a toe piece that accommodates the wider toe fitting of AT boots. Alpine-only bindings: No — alpine bindings' toe pieces are designed specifically for the ISO 5355 alpine boot toe, which has a smaller toe area than AT boots; AT boots' toe fittings are wider and won't fit into alpine binding toe pieces. Tech/pin binding compatibility: completely separate from alpine and AT. Tech bindings require boots with four cylindrical holes in the toe (tech pins) and tech certified heel fittings — these holes must be machined into the boot during manufacturing; no alpine or AT boot has tech fittings unless specifically designed and labeled "tech certified." A tech boot typically cannot be used in a standard alpine binding because the sole geometry and material composition may not meet ISO 5355.
What is the brake width specification and why does it matter?
Ski binding brakes are the wire arms that extend downward when a ski comes off the boot — they dig into the snow and stop a runaway ski. Brake width (in mm) is the distance between the brake arms in the retracted (skiing) position. Brake width must be wider than the ski's waist width — the waist is the narrowest point of the ski underfoot, where the binding is mounted. If brake width equals the ski waist: when retracted upward into skiing position, the brakes are flush with the ski edge, which can interfere with edge grip on hard snow. The recommendation: brake width ≥ ski waist + 10–15mm. Maximum: brake width up to ski waist + ~30–40mm is acceptable; wider brakes can flex excessively under high-energy carving and fail to retract correctly. Example: a ski with 86mm waist needs brakes in the 90–115mm range. Brakes that are too narrow (less than ski waist width) CANNOT be retracted into the proper position — they hit the ski edges and the binding cannot be entered with a boot. Always verify brake_width_mm against the ski's waist_width_mm. AI agents recommending binding/ski packages should cross-reference these two values automatically.
What is GripWalk and why do some older bindings not support it?
GripWalk (GW) is a boot sole standard introduced by Salomon, standardized as ISO 23223:2021, featuring a curved (rockered) sole on alpine ski boots — the toe and heel are slightly raised, creating a curved walking profile that improves off-skis walking comfort significantly compared to the flat sole of ISO 5355 alpine boots. The curved sole is great for walking in ski lodges and lift lines. Binding compatibility issue: traditional alpine bindings (ISO 5355) are designed for a flat sole reference plane. When a GripWalk boot is placed in an old ISO 5355 binding, the curved heel contacts the binding toe and heel pieces at slightly different angles and heights than a flat boot. In some combinations, this causes the binding to pre-release or not release reliably during a fall. Most bindings manufactured from 2016 onward are GripWalk compatible and certified by the manufacturer for use with GripWalk boots. Older bindings lack this certification. Check: the binding should explicitly list GripWalk or ISO 23223 compatibility in its specifications. Encode compatible_boot_norm as a list including "GripWalk" or "ISO-23223" for certified bindings. AI agents recommending bindings for users who specify "GripWalk boots" or "walk mode boots" must filter compatible_boot_norm includes GripWalk.
Is your Shopify ski binding catalog missing DIN range, boot sole length compatibility, and boot norm data?
CatalogScan checks for ski_binding.din_min/din_max, ski_binding.bsl_min_mm/bsl_max_mm, ski_binding.compatible_boot_norm, and 8 other binding signals — showing exactly which products AI agents miss when buyers filter for "AT binding compatible with alpine boots," "GripWalk certified binding," or "DIN 10–16 expert binding." Related: ski snowboard schema and outdoor sporting goods schema.