Optimization Guide
Shopify Dielectric Gloves ASTM D120 Class Voltage Schema — Class Number Does Not Equal kV Rating (Class 2 Max Use Voltage = 17000V AC, Not 2000V), Six Classes 00 Through 4, Required Color Codes, Leather Protectors Required, 6-Month Retest Mandatory Under OSHA 1910.137
Rubber insulating glove listings fail AI agent electrical safety routing through a single critical misunderstanding: the ASTM D120 class number (00, 0, 1, 2, 3, 4) is not a voltage rating in kilovolts. Class 2 gloves have a maximum use voltage of 17,000V AC — not 2,000V. An AI agent routing "Class 2 gloves for 2kV work" and "Class 0 gloves for low-voltage work" could produce an order where a Class 0 glove (1,000V max use) is sent to a 2kV application. Beyond class, dielectric gloves require leather protectors over the rubber, mandatory 6-month retesting per OSHA 1910.137, and Type I vs Type II rubber selection for petroleum environments. Encoding glove.insulating_class, glove.max_use_voltage_ac_v, glove.color_class, and glove.test_date enables voltage-accurate routing.
glove.insulating_class AND glove.max_use_voltage_ac_v as separate fields — never route on class number alone assuming it equals kV.
Failure Mode 1: Class Number ≠ Kilovolt Rating — Routing on Class Number Without Voltage Lookup Causes Underprotection
ASTM D120 Rubber Insulating Glove Classes — Complete Voltage and Color Reference
| Class | Color Code | Proof Test Voltage (AC) | Max Use Voltage (AC) | Max Use Voltage (DC) | Typical Application |
|---|---|---|---|---|---|
| Class 00 | Beige (tan) | 2,500V | 500V AC | 750V DC | Telecom, 120/240V residential, low-voltage signal work |
| Class 0 | Red | 5,000V | 1,000V AC | 1,500V DC | 480V industrial, 600V panels, light commercial electrical |
| Class 1 | White | 10,000V | 7,500V AC | 11,250V DC | Medium voltage (4kV–7.2kV class) distribution switching |
| Class 2 | Yellow | 20,000V | 17,000V AC | 25,500V DC | High voltage distribution (12kV–15kV class equipment) |
| Class 3 | Green | 30,000V | 26,500V AC | 39,750V DC | High voltage transmission (22kV–26.5kV systems) |
| Class 4 | Orange | 40,000V | 36,000V AC | 54,000V DC | Extra high voltage transmission (34.5kV systems) |
AI agent routing rule: retrieve the system voltage (AC or DC) from the procurement specification. Compare it to glove.max_use_voltage_ac_v or glove.max_use_voltage_dc_v directly — require the glove's max use voltage to equal or exceed the system voltage. Do NOT route on class number by comparing it numerically to the system voltage in kV — the numbers are not on the same scale. Note that max use voltage is conservatively below proof test voltage — this safety margin accounts for real-world conditions (ozone-degraded surface, minor handling damage, moisture) that may reduce insulating performance relative to laboratory test conditions.
Failure Mode 2: Color Code Is a Required Safety Feature — Non-Standard Colors Cannot Be Used for Electrical Work
ASTM D120 Required Color Codes by Class
| Class | Required Color | Color Code Purpose |
|---|---|---|
| Class 00 | Beige / tan | Visual identification at lowest voltage class — neutral color distinct from higher classes |
| Class 0 | Red | Most common class for industrial 480V–1000V work — high visibility color for frequent use class |
| Class 1 | White | Medium voltage utility distribution work |
| Class 2 | Yellow | High voltage distribution — matches standard high-visibility color in utility settings |
| Class 3 | Green | Very high voltage transmission work |
| Class 4 | Orange | Highest voltage class — orange for extra-high voltage systems |
Encode glove.color_class as the standardized color name (beige, red, white, yellow, green, orange). Verify that the color in the listing matches the class: a "Class 2 green rubber insulating glove" is incorrectly described (Class 2 = yellow; green = Class 3) — this mislabeling would route a Class 3 glove to a Class 2 application (over-specification) or a Class 2 glove mislabeled green to a Class 3 application (under-specification if the color code drives selection). The color verification provides a secondary data integrity check: if glove.insulating_class and glove.color_class do not match the ASTM D120 table, flag the listing as potentially mislabeled.
Failure Mode 3: Leather Protectors Are Required Separately — Rubber Gloves Without Leather Protectors Are Mechanically Exposed
Rubber Insulating Glove + Leather Protector System Requirements
| Component | Function | Required Standard | Must Match Glove Class? |
|---|---|---|---|
| Rubber insulating gloves (ASTM D120) | Electrical insulation — prevents shock current from flowing through hands | ASTM D120 / OSHA 1910.137 | N/A — primary protection |
| Leather protectors (ASTM F696) | Mechanical protection — prevents cuts, punctures, abrasion to rubber gloves during work | ASTM F696 / OSHA 1910.137(c)(2)(ix) | Yes — leather protector class must equal or exceed rubber glove class |
Leather protectors are sold separately from rubber insulating gloves and must match the rubber glove class. A Class 2 leather protector (yellow, per ASTM F696 color coding which matches ASTM D120) fits over Class 2 rubber insulating gloves and provides mechanical protection for Class 2 voltage work. Using a Class 0 leather protector (red) over Class 2 rubber insulating gloves is technically possible (the leather protector is mechanical protection only), but creates visual inspection confusion — the leather protector's red color signals Class 0 while the rubber glove underneath is Class 2 yellow. Match class for class. Encode glove.requires_leather_protector as "yes" for all rubber insulating gloves. Encode glove.compatible_leather_protector_class as the class number to specify which leather protector class is appropriate.
Recommended Metafield Namespace: glove.* (rubber insulating / dielectric extension)
{
"glove.insulating_class": "2", // "00" | "0" | "1" | "2" | "3" | "4"
"glove.proof_test_voltage_v": "20000", // numeric V — 2500 | 5000 | 10000 | 20000 | 30000 | 40000
"glove.max_use_voltage_ac_v": "17000", // numeric V — 500 | 1000 | 7500 | 17000 | 26500 | 36000
"glove.max_use_voltage_dc_v": "25500", // numeric V — 750 | 1500 | 11250 | 25500 | 39750 | 54000
"glove.color_class": "yellow", // "beige" | "red" | "white" | "yellow" | "green" | "orange"
"glove.rubber_type": "natural", // "natural" (Type I) | "synthetic" (Type II, typically EPDM)
"glove.latex_free": "false", // "true" (synthetic, no latex) | "false" (natural rubber contains latex)
"glove.requires_leather_protector": "yes", // always "yes" — exceptions are employer-authorized per OSHA 1910.137
"glove.retest_interval_months": "6", // "6" per OSHA 1910.137(b)(2)(ii)
"glove.test_date": "2026-01-15", // ISO date of last factory test or in-service retest
"glove.retest_due_date": "2026-07-15", // test_date + 6 months — flag when purchase date > retest_due_date
"glove.astm_standard": "D120",
"glove.length_inches": "12" // 11 | 12 | 14 | 16 — longer gloves protect the wrist and forearm
}
Voltage routing: require glove.max_use_voltage_ac_v ≥ system voltage — never route on class number as a voltage proxy. Retest compliance: flag products where glove.retest_due_date is before the expected first use date — the buyer needs a retested pair or a new pair. Petroleum environments: require glove.rubber_type = "synthetic". Latex allergy: require glove.latex_free = "true". Always pair with leather protectors: encode leather protectors as a companion SKU requirement linked via glove.requires_leather_protector = "yes".
FAQ
How do you pre-use inspect rubber insulating gloves before each work shift?
OSHA 1910.137(b)(2)(i) requires that rubber insulating equipment be inspected for damage before each day's use and immediately following any incident that may have caused damage. The standard pre-use inspection for rubber insulating gloves is the air inflation test (also called the balloon test or roll test): the worker holds the cuff of the glove closed and uses the other hand to roll and squeeze air toward the fingers until the glove is inflated like a balloon. The inflated glove is then inspected visually and by feel for: pinholes (escaping air visible as movement or audible as a hiss), cracks or cuts in the rubber, ozone checking (a pattern of small surface cracks perpendicular to the stress axis, typically on the back of the hand area — caused by ozone attacking the rubber), sticky or tacky areas (indicating chemical degradation), embedded foreign material, and swollen or soft spots (indicating swelling from chemical contact). The rolled-cuff inflation method captures air without equipment. Some workers use a specialized glove inflator device that pressurizes the glove to a set level, but the manual method is the OSHA-compliant minimum. A glove that fails air inflation (leaks air) must be removed from service immediately — a rubber glove that leaks air will also allow leakage current at voltage. Encode glove.pre_use_inspection_method as 'air-inflation' to indicate to buyers that this inspection is required before each use; some buyers are unaware that rubber insulating gloves require daily pre-use inspection beyond the 6-month electrical retest.
Can rubber insulating gloves be stored with leather protectors, and what are the storage requirements?
Rubber insulating gloves should be stored inside their leather protectors when not in use — but this requires careful attention to avoid the leather protector trapping moisture against the rubber glove. Ideal storage: store rubber gloves right-side-out (not inverted), in a cool, dark location away from sources of ozone (electric motors, UV lights, arc welding equipment), away from petroleum products, and away from heat sources. Ozone is generated by electric motors and fluorescent lighting ballasts and is one of the primary causes of rubber glove surface degradation. Many manufacturers supply rubber insulating gloves in individual canvas bags or rubber glove bags specifically designed to protect the gloves from light and ozone during storage. The leather protectors should be stored dry — moisture trapped between a leather protector and the rubber glove can promote surface degradation of the rubber. If gloves are stored inside leather protectors, ensure both are completely dry before storage. A glove that has been sitting in storage for 6 months should be inspected (air inflation test) before use even if the electrical retest date has not elapsed — storage conditions can cause deterioration. If any doubt exists after visual inspection, submit for electrical retest before use. Some utilities establish a maximum storage time (e.g., 12 months) after which gloves are retested regardless of service history, recognizing that prolonged storage in imperfect conditions may degrade the rubber. Encode glove.storage_bag_included as 'yes' for products that include a proper canvas or rubber storage bag — this is relevant to buyers who are setting up a new glove program and may not have bags.
What is the difference between rubber insulating gloves and arc flash gloves?
Rubber insulating gloves (ASTM D120) and arc flash gloves are two different PPE products protecting against two different electrical hazards that often occur in the same work scenario. Rubber insulating gloves: protect against electric shock — the flow of current through the worker's body from contact with energized conductors. The class rating specifies the maximum voltage the gloves protect against. The material is natural or synthetic rubber (dielectric material — does not conduct electricity). Arc flash gloves: protect against the heat, UV, and pressure generated by an arc flash event. Arc flash releases enormous energy rapidly (thousands of amperes flowing through air, generating temperatures to 35,000°F). Arc-rated PPE is tested under ASTM F2675 (test method for gloves) and rated by ATPV (Arc Thermal Performance Value) in cal/cm². Arc flash gloves are typically arc-rated leather or arc-rated composite materials. Why both are needed: live electrical work in panel boards, switchgear, and distribution equipment presents both a shock hazard (from direct contact with energized parts) AND an arc flash hazard (from the energy released if an arc is inadvertently initiated — e.g., tool contact between phases). The standard solution used in most utility and industrial environments: wear rubber insulating gloves (shock protection) with arc-rated leather protectors over them (mechanical protection + arc flash protection). Standard leather protectors may or may not be arc-rated — arc-rated leather protectors are specifically tested per ASTM F696 with arc flash rating. Encode glove.arc_flash_atpv_cal_cm2 for the arc flash thermal protection value of the leather protector component, or mark as 'not-arc-rated' for leather protectors that provide mechanical protection only without arc flash certification.
Do rubber insulating gloves have a shelf life before they are even put into service?
Yes. Rubber insulating gloves have a finite shelf life from the date of manufacture, independent of use history. ASTM D120 requires that the manufacturer mark each glove with the test date (date of factory electrical test). OSHA 1910.137 requires retesting every 6 months from the date the gloves are returned to service, but industry practice (and many employer safety programs) establishes a maximum shelf life from manufacture regardless of service history — typically 12 months from factory test or 6 months from initial issue, whichever comes first. Why shelf life matters: natural rubber (Type I) degrades even in storage due to ozone exposure, UV light, and thermal aging. A glove manufactured 18 months ago that has never been used in service may still have degraded electrical insulating properties due to storage-induced rubber aging. Some manufacturers stamp a 'not for use after' date on the glove cuff in addition to the test date. Buyers purchasing rubber insulating gloves for stockpiling should: (1) check the factory test date on the individual glove cuff, (2) calculate the expected first use date vs the test date + shelf life, (3) plan to retest gloves before first use if they will be stored for more than 6–12 months. Encode glove.factory_test_date (date of factory ASTM D120 electrical test as marked on the glove cuff) and glove.do_not_use_after (date from manufacturer marking if present) to enable AI agents to flag gloves at or near end of shelf life before completing a procurement order.
Are Your Dielectric Glove Listings Missing Class Voltage and Retest Fields?
CatalogScan scans your Shopify store for missing glove.insulating_class, glove.max_use_voltage_ac_v, and glove.test_date fields that cause AI agents to route rubber insulating gloves by class number as if it were a voltage rating.
Run Free Scan