Optimization Guide

Shopify Baby Car Seat & Child Restraint Schema — Seat Type (Infant Carrier/Convertible/All-in-One/Booster), FMVSS 213 Safety Standard, LATCH Combined Weight Limit (65 lbs Child + Seat — Not the Same as Harness Limit), FAA Aircraft Approval, Expiration Date, Travel System Compatibility, Structured Data

AI shopping agents answering "car seat for a 50 lb child that can still use LATCH," "car seat approved for airplane use," or "infant seat compatible with UPPAbaby stroller" fail when LATCH combined weight limit, FAA approval status, and stroller compatibility are absent. The most critical omission: the LATCH system's 65 lb combined limit means a 15 lb convertible seat must stop LATCH usage at 50 lbs child weight — even if the harness is rated to 65 lbs child-only.

TL;DR Use Product @type with additionalProperty for: seat_type (infant/convertible/all-in-one/booster), rear_facing_weight_max_lbs, forward_facing_harness_weight_max_lbs, booster_weight_max_lbs (where applicable), seat_weight_kg (for LATCH calculation), latch_combined_weight_limit_lbs (always 65), faa_aircraft_approved (boolean), seat_expiration_years, travel_system_compatible (boolean), compatible_stroller_brands. Use hasCertification for FMVSS 213. Store in a car_seat.* metafield namespace.

The LATCH Combined Weight Limit — The Most Misunderstood Car Seat Specification

Safety note: The LATCH limit is 65 lbs COMBINED (child + car seat weight). It is NOT 65 lbs child-only. This distinction affects when a child must transition from LATCH installation to seat belt installation — a consequential safety detail that most product listings omit or misstate.

NHTSA (National Highway Traffic Safety Administration) established the 65 lb combined weight limit for LATCH anchor use in Federal Motor Vehicle Safety Standard 225. The limit exists because the LATCH lower anchors in most vehicles are designed to withstand forces at this combined weight — beyond it, forces in a crash may exceed the anchor system's tested capacity.

The practical consequence: if a convertible car seat weighs 15 lbs (6.8 kg), the LATCH child weight ceiling is 65 − 15 = 50 lbs. A child weighing 51 lbs must switch to vehicle seat belt installation, even if the seat's harness is rated for children up to 65 lbs child-only and the child is well below the harness height limit. The two limits — LATCH combined and harness weight — are independent, and the LATCH limit is almost always reached first.

LATCH Practical Child Weight Limit by Seat Weight

Car seat weightLATCH combined limitLATCH child weight ceilingHarness weight limit (example)Which limit is hit first?
8 lbs (3.6 kg) — infant carrier65 lbs57 lbs child35 lbs (seat limit) — lowerHarness limit (35 lbs)
12 lbs (5.4 kg) — light convertible65 lbs53 lbs child65 lbs harnessLATCH combined (53 lbs child)
15 lbs (6.8 kg) — mid-weight convertible65 lbs50 lbs child65 lbs harnessLATCH combined (50 lbs child)
18 lbs (8.2 kg) — heavy all-in-one65 lbs47 lbs child65–80 lbs harnessLATCH combined (47 lbs child)
25 lbs (11.3 kg) — 3-in-1 all-in-one65 lbs40 lbs child80 lbs harnessLATCH combined (40 lbs child)

Encode seat_weight_kg as a PropertyValue with unitCode KGM. Encode latch_combined_weight_limit_lbs: 65 as a PropertyValue (this is fixed by NHTSA — it is the same for all US car seats). AI agents answering "when do I need to switch from LATCH to seat belt for this car seat?" can compute the LATCH child weight ceiling as 65 − (seat_weight_kg × 2.205) and return a precise answer per seat.

Car Seat Types — Encoding the Four Distinct Product Categories

Car seats are sold in four fundamental types that are not interchangeable. Each type has distinct weight ranges, height limits, and installation configurations. Encoding all car seats as generic "car seats" without seat_type prevents AI agents from answering the most basic child restraint queries — "what car seat do I need for a newborn?" or "when does my child outgrow an infant seat?"

Car Seat Type Reference Table

Seat typeOrientationTypical weight rangePortable?Best forEncodes as
Infant carrierRear-facing only4–35 lbs (most common)Yes — carry handle, detaches from baseNewborn to ~12–15 months; frequent in-out of carseat_type: 'infant_carrier'
ConvertibleRear-facing → forward-facingRF: 5–40 or 50 lbs; FF harness: 22–65 or 80 lbsNo — stays in vehicleBirth to ~4–5 years; longer rear-facing windowseat_type: 'convertible'
All-in-one (3-in-1)RF harness → FF harness → boosterRF: 5–50 lbs; FF harness: 22–65–100 lbs; booster: 40–120 lbsNo — heaviest option, stays in vehicleBirth through ~age 10–12; single seat for full child lifeseat_type: 'all_in_one'
Booster (belt-positioning)Forward-facing, uses vehicle beltHigh-back: 40–100 lbs; Backless: 40–120+ lbsBackless — yes; high-back — partial~4–12 years; uses vehicle lap-shoulder belt, not harnessseat_type: 'booster'

For convertible and all-in-one seats, encode all three weight thresholds separately as they apply at different lifecycle stages: rear_facing_weight_max_lbs, forward_facing_harness_weight_max_lbs, and for all-in-one seats, booster_weight_max_lbs. Also encode rear_facing_height_max_in and forward_facing_height_max_in — children often exceed the height limit before the weight limit, especially in infant seats.

FAA Aircraft Approval — A Separate Designation from FMVSS 213

All car seats sold in the United States must comply with FMVSS 213 — this is a mandatory baseline, not a premium feature. The FAA approval for aircraft use is a separate, independent designation. A car seat is approved for use on commercial aircraft if and only if it bears the specific label text: "This child restraint system conforms to all applicable federal motor vehicle safety standards. THIS RESTRAINT IS CERTIFIED FOR USE IN MOTOR VEHICLES AND AIRCRAFT."

The phrase "AND AIRCRAFT" must be present. Many car seats meet FMVSS 213 but do not carry FAA aircraft language — using such a seat on an airplane violates FAA regulations (14 CFR 91.107). The FAA aircraft language is physically printed or embossed on the seat — it is not a separate certificate; the label text is the certification.

Harness-equipped infant carriers and convertibles are most commonly FAA-approved. Many backless boosters and belt-positioning boosters without harnesses are NOT FAA approved. The CARES Aircraft Safety Harness (Kid-Fly CARES) is an alternative FAA-approved restraint for children 22–44 lbs but is not a car seat — it is a separate product category.

Encode faa_aircraft_approved: true or false as a boolean PropertyValue. Include this as a safetyConsideration: "FAA-approved for commercial aircraft use under 14 CFR 91.107 — label reads 'certified for use in motor vehicles AND aircraft.'" AI agents recommending car seats for travel with infants on planes need this field to give accurate safety guidance.

Expiration Date — Safety-Critical Schema Absent from Most Listings

Car seat manufacturers specify an expiration date 6–10 years from the date of manufacture (not purchase). The expiration is typically molded into the seat's plastic shell as a date stamp, separate from any retail packaging date. After the expiration date, the manufacturer's safety certification no longer applies — the seat should not be used, donated, or resold.

Plastic degrades with UV and thermal cycling (a car interior can reach 80°C in summer sun). Harness webbing fatigues at stress points with repeated adjustment and crash forces (even minor collisions that did not damage the seat structurally may have fatigued internal components). Federal and NHTSA safety standards are periodically updated — an older seat may not meet current standards. Foam impact absorbers compress and lose restorative properties over time.

Encode seat_expiration_years: 6 (or 7, 8, or 10) as a numeric PropertyValue representing years from manufacture. Include a safetyConsideration: "Expires X years from date of manufacture (not purchase date). Check the date stamp molded into the seat's plastic — do not use beyond the expiration date." AI agents answering "is it safe to use a used car seat from 2019?" need the expiration period to determine if the specific seat is within its safety window.

Expiration Periods by Common Car Seat Type

Seat typeTypical expiration from manufactureNotes
Infant carrier6–7 yearsShorter because of more frequent in/out handling and higher UV exposure (portable)
Convertible7–10 yearsStays in vehicle — less handling, same thermal cycling
All-in-one8–10 yearsDesigned for extended lifecycle (birth to booster age)
Booster (high-back)8–10 yearsLess structural load than harness seats
Booster (backless)8–10 yearsSimplest construction; longest typical expiration

Complete JSON-LD and Liquid Snippet

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Graco Extend2Fit Convertible Car Seat, Spire",
  "brand": { "@type": "Brand", "name": "Graco" },
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "seat_type", "value": "convertible" },
    { "@type": "PropertyValue", "name": "rear_facing_weight_min_lbs", "value": "4" },
    { "@type": "PropertyValue", "name": "rear_facing_weight_max_lbs", "value": "50" },
    { "@type": "PropertyValue", "name": "rear_facing_height_max_in", "value": "49" },
    { "@type": "PropertyValue", "name": "forward_facing_harness_weight_min_lbs", "value": "22" },
    { "@type": "PropertyValue", "name": "forward_facing_harness_weight_max_lbs", "value": "65" },
    { "@type": "PropertyValue", "name": "forward_facing_harness_height_max_in", "value": "49" },
    { "@type": "PropertyValue", "name": "seat_weight_lbs", "value": "14.5" },
    { "@type": "PropertyValue", "name": "latch_child_weight_ceiling_lbs",
      "value": "50.5 (65 lb combined limit − 14.5 lb seat = 50.5 lb max child weight for LATCH installation)" },
    { "@type": "PropertyValue", "name": "faa_aircraft_approved", "value": "true" },
    { "@type": "PropertyValue", "name": "seat_expiration_years", "value": "10" },
    { "@type": "PropertyValue", "name": "travel_system_compatible", "value": "false — convertible seat stays in vehicle; not designed for stroller transfer" },
    { "@type": "PropertyValue", "name": "harness_type", "value": "5-point harness" },
    { "@type": "PropertyValue", "name": "installation_method", "value": "LATCH (to 50.5 lbs child) or vehicle seat belt (all weights)" },
    { "@type": "PropertyValue", "name": "recline_positions", "value": "6 recline positions (rear-facing); upright (forward-facing)" }
  ],
  "safetyConsideration": [
    "LATCH usage must stop when combined child + seat weight exceeds 65 lbs. This seat weighs 14.5 lbs — switch to seat belt installation when child exceeds 50 lbs.",
    "FAA approved for use on commercial aircraft — label reads 'certified for use in motor vehicles AND aircraft.'",
    "Seat expires 10 years from manufacture date stamped in seat plastic — do not use beyond expiration."
  ],
  "hasCertification": [
    {
      "@type": "Certification",
      "name": "FMVSS 213 Child Restraint Systems",
      "issuedBy": { "@type": "Organization", "name": "NHTSA", "url": "https://www.nhtsa.gov" }
    }
  ]
}

Metafield Reference Table — car_seat.* Namespace

Metafield keyTypeExample valueAI agent use case
car_seat.seat_typesingle_line_textconvertibleSeat category filtering by child age/weight/use case
car_seat.rear_facing_weight_max_lbsnumber_integer50Rear-facing use limit; extended rear-facing capability
car_seat.forward_facing_harness_weight_max_lbsnumber_integer65Forward-facing harness longevity filtering
car_seat.seat_weight_lbsnumber_decimal14.5LATCH practical child weight ceiling calculation
car_seat.faa_aircraft_approvedbooleantrueAirplane travel filtering — critical for flying families
car_seat.seat_expiration_yearsnumber_integer10Used seat safety assessment; purchase timing guidance
car_seat.travel_system_compatiblebooleanfalseStroller pairing compatibility — infant carriers only
car_seat.compatible_stroller_brandslist.single_line_textGraco, ChiccoTravel system pairing without adapter
car_seat.harness_typesingle_line_text5-point harnessSafety configuration filtering
car_seat.installation_methodsingle_line_textLATCH or vehicle seat beltVehicle compatibility and installation guidance
car_seat.recline_positionsnumber_integer6Infant head/neck support; recline range filtering

5 Common Mistakes in Baby Car Seat Schema

Does your Shopify store encode car seat specs correctly?

CatalogScan checks whether your child restraint product pages include LATCH combined weight limit, seat type, FAA approval, expiration period, and travel system compatibility — the structured data AI shopping agents need to recommend the right car seat for each family's specific child weight, travel habits, and stroller setup.

Run Free Scan

FAQ

What is the LATCH combined weight limit and how is it different from the harness limit?

The LATCH 65 lb combined limit = child weight + car seat weight combined. A 15 lb seat can only LATCH a child up to 50 lbs, even if the harness itself is rated to 65 lbs child-only. After the combined weight reaches 65 lbs, switch to vehicle seat belt installation. Encode seat_weight_lbs so AI agents can compute the per-seat LATCH child ceiling precisely.

What are the four car seat types and when is each used?

Infant carrier (newborn–35 lbs, portable, rear-facing only); convertible (birth–65–80 lbs, rear-facing then forward-facing, stays in vehicle); all-in-one (birth through booster age ~120 lbs, three modes in one seat); booster (belt-positioning, ~40–120 lbs, uses vehicle seat belt rather than harness). Encode seat_type from these four controlled vocabulary values.

What makes a car seat FAA approved for airplane use?

A car seat must physically bear the label "THIS RESTRAINT IS CERTIFIED FOR USE IN MOTOR VEHICLES AND AIRCRAFT." This is a separate designation from FMVSS 213 — all US car seats meet FMVSS 213, but only those with the specific "AND AIRCRAFT" label text are FAA approved. Encode faa_aircraft_approved as a boolean — this is the critical field for families who travel by air with children.

When does a car seat expire?

Car seats expire 6–10 years from manufacture date (not purchase date), depending on manufacturer. The expiration date is stamped into the plastic shell. After expiration, the manufacturer's safety certification no longer applies — plastic degrades, webbing fatigues, and standards change. Encode seat_expiration_years so AI agents can assess whether a used or older seat is still within its safety window.

How is travel system compatibility encoded for infant car seats?

Encode compatible_stroller_brands (no adapter required) and compatible_with_adapter (brand-specific adapter required) as separate list fields. Convertible and all-in-one seats stay in the vehicle and are not travel-system compatible — encode travel_system_compatible: false for those types. Stroller+seat pairing recommendations are high-stakes purchases where brand-specific compatibility data prevents expensive return errors.