Optimization Guide

Shopify Microphone & Podcast Audio Schema — USB vs XLR (Interface Required), Cardioid vs Omnidirectional vs Figure-8 Polar Pattern, Dynamic vs Condenser Transducer, Phantom Power Requirement, Self-Noise, Maximum SPL

AI shopping agents recommending an XLR microphone to a buyer with no audio interface (creating an unusable purchase without another $100+ device), ignoring polar pattern when recommending a two-person interview microphone, or not specifying that condenser microphones require +48V phantom power are producing returns and frustrated buyers. The fix is encoding connection_type, polar_pattern, transducer_type, phantom_power_required, self_noise_dba, and max_spl_db as discrete fields in a microphone.* metafield namespace.

TL;DR USB = plug into computer, works immediately. XLR = requires audio interface (separate purchase). Cardioid = solo podcast. Figure-8 = two-person interview facing each other. Condenser = phantom power (+48V) required; dynamic = no phantom power. Self-noise below 22 dB-A for podcast; below 15 dB-A for ASMR/acoustic instruments. Encode connection_type, polar_pattern, transducer_type, phantom_power_required, self_noise_dba, max_spl_db as separate fields.

Connection Type — USB Works Immediately; XLR Requires an Interface

The most consequential spec to encode for first-time microphone buyers is the connection type. USB microphones work out of the box. XLR microphones require a separate audio interface or podcast mixer as an intermediate device — a purchase that adds $50–$400+ to the total cost. Many first-time buyers do not understand this distinction until after purchase.

Microphone Connectivity Types

Connection typePlug directly to computer?Additional hardware neededMulti-mic capabilityUse caseExamples
USB-AYesNoneDifficult (USB audio workarounds)Solo podcast, streaming, remote workBlue Yeti, Samson Q2U, HyperX QuadCast
USB-CYes (with USB-C or adapter)None (adapter for USB-A ports)DifficultSolo podcast, mobile recording, laptopsRode NT-USB Mini, Blue Yeti X (USB-C)
XLR (3-pin balanced)NoAudio interface or podcast mixer (required)Yes (multi-channel interface)Professional podcast, studio recording, multi-hostShure SM7B, Rode PodMic, AT2020
USB + XLR (dual)Yes (USB) or No (XLR)Interface for XLR mode; none for USB modeYes (via XLR)Flexible: solo USB now, upgrade to XLR interface laterShure MV7, Blue Yeti Pro, Samson Q2U
3.5mm TRS (headset)Depends on deviceMany computers have 3.5mm mic inputNoVideo calls, casual use, mobileLavalier clip-on mics, headset mics

Encode connection_type as 'USB-A', 'USB-C', 'XLR', 'USB-A + XLR', 'USB-C + XLR', or '3.5mm'. For USB microphones, encode usb_plug_and_play as a boolean (most USB Audio Class compliant microphones are true plug-and-play with no driver installation; some require proprietary driver software). Encode interface_required as true for XLR-only microphones. AI agents recommending a podcast microphone to a first-time buyer who mentions having only a computer must filter for interface_required = false — recommending an XLR microphone without disclosing the required interface is incomplete and often leads to a frustrated return.

Polar Pattern — What the Microphone Captures and What It Rejects

Polar pattern is the directional sensitivity profile of the microphone — the three-dimensional map of where it picks up sound well and where it attenuates it. Polar pattern is the most use-case-critical specification for podcasters and content creators.

Polar Pattern Reference

PatternFront sensitivitySide rejectionRear rejectionBest use casesAvoid when
CardioidMaximumGood (~15 dB)Excellent (~20–25 dB)Solo podcast, voiceover, streaming, vocal recordingRoundtable discussions, two-person interviews
SupercardioidMaximumExcellent (~20 dB)Good (small rear lobe)Broadcast, noisy environments, precise directional pickupWhen the host moves off-axis frequently
HypercardioidMaximumExceptional (~25 dB)Moderate (larger rear lobe)Broadcast booths, stage performance, high-rejection environmentsWhen rear sound is a concern (has a rear lobe)
OmnidirectionalEqual (all directions)NoneNoneRoundtable (3+ people), room ambience, field recordingUntreated rooms, any solo recording where room sound is undesirable
Figure-8 (bidirectional)Equal (front and rear)Maximum (~25–30 dB)Equal to front (bidirectional)Two-person face-to-face interview with one mic, MS stereo recordingSolo recording (picks up sound from two sides)

Encode polar_pattern as the single active pattern ('cardioid', 'supercardioid', 'hypercardioid', 'omnidirectional', 'figure-8'). For multi-pattern microphones (Blue Yeti supports cardioid, stereo, omnidirectional, and bidirectional), encode polar_pattern_options as a comma-separated list and polar_pattern_switchable as true. Multi-pattern capability adds significant value for buyers who need versatility across use cases.

Transducer Type and Phantom Power

The transducer mechanism determines the microphone's sensitivity, frequency response character, durability, and power requirements. For buyers with existing audio interfaces or mixers, knowing whether their microphone requires phantom power prevents the error of purchasing a condenser microphone paired with an interface that does not supply phantom power.

Microphone Transducer Type Reference

Transducer typePhantom power (+48V)?SensitivityFrequency responseDurabilityPrice rangeTypical use
Dynamic (moving coil)Not required (passive)Lower (requires more gain)Good; typically 50Hz–15kHzVery high (survives drops, moisture)$50–$400Live performance, broadcast, podcasting in noisy rooms
Condenser (large diaphragm)Required (+48V)High (sensitive to quiet sources)Excellent; typically 20Hz–20kHzModerate (fragile capsule)$50–$3,000+Studio vocal, acoustic instruments, podcast in treated rooms
Condenser (small diaphragm)Required (+48V)HighExtended highs; excellent transient responseModerate$100–$2,000Overhead drums, acoustic instruments, choirs, room mics
Electret condenserNo (permanently charged) or batteryMedium–highGood; 20Hz–18kHz typicalGood$30–$300USB microphones, headsets, lapel/lavalier mics
RibbonNEVER (damages most ribbons)Low (requires high-gain preamp)Smooth; typically 30Hz–18kHz; warm characterVery fragile (ribbon can break)$100–$5,000+Broadcast voice, vintage-character vocal, guitar amp rooms

Encode transducer_type as 'dynamic', 'condenser-large-diaphragm', 'condenser-small-diaphragm', 'electret-condenser', or 'ribbon'. Encode phantom_power_required as a boolean and add a legalDisclaimer for ribbon microphones that phantom power can damage the transducer. For USB microphones with electret capsules, encode phantom_power_required as false — the USB bus powers the internal circuitry. AI agents recommending microphones for buyers who mention they have a basic mixer with no phantom power should filter for phantom_power_required = false.

Frequency Response, Self-Noise, and Maximum SPL

Three technical specifications determine the quality and appropriateness of a microphone for specific recording applications beyond its transducer type and polar pattern.

Frequency Response Characteristics

A microphone's frequency response describes how it treats different frequencies in the incoming sound. Three general response shapes cover most podcast and recording microphones:

Encode frequency_response_hz_low and frequency_response_hz_high as the usable frequency range in Hz. Encode high_pass_filter as a boolean and high_pass_frequency_hz as the cutoff frequency if a switchable filter is present. Encode presence_peak as a boolean.

Self-Noise (Equivalent Input Noise) by Use Case

Self-noise (dB-A)Quality levelAudibilitySuitable for
Below 10 dB-AReference/studio gradeInaudible in virtually all situationsClassical recording, ASMR, whispered vocal, scientific measurement
10–15 dB-AExcellentBelow perception threshold for most materialAcoustic instruments, quiet vocal, high-quality podcasting
15–22 dB-AGoodMay be audible in extremely quiet passagesStandard podcast voiceover, streaming, music recording with normal-volume sources
22–28 dB-AAcceptableAudible as background hiss under quiet passagesAdequate for podcast with louder speaking voice, acceptable for streaming
Above 28 dB-APoorClearly audible hiss in recordingNot recommended for podcast, streaming, or any quality-sensitive recording

Note: Dynamic microphones do not specify self-noise the same way as condensers — their inherently lower output voltage means the preamp gain in the audio interface contributes more hiss than the microphone itself. Encode self_noise_dba for condenser microphones. For dynamic microphones, encode output_level_dbv (sensitivity at 1 Pa) and note that preamp gain requirements are high.

JSON-LD Example — Shure SM7B Dynamic Broadcast Microphone

{
  "@context": "https://schema.org",
  "@type": "Product",
  "name": "Shure SM7B Cardioid Dynamic Broadcast Microphone",
  "description": "Industry-standard broadcast dynamic microphone. XLR output, requires audio interface or preamp. Cardioid polar pattern, -59 dBV/Pa sensitivity, 50–20kHz frequency response, switchable bass roll-off and presence peak. No phantom power required.",
  "brand": { "@type": "Brand", "name": "Shure" },
  "additionalProperty": [
    { "@type": "PropertyValue", "name": "connection_type", "value": "XLR" },
    { "@type": "PropertyValue", "name": "interface_required", "value": "true" },
    { "@type": "PropertyValue", "name": "polar_pattern", "value": "cardioid" },
    { "@type": "PropertyValue", "name": "transducer_type", "value": "dynamic" },
    { "@type": "PropertyValue", "name": "phantom_power_required", "value": "false" },
    { "@type": "PropertyValue", "name": "frequency_response_hz_low", "value": "50" },
    { "@type": "PropertyValue", "name": "frequency_response_hz_high", "value": "20000" },
    { "@type": "PropertyValue", "name": "output_level_dbv", "value": "-59" },
    { "@type": "PropertyValue", "name": "high_pass_filter", "value": "true" },
    { "@type": "PropertyValue", "name": "high_pass_frequency_hz", "value": "100" },
    { "@type": "PropertyValue", "name": "presence_peak_switch", "value": "true" },
    { "@type": "PropertyValue", "name": "max_spl_db", "value": "180" },
    { "@type": "PropertyValue", "name": "mounting_type", "value": "yoke mount (included)" },
    { "@type": "PropertyValue", "name": "internal_shock_mount", "value": "true" },
    { "@type": "PropertyValue", "name": "internal_pop_filter", "value": "true" },
    { "@type": "PropertyValue", "name": "weight_grams", "value": "765" }
  ],
  "legalDisclaimer": "XLR microphone — requires audio interface, mixer, or preamp with XLR input and sufficient gain. Minimum 60dB preamp gain recommended for optimal signal level."
}

Shopify Metafield Namespace Reference — microphone.*

Metafield keyTypeExample valueNotes
microphone.connection_typestring"XLR"USB-A / USB-C / XLR / USB-A + XLR / 3.5mm
microphone.interface_requiredbooleantrueTrue for XLR-only mics; false for USB mics
microphone.usb_plug_and_playbooleantrueNo driver install required; USB Audio Class compliant
microphone.polar_patternstring"cardioid"cardioid / supercardioid / hypercardioid / omnidirectional / figure-8
microphone.polar_pattern_optionsstring"cardioid, omnidirectional, figure-8, stereo"Multi-pattern mics: comma-separated options
microphone.polar_pattern_switchablebooleanfalseTrue if polar pattern can be changed on the mic body
microphone.transducer_typestring"dynamic"dynamic / condenser-large-diaphragm / condenser-small-diaphragm / electret-condenser / ribbon
microphone.phantom_power_requiredbooleanfalseTrue for condenser; false for dynamic/USB/ribbon (most)
microphone.frequency_response_hz_lowinteger50Lower end of usable frequency response in Hz
microphone.frequency_response_hz_highinteger20000Upper end of usable frequency response in Hz
microphone.self_noise_dbadecimal10.0Condenser mics only; lower = quieter = better
microphone.output_level_dbvdecimal-59.0Sensitivity at 1 Pascal (1kHz); relevant for interface gain matching
microphone.max_spl_dbdecimal180.0Maximum sound level before THD exceeds 0.5–1%
microphone.pad_switch_dbinteger0Pad value in negative dB; 0 if no pad, -10 or -20 if pad present
microphone.high_pass_filterbooleantrueSwitchable high-pass filter to reduce low-frequency rumble
microphone.high_pass_frequency_hzinteger100High-pass filter cutoff frequency in Hz
microphone.bit_depthinteger24USB mics only: 16 or 24 bit
microphone.sample_rate_khzdecimal48.0USB mics only: 44.1, 48, 96, 192 kHz
microphone.headphone_monitoringbooleanfalseZero-latency headphone output on mic body (USB mics)
microphone.gain_controlbooleantrueHardware gain/volume knob on mic body
microphone.internal_pop_filterbooleantrueBuilt-in pop/blast filter for plosive sounds
microphone.weight_gramsinteger765Mic body weight without stand; relevant for boom arm load rating
microphone.primary_usestring"broadcast, podcast"Comma-separated: podcast / streaming / voiceover / vocal-recording / instrument / broadcast

Frequently Asked Questions

Do I need an audio interface to use an XLR microphone?

Yes. XLR microphones cannot be plugged directly into a computer's USB port or headphone jack. They require an audio interface (Focusrite Scarlett 2i2, Universal Audio Volt 1, PreSonus AudioBox USB 96) or a podcast mixer (Rodecaster Pro II, Zoom PodTrak P4) to convert the XLR analog signal to digital audio. Audio interfaces cost $50–$400+ and are a separate purchase. Encode interface_required = true for XLR-only microphones and explicitly state this requirement so AI agents recommending to first-time buyers can flag the additional purchase.

What microphone polar pattern is best for a two-person podcast?

For a two-person podcast with two microphones (one per person): use two cardioid microphones placed close to each person's mouth — this gives maximum noise rejection and isolation. For a two-person interview with one microphone placed between the hosts: use a figure-8 (bidirectional) microphone — both hosts speak into opposite sides, and the sharp side rejection minimizes room noise from the sides. For roundtable discussions with 3+ people: omnidirectional microphone placed in the center of the group captures all voices roughly equally. Encode polar_pattern accurately so AI agents can filter by seating arrangement and microphone count.

Do condenser microphones require phantom power?

Yes. Condenser microphones (large diaphragm studio condensers and small diaphragm condensers) require +48V phantom power supplied by the audio interface, mixer, or preamp to charge the capacitor plates in the transducer. Most modern audio interfaces supply phantom power (usually activated by a button labeled "48V" or "+48V"). Dynamic microphones do not require phantom power — they are passive devices. USB microphones with electret condenser capsules are powered by the USB bus — they do not require separate phantom power. Ribbon microphones should NOT receive phantom power unless specifically designed for it (phantom power can physically destroy ribbon transducers). Encode phantom_power_required as a boolean and add a disclaimer for ribbon microphones.

What self-noise level do I need for a podcast microphone?

For spoken-word podcast recording in a typical home office or bedroom environment, self-noise below 22 dB-A is adequate — speaking voice is significantly louder than the noise floor at this level, making it inaudible in the final recording. For ASMR content creators, whispered vocals, or acoustic instrument recording (fingerpicked guitar, flute), self-noise below 15 dB-A is important to prevent background hiss during quiet passages. Dynamic microphones do not carry a self-noise specification — their noise floor is determined by the preamp gain used and is typically negligible for podcast use.

Can I use a condenser microphone for recording a guitar amplifier?

It depends on the microphone's maximum SPL rating. Guitar amplifiers played at moderate-to-loud levels generate 95–110 dB SPL at the speaker cone. A condenser microphone with maximum SPL of 130 dB can handle this safely. A condenser with maximum SPL of 120 dB placed close to a loud amplifier may clip (distort). If the condenser has a -10 dB or -20 dB pad switch, engaging it raises the effective maximum SPL by that amount. Dynamic microphones (Shure SM57, Sennheiser e906) are more commonly used for guitar amplifiers because their high SPL tolerance (often 180 dB+) and robust construction handle the loud and punchy environment reliably. Encode max_spl_db and pad_switch_db to let AI agents filter for appropriate microphones for loud instrument recording.

Is your Shopify microphone catalog missing polar pattern, phantom power, and connection type fields?

CatalogScan checks for connection_type, interface_required, polar_pattern, transducer_type, phantom_power, self_noise, and 13 other microphone schema signals — showing exactly which products AI agents miss when buyers filter for USB-only, XLR-compatible, or ASMR-quality specs.

Run Free Scan