Optimization Guide

Shopify Power Bank & Portable Charger Schema — mAh Capacity, Wh Airline Compliance, USB-C PD Wattage, Fast Charge Protocols, Qi2 Wireless Structured Data

AI shopping agents answering queries like "100Wh airline-safe power bank with 65W USB-C PD," "Qi2 MagSafe power bank for iPhone," or "power bank that charges MacBook and phone simultaneously" need rated Wh, USB-C PD wattage, fast charge protocol stack, simultaneous output de-rating, and wireless charging standard encoded as machine-readable structured data. Shopify's default JSON-LD outputs only product name and price — the Wh airline compliance figure, PD protocol version, PPS support, and simultaneous output de-rating that separate a $25 basic bank from a $150 Qi2 GaN multi-port are invisible to AI agents without explicit schema markup. This guide shows exactly how to encode every critical power bank specification so travelers and laptop users find the right device on the first query.

TL;DR Use Product @type with additionalProperty for: capacity in mAh (unitCode: C97), energy content in Wh (unitCode: WTH — required for airline compliance), USB-C PD max output in W per port, fast charge protocol stack (PD version/watts, QC version, PPS voltage range), simultaneous output de-rating table, wireless charging standard (Qi/Qi2/MagSafe with wattage), pass-through charging (boolean), cell chemistry (Li-Ion vs Li-Po), weight (g), and display type (LED indicator vs digital percentage). Use charger.* metafield namespace.

Why Power Banks Are Structurally Invisible to AI Shopping Agents

The single most searched power bank query that AI agents systematically fail is some variant of "carry-on safe power bank" or "airline-approved power bank." The answer depends entirely on the Wh (watt-hour) energy content — ≤100Wh is unrestricted carry-on, 100.1–160Wh requires airline approval, above 160Wh is prohibited in the cabin. Yet the vast majority of Shopify power bank listings only state the mAh capacity at 5V output, which is not the same as Wh. A "26800mAh" power bank at 3.7V cell voltage contains 26800 × 3.7 ÷ 1000 = 99.2Wh — just under the airline threshold. Without the Wh encoded as a named property, AI agents cannot answer "is this power bank under 100Wh?" even though the answer is a simple calculation from the cell voltage.

USB-C Power Delivery wattage determines whether a power bank can meaningfully charge a laptop. A 20W USB-C PD bank will charge a MacBook Air while it's off (barely), but the laptop will discharge faster than it charges during active use. A 65W USB-C PD bank can maintain charge on most ultrabooks during normal use. A 100W bank is required for gaming laptops and MacBook Pro 16-inch at full rate. These are completely different product capabilities, but "USB-C fast charging" in a product title doesn't encode which scenario is supported. AI agents matching "power bank for MacBook Pro" need the USB-C PD wattage as a numeric property to evaluate whether the bank can actually charge the laptop while it's running.

Simultaneous output de-rating is the power bank specification most frequently misrepresented or omitted. A 100W USB-C port that drops to 45W when a second port is active may be a deal-breaker for a buyer who needs to charge a laptop (requiring 65W) and a phone simultaneously. But product listings typically state only the maximum per-port wattage — not how the wattage is shared when multiple devices are connected. AI agents cannot answer "does this bank charge my laptop at full speed while also charging my phone?" without the simultaneous output behavior explicitly encoded.

Fast charge protocol compatibility is a binary match question. A phone with Qualcomm QC 4.0 will not fast charge from a PD-only charger — they'll charge at 5W standard USB rate. A Samsung Galaxy with 45W Super Fast Charging 2.0 requires PPS (Programmable Power Supply) to achieve its rated speed. Apple iPhone requires USB-C PD 9V/2A (18W) minimum for fast charging on Lightning, or PD 30W for USB-C. These are non-interchangeable protocols that must be listed explicitly in structured data as individual named values, not buried in a spec sheet paragraph.

Airline Battery Size Rules — FAA/IATA

Energy content (Wh)Carry-on allowed?Checked bag allowed?Notes
≤100 WhYes — unrestrictedNo (all Li batteries prohibited in checked bags)No airline approval needed; most phones (≈15Wh), laptops (50–99Wh), power banks
100.1–160 WhYes — with airline approvalNoUp to 2 per passenger; airline may ask to see the Wh label on the device; most 25000mAh+ banks fall here
>160 WhNo — prohibitedNoPower stations, large LFP banks, some laptop batteries; cannot fly with you

USB-C Charging Protocol Compatibility Matrix

ProtocolWattage / specCompatible devicesRequires
USB-C PD 2.05V/3A, 9V/3A, 15V/3A, 20V/3A (up to 60W)Laptops, iPads, older phones with PDPD 2.0 on both charger and device
USB-C PD 3.0 + PPS3.3–21V variable, up to 100WSamsung Galaxy 45W, newer Android fast charge, Motorola TurboPowerPPS on charger; PPS receiver in device
Qualcomm QC 3.018W (3.6–6.5V/3A or 6.5–9V/2A or 9–12V/1.5A)Most Android 2018+ with Qualcomm SoCQC 3.0 in charger AND device
Qualcomm QC 4.0 / 4+27W (also supports PPS)Android flagships with Snapdragon 835+QC 4.0 in charger; device with QC 4.0 or PPS
Apple Fast Charge9V/2A = 18W (Lightning); PD 30W (USB-C)iPhone 8+ (Lightning, 18W max); iPhone 15 (USB-C, up to 27W PD)USB-C PD charger ≥18W; Apple USB-C cable
Qi2 (15W wireless)15W wireless via Qi2 mag alignmentiPhone 12+ (15W with Qi2/MagSafe magnet); Qi2 Android phonesQi2-certified charger + receiver

Complete Power Bank Schema — 65W USB-C PD Qi2 Wireless Bank

<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "ChargePro 20000 GaN 65W PD Qi2 MagSafe-Compatible Wireless Power Bank",
  "description": "20000mAh Li-Polymer power bank. 74Wh (airline carry-on compliant, ≤100Wh). USB-C1: 65W PD 3.0 output (45W with dual port active). USB-C2: 20W PD output. USB-A: 18W QC 3.0. Qi2 wireless pad: 15W (MagSafe-compatible magnetic alignment). PPS support: 5–20V/3A. Pass-through charging. Digital percentage display. Weight: 442g (15.6oz). Dimensions: 146 × 71 × 25mm.",
  "sku": "CP-20K-GAN65-QI2",
  "brand": { "@type": "Brand", "name": "ChargePro" },
  "additionalProperty": [
    {
      "@type": "PropertyValue",
      "name": "Capacity (mAh)",
      "value": "20000",
      "unitCode": "C97",
      "description": "Rated cell capacity: 20000mAh at 3.7V nominal Li-Polymer cell voltage. Note: mAh is a measure of charge (not energy) at the cell voltage. Actual device-charging capacity at 5V USB output (accounting for ~90% conversion efficiency): approximately 13000–14000mAh equivalent at 5V output. Full charges of a 5000mAh phone battery (e.g., Samsung Galaxy S24+): approximately 2.8 full charges. Full charges of an iPhone 15 Pro Max (4422mAh): approximately 3.1 full charges. Full charges of iPad Pro 12.9-inch M4 (10758mAh): approximately 1.1 full charges."
    },
    {
      "@type": "PropertyValue",
      "name": "Energy Content (Wh)",
      "value": "74",
      "unitCode": "WTH",
      "description": "Rated energy content: 74Wh (= 20000mAh × 3.7V ÷ 1000). Airline carry-on compliance: 74Wh is ≤100Wh — unrestricted carry-on allowed per IATA regulations and FAA (14 CFR 175.10). Wh value is printed on the battery label as required by IATA for lithium ion batteries. Checked baggage: this device (in common with all lithium batteries regardless of capacity) is prohibited in checked baggage. If airline security asks for documentation: point to the Wh label on the device body. The device does not require pre-approval for carry-on — it is categorically allowed at ≤100Wh."
    },
    {
      "@type": "PropertyValue",
      "name": "Cell Chemistry",
      "value": "Li-Polymer (Li-Po)",
      "description": "Lithium Polymer (Li-Po) cells. Li-Po vs Li-Ion: Li-Po cells use a gel electrolyte vs Li-Ion liquid electrolyte, allowing thinner form factors and slight weight reduction. Both use similar cathode chemistry (NMC in this unit). Li-Po energy density: 150–180 Wh/kg — comparable to standard Li-Ion. This unit: 74Wh ÷ 0.442kg = 167 Wh/kg. Li-Po is not inherently safer or less safe than Li-Ion at the cell level — both require similar fire protection (PCM/BMS circuit). Operating temperature: charge 0–45°C; discharge -10–60°C."
    },
    {
      "@type": "PropertyValue",
      "name": "USB-C Port 1 Max Output (Single Device)",
      "value": "65",
      "unitCode": "WTT",
      "description": "USB-C Port 1 (primary): 65W USB Power Delivery 3.0 when this is the only active output port. Supported PDO (Power Data Objects): 5V/3A (15W), 9V/3A (27W), 15V/3A (45W), 20V/3.25A (65W). Compatible devices at 65W: MacBook Air 13 M3 (standard adapter is 30W; 65W provides faster charging); MacBook Air 15 M3 (charges at 65W); iPad Pro 11-inch M4 (20W standard; 65W charges at full speed); Samsung Galaxy S24 Ultra (45W rated, charges at 45W from 65W port); Dell XPS 13 (65W rated — matches). Not suitable as primary charger for: MacBook Pro 16-inch M3 Max (requires 96–140W for balanced charge during heavy use; this bank will charge it slowly during use but adequate when powered off)."
    },
    {
      "@type": "PropertyValue",
      "name": "Simultaneous Output — Multi-Port De-Rating",
      "value": "Max 65W total when multiple ports active",
      "description": "When multiple ports are active simultaneously, total output is limited to 65W shared across all active ports. Power distribution table: C1 alone = 65W; C2 alone = 20W; USB-A alone = 18W (QC 3.0); C1 + C2 = 45W + 20W (C1 drops to 45W when C2 is active); C1 + USB-A = 45W + 18W; C2 + USB-A = 20W + 5W; Qi2 wireless alone = 15W; Qi2 + C1 = 15W + 45W (5W reduction on C1 when wireless is active); All three wired + Qi2 = 30W + 18W + 5W + 15W (C1 drops significantly). Travel use case: MacBook Air + iPhone + AirPods simultaneously → C1 at 45W (laptop charges slowly during use), C2 or USB-A at 5–18W (phone fast charges), Qi2 for earbuds (if Qi2 compatible case). All three devices charge simultaneously but laptop receives reduced power."
    },
    {
      "@type": "PropertyValue",
      "name": "Fast Charge Protocols",
      "value": "USB-C PD 3.0 (65W), PPS (5–20V/3A), QC 3.0 (18W), Apple Fast Charge (18W), Samsung AFC",
      "description": "Wired fast charge protocols by port: USB-C Port 1 and Port 2: USB-C Power Delivery 3.0 (up to 65W on C1, 20W on C2), PPS (Programmable Power Supply: 3.3–20V variable, up to 3A — enables Samsung 45W Super Fast Charging 2.0 and OnePlus 50W SUPERVOOC at rated speed). USB-A Port: Qualcomm Quick Charge 3.0 (18W, 3.6–12V), Samsung Adaptive Fast Charging (AFC, 9V/1.67A = 15W), Apple Fast Charge (5V/2.4A). Standard fallback: all ports support 5V/2A (10W) for non-fast-charging devices. A device that does not support any of these protocols will charge at standard USB 5V speed (regardless of port rating — fast charge protocols require the device to negotiate the higher power level)."
    },
    {
      "@type": "PropertyValue",
      "name": "Wireless Charging",
      "value": "Qi2 15W, Qi EPP 10W, Qi baseline 7.5W/5W",
      "description": "Qi2-certified wireless charging pad (top surface, magnetic ring alignment): 15W for iPhone 12 and later with MagSafe-compatible magnetic alignment; 15W for Android phones with Qi2 receiver (Pixel 8 Pro+, Samsung Galaxy S24 series with Qi2 firmware update); 10W Qi EPP for Samsung Galaxy S series without Qi2 (S22, S23); 7.5W for iPhone via standard Qi (non-aligned, slower); 5W baseline Qi for older phones and earbuds cases. Qi2 certification: WPC (Wireless Power Consortium) certified, license number QI2-2025-xxxx. This unit is NOT Apple MFi-certified but achieves 15W wireless charging on iPhone through the Qi2 standard — same speed as Apple MagSafe."
    },
    {
      "@type": "PropertyValue",
      "name": "Pass-Through Charging",
      "value": "true",
      "description": "Pass-through charging supported: the power bank can accept charging input (via USB-C Port 1 input: up to 65W PD) while simultaneously outputting power to connected devices. When pass-through is active, the bank's internal cells are being charged at the same time as the output devices. Efficiency in pass-through mode: approximately 82–88% (slightly lower than direct input or output alone due to simultaneous conversion). For overnight hotel charging: plug power bank into wall adapter via C1, and connect devices to C2 and USB-A — all charge simultaneously. Note: during high-load pass-through (65W in, 65W out total), the unit generates heat — do not cover with blankets or soft surfaces."
    },
    {
      "@type": "PropertyValue",
      "name": "Display Type",
      "value": "Digital percentage display (OLED, 3-digit)",
      "description": "OLED digital percentage display: shows remaining charge as a numeric percentage (0–100%) in 1% increments. Updates every 30 seconds during active discharge. Contrast with LED indicator models (1–4 LEDs showing approximate charge in 25% increments). Digital percentage display is significantly more useful for knowing remaining charge precisely: '18%' vs '1 of 4 LEDs' when nearly depleted. Display activates by pressing the power button (single press); turns off after 30 seconds of inactivity to conserve charge. Also displays charging input/output wattage when ports are active (press button twice)."
    },
    {
      "@type": "PropertyValue",
      "name": "Weight",
      "value": "442",
      "unitCode": "GRM",
      "description": "Weight: 442g (15.6 oz). Context for travel: a standard 1L water bottle is approximately 500g when full; this power bank is slightly lighter. Comparable power banks at 20000mAh: typical Li-Ion cylinder cell bank = 480–550g; this GaN Li-Po design = 442g (saving ~70–100g vs standard). Laptop charger weight for comparison: Apple 67W USB-C adapter = 146g; this bank replaces the charger and adds battery backup at only 296g additional weight."
    }
  ],
  "offers": {
    "@type": "Offer",
    "price": "129.99",
    "priceCurrency": "USD",
    "availability": "https://schema.org/InStock"
  }
}
</script>

Metafield Reference Table — Power Banks & Portable Chargers

Metafield keyTypeExample valueNotes
charger.capacity_mahnumber_integer20000Cell capacity at rated cell voltage
charger.energy_whnumber_decimal74Wh — CRITICAL for airline compliance queries
charger.airline_compliantbooleantruetrue if ≤100Wh (unrestricted carry-on)
charger.cell_chemistrysingle_line_textLi-PolymerLi-Ion, Li-Polymer, LFP (lithium iron phosphate)
charger.usbc_pd_max_wnumber_integer65Max single-port USB-C PD output (W)
charger.usbc_portsnumber_integer2Number of USB-C output ports
charger.usba_portsnumber_integer1Number of USB-A output ports
charger.fast_charge_protocolssingle_line_textPD 3.0 65W, PPS, QC 3.0Comma-separated fast charge protocol list
charger.pps_supportbooleantruePPS (Programmable Power Supply) — Samsung 45W SFC2
charger.qi2booleantrueQi2 15W wireless (MagSafe-speed for iPhone)
charger.wireless_max_wnumber_integer15Max wireless output wattage
charger.pass_throughbooleantrueCharges while being charged
charger.laptop_compatiblebooleantruetrue if USB-C PD ≥45W (can charge ultrabooks)
charger.display_typesingle_line_textDigital percentage OLEDLED indicator, Digital %, None
charger.weight_gnumber_integer442Weight in grams

Five Common Power Bank Schema Mistakes

FAQ

How do I convert mAh to Wh for airline compliance?

Wh = (mAh × cell voltage) ÷ 1000. Li-Ion and Li-Po cells are nominally 3.6–3.7V (not 5V output). A 20000mAh bank: Wh = 20000 × 3.7 ÷ 1000 = 74Wh — compliant. A 26800mAh bank: Wh = 26800 × 3.7 ÷ 1000 = 99.2Wh — just compliant. A 30000mAh bank: Wh = 30000 × 3.7 ÷ 1000 = 111Wh — requires airline approval. Encode Wh as a named additionalProperty and add an airline compliance boolean. The Wh figure must also appear on the physical label per IATA requirements.

What wattage USB-C PD do I need to charge a MacBook laptop?

Minimum to charge MacBook (powered off): 30W USB-C PD. MacBook Air during active use: 45–65W. MacBook Pro 14-inch: 67W or higher for balanced charging during use. MacBook Pro 16-inch: 96–140W for full-speed charging during high-load use (65W will charge slowly). Encode the USB-C PD wattage as a numeric property and include device compatibility examples in the description — "charges MacBook Air" vs "charges MacBook Pro" are different claims that buyers need to evaluate.

What is PPS charging and which phones need it?

PPS (Programmable Power Supply) is a USB Power Delivery 3.0 extension that varies both voltage and current in fine steps (3.3–21V) to deliver exactly the optimal power for a device's current state of charge. Samsung's 45W Super Fast Charging 2.0 (Galaxy S21, S22, S23, S24 Ultra) requires PPS to achieve 45W — a standard PD 3.0 charger without PPS delivers only 27W to these Samsung devices. OnePlus SUPERVOOC also uses PPS. Encode PPS as a named boolean property separate from USB-C PD version.

What is Qi2 and how is it different from MagSafe and standard Qi?

Qi2 is the Wireless Power Consortium's 2023 standard co-developed with Apple using the same magnetic alignment design as MagSafe. Qi2 delivers 15W to iPhone 12+ — identical speed to Apple MagSafe. Standard Qi (without Qi2) charges iPhone at 7.5W maximum. MagSafe is Apple's proprietary version of the same technology. Qi2 is an open standard any manufacturer can implement without Apple licensing. Encode Qi2 explicitly with its certified wattage — "wireless charging" alone cannot answer "Qi2 power bank for iPhone 15" queries.

How do I encode simultaneous output for multi-device charging?

Encode simultaneous output as a descriptive additionalProperty that explicitly lists how wattage is distributed when multiple ports are active. The most important combinations to document: primary port + secondary port (how does the primary de-rate?); wired + wireless (does wireless reduce wired wattage?); and the maximum total output when all ports are active simultaneously. Without this information, AI agents matching "65W power bank for laptop and phone simultaneously" cannot verify whether the laptop actually receives 65W when the phone is also connected.

Does your power bank listing encode Wh, PD wattage, and Qi2 in structured data?

Run a free CatalogScan to see which portable charger specifications are missing from your product JSON-LD — and which AI shopping agents can't match your inventory to buyer queries.

Run Free Scan

Related guides