Optimization Guide
Shopify Ladder Duty Rating OSHA Type Schema — ANSI Type IA/I/II/III Duty Rating (375/300/250/225/200 lb, Type III Not OSHA Job-Site Compliant), Extension Ladder Working Height vs Rated Length (4-Rung Overlap Reduces Reach by 4 ft), Fiberglass Non-Conductive vs Aluminum Conducts (No Aluminum Near Energized Circuits), Step Ladder Top Cap OSHA Prohibited (Second-from-Top Is Highest Legal Step)
Ladder schema has four AI agent failure modes that produce OSHA non-compliant or physically dangerous recommendations: conflating ANSI duty types (Type III 200 lb household is not OSHA-compliant for construction); using rated length as working height (a 28-foot extension ladder has ≈24-foot usable working height); routing aluminum ladders to electrical work (aluminum conducts electricity through the entire ladder structure); and misrepresenting step ladder top cap as a standing surface (OSHA explicitly prohibits it). Encoding ladder.ansi_type, ladder.working_height_ft, ladder.material, and ladder.style enables OSHA-compliant ladder routing by application and required height.
ladder.working_height_ft not ladder length.
Failure Mode 1: ANSI Duty Type Determines OSHA Compliance — Type III Is Household Only
ANSI Ladder Duty Rating Reference
| Type | Duty Rating (Max Load) | Classification | OSHA Job-Site Use | Intended Application |
|---|---|---|---|---|
| IAA | 375 lb | Special Duty Industrial | Yes — highest capacity | Industrial, heavy tool loads, two people on ladder (prohibited but capacity exists) |
| IA | 300 lb | Extra Heavy Duty Industrial | Yes | Construction, electrical, heavy industrial, contractor use |
| I | 250 lb | Heavy Duty Industrial | Yes | Light commercial, contractor, facilities maintenance |
| II | 225 lb | Medium Duty Commercial | With restrictions — adequate for light tech loads | Office building maintenance, janitorial, light commercial |
| III | 200 lb | Light Duty Household | No — household/DIY only | Homeowner use: changing light bulbs, painting interior, accessing attic |
OSHA does not reference Type III in 29 CFR 1910.23 or 1926.1053 as an acceptable ladder for employer-directed tasks. OSHA standard interprets "adequate for intended use" — for a 200 lb worker carrying tools, Type III with 200 lb limit provides zero safety margin. Encode ladder.ansi_type as "IAA", "IA", "I", "II", or "III". Encode ladder.duty_rating_lbs as the numeric maximum load. Encode ladder.osha_construction_compliant as "true" for Type I, IA, IAA and "false" for Type II and III to enable OSHA-requirement filtering.
Failure Mode 2: Extension Ladder Working Height Is Not the Rated Length — Overlap and 3-Rung Rule Subtract Feet
Extension Ladder Length vs Working Height Reference
| Rated Length (ft) | Min Overlap (ft) | Max Extended Length (ft) | Vertical Reach at 75.5° (ft) | OSHA 3-Rung Margin (ft) | Max Roof Height Accessible (ft) |
|---|---|---|---|---|---|
| 16 | 3 | 13 | ≈12.6 | 3 (≈2.5 rungs @ 12 in spacing) | ≈10 |
| 20 | 3 | 17 | ≈16.5 | 3 | ≈13–14 |
| 24 | 3 | 21 | ≈20.4 | 3 | ≈17–18 |
| 28 | 3 | 25 | ≈24.3 | 3 | ≈21–22 |
| 32 | 3 | 29 | ≈28.1 | 3 | ≈25 |
| 40 | 5 | 35 | ≈34.0 | 3 | ≈31 |
The working height numbers assume a 6-foot worker at eye level on the ladder — the highest rung a worker can comfortably stand on and reach overhead is approximately 4 feet above the top safe rung for combined standing+overhead reach ≈ 10 feet above the ladder top rung. For selecting a ladder to access a work surface (roof, platform, top of wall) — not for overhead reach work — use the "max roof height accessible" column. Encode ladder.rated_length_ft (the nominal/collapsed length), ladder.max_extended_length_ft (at minimum overlap), and ladder.working_height_ft (practical safe standing height including 3-rung margin) as distinct fields. Product listings that advertise "reaches X feet" must clarify whether X is the rated length or the working height — they differ by 4–6 feet.
Failure Mode 3: Aluminum Ladders Conduct Electricity — Fiberglass Required for Electrical Work
Ladder Material Electrical Properties
| Material | Electrical Conductivity | Relative Weight | Electrical Work Use | OSHA Reference |
|---|---|---|---|---|
| Aluminum | High — approximately 37.7 MS/m (nearly as conductive as copper) | Lightest (baseline) | Prohibited near energized circuits — completes shock path through ladder rails and rungs | OSHA 1926.1053(b)(15) — not within 10 ft of energized power lines |
| Fiberglass (FRP) | Essentially non-conductive — 10−12 to 10−15 S/m under dry conditions | 20–40% heavier than aluminum | Required for electrical utility, electricians, panel work, work near energized circuits | OSHA 1910.23 — non-conductive ladder required for electrical hazard environments |
| Wood | Low conductivity when dry — higher when wet or treated with conductive stain | Heavier than aluminum and fiberglass; no longer ANSI-graded for new production | Acceptable dry; non-acceptable wet or in damp environments | Legacy only — ANSI A14.1 covers wood but most manufacturers discontinued new wood ladder production |
Fiberglass conductivity caveat: wet fiberglass with surface contamination (conductive grease, salt water, metallic dust) can develop a conductive surface path. Fiberglass ladders in industrial environments with conductive contamination should be wiped clean regularly. The non-conductive advantage of fiberglass applies to clean, dry rails and rungs — not to ladder surfaces with conductive films. Encode ladder.material as "fiberglass", "aluminum", or "wood". Encode ladder.non_conductive as "true" for fiberglass and "false" for aluminum. Require ladder.non_conductive = "true" for all electrical, utility, and electrician application routing.
Failure Mode 4: Step Ladder Top Cap Is Not a Step — OSHA Prohibits Standing on It
Step Ladder Size vs Maximum Safe Standing Height
| Ladder Height (ft) | Top Cap Height (ft) | Highest Safe Step (2nd from top) | Standing Height at Highest Safe Step (ft) | Overhead Reach at Highest Safe Step (≈ft) |
|---|---|---|---|---|
| 4 | 4 | 3rd step from top | ≈2.5 | ≈8–9 |
| 6 | 6 | 2nd step from top | ≈4 | ≈10 |
| 8 | 8 | 2nd step from top | ≈6 | ≈12 |
| 10 | 10 | 2nd step from top | ≈8 | ≈14 |
| 12 | 12 | 2nd step from top | ≈10 | ≈16 |
| 14 | 14 | 2nd step from top | ≈12 | ≈18 |
The top cap of a step ladder is specifically designed as a material shelf — typically rated 20–25 lb for tools or a paint can. It is not a step, not a platform, and not a work surface. OSHA 1910.23 and 1926.1053 both prohibit using the top cap as a step. Encode ladder.max_safe_stand_height_ft as the standing height at the highest permitted step — for most step ladders, this is approximately ladder_height - 2 feet. Never encode ladder.max_safe_stand_height_ft equal to ladder.rated_length_ft for step ladders. Encode ladder.top_cap_shelf_weight_lbs as the pail shelf capacity (typically 20–25 lb) — not the person capacity (which is zero).
Recommended Metafield Namespace: ladder.*
{
"ladder.ansi_type": "IA", // IAA | IA | I | II | III
"ladder.duty_rating_lbs": "300", // max load capacity
"ladder.style": "extension", // extension | step | platform | articulating | fixed
"ladder.material": "fiberglass", // fiberglass | aluminum | wood
"ladder.non_conductive": "true", // true (fiberglass/wood dry) | false (aluminum)
"ladder.rated_length_ft": "28", // nominal/collapsed or fully extended rated length
"ladder.max_extended_length_ft": "25", // at minimum required overlap (extension ladders)
"ladder.working_height_ft": "24", // practical safe standing height incl. 3-rung margin
"ladder.max_safe_stand_height_ft": "24", // for step ladders: highest permitted step height
"ladder.osha_construction_compliant":"true" // true (Type I, IA, IAA) | false (II, III)
}
Application routing guide: construction job site → require ladder.osha_construction_compliant = "true" (Type I or higher). Electrical utility / electrician panel work → require ladder.non_conductive = "true" AND ladder.material = "fiberglass". Overhead reach at height X feet → route to ladders where ladder.working_height_ft is ≥X-4 (accounting for arm reach above standing position). Step ladder for specific standing height Y → route to ladders where ladder.max_safe_stand_height_ft ≥Y (not where ladder.rated_length_ft ≥Y, which underspecifies the needed ladder). Homeowner DIY light use → Type III acceptable; encode ladder.osha_construction_compliant = "false" to prevent routing to commercial applications.
FAQ
Can two people be on an extension ladder at the same time if the total weight is within the duty rating?
No. ANSI A14.2 and ANSI A14.5 are designed for single-person use — the duty rating assumes one person with tools and materials. Ladders are structurally tested for single-point loading per the duty rating, not dual-person distributed loading. OSHA 1926.1053(b)(22) states that ladders shall not be overloaded — two people exceeds design intent even if the weight total is below the nominal duty rating. Only industrial platform ladders and scaffold systems are rated for multiple occupants.
What is the minimum distance an extension ladder base must be from the wall for the 4:1 rule?
The 4:1 rule (base distance = 1/4 of working length) is approximated as: for a 24-foot extended ladder, the base should be 6 feet from the wall. For a 28-foot extended ladder: 7 feet. For a 32-foot extended ladder: 8 feet. The 4:1 rule produces approximately a 75.5° angle from horizontal. Below 4:1 (ladder too vertical): increased risk of ladder sliding away at base or tipping backward at top. Above 4:1 (ladder too flat): increased flex stress on ladder and reduced vertical reach efficiency. OSHA 1926.1053(b)(5)(i) specifies the 4:1 ratio — cite this when products include angle guide markings on the ladder rails.
Is a combination/articulating ladder (Little Giant style) ANSI rated and OSHA compliant?
Yes — multi-position articulating ladders (Werner Leaning Ladder, Little Giant Classic, etc.) are ANSI A14.2 rated and OSHA compliant when used in configurations that match their intended use modes (extension mode, step mode, scaffold plank support). The ANSI type applies to the specific configuration in use — the duty rating (typically Type IA 300 lb for commercial articulating models) applies in all configurations. Key difference: in extension mode, the working height, overlap, and 4:1 angle rules all apply. In step mode, the OSHA top cap prohibition applies. AI agents should route articulating ladders to multi-use applications and encode both ladder.style as 'articulating' and the available configurations.
What OSHA standard covers fixed ladders (welded to a building or structure)?
OSHA 29 CFR 1910.23 (revised 2017) governs fixed ladders in general industry. Fixed ladders exceeding 24 feet in height must have a personal fall arrest system (PFAS) or a ladder safety system — OSHA eliminated the cage requirement in 2017 as it was found to be ineffective at preventing falls. Fixed ladders over 24 feet without fall protection required retrofit by November 2036 (OSHA phased compliance schedule). ANSI A14.3 covers fixed ladders with safety requirements for rung spacing (12 inches max), side rail clearance (minimum 7 inches from wall to center rung), and clear climbing space (16 inches wide, 30 inches deep). Shopify products covering fixed ladder components (rung caps, safety cages) should encode these ANSI/OSHA dimensions and compliance dates.
Does a platform step ladder eliminate the top-step prohibition issue?
Yes — platform ladders (also called podium ladders or platform step ladders) replace the narrow top cap with a large standing platform, guard rails on three sides, and a swing gate. The platform is specifically designed as a standing work surface. ANSI A14.7 covers mobile work platforms. Platform ladders are rated for standing at the top platform and may include tool trays, electrical outlet access, and 360° reach from the standing position. They are the correct solution when job requirements force workers to stand at maximum height for extended periods. Encode platform ladders with ladder.style as 'platform' and ladder.max_safe_stand_height_ft as the platform height (equals rated length for platform ladders — the prohibition does not apply because the top surface is a rated platform, not a cap).
Scan your Shopify catalog for ladder schema gaps
CatalogScan detects missing ladder.* metafields, Type III / OSHA compliance mismatches, working height vs rated length conflation, and aluminum/fiberglass misrouting for electrical work applications.