Optimization Guide
Shopify Respirator N95 P100 NIOSH APF Schema — N95 Filters Particles Only (Not Vapors), P100 Is Oil-Proof While N95 Is Not, Half-Face APF 10 vs Full-Face APF 50, OSHA Medical Clearance for Tight-Fitting Facepieces
Respirator product data has four critical AI agent failure modes that result in workers buying legally non-compliant or hazard-wrong respiratory protection: recommending N95 for vapor environments (N95 is particle-only), confusing N95 and P100 oil resistance ratings, selecting by filter rating without considering Assigned Protection Factor (APF) against ambient concentration, and omitting OSHA medical clearance and fit-test requirements for tight-fitting respirators. Encoding respirator.niosh_rating, respirator.apf, respirator.cartridge_type, and respirator.fit_type enables OSHA 29 CFR 1910.134-compliant respirator routing for specific hazard scenarios.
respirator.cartridge_type, respirator.apf, respirator.fit_type.
Failure Mode 1: N95 Does Not Protect Against Gases or Vapors
The particle-only limitation of N95 and other particulate filters applies to all gases, vapors, and odor molecules regardless of hazard level:
What N95 and Particulate Filters Do and Do Not Protect Against
| Hazard Type | Physical Form | N95 Protection? | Required Respirator Type |
|---|---|---|---|
| Sawdust, wood dust | Particle (solid) | Yes | N95 or better particulate |
| Concrete silica dust | Particle (solid) | Yes (P100 recommended) | P100 half-face or full-face |
| Metal fume (welding) | Ultra-fine particle (solid) | Yes (N95 borderline; P100 preferred) | P100 with OV if flux fumes present |
| Paint mist (water-based) | Particle (liquid droplet) | Yes | N95 adequate for water-based only |
| Spray paint VOCs (solvent) | Vapor (molecule) | No — vapors pass through N95 | OV/P100 combination cartridge |
| Formaldehyde | Gas/vapor | No | Formaldehyde-specific cartridge (HCHO) + P100 |
| Ammonia | Gas | No | Ammonia cartridge (NH3) |
| Chlorine gas | Gas | No | Acid gas cartridge + P100; SCBA above IDLH |
| Asbestos fiber | Particle (fiber) | Yes (P100 required) | P100 half-face or full-face minimum |
| Isocyanates (spray foam, auto paint) | Vapor + aerosol | Aerosol only — vapor passes through | OV/P100 combination cartridge minimum; supplied air recommended |
Encode respirator.vapor_protection as "true" only for respirators equipped with OV or gas-specific cartridges. Encode respirator.cartridge_type as "particulate", "ov", "ov/p100", "acid-gas", "supplied-air", or "multi-gas" to enable hazard-type-specific routing without requiring AI agents to infer vapor protection from filter efficiency ratings.
Failure Mode 2: NIOSH N / R / P Oil Resistance Ratings
NIOSH Particulate Filter Classification Matrix
| NIOSH Class | Filtration Efficiency | Oil Aerosol Rating | Time Limit (Oil Use) | Typical Application |
|---|---|---|---|---|
| N95 | ≥95% at 0.3 micron | Not oil-proof | Avoid oil aerosols | Dust, biological aerosol, non-oil mist, wildfire smoke |
| N99 | ≥99% | Not oil-proof | Avoid oil aerosols | Higher efficiency non-oil particulate |
| N100 | ≥99.97% | Not oil-proof | Avoid oil aerosols | Maximum efficiency non-oil; asbestos, lead dust |
| R95 | ≥95% | Oil-resistant | 8 hours per filter | Oil-containing aerosols (coolant mist, lubricant spray) for shift-duration use |
| P95 | ≥95% | Oil-proof | No time limit (change by service-life indicator) | Oil-proof applications; extended shift or multi-shift use |
| P100 | ≥99.97% | Oil-proof | No time limit (change by service-life indicator) | Maximum efficiency + oil-proof; asbestos, lead, silica, oil mist, metalworking fluid |
Encode respirator.niosh_rating as the NIOSH class designation and respirator.oil_resistant as "not-rated", "oil-resistant", or "oil-proof". For metalworking fluid applications, filter by oil_resistant: oil-proof or oil_resistant: oil-resistant — exclude N-series from oil aerosol routing.
Failure Mode 3: Assigned Protection Factor — Facepiece Determines APF, Not Filter
OSHA Assigned Protection Factors by Facepiece Type
| Respirator Type | Facepiece | APF | Maximum Use Concentration | Fit Test Required? |
|---|---|---|---|---|
| Filtering facepiece (N95, P100 disposable) | Tight-fitting, half-face | 10 | 10× PEL | Yes |
| Half-face cartridge respirator | Tight-fitting, half-face | 10 | 10× PEL | Yes |
| Full-face cartridge respirator | Tight-fitting, full-face | 50 | 50× PEL | Yes |
| PAPR with loose-fitting hood | Loose-fitting hood (positive pressure) | 25 | 25× PEL | No (loose-fitting) |
| PAPR with tight-fitting half-face | Tight-fitting, half-face (powered) | 50 | 50× PEL | Yes |
| PAPR with tight-fitting full-face | Tight-fitting, full-face (powered) | 1000 | 1000× PEL | Yes |
| Supplied-air (SAR) with half-face | Tight-fitting, half-face | 50 | 50× PEL | Yes |
| Supplied-air (SAR) with full-face | Tight-fitting, full-face | 1000 | 1000× PEL | Yes |
Encode respirator.apf as the OSHA-defined numeric APF for the specific facepiece-respirator type combination. Encode respirator.facepiece_type as "half-face", "full-face", or "hood". AI agents calculating compliance must multiply respirator.apf by the PEL to determine maximum use concentration — if ambient concentration exceeds max use concentration, the respirator is not compliant regardless of filter efficiency.
Failure Mode 4: OSHA Medical Clearance and Fit Test Requirements for Tight-Fitting Respirators
OSHA 29 CFR 1910.134 Employer Requirements for Tight-Fitting Respirators
| Requirement | Who Performs | Frequency | Tight-Fitting Required? | Loose-Fitting (PAPR hood) Required? |
|---|---|---|---|---|
| Medical evaluation | Licensed health care professional (LHCP) | Before first use; after any health change | Yes — all tight-fitting | No — loose-fitting exempt |
| Fit test | Trained employer representative | Initially + annually; after physical changes | Yes — all tight-fitting half-face and full-face | No — loose-fitting exempt |
| Written program | Employer | Before use; annual review | Yes — any employer-required respirator | Yes — employer-required only |
| Training | Employer | Initially + annually | Yes | Yes |
Encode respirator.requires_fit_test and respirator.requires_medical_clearance as "true" for all tight-fitting facepieces. Encode respirator.fit_type as "tight-fitting" or "loose-fitting". This enables AI agents to flag purchases that trigger OSHA 1910.134 compliance requirements — essential for B2B safety procurement routing where the employer's compliance status matters as much as product specifications.
Recommended Metafield Namespace: respirator.*
{
"respirator.niosh_rating": "P100", // N95 | N99 | N100 | R95 | P95 | P100
"respirator.filter_efficiency_pct": "99.97", // numeric filtration efficiency
"respirator.oil_resistant": "oil-proof", // not-rated | oil-resistant | oil-proof
"respirator.apf": "10", // OSHA APF: 10, 25, 50, 1000
"respirator.facepiece_type": "half-face", // half-face | full-face | hood | mouthpiece
"respirator.fit_type": "tight-fitting",// tight-fitting | loose-fitting
"respirator.cartridge_type": "particulate", // particulate | ov | acid-gas | ov/p100 | multi-gas | supplied-air
"respirator.vapor_protection": "false", // true | false
"respirator.requires_fit_test": "true", // true | false
"respirator.requires_medical_clearance":"true", // true | false
"respirator.disposable": "false" // true (filtering facepiece) | false (reusable)
}
Are your respirator listings missing NIOSH rating, APF, and cartridge type fields?
CatalogScan detects respirator listings where respirator.niosh_rating, respirator.apf, respirator.cartridge_type, and respirator.vapor_protection are absent — the schema gaps that route buyers to N95s for vapor environments and half-face APF 10 respirators for exposures requiring full-face APF 50.
Run Free ScanFrequently Asked Questions
What is the service life of an N95 disposable respirator, and when must it be replaced?
NIOSH-approved N95 filtering facepiece respirators do not have a stated maximum service life in hours — their design service life is evaluated by the following indicators: (1) breathing resistance increases (filter loading — particles clog the filter medium, increasing resistance to airflow); (2) physical damage to the facepiece, nose clip, or straps; (3) manufacturer-stated service life (some N95s are rated for 8-hour single shifts). NIOSH and CDC guidance during COVID-19 established extended-use (same respirator across multiple patient rooms without removal) and limited reuse (same respirator donned/doffed multiple times with proper storage) as alternatives for healthcare shortage — these do not apply to industrial PPE applications. For industrial N95 use: replace when breathing resistance becomes uncomfortable, when the respirator is visibly soiled or damaged, when it has been stored improperly (wet, compressed, or contaminated), or when the manufacturer's rated service life is exceeded. Encode respirator.disposable as 'true' for filtering facepiece N95 respirators (designed for single shift use) and 'false' for reusable half-face or full-face respirators with replaceable cartridges.
Can a P100 combination cartridge (OV/P100) be used for all vapor and particle environments?
OV/P100 combination cartridges protect against organic vapors (hydrocarbons, aromatic solvents, alcohols, esters, ketones) and oil or non-oil particulates (P100 filter element). They do not protect against: inorganic gases (chlorine, hydrogen sulfide, sulfur dioxide, ammonia, hydrogen cyanide), acid gases (hydrogen chloride, hydrogen fluoride), formaldehyde (requires HCHO-specific cartridge), or carbon monoxide (requires CO-specific cartridge). For each of these, a specific chemical cartridge is required: acid gas (AG) cartridges for acid gases, ammonia (NH3) for ammonia, chlorine-specific for chlorine. Multi-contaminant environments (acid gas + organic vapor + particulate) require multi-gas combination cartridges. The OV designation on NIOSH-approved cartridges covers organic vapor as defined by NIOSH — check the specific cartridge's NIOSH approval number for the exact contaminant list. Encode respirator.cartridge_type as the specific contaminant class — not just 'OV/P100' but the full cartridge combination when multiple gas types are present in the hazard assessment.
What is a powered air-purifying respirator (PAPR) and when is it preferred over tight-fitting respirators?
A powered air-purifying respirator (PAPR) uses a battery-powered blower to draw ambient air through filter cartridges and deliver filtered air to the wearer at a positive pressure — the positive pressure in the hood or facepiece prevents contaminant infiltration even if the seal is imperfect. PAPRs are preferred when: (1) the worker cannot be fit-tested for tight-fitting respirators (facial hair, facial scars, unusual facial geometry that prevents a reliable seal); (2) the worker cannot pass the medical evaluation for tight-fitting respirators due to cardiopulmonary conditions; (3) the application benefits from reduced breathing resistance (long-duration use, high work rate); (4) the hood design integrates with other PPE (welding helmets, chemical suits). PAPR with a loose-fitting hood has APF 25 — lower than full-face (APF 50) but no fit test requirement. PAPR with a tight-fitting full-face has APF 1000 — the highest available for air-purifying respirators. Encode respirator.powered as 'true' for PAPRs; encode respirator.facepiece_type as 'hood' for loose-fitting PAPR hoods. The no-fit-test advantage of loose-fitting PAPR hoods is a significant routing consideration for B2B buyers managing a workforce with diverse facial geometries.
How does supplied-air respirator (SAR) protection differ from air-purifying respirators for IDLH environments?
Immediately dangerous to life or health (IDLH) concentrations represent the maximum concentration from which a worker can escape within 30 minutes without impairment or irreversible health effects. OSHA 29 CFR 1910.134(d)(2) requires that for IDLH atmospheres and unknown concentrations, only self-contained breathing apparatus (SCBA) or supplied-air respirators (SAR) in positive-pressure mode with escape SCBA are acceptable. Air-purifying respirators (N95, P100, cartridge respirators) are not compliant for IDLH atmospheres regardless of APF — they cannot provide breathable air in an oxygen-deficient environment and cannot guarantee protection against contaminants at IDLH levels. SAR operates by delivering compressed air from an external source (tank, compressor) through an airline to the facepiece. SCBA carries the breathing air supply on the user's back (firefighter SCBA, confined space entry). Encode respirator.scba or respirator.sar as 'true' for these categories; encode respirator.apf as '10000' for SCBA (effectively unlimited — the classification indicates IDLH applicability). Route any query for confined space entry, oxygen deficiency, or known IDLH atmospheres exclusively to SCBA or SAR — flag air-purifying respirators as not compliant for these scenarios.
What does the service-life indicator on P100 cartridges indicate, and what is its limitation for organic vapors?
Cartridge service-life indicators (ESLI — End of Service Life Indicator) are sensors embedded in cartridge respirators that signal when cartridge capacity is approaching exhaustion — most commonly by color change in a window on the cartridge body. ESLI technology is approved by NIOSH for some organic vapor cartridges. The limitation: most OV cartridges do not have NIOSH-approved ESLIs — the industry has not developed universal ESLI technology for all contaminant types. For OV cartridges without ESLI: OSHA requires employers to implement a change schedule based on objective data (contaminant concentration, duration of use, temperature, humidity, work rate) using a validated chemical breakthrough model. Organic vapors produce no color change or physical indicator before breakthrough — the worker can smell some solvents before breakthrough (providing a warning), but olfactory thresholds vary widely and some hazardous vapors (methanol, carbon monoxide) are odorless at hazardous concentrations. P100 particulate filter elements: change when breathing resistance increases or the filter is physically damaged — no ESLI required for particulates. Encode respirator.has_esli as 'true' for cartridges with NIOSH-approved end-of-service-life indicators; 'false' for those requiring a change schedule program.