Wahl Family Heating, Cooling and Plumbing, Pittsburgh PA

For a “Happy Home” Get Wahl

Wahl Family Heating, Cooling and Plumbing, Pittsburgh PA

:root {
–wahl-trust-blue: #0072BB;
–wahl-trust-blue-light: #1F88D9;
–wahl-trust-blue-dark: #005A95;
–wahl-system-blue: #2E3192;
–wahl-system-blue-dark: #1F2270;
–wahl-orange: #F09C17;
–wahl-orange-light: #FFB840;
–wahl-orange-pale: #FFE8B8;
–wahl-orange-dark: #C77A0F;
–wahl-red: #EF2D24;
–wahl-light: #f5f7fa;
–wahl-gray: #6b7785;
–wahl-dark: #1a1a1a;
–wahl-white: #ffffff;
–tint-blue: #eaf4fb;
–tint-blue-deeper: #d8eaf6;
–tint-orange: #fdf3e0;
–tint-orange-deeper: #fce4bc;
–shadow-sm: 0 2px 8px rgba(0,0,0,0.06);
–shadow-md: 0 8px 24px rgba(0,0,0,0.10);
–shadow-lg: 0 16px 40px rgba(0,0,0,0.15);
–shadow-xl: 0 24px 60px rgba(0,0,0,0.25);
–radius: 8px;
–radius-lg: 16px;
–font-display: ‘Montserrat’, ‘Nexa Black’, -apple-system, BlinkMacSystemFont, sans-serif;
–font-body: ‘Open Sans’, ‘Futura PT’, -apple-system, BlinkMacSystemFont, sans-serif;
}

.wahl-page * { box-sizing: border-box; }
.wahl-page { font-family: var(–font-body); color: var(–wahl-dark); line-height: 1.7; -webkit-font-smoothing: antialiased; }
.wahl-page img { max-width: 100%; height: auto; display: block; }
.wahl-page a { color: var(–wahl-trust-blue); text-decoration: none; transition: color 0.2s; font-weight: 600; }
.wahl-page a:hover { color: var(–wahl-orange); }
.wahl-page h1, .wahl-page h2, .wahl-page h3, .wahl-page h4 {
font-family: var(–font-display);
font-weight: 800;
line-height: 1.2;
color: var(–wahl-system-blue);
margin: 0 0 16px;
}
.wahl-page p { margin: 0 0 18px; font-size: 17px; }
.wahl-page strong { color: var(–wahl-system-blue); }

/* Real bullet list styling, brand-marker */
.wahl-page ul {
list-style: none;
padding-left: 0;
margin: 0 0 22px;
}
.wahl-page ul li {
position: relative;
padding-left: 28px;
margin-bottom: 10px;
font-size: 17px;
line-height: 1.6;
}
.wahl-page ul li::before {
content: ”;
position: absolute;
left: 0;
top: 12px;
width: 10px;
height: 10px;
background: var(–wahl-orange);
border-radius: 50%;
box-shadow: 0 0 0 4px var(–wahl-orange-pale);
}
.wahl-page ol {
padding-left: 28px;
margin: 0 0 22px;
}
.wahl-page ol li { margin-bottom: 10px; font-size: 17px; }

/* ===== COMBINED STARBURST, the only one allowed =====
Uses the real brand JPG as background image. */
.wahl-starburst {
position: relative;
overflow: hidden;
background-image: url(‘https://wahlheatingandcooling.com/wp-content/uploads/2026/05/wahl-starburst-combined.jpg’);
background-size: cover;
background-position: 50% 100%;
background-color: var(–wahl-system-blue);
color: var(–wahl-white);
}
.wahl-starburst::after {
content: ”;
position: absolute;
inset: 0;
background: radial-gradient(ellipse at center, rgba(0,0,0,0.12) 0%, rgba(0,0,0,0.42) 100%);
pointer-events: none;
}
.wahl-starburst > * { position: relative; z-index: 1; }
.wahl-starburst h1, .wahl-starburst h2, .wahl-starburst h3 { color: var(–wahl-white); text-shadow: 0 2px 16px rgba(0,0,0,0.35); }

/* ===== BUTTONS ===== */
.wahl-page .btn {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-height: 54px;
padding: 14px 28px;
font-family: var(–font-display);
font-weight: 700;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: var(–radius);
transition: all 0.2s;
border: none;
cursor: pointer;
text-align: center;
line-height: 1.2;
white-space: nowrap;
text-decoration: none !important;
color: var(–wahl-dark);
}
.wahl-page .btn-orange {
background: linear-gradient(180deg, var(–wahl-orange-light) 0%, var(–wahl-orange) 50%, var(–wahl-orange-dark) 100%);
color: var(–wahl-dark);
box-shadow: 0 6px 16px rgba(240,156,23,0.4);
}
.wahl-page .btn-orange:hover {
background: linear-gradient(180deg, var(–wahl-orange) 0%, var(–wahl-orange-dark) 100%);
color: var(–wahl-white);
transform: translateY(-2px);
box-shadow: 0 10px 24px rgba(240,156,23,0.5);
}
.wahl-page .btn-blue {
background: linear-gradient(180deg, var(–wahl-trust-blue-light) 0%, var(–wahl-trust-blue) 50%, var(–wahl-trust-blue-dark) 100%);
color: var(–wahl-white);
box-shadow: 0 6px 16px rgba(0,114,187,0.4);
}
.wahl-page .btn-blue:hover {
background: linear-gradient(180deg, var(–wahl-trust-blue) 0%, var(–wahl-trust-blue-dark) 100%);
transform: translateY(-2px);
}
.wahl-page .btn-outline {
background: transparent;
color: var(–wahl-white);
border: 2px solid var(–wahl-white);
}
.wahl-page .btn-outline:hover { background: var(–wahl-white); color: var(–wahl-system-blue); }
.wahl-page .btn-large { min-height: 62px; padding: 18px 38px; font-size: 17px; }
.wahl-page .btn .phone-icon { width: 20px; height: 20px; flex-shrink: 0; }
.wahl-page .btn-orange .phone-icon path { fill: var(–wahl-dark); }
.wahl-page .btn-blue .phone-icon path,
.wahl-page .btn-outline .phone-icon path { fill: var(–wahl-white); }

/* ===== HERO ===== */
.wahl-page .hero {
padding: 90px 24px 110px;
text-align: left;
}
.wahl-page .hero-inner { max-width: 1100px; margin: 0 auto; }
.wahl-page .hero-eyebrow {
display: inline-block;
background: var(–wahl-orange);
color: var(–wahl-dark);
font-family: var(–font-display);
font-weight: 800;
font-size: 13px;
letter-spacing: 1.5px;
text-transform: uppercase;
padding: 8px 16px;
border-radius: var(–radius);
margin-bottom: 26px;
box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}
.wahl-page .hero h1 {
color: var(–wahl-white);
font-size: clamp(32px, 5.5vw, 56px);
font-weight: 900;
margin-bottom: 22px;
max-width: 920px;
}
.wahl-page .hero .subhead {
font-size: clamp(17px, 2vw, 22px);
color: rgba(255,255,255,0.96);
max-width: 820px;
margin-bottom: 34px;
line-height: 1.5;
}
.wahl-page .hero-cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 28px; }
.wahl-page .hero-emergency {
display: inline-flex;
align-items: center;
gap: 12px;
background: rgba(239,45,36,0.22);
border: 1.5px solid rgba(239,45,36,0.7);
padding: 12px 22px;
border-radius: var(–radius);
font-weight: 600;
font-size: 15px;
color: var(–wahl-white);
}
.wahl-page .pulse {
width: 11px; height: 11px;
background: var(–wahl-red);
border-radius: 50%;
display: inline-block;
animation: wpulse 1.6s infinite;
}
@keyframes wpulse {
0% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239,45,36,0.6); }
70% { transform: scale(1.3); box-shadow: 0 0 0 14px rgba(239,45,36,0); }
100% { transform: scale(1); box-shadow: 0 0 0 0 rgba(239,45,36,0); }
}

/* ===== TRUST STRIP, white with brand accent rails ===== */
.wahl-page .trust-strip {
background: var(–wahl-white);
padding: 36px 24px;
border-top: 4px solid var(–wahl-orange);
border-bottom: 4px solid var(–wahl-trust-blue);
}
.wahl-page .trust-strip-inner {
max-width: 1280px;
margin: 0 auto;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 24px;
align-items: center;
text-align: center;
}
.wahl-page .trust-item {
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
padding: 0 6px;
position: relative;
}
.wahl-page .trust-item + .trust-item::before {
content: ”;
position: absolute;
left: -12px;
top: 12%;
bottom: 12%;
width: 1px;
background: linear-gradient(180deg, transparent 0%, #d8d8d8 30%, #d8d8d8 70%, transparent 100%);
}
.wahl-page .trust-item .stat {
font-family: var(–font-display);
font-weight: 900;
font-size: clamp(26px, 3.4vw, 42px);
color: var(–wahl-trust-blue);
line-height: 1;
}
.wahl-page .trust-item .label {
font-size: 12px;
color: var(–wahl-gray);
text-transform: uppercase;
letter-spacing: 1.4px;
font-weight: 800;
}

/* ===== SECTION DEFAULTS ===== */
.wahl-page .section {
padding: 84px 24px;
}
.wahl-page .section-inner { max-width: 1100px; margin: 0 auto; }
.wahl-page .section h2 { font-size: clamp(28px, 3.8vw, 40px); margin-bottom: 20px; }
.wahl-page .section h3 { font-size: clamp(20px, 2.5vw, 26px); margin: 28px 0 14px; color: var(–wahl-trust-blue); }
.wahl-page .section h4 { font-size: 19px; margin: 22px 0 10px; color: var(–wahl-system-blue); }

.wahl-page .bg-blue-tint { background: var(–tint-blue); }
.wahl-page .bg-orange-tint { background: var(–tint-orange); }
.wahl-page .bg-light { background: var(–wahl-light); }

.wahl-page .section-header {
text-align: center;
margin-bottom: 56px;
max-width: 820px;
margin-left: auto;
margin-right: auto;
}
.wahl-page .section-header .eyebrow {
display: inline-block;
color: var(–wahl-orange-dark);
font-family: var(–font-display);
font-weight: 800;
font-size: 13px;
letter-spacing: 2px;
text-transform: uppercase;
margin-bottom: 16px;
}

/* ===== WHY WAHL CARDS ===== */
.wahl-page .why-list {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
gap: 18px;
list-style: none;
padding-left: 0;
margin: 0;
}
.wahl-page .why-list li {
background: var(–wahl-white);
padding: 22px 24px;
border-left: 5px solid var(–wahl-trust-blue);
border-radius: var(–radius);
box-shadow: var(–shadow-sm);
font-size: 15px;
margin-bottom: 0;
padding-left: 24px;
transition: border-left-color 0.2s, transform 0.2s;
}
.wahl-page .why-list li::before { display: none; }
.wahl-page .why-list li:hover { border-left-color: var(–wahl-orange); transform: translateX(4px); }
.wahl-page .why-list strong { color: var(–wahl-system-blue); font-family: var(–font-display); }

/* ===== FAQ ===== */
.wahl-page .faq-item {
background: var(–wahl-white);
border: 1px solid #e0e6ed;
border-radius: var(–radius);
margin-bottom: 16px;
overflow: hidden;
transition: border-color 0.2s, box-shadow 0.2s;
}
.wahl-page .faq-item:hover { border-color: var(–wahl-trust-blue); }
.wahl-page .faq-item[open] {
border-color: var(–wahl-orange);
box-shadow: var(–shadow-sm);
}
.wahl-page .faq-item summary {
padding: 22px 26px;
cursor: pointer;
font-family: var(–font-display);
font-weight: 700;
font-size: 17px;
color: var(–wahl-system-blue);
display: flex;
justify-content: space-between;
align-items: center;
list-style: none;
gap: 16px;
}
.wahl-page .faq-item summary::-webkit-details-marker { display: none; }
.wahl-page .faq-item summary::after {
content: ‘+’;
color: var(–wahl-orange);
font-size: 32px;
font-weight: 700;
transition: transform 0.2s;
line-height: 1;
}
.wahl-page .faq-item[open] summary::after { transform: rotate(45deg); }
.wahl-page .faq-item summary:hover { background: var(–tint-orange); }
.wahl-page .faq-answer { padding: 0 26px 24px; font-size: 16px; color: var(–wahl-dark); }
.wahl-page .faq-answer p { margin-bottom: 12px; }

/* ===== CLOSER, single starburst section that combines financing + schedule CTA =====
No more stacked starbursts. One brand moment at the bottom. */
.wahl-page .closer {
padding: 100px 24px 110px;
text-align: center;
}
.wahl-page .closer-inner { max-width: 1100px; margin: 0 auto; }
.wahl-page .closer h2 {
color: var(–wahl-white);
font-size: clamp(26px, 3.5vw, 36px);
margin-bottom: 14px;
}
.wahl-page .closer > .closer-inner > p {
font-size: 18px;
color: rgba(255,255,255,0.96);
max-width: 760px;
margin: 0 auto 40px;
}
.wahl-page .financing-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 18px;
max-width: 1000px;
margin: 0 auto 56px;
text-align: left;
}
.wahl-page .financing-card {
background: rgba(255,255,255,0.12);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(255,255,255,0.20);
border-top: 4px solid var(–wahl-orange);
padding: 22px;
border-radius: var(–radius);
}
.wahl-page .financing-card h3 {
color: var(–wahl-white);
font-size: 19px;
margin-bottom: 10px;
}
.wahl-page .financing-card p {
color: rgba(255,255,255,0.92);
font-size: 14px;
margin: 0;
}
.wahl-page .closer-divider {
width: 80px;
height: 3px;
background: var(–wahl-orange);
margin: 0 auto 36px;
border-radius: 2px;
}
.wahl-page .closer-cta-h2 {
color: var(–wahl-white);
font-size: clamp(30px, 4vw, 44px);
margin-bottom: 18px;
}
.wahl-page .closer-cta-sub {
font-size: 17px;
color: rgba(255,255,255,0.94);
max-width: 720px;
margin: 0 auto 32px;
}
.wahl-page .cta-row { display: flex; justify-content: center; gap: 16px; flex-wrap: wrap; }
.wahl-page .tagline-final {
margin-top: 40px;
font-style: italic;
color: var(–wahl-orange-light);
font-family: var(–font-display);
font-weight: 800;
font-size: 20px;
}

/* ===== FLOATING MOBILE CALL BUTTON ===== */
.wahl-page .floating-call {
display: none;
position: fixed;
bottom: 22px;
right: 22px;
width: 68px;
height: 68px;
background: linear-gradient(180deg, var(–wahl-orange-light) 0%, var(–wahl-orange) 100%);
color: var(–wahl-dark);
border-radius: 50%;
text-align: center;
line-height: 68px;
box-shadow: var(–shadow-xl);
z-index: 200;
text-decoration: none;
transition: transform 0.2s;
border: 2px solid var(–wahl-white);
}
.wahl-page .floating-call svg { width: 28px; height: 28px; margin-top: 20px; }
.wahl-page .floating-call svg path { fill: var(–wahl-dark); }
.wahl-page .floating-call:hover { transform: scale(1.08); }
.wahl-page .floating-call::after {
content: ”;
position: absolute;
inset: -5px;
border-radius: 50%;
border: 3px solid rgba(240,156,23,0.55);
animation: wring 2s infinite;
}
@keyframes wring {
0% { transform: scale(1); opacity: 1; }
100% { transform: scale(1.4); opacity: 0; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 720px) {
.wahl-page .hero { padding: 60px 20px 70px; }
.wahl-page .hero-cta-row { flex-direction: column; align-items: stretch; }
.wahl-page .hero-cta-row .btn { width: 100%; }
.wahl-page .trust-strip-inner { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.wahl-page .trust-strip-inner .trust-item:nth-child(4),
.wahl-page .trust-strip-inner .trust-item:nth-child(5) { display: none; }
.wahl-page .section { padding: 56px 18px; }
.wahl-page .financing-strip, .wahl-page .final-cta { padding: 64px 18px; }
.wahl-page .floating-call { display: block; }
body.wahl-page-body, .wahl-page { padding-bottom: 80px; }
}
@media (max-width: 480px) {
.wahl-page .hero h1 { font-size: 30px; }
.wahl-page .hero .subhead { font-size: 16px; }
.wahl-page .hero-eyebrow { font-size: 11px; padding: 6px 12px; }
.wahl-page .btn-large { min-height: 58px; padding: 16px 24px; font-size: 16px; }
.wahl-page .section h2 { font-size: 26px; }
.wahl-page .faq-item summary { padding: 18px 20px; font-size: 15px; }
.wahl-page .faq-answer { padding: 0 20px 18px; font-size: 15px; }
}

Wahl Family · Pittsburgh

Air conditioning in Pittsburgh

A Pittsburgh summer does not last long, but when it hits, it hits humid and it hits hard. When your air conditioning quits in July, you want a company that answers the phone, shows up, and fixes it right, not one that throws a part at it and hopes. And when it is time to replace,…

24/7 emergency response across all our services

A+BBB Rating
45+Years in Business
1,500+5-Star Reviews
4.8★Google Rating
24/7Emergency Service

A Pittsburgh summer does not last long, but when it hits, it hits humid and it hits hard. When your air conditioning quits in July, you want a company that answers the phone, shows up, and fixes it right, not one that throws a part at it and hopes. And when it is time to replace, you want the system sized and installed correctly the first time, because an AC that was set up wrong runs your bills up and quits early no matter what brand is on the cabinet.

Wahl has cooled Pittsburgh homes since 1980. We are a Rheem Pro Partner, the top dealer tier, and we also install Trane and Ameristar. More important than the brand is the install: we size with a real load calculation, we commission every system, and we stand behind the work.

AC services we provide

Installation. New central air conditioning, right-sized to your home with a Manual J load calculation, not a square footage guess. See AC installation.

Repair. Same day repair across Pittsburgh and Allegheny County, 24/7 for emergencies. We diagnose the real cause, not just the symptom, and quote the fix before we start. See AC repair.

Maintenance. Annual tune-ups that keep the system efficient, catch small problems before they become July breakdowns, and protect your warranty. See AC maintenance.

Service. Full-service support for every make and model, whether we installed it or not. See AC service.

Looking at ductless instead? We also install mini-splits for additions, conversions, and homes without ductwork.

What actually makes an AC install last in this climate

Three things separate a good AC install from one that fails early, and none of them is the brand.

Sizing. Bigger is not better. An oversized AC cools the air fast but never runs long enough to pull the humidity out, so the house feels clammy and the unit short-cycles itself to an early grave. Right sizing comes from a load calculation.

The match. Your AC and furnace share the same ductwork and blower. They are one system, not two. Replacing the AC without accounting for the indoor coil, the blower, and the line set is how people end up with a new unit that still underperforms.

Commissioning. This is the verification that the system was installed to spec, refrigerant charge weighed in, airflow measured, superheat and subcooling checked. Skip it and you have no proof anything was set up right. Every Wahl install is commissioned and documented.

If you want the honest, no sales pressure version of how to choose, we wrote it: How to Pick an AC in Pittsburgh.

Why Pittsburgh chooses Wahl for cooling

  • Rheem Pro Partner, the top dealer tier, plus Trane and Ameristar
  • Real Manual J load calculations on every install, no square footage guesses
  • Every system commissioned and documented
  • Flat-rate upfront pricing, you see the number before we start
  • 24/7 emergency service
  • Over 1,500 five star reviews, BBB A+, family owned since 1980

Schedule AC service

Pittsburgh, Allegheny County, and the surrounding communities. Same day appointments most weeks, 24/7 for emergencies.

Why Pittsburgh chooses Wahl

The credentials behind every install

  • 1,500+ Google reviews at 4.8 stars and growing
  • BBB A+ rated since 1980
  • Rheem Pro Partner (top tier dealer)
  • Mitsubishi Diamond Elite incl. City Multi commercial VRF
  • Bosch exclusive cold-climate heat pump dealer
  • Aprilaire authorized across full IAQ line
  • RGF REME HALO + Calgon iWave air purification dealer
  • Master plumber + Master HVAC on staff, PA licensed and insured
  • Financing available through GoodLeap, Synchrony, Wells Fargo, EasyPay
  • 24/7 emergency service across all systems
  • Pittsburgh based, family owned since 1980
Pittsburgh Homeowners Ask

Frequently asked questions

How fast can you come out for a broken AC?

We offer same day service most days in summer and run 24/7 for emergencies. Call 1-855-GET-WAHL and we will get a technician to you.

How do I know if I should repair or replace?

It comes down to the age of the system, the cost of the repair, and how the unit was sized and installed to begin with. We will give you the honest math on both, with the price for each, before you decide. Our AC buying guide walks through it.

What brands do you install?

We are a Rheem Pro Partner, the top dealer tier, and we also install Trane and Ameristar. We help you match the right tier to your home and budget rather than pushing one option.

Do you size the system or just swap what is there?

We run a real load calculation on every install. Replacing like for like without checking is how homes end up oversized and humid. We size it to your actual home.

Do you service AC units you did not install?

Yes. We service every make and model, whether we installed it or not.

Financing Available on Every Job

Same as cash promotions, low rate monthly payments, approval in minutes. Talk to your technician about what works for your budget.

GoodLeap

Low rate fixed monthly payments up to 15 years on qualifying HVAC and plumbing projects.

Synchrony

Same as cash promotions up to 18 months for buyers who pay the balance before the promo ends.

Wells Fargo

Traditional installment financing with longer repayment terms for larger comfort upgrades.

EasyPay

Alternative credit path for qualifying customers who need a non traditional approval.

Ready to schedule?

Pittsburgh, Allegheny County, and a 20 mile radius from our Carnegie Oakdale office. Same day appointments most weeks.

“For a Happy Home, Get Wahl!”

{
“@context”: “https://schema.org”,
“@graph”: [
{
“@type”: “HVACBusiness”,
“@id”: “https://wahlheatingandcooling.com/#business”,
“name”: “Wahl Family Heating, Cooling & Plumbing”,
“image”: “https://wahlheatingandcooling.com/wp-content/uploads/2025/08/WAHL-Logo.png”,
“url”: “https://wahlheatingandcooling.com/”,
“telephone”: “+1-855-438-9245”,
“priceRange”: “$$”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “1 Willow Ave”,
“addressLocality”: “Oakdale”,
“addressRegion”: “PA”,
“postalCode”: “15071”,
“addressCountry”: “US”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: 40.40016,
“longitude”: -80.17256
},
“areaServed”: {
“@type”: “AdministrativeArea”,
“name”: “Allegheny County, Pennsylvania”
},
“openingHoursSpecification”: [
{
“@type”: “OpeningHoursSpecification”,
“dayOfWeek”: [
“Monday”,
“Tuesday”,
“Wednesday”,
“Thursday”,
“Friday”
],
“opens”: “07:00”,
“closes”: “17:00”
}
],
“aggregateRating”: {
“@type”: “AggregateRating”,
“ratingValue”: “4.8”,
“reviewCount”: “1500”
},
“founder”: {
“@type”: “Person”,
“name”: “John Wahl”
},
“foundingDate”: “1980”
},
{
“@type”: “Service”,
“serviceType”: “Air conditioning in Pittsburgh”,
“name”: “Air Conditioning Installation & Repair in Pittsburgh | Wahl Family”,
“description”: “AC installation, repair, and maintenance for Pittsburgh homes. Rheem Pro Partner, Trane, and Ameristar. Right-sized, properly commissioned. 24/7 service since 1980.”,
“provider”: {
“@id”: “https://wahlheatingandcooling.com/#business”
},
“areaServed”: {
“@type”: “AdministrativeArea”,
“name”: “Allegheny County, Pennsylvania”
},
“url”: “https://wahlheatingandcooling.com/air-conditioning/”
},
{
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “How fast can you come out for a broken AC?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “We offer same day service most days in summer and run 24/7 for emergencies. Call 1-855-GET-WAHL and we will get a technician to you.”
}
},
{
“@type”: “Question”,
“name”: “How do I know if I should repair or replace?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “It comes down to the age of the system, the cost of the repair, and how the unit was sized and installed to begin with. We will give you the honest math on both, with the price for each, before you decide. Our [AC buying guide](/library/how-to-pick-an-ac/) walks through it.”
}
},
{
“@type”: “Question”,
“name”: “What brands do you install?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “We are a Rheem Pro Partner, the top dealer tier, and we also install Trane and Ameristar. We help you match the right tier to your home and budget rather than pushing one option.”
}
},
{
“@type”: “Question”,
“name”: “Do you size the system or just swap what is there?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “We run a real load calculation on every install. Replacing like for like without checking is how homes end up oversized and humid. We size it to your actual home.”
}
},
{
“@type”: “Question”,
“name”: “Do you service AC units you did not install?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Yes. We service every make and model, whether we installed it or not.”
}
}
]
}
]
}