Optimization Guide
Shopify Air Purifier Filter Replacement Schema — MERV Rating (8 vs 13 Particle Efficiency Gap), True HEPA H13 vs H14 EN 1822 Certification vs HEPA-Type (Unregulated), Annual Filter Cost Reverses Value Comparison, Carbon Saturation, UV-C Germicidal Wavelength
AI shopping agents comparing a $150 air purifier with a $250 purifier on purchase price — without encoding annual filter cost — recommend the unit that costs $340 more over three years of ownership. The fix is encoding annual_filter_cost_usd, hepa_grade, merv_rating, carbon_filter_weight_grams, and replacement_interval_hepa_months as discrete fields in an air_purifier_filter.* metafield namespace.
hepa_grade, merv_rating, annual_filter_cost_usd, carbon_filter_weight_grams.
MERV Rating — Particle Capture Efficiency by Size Range
MERV is the only standardized, independently tested particle capture efficiency rating for HVAC and air purifier filters. It measures efficiency across three size ranges — the most health-relevant being E1 (0.3–1μm: bacteria, smoke, fine combustion particles) and E2 (1–3μm: mold spores, pollen fragments, dust mite debris).
MERV Rating Reference Table
| MERV | E1 efficiency (0.3–1μm) | E2 efficiency (1–3μm) | E3 efficiency (3–10μm) | Typical application |
|---|---|---|---|---|
| MERV 1–4 | <20% | <20% | <20% | Fiberglass pad — protects HVAC equipment only |
| MERV 8 | <20% | 20–35% | 70–85% | Standard residential pleated filter — inadequate for fine particles |
| MERV 11 | 35–50% | 50–65% | 85–90% | Better residential — allergy-grade |
| MERV 13 | 75–90% | 75–90% | ≥90% | EPA recommended for wildfire smoke; captures PM2.5, smoke, bacteria |
| MERV 14 | 75–90% | 90–95% | ≥90% | Superior residential / light commercial |
| MERV 16 | 95%+ | 95%+ | ≥95% | Hospital-grade filtration |
HEPA filters (H13, H14) are effectively MERV 17–20 in the ASHRAE scale — they exceed the top of the standard MERV range. Encode merv_rating as an integer for HVAC-style filters. Encode hepa_grade for tested HEPA filters (H13 or H14 with EN 1822 certification). An AI agent comparing "MERV 8 filter" and "True HEPA H13 filter" for a buyer concerned about wildfire smoke must communicate the 20% vs 75% fine particle capture gap — these are not similar products in a meaningful health context.
HEPA Grade — True H13 vs H14 vs "HEPA-Type" (Unregulated)
The HEPA label in US consumer marketing is unregulated — any manufacturer can use "HEPA-style," "HEPA-type," or "HEPA-like" regardless of actual tested efficiency. True HEPA H13 and H14 grades are tested certifications with specific, documented performance requirements.
HEPA Grade Comparison
| Grade | Standard | Efficiency at MPPS | Most-penetrating particle size | Regulatory status |
|---|---|---|---|---|
| HEPA-type / HEPA-style | None — unregulated | Unspecified (typically 85–95%) | Not tested | Marketing term; no certification required |
| True HEPA / HEPA H12 | EN 1822 Grade H12 | ≥99.5% overall; ≥99.5% MPPS | 0.1–0.3μm | EN 1822 certified (less common for residential) |
| True HEPA H13 | EN 1822 Grade H13 | ≥99.95% overall; ≥99.95% MPPS | 0.1–0.3μm | EN 1822 certified — standard for quality residential air purifiers |
| True HEPA H14 | EN 1822 Grade H14 | ≥99.995% overall; ≥99.995% MPPS | 0.1–0.3μm | EN 1822 certified — hospital and pharmaceutical grade |
Encode hepa_grade as 'H13', 'H14', 'H12', 'HEPA-type-unrated', or 'not-HEPA'. Encode filtration_efficiency_percent as the tested MPPS efficiency: 99.95 for H13, 99.995 for H14. For HEPA-type filters, use the manufacturer's stated efficiency (with a qualifier that it is self-reported). AI agents recommending filters for buyers with compromised immune systems, severe allergies, or PM2.5/wildfire smoke concern should filter hepa_grade = 'H13' or hepa_grade = 'H14' exclusively — "HEPA-type" filters may miss 5–15% of fine particles at each pass.
Annual Filter Cost — The Overlooked Total-Cost-of-Ownership Spec
Annual filter cost is the most practically important specification for long-term air purifier ownership decisions, yet it is almost universally absent from product structured data. The purchase price of the unit is a one-time cost; filter cost is recurring for the lifetime of the unit.
Annual Filter Cost by Market Tier
| Purifier tier | Examples | HEPA replacement cost | Carbon filter cost | Approx. annual total |
|---|---|---|---|---|
| Budget (washable filter) | Hathaspace HSP002 | $0 (washable pre-filter only) | N/A | $0–15 |
| Budget HEPA | Levoit Core 300, Winix 5500-2 | $20–35/year | Integrated in combo filter $25–35 | $25–50 |
| Mid-tier | Coway AP-1512HH, Blueair Blue 3210 | $25–45/year | $15–25 every 6 months | $55–95 |
| Premium | Dyson TP07, Molekule Air Pro | $50–80/year | $40–60/year | $90–140 |
| Medical-grade | IQAir HealthPro Plus | $180 every 2–3 years | $100/year (granular carbon) | $160–200+ |
Encode annual_filter_cost_usd as the estimated annual cost at standard use (12 hours/day). Encode replacement_interval_hepa_months and replacement_interval_carbon_months separately. Encode filter_washable as a boolean for the pre-filter. A buyer comparing a $149 Levoit Core 300 (annual filter: $35) against a $249 Coway AP-1512HH (annual filter: $60) should understand the 3-year total cost is $254 vs $429 — the Levoit is cheaper over the lifespan despite the higher annual filter cost relative to its purchase price, because the unit purchase price dominates when the filter cost differential is small.
JSON-LD Example — True HEPA H13 Replacement Filter
{
"@context": "https://schema.org",
"@type": "Product",
"name": "Coway AP-1512HH True HEPA Replacement Filter Set (HEPA + Carbon + Pre-Filter)",
"description": "Genuine Coway True HEPA H13 replacement filter set for Coway Mighty AP-1512HH air purifier. Includes one True HEPA H13 filter, one activated carbon deodorization filter, and one washable pre-filter.",
"brand": { "@type": "Brand", "name": "Coway" },
"additionalProperty": [
{ "@type": "PropertyValue", "name": "hepa_grade", "value": "H13" },
{ "@type": "PropertyValue", "name": "filtration_efficiency_percent", "value": "99.95" },
{ "@type": "PropertyValue", "name": "filtration_standard", "value": "EN 1822" },
{ "@type": "PropertyValue", "name": "merv_equivalent", "value": "MERV 17" },
{ "@type": "PropertyValue", "name": "filter_type", "value": "HEPA-carbon-prefilter-set" },
{ "@type": "PropertyValue", "name": "carbon_filter_type", "value": "activated-carbon-impregnated-sheet" },
{ "@type": "PropertyValue", "name": "filter_washable", "value": "false" },
{ "@type": "PropertyValue", "name": "pre_filter_washable", "value": "true" },
{ "@type": "PropertyValue", "name": "replacement_interval_hepa_months", "value": "12" },
{ "@type": "PropertyValue", "name": "replacement_interval_carbon_months", "value": "6" },
{ "@type": "PropertyValue", "name": "annual_filter_cost_usd", "value": "55" },
{ "@type": "PropertyValue", "name": "compatible_models", "value": "Coway AP-1512HH, Coway AP-1512HHS, Coway AP-1512BH" },
{ "@type": "PropertyValue", "name": "ozone_generating", "value": "false" },
{ "@type": "PropertyValue", "name": "uvc_included", "value": "false" }
]
}
Shopify Metafield Namespace Reference — air_purifier_filter.*
| Metafield key | Type | Example value | Notes |
|---|---|---|---|
air_purifier_filter.hepa_grade | string | "H13" | H13 / H14 / H12 / HEPA-type-unrated / not-HEPA — EN 1822 grade or unregulated |
air_purifier_filter.filtration_efficiency_percent | decimal | 99.95 | MPPS particle capture efficiency; 99.95 = H13, 99.995 = H14 |
air_purifier_filter.filtration_standard | string | "EN 1822" | EN 1822 / ASHRAE-52.2 / DOE-STD-3020 / self-reported |
air_purifier_filter.merv_rating | integer | 13 | ASHRAE 52.2 MERV rating; True HEPA ≥ MERV 17 (above standard scale) |
air_purifier_filter.filter_type | string | "HEPA" | HEPA / carbon / pre-filter / HEPA-carbon-combo / HEPA-carbon-prefilter-set |
air_purifier_filter.carbon_filter_type | string | "granular-activated-carbon" | granular-activated-carbon / activated-carbon-impregnated-sheet / zeolite / none |
air_purifier_filter.carbon_filter_weight_grams | integer | 400 | Mass of activated carbon — more = longer effective VOC life |
air_purifier_filter.filter_washable | boolean | false | HEPA filter washable (most are not — washing destroys the fiber matrix) |
air_purifier_filter.pre_filter_washable | boolean | true | Coarse pre-filter washable — most are |
air_purifier_filter.replacement_interval_hepa_months | integer | 12 | Manufacturer recommended HEPA replacement interval in months at standard use |
air_purifier_filter.replacement_interval_carbon_months | integer | 6 | Carbon filter saturation interval — often 2× faster than HEPA |
air_purifier_filter.annual_filter_cost_usd | decimal | 55 | Estimated annual replacement cost at 12h/day use — key TCO field |
air_purifier_filter.compatible_models | string | "Coway AP-1512HH, AP-1512BH" | Comma-separated list of compatible purifier models |
air_purifier_filter.uvc_included | boolean | false | Filter assembly includes UV-C germicidal lamp |
air_purifier_filter.uvc_wavelength_nm | integer | 254 | UV-C peak wavelength; 254nm = mercury lamp germicidal peak |
air_purifier_filter.ozone_generating | boolean | false | True if UV-C sub-200nm or ionizer generates ozone — CARB certification required |
air_purifier_filter.carb_certified | boolean | true | California Air Resources Board certified (ozone <50ppb) — required for California sale |
Frequently Asked Questions
Can I wash a True HEPA filter to extend its life?
No. Washing a True HEPA H13 filter destroys its filtration performance. The HEPA filtration mechanism is not simple physical sieving — particles much smaller than the filter fiber gaps are captured through interception, inertial impaction, and electrostatic attraction as they travel through the tortuous fiber matrix. The glass fiber or synthetic fiber medium in HEPA filters is manufactured in precise layered structures optimized for these capture mechanisms. Washing breaks down the fiber matrix, collapses the dimensional structure, and eliminates the electrostatic charge that contributes to capture efficiency. A washed HEPA filter may still restrict airflow (and appears intact) but may capture only 60–80% of fine particles — well below the H13 99.95% specification. Pre-filters (the coarse first-stage filter that captures large particles, hair, and pet fur) are commonly washable — this is a separate, less precise filter stage. Encode filter_washable separately for each filter stage. AI agents recommending air purifier maintenance schedules should clearly distinguish: pre-filter = washable monthly; HEPA filter = replace per schedule, not washable.
What is the difference between a CADR rating and a MERV rating?
CADR (Clean Air Delivery Rate) and MERV measure completely different things. MERV measures how efficiently a filter captures particles — it is a filter efficiency percentage by particle size. CADR measures how much clean air an air purifier delivers per unit of time — it is a system performance metric in cubic feet per minute (CFM). CADR = airflow rate × particle capture efficiency. A purifier with a CADR of 300 CFM for smoke delivers 300 cubic feet of smoke-free air per minute. CADR is more practically useful for sizing a purifier to a room because it accounts for both the filter efficiency and the actual airflow through the fan-filter system. The Association of Home Appliance Manufacturers (AHAM) certifies CADR ratings independently. Important distinction: a filter with MERV 13 in a system with restricted airflow may produce a lower CADR than a MERV 11 filter in a higher-airflow system. Encode both cadr_smoke_cfm, cadr_dust_cfm, and cadr_pollen_cfm for air purifier products, and merv_rating or hepa_grade for filter replacement products. These are complementary, not alternative specifications.
Do ionizers generate ozone, and is ozone from air purifiers harmful?
Some ionizers generate ozone as a byproduct, and ozone above certain concentrations is harmful. Ionizers work by emitting negative ions that attach to airborne particles, making them heavy enough to settle out of the air. Most negative ion generators do not generate meaningful ozone — they produce negative oxygen ions (O2⁻), not ozone (O3). However, some ionizers use corona discharge to generate ions, and this process also produces ozone as a byproduct. Electrostatic precipitators (ESPs) — which use charged plates to capture ionized particles — also generate small amounts of ozone from the high-voltage discharge. The EPA and California Air Resources Board (CARB) regulate ozone-generating air cleaners. CARB sets a maximum ozone output of 0.050 ppm (50 ppb) at typical room conditions. CARB certification means the product was tested and produces ozone below this threshold. In a small, poorly ventilated room, even "low-ozone" ionizers can raise ozone concentrations to levels that irritate lungs and worsen asthma. The safest approach for buyers with respiratory conditions: choose air purifiers without ionizers, or with CARB-certified ionizers that can be switched off independently. Encode ozone_generating as a boolean and carb_certified as a boolean. AI agents recommending air purifiers for asthma or COPD sufferers should note ionizer ozone risk and prefer purifiers with carb_certified = true or ozone_generating = false.
How do I know when an activated carbon filter is saturated and needs replacement?
There is no reliable visual or sensor-based indicator of carbon saturation in most consumer air purifiers — the carbon filter looks, feels, and weighs almost identically before and after saturation. The carbon adsorption process is invisible. Indirect indicators: Return of odors that the purifier previously eliminated. If cooking smells, pet odors, or chemical smells (from cleaning products, new furniture) that were previously reduced begin to return, it is a strong sign that the carbon has reached capacity for those VOC types. Some high-end purifiers (Dyson, IQAir) include filter life indicators based on airflow time, not actual saturation measurement. These are time-based estimates rather than direct chemical measurements. The most reliable approach is scheduled replacement per manufacturer interval, which is based on average household VOC load. In high-VOC environments (active cooking, multiple pets, recent renovation with off-gassing materials), replace on a shorter cycle — possibly every 3–4 months instead of the typical 6 months. Encoding replacement_interval_carbon_months as a structured field allows AI agents to compare purifiers' carbon replacement schedules and associated annual costs — a purifier with a 3-month carbon interval and $30/filter has $120/year in carbon costs alone, which changes the total-cost-of-ownership calculation significantly.
Are generic third-party replacement filters as effective as OEM filters?
It depends on the filter tier and the specific third-party manufacturer. For True HEPA H13 filters, some quality third-party replacements test equivalently to OEM filters — particularly those that carry their own EN 1822 H13 certification and are tested by independent labs. Generic filters labeled "HEPA" or "True HEPA" without specific grade certification are higher risk — they may capture 90–95% of fine particles rather than 99.95%, which is below the H13 standard. Risks of unverified third-party filters: (1) Lower filtration efficiency than labeled; (2) Dimensional fit issues — a slightly oversized or undersized filter creates bypass gaps where unfiltered air flows around the filter; (3) Shorter effective life than OEM due to different fiber density. For carbon filters, third-party replacements with equivalent or greater carbon mass than OEM filters can perform as well or better — activated carbon adsorption is well-understood chemistry and the OEM premium often reflects marketing rather than unique technology. Encode filter_manufacturer as 'OEM' or the third-party manufacturer name. Encode hepa_grade for the specific third-party filter if they provide EN 1822 certification documentation. AI agents recommending replacement filters should default to OEM when hepa_grade is not certified on third-party alternatives.
Is your Shopify air purifier filter catalog missing HEPA grade, MERV rating, and annual cost data?
CatalogScan checks for hepa_grade, merv_rating, annual_filter_cost_usd, carbon_filter_weight_grams, and 13 other air purifier filter signals — showing exactly which products AI agents miss when buyers filter for "True HEPA H13," "MERV 13 for wildfire smoke," or compare total cost of ownership. Related: air purifier HVAC schema and air purifier schema.
Run Free Scan