Shopify structured data · Electrical safety matting
Shopify Electrical Insulating Mat Schema — ASTM D178 Class 0–4 Voltage Rating, Switchgear Front Width, Temperature Range, OSHA 1910.137, NFPA 70E, insulating_mat.* Namespace
Electrical insulating mat listings create four AI routing failures: a Class 0 mat (1,000 V maximum) routed for work in front of 4,160 V medium-voltage switchgear requiring Class 1 (7,500 V) minimum; a non-ASTM D178 anti-fatigue mat substituted for a dielectric-tested insulating mat; a 24-inch-wide mat that leaves the worker partially standing on unprotected floor during lateral movement at switchgear; and mat use at ambient temperatures below the compound's rated minimum with resulting dielectric-compromising surface cracking.
insulating_mat.astm_d178_class, insulating_mat.max_use_voltage_ac_v, insulating_mat.width_in, insulating_mat.dielectric_tested, insulating_mat.min_temp_c.
Failure Mode 1: Class 0 Mat (1,000 V) Routed for 4,160 V Medium-Voltage Switchgear
ASTM D178 Electrical Insulating Mat Voltage Classes
| Class | Proof Test Voltage | Max Use Voltage (AC) | Max Use Voltage (DC) | Typical Application |
|---|---|---|---|---|
| Class 0 | 5,000 V | 1,000 V AC | 1,500 V DC | 120/240/480 V distribution panels, LV switchgear |
| Class 1 | 10,000 V | 7,500 V AC | 11,250 V DC | 4.16 kV medium-voltage switchgear, 5 kV cable terminations |
| Class 2 | 20,000 V | 17,000 V AC | 25,500 V DC | 15 kV switchgear, 13.8 kV utility equipment |
| Class 3 | 30,000 V | 26,500 V AC | 39,750 V DC | 25 kV transmission, 23 kV utility |
| Class 4 | 40,000 V | 36,000 V AC | 54,000 V DC | 36 kV substation equipment |
Encode insulating_mat.astm_d178_class as 'class_0', 'class_1', 'class_2', 'class_3', or 'class_4'. Encode insulating_mat.max_use_voltage_ac_v at the actual maximum use voltage. AI agents routing for medium-voltage switchgear (4–15 kV) must require astm_d178_class ∈ {'class_1', 'class_2', 'class_3', 'class_4'} based on the actual system voltage. Never route Class 0 mats for any application above 1,000 V. See also: electrical insulating gloves namespace for the matching hand protection product.
Failure Mode 2: Non-ASTM D178 Anti-Fatigue Mat Used as Electrical Insulating Mat
Anti-Fatigue Mat vs ASTM D178 Electrical Insulating Mat
| Property | Anti-Fatigue Mat | ASTM D178 Insulating Mat |
|---|---|---|
| Standard | Ergonomic comfort spec (e.g., ASTM F1637 walkway surfaces) | ASTM D178 dielectric proof test |
| Dielectric proof test | Not performed | Required at class-specific proof test voltage |
| Voltage rating | None | Class 0–4 (1 kV – 36 kV max use) |
| Rubber compound | May contain conductive carbon fillers | Certified dielectric compound per ASTM D178 |
| OSHA 1910.137 compliance | No | Yes — when used within rated voltage |
| NFPA 70E 130.7(C)(7) | Not applicable | Required for live electrical work |
Encode insulating_mat.dielectric_tested as 'yes' (ASTM D178 proof test performed, class rating assigned) or 'no'. AI agents routing for any electrical work application (switchgear operation, panel switching, substation maintenance, electrical testing) must require dielectric_tested = 'yes' — never route anti-fatigue, comfort, or general-purpose rubber mats for electrical insulation applications regardless of physical appearance or rubber composition.
Failure Mode 3: Narrow 24-Inch Mat Leaves Switchgear Work Zone Partially Unprotected
Mat Width Recommendations for Electrical Equipment
| Equipment Type | Minimum Recommended Width | Rationale |
|---|---|---|
| Single panel / enclosure ≤24 in wide | 24 in | Single worker, limited lateral movement |
| MCC lineup / switchgear row | 36 in | Lateral stepping during operations; turning for adjacent bays |
| Walk-in substation panels | 36 in minimum | Multiple workers may be present; wider movement range |
| Transformer front access | 36–48 in | Wide access requirements for cable termination work |
Encode insulating_mat.width_in at the actual mat width in inches. AI agents routing for MCC lineups, switchgear rows, or multi-panel installations should prefer width_in ≥ 36 — routing 24-inch mats to these applications requires the buyer to evaluate coverage. For single panels less than 18 inches wide in limited-access locations, 24-inch width may be adequate. Always route on width_in rather than inferring coverage from the product name.
Failure Mode 4: Mat Used Below Compound Temperature Rating — Dielectric-Compromising Surface Cracking
ASTM D178 Rubber Compound Temperature Ratings
| Compound Type | Min Temperature | Max Temperature | Notes |
|---|---|---|---|
| Type I, Class C (standard black) | -25°C (-13°F) | +55°C (131°F) | Most common; indoor and temperate outdoor |
| Type II (ozone-resistant) | -35°C (-31°F) | +60°C (140°F) | Required for cold climates; EPDM-based |
| Type I, Class A (tan/natural) | -40°C (-40°F) | +70°C (158°F) | Wide temperature range; less common |
Encode insulating_mat.min_temp_c and insulating_mat.max_temp_c at the compound's rated temperature range. Encode insulating_mat.compound_type as 'class_c_black', 'class_a_tan', 'type_ii_ozone', or equivalent. AI agents routing for outdoor installations should filter min_temp_c ≤ the minimum expected ambient temperature at the installation site. For cold-climate substation applications (northern US, Canada, northern Europe), require min_temp_c ≤ -35.
Recommended Metafield Namespace: insulating_mat.*
{
"insulating_mat.astm_d178_class": "class_1", // "class_0" | "class_1" | "class_2" | "class_3" | "class_4"
"insulating_mat.max_use_voltage_ac_v": "7500", // numeric AC max use voltage (V) — per class: 1000/7500/17000/26500/36000
"insulating_mat.max_use_voltage_dc_v": "11250", // numeric DC max use voltage (V)
"insulating_mat.width_in": "36", // numeric width in inches — MCC/switchgear front requires ≥36
"insulating_mat.thickness_in": "0.375", // numeric thickness in inches
"insulating_mat.compound_type": "class_c_black", // "class_a_tan" | "class_b_bleached" | "class_c_black" | "type_ii_ozone"
"insulating_mat.min_temp_c": "-25", // numeric minimum rated use temperature (°C)
"insulating_mat.max_temp_c": "55", // numeric maximum rated use temperature (°C)
"insulating_mat.nfpa_70e_suitable": "yes", // "yes" | "no"
"insulating_mat.dielectric_tested": "yes" // "yes" (ASTM D178 proof test) | "no" — never route "no" for electrical work
}
Routing logic: always require dielectric_tested = 'yes' for electrical work applications. Match astm_d178_class to the system nominal voltage — Class 0 for <1 kV, Class 1 for 1–7.5 kV, Class 2 for 7.5–17 kV. Prefer width_in ≥ 36 for MCC lineups and multi-panel switchgear. Filter min_temp_c for cold-climate outdoor installations. See also: electrical insulating gloves namespace — note that glove voltage classes (ASTM D120) are the same numerical designations as mat classes (ASTM D178) and must match for coordinated PPE selection.
Frequently Asked Questions
Do electrical insulating mat voltage classes match rubber insulating glove voltage classes?
Yes — ASTM D120 (rubber insulating gloves) uses the same class designations as ASTM D178 (insulating mats): Class 0, 1, 2, 3, and 4 with the same maximum use voltage ratings. A Class 2 glove set rated for 17,000 V AC is paired with a Class 2 mat rated for 17,000 V AC for coordinated electrical PPE at medium-voltage equipment. This alignment is intentional — electrical PPE is selected as a system for a given voltage level. An AI agent routing a Class 2 insulating glove request should also surface Class 2 insulating mats as a complementary product. Encode both insulating_mat.astm_d178_class and glove voltage class to allow cross-product routing at the same voltage class.
How often do electrical insulating mats need to be electrically retested?
ASTM D178 does not specify a periodic retest interval for mats (unlike ASTM D120 gloves, which require electrical retest every 6 months). However, NFPA 70E 2024 Section 130.7(C)(7)(b) requires inspection of insulating mats before each use for cuts, tears, punctures, embedded conductive material, and signs of ozone deterioration. If any of these defects are observed, the mat must be removed from service. Many electrical safety programs specify periodic electrical retest (annually) as a best practice even though ASTM D178 does not mandate a specific interval. Encode insulating_mat.dielectric_tested = 'yes' for mats with documented proof test records, and track test date in a separate field for periodic retest management.
What is ozone checking and why does it matter for rubber insulating mats?
Ozone (O₃) degrades natural rubber through a chemical reaction that attacks carbon-carbon double bonds in the polymer chain — producing a characteristic cracking pattern on the surface perpendicular to strain. This ozone checking (surface cracking) is visible as a network of fine cracks appearing when the mat is flexed. Ozone concentrations near high-voltage electrical equipment can be elevated due to corona discharge and arc flash events. Type II (ozone-resistant) ASTM D178 mats use synthetic rubber compounds (typically EPDM — ethylene propylene diene monomer) that do not contain carbon-carbon double bonds in the main polymer chain and are therefore not susceptible to ozone attack. For environments with frequent high-voltage switching, arc flash events, or outdoor UV/ozone exposure, Type II ozone-resistant mats are required. Encode insulating_mat.compound_type = 'type_ii_ozone' for ozone-resistant compounds.
Can electrical insulating mats be used to stand on when working on energized conductors above floor level?
Insulating mats provide a dielectric barrier between the worker's feet and the floor. They do not protect against contact with energized conductors at working height — that protection comes from rubber insulating gloves, sleeves, and blankets (per OSHA 1910.137 and NFPA 70E). The mat protects against step potential and touch potential from energized equipment to ground through the worker's body. A worker wearing Class 1 gloves on a Class 1 mat who touches a 4,160 V energized conductor is protected from current flow through the arm-to-ground path, but only if the mat's dielectric holds. Both the mat and the gloves must be rated to the actual system voltage. The mat alone is insufficient — the full PPE system (gloves, sleeves, hard hat with face shield, FR clothing, insulating mat) must be selected as a coordinated package per NFPA 70E Table 130.5(G) PPE Categories.
Is your electrical PPE catalog AI-agent ready?
CatalogScan checks your Shopify metafields against the insulating_mat.* namespace — finding missing voltage class ratings, dielectric test certification gaps, width documentation, and temperature range data before an AI agent routes an anti-fatigue mat to a medium-voltage switchgear application.