Product Detail Template: Three Worked Examples
The one page type missing from the wireframes. The same template applied to three product types from the SpinCo catalog: a configurable busway line (with its 87 component pages consolidated in), a datasheet-driven component, and a dense-spec power module SKU. Amber notes explain the SEO and AI-extraction reason for each block.
/power/busway/ibar/, not /products/power/.... It reinforces the four-pillar architecture to crawlers and puts the pillar keyword close to the root. Breadcrumb also earns rich-result markup.iBar Busway System
Series: iBar HXA (800–4000 A) · iBar HXC (1000–6300 A)
iBar is a high-density busway system that distributes power overhead along a continuous track, letting data centers add, move, or reconfigure rack power by clipping tap-off units onto the run rather than rewiring. It carries 800 to 6300 amps across the HXA and HXC ranges, supports plug-in tap-offs along its length, and installs faster than cable with far less field termination. iBar suits high-density and frequently reconfigured halls where power layouts change over the life of the facility.
<h2> is the canonical product name from the naming register, no variant spellings.Specifications
| Current rating (HXA) | 800 – 4000 A |
|---|---|
| Current rating (HXC) | 1000 – 6300 A |
| System voltage | up to 1000 V AC |
| Conductor | Copper or aluminum |
| Ingress protection | IP54 |
| Tap-off options | Plug-in, up to 800 A |
| Standards | UL 857, IEC 61439-6 |
Values illustrative, for template structure only.
<table>, every value is crawlable text and citable by answer engines for questions like "what is the current rating of iBar." A specs-as-JPG page is invisible to both.Configurations & components
Every iBar component, straight feeders, elbows, tap-offs, joint packs, and end feeds, lives here as a row in one configurable product page, rather than as its own thin page.
| Component | Part ref | Rating | Datasheet |
|---|---|---|---|
| Straight feeder | IBAR-HXA-SF | 800–4000 A | |
| Edgewise elbow | IBAR-HXA-EE | 800–4000 A | |
| Tap-off (plug-in) | IBAR-TO-xx | up to 800 A | |
| Joint pack | IBAR-JP | matched | |
| End feed | IBAR-EF | 800–6300 A |
Frequently asked
What is the difference between iBar HXA and HXC?
HXA covers 800 to 4000 amps and HXC extends to 6300 amps for higher-density runs; both share the same plug-in tap-off system.
Can tap-offs be added to a live iBar run?
Yes. Plug-in tap-offs are designed to be added or relocated along the busway without rewiring, which is the main reason busway suits reconfigured halls.
How does iBar compare to cable distribution?
Busway installs faster with less field termination and reconfigures without rewiring; cable can be cheaper for small, fixed layouts. See our busway-versus-cable guide.
<h3> is phrased the way people ask an answer engine, and the sentence beneath answers it completely. This is the highest-value block for AI citation, and it feeds FAQ rich results.Build note: Build this with an ACF field output through a raw/echo filter, not
esc_html. JSON-LD must carry raw characters and JSON escaping only, an HTML-escaping filter that turns & into & will invalidate the structured data.UQD04 Quick Disconnect
Series: UQD04 · blind-mate liquid cooling coupling
The UQD04 is a dripless quick-disconnect coupling that connects and separates liquid-cooling lines without spilling coolant or introducing air. Rated for a 4 mm nominal flow path, it lets servers and cold plates be serviced or swapped in a direct-to-chip loop without draining the system. It is a core interconnect component in liquid-cooled racks.
Specifications
| Nominal flow diameter | 4 mm |
|---|---|
| Connection type | Blind-mate, dripless |
| Body material | Stainless steel |
| Seal material | EPDM |
| Max working pressure | 10 bar |
| Temperature range | −20 to 60 °C |
| Coolant compatibility | PG25, water-glycol |
Values illustrative, for template structure only.
Frequently asked
What does "dripless" mean for a coolant quick disconnect?
It means the coupling seals both halves as it separates, so effectively no coolant escapes and no air enters the loop during connection or disconnection.
Can the UQD04 be mated blind?
Yes. It is designed for blind-mate installation, so it aligns and seals when a server or manifold is pushed into place without hand-tightening.
Product schema (JSON-LD)
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "UQD04 Quick Disconnect",
"category": "Thermal / Liquid Cooling Components",
"brand": { "@type": "Brand", "name": "Coreworks" },
"manufacturer": { "@type": "Organization", "name": "SpinCo" },
"description": "Dripless blind-mate quick-disconnect coupling for direct-to-chip liquid cooling loops."
}
</script>
BMR491 Digital DC/DC Converter
SKU: BMR491 · quarter-brick · PMBus digital control
The BMR491 is a digitally-controlled isolated DC/DC converter that steps an intermediate bus voltage down to the lower voltages processors and memory require, with PMBus telemetry for monitoring and control. In a quarter-brick format it delivers regulated output at high efficiency for data-center and AI-server power shelves, and reports voltage, current, and temperature over a digital interface.
Electrical specifications
| Input voltage range | 40 – 60 V |
|---|---|
| Output voltage | 12 V (adjustable via PMBus) |
| Output current (max) | 90 A |
| Output power | 1080 W |
| Peak efficiency | 96.5 % |
| Isolation | 2250 V DC |
| Control interface | PMBus 1.3 |
| Format | Quarter-brick, 36.8 × 22.7 mm |
| Operating temp. | −40 to 125 °C |
Values illustrative, for template structure only.
Frequently asked
What input voltage does the BMR491 accept?
It operates from a 40 to 60 V intermediate bus, the typical output of a bus converter in a data-center power shelf.
Is the BMR491 output adjustable?
Yes. Output voltage is set and trimmed digitally over PMBus, and the module reports live voltage, current, and temperature over the same interface.
Product schema (JSON-LD)
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Product",
"name": "BMR491 Digital DC/DC Converter",
"sku": "BMR491",
"category": "Power / Embedded Power",
"brand": { "@type": "Brand", "name": "Flex Power Modules" },
"manufacturer": { "@type": "Organization", "name": "SpinCo" },
"description": "Digitally-controlled isolated quarter-brick DC/DC converter with PMBus telemetry for data-center and AI-server power shelves."
}
</script>
sku field. Unlike the iBar line, a single SKU populates the sku property, which is how a family of near-identical models stays distinct to search and AI systems without becoming duplicate content.