<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″>
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
<!– ========== SEO META TAGS ========== –>
<title>Furnace Repair London Ontario | 24/7 Emergency Furnace Service & Repair London ON</title>
<meta name=”description” content=”24/7 emergency furnace repair in London Ontario. Same-day furnace service, repair near me. TSSA certified technicians fix gas, electric furnaces. Free diagnostic quotes for furnace not working in London ON.”>
<link rel=”canonical” href=”https://hawana.ca/areas-we-serve/london-ontario/furnace-repair-london-on/”>
<!– ========== CORRECTED SCHEMA MARKUP (NO ERRORS) ========== –>
<!– Primary LocalBusiness Schema –>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “LocalBusiness”,
“name”: “Hawana HVAC Solutions”,
“image”: “https://hawana.ca/logo.png”,
“telephone”: “+1-647-550-4220”,
“email”: “[email protected]”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “670 Millbank Dr”,
“addressLocality”: “London”,
“addressRegion”: “ON”,
“postalCode”: “N6E 1S2”,
“addressCountry”: “CA”
},
“geo”: {
“@type”: “GeoCoordinates”,
“latitude”: 42.9849,
“longitude”: -81.2453
},
“openingHours”: “Mo-Su 00:00-23:59”,
“priceRange”: “$$”,
“areaServed”: “London, ON”,
“sameAs”: [
“https://www.facebook.com/hawanahvac”,
“https://www.google.com/maps/place/Hawana+HVAC+Solutions”
]
}
</script>
<!– FAQ Schema –>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “FAQPage”,
“mainEntity”: [
{
“@type”: “Question”,
“name”: “How much does furnace repair cost in London Ontario?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Furnace repair costs in London ON range from $150-$800 depending on the issue. Diagnostic fee $99 (waived if repair proceeds). Common repairs: igniter replacement $250-400, blower motor $400-600.”
}
},
{
“@type”: “Question”,
“name”: “What are common furnace problems in London Ontario?”,
“acceptedAnswer”: {
“@type”: “Answer”,
“text”: “Common issues include no heat (faulty thermostat/igniter), strange noises (blower problems), short cycling (dirty filters), and uneven heating – often due to London’s cold, humid winters.”
}
}
]
}
</script>
<!– CORRECT Review Schema with itemReviewed –>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “Review”,
“reviewBody”: “Hawana fixed our furnace no-heat issue in London during a cold night. Fast 24/7 service!”,
“datePublished”: “2026-01-10”,
“author”: {
“@type”: “Person”,
“name”: “John D.”
},
“reviewRating”: {
“@type”: “Rating”,
“ratingValue”: “5”,
“bestRating”: “5”
},
“itemReviewed”: {
“@type”: “LocalBusiness”,
“name”: “Hawana HVAC Solutions”,
“address”: {
“@type”: “PostalAddress”,
“addressLocality”: “London”,
“addressRegion”: “ON”
}
}
}
</script>
<!– Breadcrumb Schema –>
<script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “BreadcrumbList”,
“itemListElement”: [
{
“@type”: “ListItem”,
“position”: 1,
“name”: “Home”,
“item”: “https://hawana.ca/”
},
{
“@type”: “ListItem”,
“position”: 2,
“name”: “Service Areas”,
“item”: “https://hawana.ca/areas-we-serve/”
},
{
“@type”: “ListItem”,
“position”: 3,
“name”: “London Ontario”,
“item”: “https://hawana.ca/areas-we-serve/london-ontario/”
},
{
“@type”: “ListItem”,
“position”: 4,
“name”: “Furnace Repair London Ontario”,
“item”: “https://hawana.ca/areas-we-serve/london-ontario/furnace-repair-london-on/”
}
]
}
</script>
<!– ========== PERFORMANCE OPTIMIZATIONS ========== –>
<!– Preconnect for critical domains –>
<link rel=”preconnect” href=”https://fonts.googleapis.com”>
<link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin>
<!– Load fonts with print media then swap –>
<link href=”https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap” rel=”stylesheet” media=”print” onload=”this.media=’all'”>
<noscript>
<link href=”https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap” rel=”stylesheet”>
</noscript>
<!– ========== CRITICAL CSS (INLINE) ========== –>
<style>
/*! Critical CSS – Inline for immediate rendering */
:root {
–primary-blue: #1F497D;
–secondary-blue: #428bca;
–accent-orange: #F7941D;
–light-bg: #f8f9fa;
–white: #ffffff;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
font-family: -apple-system, BlinkMacSystemFont, ‘Segoe UI’, Roboto, Oxygen-Sans, Ubuntu, Cantarell, sans-serif;
line-height: 1.6;
color: #333;
background: var(–light-bg);
}
/* HERO SECTION – Most critical */
.hawana-hero {
background: linear-gradient(135deg, var(–primary-blue) 0%, #2c5f8a 100%);
color: var(–white);
padding: clamp(60px, 10vw, 100px) 20px;
text-align: center;
min-height: 60vh;
display: flex;
flex-direction: column;
justify-content: center;
}
.hawana-hero h1 {
font-size: clamp(2rem, 5vw, 3.5rem);
font-weight: 900;
margin-bottom: 1.5rem;
line-height: 1.2;
}
.hawana-hero p {
font-size: clamp(1.1rem, 2.5vw, 1.4rem);
max-width: 800px;
margin: 0 auto 2rem;
opacity: 0.95;
}
/* PRIMARY CTA BUTTONS */
.hawana-cta {
display: inline-flex;
align-items: center;
gap: 0.75rem;
background: var(–accent-orange);
color: var(–white);
padding: 1.1rem 2.5rem;
border-radius: 50px;
text-decoration: none;
font-weight: 800;
font-size: 1.2rem;
border: none;
cursor: pointer;
transition: transform 0.2s, box-shadow 0.2s;
}
.hawana-cta:hover {
transform: translateY(-3px);
box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}
.hawana-cta.secondary {
background: transparent;
border: 3px solid var(–white);
}
.hawana-cta.secondary:hover {
background: var(–white);
color: var(–primary-blue);
}
/* FLOATING PHONE BUTTON */
.hawana-float-phone {
position: fixed;
bottom: 2rem;
right: 2rem;
background: var(–accent-orange);
color: var(–white);
width: 4.5rem;
height: 4.5rem;
border-radius: 50%;
display: grid;
place-items: center;
font-size: 1.8rem;
text-decoration: none;
z-index: 1000;
box-shadow: 0 5px 20px rgba(0,0,0,0.2);
animation: hawana-pulse 2s infinite;
}
@keyframes hawana-pulse {
0%, 100% { transform: scale(1); }
50% { transform: scale(1.08); }
}
/* TRUST BADGES */
.hawana-trust-badges {
display: flex;
justify-content: center;
gap: 1rem;
flex-wrap: wrap;
margin: 2.5rem auto;
max-width: 1200px;
padding: 0 1rem;
}
.hawana-trust-badge {
background: rgba(255,255,255,0.12);
padding: 1.2rem 1.5rem;
border-radius: 10px;
text-align: center;
flex: 1;
min-width: 160px;
font-weight: 600;
}
/* URGENCY BANNER */
.hawana-urgency-banner {
background: #ff6b35;
color: var(–white);
padding: 1.2rem;
text-align: center;
font-weight: 800;
font-size: 1.1rem;
margin: 1rem 0;
}
/* Ensure content is visible */
.hawana-visible {
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
}
/* Simple fade-in animations */
.hawana-fade-in {
opacity: 0;
transform: translateY(20px);
transition: opacity 0.6s, transform 0.6s;
}
/* RESPONSIVE */
@media (max-width: 768px) {
.hawana-hero {
padding: 3rem 1rem;
}
.hawana-hero h1 {
font-size: 2.2rem;
}
.hawana-trust-badges {
gap: 0.75rem;
}
.hawana-trust-badge {
min-width: 140px;
padding: 1rem;
}
.hawana-float-phone {
width: 3.8rem;
height: 3.8rem;
font-size: 1.5rem;
bottom: 1.5rem;
right: 1.5rem;
}
.hawana-cta {
padding: 1rem 2rem;
font-size: 1.1rem;
}
}
@media (max-width: 480px) {
.hawana-hero h1 {
font-size: 1.8rem;
}
.hawana-hero p {
font-size: 1.1rem;
}
.hawana-trust-badges {
flex-direction: column;
}
}
</style>
<!– ========== ADDITIONAL META TAGS ========== –>
<meta name=”robots” content=”index, follow, max-image-preview:large”>
<link rel=”alternate” href=”https://hawana.ca/areas-we-serve/london-ontario/furnace-repair-london-on/” hreflang=”en-ca”>
<meta name=”geo.region” content=”CA-ON”>
<meta name=”geo.placename” content=”London”>
<meta name=”geo.position” content=”42.9849;-81.2453″>
<meta name=”ICBM” content=”42.9849, -81.2453″>
<!– Open Graph –>
<meta property=”og:title” content=”Furnace Repair London Ontario | 24/7 Emergency Furnace Service”>
<meta property=”og:description” content=”24/7 emergency furnace repair in London Ontario. TSSA certified technicians. Same-day service.”>
<meta property=”og:url” content=”https://hawana.ca/areas-we-serve/london-ontario/furnace-repair-london-on/”>
<meta property=”og:type” content=”website”>
<meta property=”og:locale” content=”en_CA”>
<!– Favicon –>
<link rel=”icon” href=”/favicon.ico” sizes=”any”>
<link rel=”icon” href=”/icon.svg” type=”image/svg+xml”>
<link rel=”apple-touch-icon” href=”/apple-touch-icon.png”>
<!– Google Tag Manager –>
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({‘gtm.start’:
new Date().getTime(),event:’gtm.js’});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!=’dataLayer’?’&l=’+l:”;j.async=true;j.src=
‘https://www.googletagmanager.com/gtm.js?id=’+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,’script’,’dataLayer’,’GTM-WTP3MMD4N8′);
</script>
</head>
<body>
<!– Google Tag Manager (noscript) –>
<noscript>
<iframe src=”https://www.googletagmanager.com/ns.html?id=GTM-WTP3MMD4N8″ height=”0″ width=”0″ style=”display:none;visibility:hidden”></iframe>
</noscript>
<!– Skip to Content Link –>
<a href=”#main-content” class=”screen-reader” style=”position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0″>Skip to main content</a>
<!– Floating Call Button –>
<a href=”tel:+16475504220″ class=”hawana-float-phone” aria-label=”Emergency furnace repair call”>
📞
</a>
<!– Hero Section –>
<header class=”hawana-hero” id=”main-content”>
<div class=”hawana-container”>
<h1 class=”hawana-fade-in”>24/7 Emergency Furnace Repair London Ontario</h1>
<p class=”hawana-fade-in”>TSSA certified technicians available 24/7 across all London neighborhoods. Same-day service for gas furnace not heating, blower issues, igniter replacement.</p>
<div class=”hawana-trust-badges”>
<div class=”hawana-trust-badge hawana-fade-in”>TSSA Certified</div>
<div class=”hawana-trust-badge hawana-fade-in”>Same-Day Repair</div>
<div class=”hawana-trust-badge hawana-fade-in”>90-Day Warranty</div>
<div class=”hawana-trust-badge hawana-fade-in”>Local London Experts</div>
</div>
<div style=”margin: 2.5rem 0;”>
<a href=”tel:+16475504220″ class=”hawana-cta hawana-fade-in”>
<span>📞</span> CALL NOW: (647) 550-4220
</a>
</div>
<p style=”font-size: 0.95rem; opacity: 0.9;” class=”hawana-fade-in”>24/7 Emergency Service • No Extra After-Hours Fees • Serving All London Areas</p>
</div>
</header>
<!– Urgency Banner –>
<div class=”hawana-urgency-banner”>
⚠️ No Heat Emergency? Get Same-Day Furnace Repair in London ON – Call Now Before Temperatures Drop!
</div>
<!– Service Area Note –>
<div style=”background: #FFF9E6; border: 2px solid var(–accent-orange); border-radius: 10px; padding: 20px; margin: 30px auto; max-width: 800px; text-align: center;” class=”hawana-fade-in”>
<h3 style=”color: var(–accent-orange); margin-bottom: 10px;”>🏠 Furnace Repair Coverage</h3>
<p><strong>Emergency Repairs:</strong> No heat, strange noises, pilot light issues, thermostat problems<br>
<strong>Common Fixes:</strong> Igniter replacement, blower motor repair, heat exchanger inspection<br>
<strong>Service:</strong> 24/7 same-day furnace repair in London ON</p>
</div>
<!– Main Content –>
<main>
<!– Services Section –>
<section style=”padding: 4rem 1rem; max-width: 1200px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>Furnace Repair Services in London Ontario</h2>
<div style=”display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem;”>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2.5rem 2rem; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–accent-orange); transition: transform 0.3s;”>
<div style=”font-size: 3rem; color: var(–accent-orange); text-align: center; margin-bottom: 1.5rem;”>🔥</div>
<h3 style=”font-size: 1.6rem; color: var(–primary-blue); text-align: center; margin-bottom: 1rem;”>Gas Furnace Repair</h3>
<p style=”text-align: center; margin-bottom: 1.5rem;”>Fix igniter failures, gas valve issues, and pilot light problems common in London ON homes.</p>
<div style=”text-align: center;”>
<a href=”tel:+16475504220″ class=”hawana-cta” style=”padding: 0.8rem 2rem; font-size: 1rem;”>
<span>📞</span> Get Repair
</a>
</div>
</div>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2.5rem 2rem; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–accent-orange); transition: transform 0.3s;”>
<div style=”font-size: 3rem; color: var(–accent-orange); text-align: center; margin-bottom: 1.5rem;”>⚡</div>
<h3 style=”font-size: 1.6rem; color: var(–primary-blue); text-align: center; margin-bottom: 1rem;”>Electric Furnace Repair</h3>
<p style=”text-align: center; margin-bottom: 1.5rem;”>Repair heating elements, sequencers, and blower motors for reliable operation.</p>
<div style=”text-align: center;”>
<a href=”tel:+16475504220″ class=”hawana-cta” style=”padding: 0.8rem 2rem; font-size: 1rem;”>
<span>📞</span> Get Repair
</a>
</div>
</div>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2.5rem 2rem; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–accent-orange); transition: transform 0.3s;”>
<div style=”font-size: 3rem; color: var(–accent-orange); text-align: center; margin-bottom: 1.5rem;”>🔧</div>
<h3 style=”font-size: 1.6rem; color: var(–primary-blue); text-align: center; margin-bottom: 1rem;”>Common Issue Repairs</h3>
<p style=”text-align: center; margin-bottom: 1.5rem;”>Fix furnace not heating, short cycling, noisy operation, and thermostat problems.</p>
<div style=”text-align: center;”>
<a href=”tel:+16475504220″ class=”hawana-cta” style=”padding: 0.8rem 2rem; font-size: 1rem;”>
<span>📞</span> Get Repair
</a>
</div>
</div>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2.5rem 2rem; border-radius: 15px; box-shadow: 0 5px 20px rgba(0,0,0,0.08); border-top: 5px solid var(–accent-orange); transition: transform 0.3s;”>
<div style=”font-size: 3rem; color: var(–accent-orange); text-align: center; margin-bottom: 1.5rem;”>✅</div>
<h3 style=”font-size: 1.6rem; color: var(–primary-blue); text-align: center; margin-bottom: 1rem;”>Furnace Maintenance</h3>
<p style=”text-align: center; margin-bottom: 1.5rem;”>Prevent breakdowns with annual tune-ups and safety inspections.</p>
<div style=”text-align: center;”>
<a href=”https://hawana.ca/maintenance-plans/” class=”hawana-cta” style=”padding: 0.8rem 2rem; font-size: 1rem;”>
<span>📋</span> Schedule
</a>
</div>
</div>
</div>
</section>
<!– Common Problems Section –>
<section style=”background: var(–white); padding: 4rem 1rem;”>
<div style=”max-width: 1200px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>Common Furnace Problems in London ON</h2>
<div style=”display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;”>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border-left: 5px solid var(–accent-orange);”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem; font-size: 1.4rem;”>Furnace Not Heating</h3>
<p><strong>Common cause:</strong> Dirty filters or thermostat issues in London winters.</p>
<p style=”margin-top: 1rem;”><strong>Solution:</strong> Professional diagnostic and repair starting at $150. Same-day service.</p>
</div>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border-left: 5px solid var(–accent-orange);”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem; font-size: 1.4rem;”>Strange Noises</h3>
<p><strong>Common cause:</strong> Banging, squealing from loose parts or blower problems.</p>
<p style=”margin-top: 1rem;”><strong>Solution:</strong> Technician inspection, typically $200-400 depending on parts.</p>
</div>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border-left: 5px solid var(–accent-orange);”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem; font-size: 1.4rem;”>Short Cycling</h3>
<p><strong>Common cause:</strong> Furnace turns on/off frequently due to overheating.</p>
<p style=”margin-top: 1rem;”><strong>Solution:</strong> Clean/replace components; repair cost $250-500.</p>
</div>
</div>
</div>
</section>
<!– Local Expertise Section –>
<section style=”background: #f0f8ff; padding: 4rem 1rem;”>
<div style=”max-width: 1000px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>Why Choose Hawana for Furnace Repair in London Ontario?</h2>
<div style=”display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;”>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2rem; border-radius: 10px; text-align: center;”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem;”>🏠 London Home Specialists</h3>
<p>We fix furnaces in all types of London homes, from historic properties near Wortley Village to modern houses in Riverbend.</p>
</div>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2rem; border-radius: 10px; text-align: center;”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem;”>❄️ Climate Expertise</h3>
<p>Repairs optimized for London’s harsh winters with average lows of -10°C.</p>
</div>
<div class=”hawana-fade-in” style=”background: var(–white); padding: 2rem; border-radius: 10px; text-align: center;”>
<h3 style=”color: var(–primary-blue); margin-bottom: 1rem;”>⚡ Rapid Response</h3>
<p>24/7 emergency furnace repair with 1-2 hour arrival in most London areas.</p>
</div>
</div>
</div>
</section>
<!– Trust Section –>
<section style=”padding: 4rem 1rem; background: #f0f8ff;”>
<div style=”max-width: 1000px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>Why London ON Trusts Hawana</h2>
<div style=”display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1.5rem;”>
<div class=”hawana-fade-in” style=”text-align: center; padding: 1.5rem;”>
<div style=”font-size: 2.5rem; color: var(–accent-orange); margin-bottom: 1rem;”>✓</div>
<h3 style=”color: var(–primary-blue); font-size: 1.2rem;”>TSSA Certified</h3>
<p>All technicians fully certified for safe gas furnace repairs.</p>
</div>
<div class=”hawana-fade-in” style=”text-align: center; padding: 1.5rem;”>
<div style=”font-size: 2.5rem; color: var(–accent-orange); margin-bottom: 1rem;”>🚚</div>
<h3 style=”color: var(–primary-blue); font-size: 1.2rem;”>Stocked Vehicles</h3>
<p>90% of repairs completed on first visit with parts on hand.</p>
</div>
<div class=”hawana-fade-in” style=”text-align: center; padding: 1.5rem;”>
<div style=”font-size: 2.5rem; color: var(–accent-orange); margin-bottom: 1rem;”>🛡️</div>
<h3 style=”color: var(–primary-blue); font-size: 1.2rem;”>Repair Guarantee</h3>
<p>90-day warranty on all furnace repairs and parts.</p>
</div>
<div class=”hawana-fade-in” style=”text-align: center; padding: 1.5rem;”>
<div style=”font-size: 2.5rem; color: var(–accent-orange); margin-bottom: 1rem;”>💵</div>
<h3 style=”color: var(–primary-blue); font-size: 1.2rem;”>Transparent Pricing</h3>
<p>No surprise fees – flat-rate pricing for common repairs.</p>
</div>
</div>
</div>
</section>
<!– Reviews Section –>
<section style=”padding: 4rem 1rem;”>
<div style=”max-width: 1000px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>What London Customers Say</h2>
<div style=”display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem;”>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border: 1px solid #ddd;”>
<div style=”color: var(–accent-orange); font-size: 1.3rem; margin-bottom: 1rem;”>★★★★★</div>
<p>”Hawana fixed our furnace no-heat issue in London during a cold night. Fast 24/7 service!”</p>
<div style=”font-weight: 600; color: var(–primary-blue); margin-top: 1.5rem;”>- John D., Old North, London</div>
</div>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border: 1px solid #ddd;”>
<div style=”color: var(–accent-orange); font-size: 1.3rem; margin-bottom: 1rem;”>★★★★★</div>
<p>”Professional furnace repair near me in London ON. Fixed our gas furnace quickly and affordably.”</p>
<div style=”font-weight: 600; color: var(–primary-blue); margin-top: 1.5rem;”>- Emily R., White Oaks, London</div>
</div>
<div class=”hawana-fade-in” style=”background: var(–light-bg); padding: 2rem; border-radius: 10px; border: 1px solid #ddd;”>
<div style=”color: var(–accent-orange); font-size: 1.3rem; margin-bottom: 1rem;”>★★★★★</div>
<p>”Best emergency furnace service in London Ontario. TSSA certified tech arrived within 2 hours.”</p>
<div style=”font-weight: 600; color: var(–primary-blue); margin-top: 1.5rem;”>- Mike S., Masonville, London</div>
</div>
</div>
</div>
</section>
<!– FAQ Section –>
<section style=”background: #f0f8ff; padding: 4rem 1rem;”>
<div style=”max-width: 800px; margin: 0 auto;”>
<h2 style=”text-align: center; font-size: 2.5rem; color: var(–primary-blue); margin-bottom: 3rem;” class=”hawana-fade-in”>Furnace Repair FAQs</h2>
<div style=”background: var(–white); border-radius: 10px; overflow: hidden; box-shadow: 0 5px 15px rgba(0,0,0,0.05);”>
<details style=”padding: 1.5rem 2rem; border-bottom: 1px solid #eee;”>
<summary style=”font-weight: 700; color: var(–primary-blue); font-size: 1.2rem; cursor: pointer; list-style: none;”>
How much does furnace repair cost in London Ontario?
<span style=”float: right;”>+</span>
</summary>
<p style=”margin-top: 1rem; padding-left: 1rem;”>Furnace repair costs in London ON range from $150-$800 depending on the issue. Diagnostic fee $99 (waived if repair proceeds). Common repairs: igniter replacement $250-400, blower motor $400-600.</p>
</details>
<details style=”padding: 1.5rem 2rem; border-bottom: 1px solid #eee;”>
<summary style=”font-weight: 700; color: var(–primary-blue); font-size: 1.2rem; cursor: pointer; list-style: none;”>
What are common furnace problems in London Ontario?
<span style=”float: right;”>+</span>
</summary>
<p style=”margin-top: 1rem; padding-left: 1rem;”>Common issues include no heat (faulty thermostat/igniter), strange noises (blower problems), short cycling (dirty filters), and uneven heating – often due to London’s cold, humid winters.</p>
</details>
<details style=”padding: 1.5rem 2rem; border-bottom: 1px solid #eee;”>
<summary style=”font-weight: 700; color: var(–primary-blue); font-size: 1.2rem; cursor: pointer; list-style: none;”>
Do you offer 24/7 furnace repair in London Ontario?
<span style=”float: right;”>+</span>
</summary>
<p style=”margin-top: 1rem; padding-left: 1rem;”>Yes, our emergency service is available 24/7 with no extra fees for after-hours calls. We serve all London neighborhoods including Old North, White Oaks, Masonville, Riverbend, and surrounding areas.</p>
</details>
<details style=”padding: 1.5rem 2rem;”>
<summary style=”font-weight: 700; color: var(–primary-blue); font-size: 1.2rem; cursor: pointer; list-style: none;”>
How to prevent furnace breakdowns in London Ontario?
<span style=”float: right;”>+</span>
</summary>
<p style=”margin-top: 1rem; padding-left: 1rem;”>Annual maintenance, regular filter changes (every 1-3 months), keep vents clear. In London’s climate, professional tune-ups prevent 80% of breakdowns. Consider our maintenance plan for priority service.</p>
</details>
</div>
</div>
</section>
<!– Final CTA –>
<section style=”background: linear-gradient(135deg, var(–primary-blue) 0%, #2c5f8a 100%); color: var(–white); padding: 5rem 1rem; text-align: center;”>
<div style=”max-width: 800px; margin: 0 auto;”>
<h2 style=”font-size: 2.8rem; font-weight: 900; margin-bottom: 1.5rem;” class=”hawana-fade-in”>Need Furnace Repair in London Ontario?</h2>
<p style=”font-size: 1.3rem; margin-bottom: 2.5rem; opacity: 0.95;” class=”hawana-fade-in”>Get fast, reliable 24/7 emergency furnace repair near you in London ON. Serving all neighborhoods with TSSA certified service.</p>
<div style=”display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap;” class=”hawana-fade-in”>
<a href=”tel:+16475504220″ class=”hawana-cta”>
<span>📞</span> Call Now: (647) 550-4220
</a>
<a href=”https://hawana.ca/contact-us/” class=”hawana-cta secondary”>
<span>📅</span> Schedule Service
</a>
</div>
<div style=”margin-top: 3rem; background: rgba(255,255,255,0.1); padding: 1.5rem; border-radius: 10px; display: inline-block;” class=”hawana-fade-in”>
<p style=”margin: 0; font-weight: 600;”>Hawana HVAC Solutions</p>
<p style=”margin: 0.5rem 0 0; font-size: 0.9rem; opacity: 0.9;”>670 Millbank Dr, London, ON N6E 1S2 • 24/7 Emergency Service</p>
</div>
</div>
</section>
</main>
<!– Footer –>
<footer style=”background: #1a365d; color: var(–white); padding: 3rem 1rem; text-align: center;”>
<div style=”max-width: 800px; margin: 0 auto;”>
<p style=”margin-bottom: 1rem;”>© <span id=”current-year”>2024</span> Hawana HVAC Solutions. All rights reserved.</p>
<p style=”font-size: 0.9rem; opacity: 0.8;”>TSSA Certified • Licensed & Insured • Serving London Ontario and Surrounding Areas</p>
<p style=”margin-top: 2rem; font-size: 0.85rem;”>
<a href=”https://hawana.ca/privacy/” style=”color: #a0c4ff; margin: 0 1rem;”>Privacy Policy</a>
<a href=”https://hawana.ca/terms/” style=”color: #a0c4ff; margin: 0 1rem;”>Terms of Service</a>
<a href=”https://hawana.ca/sitemap/” style=”color: #a0c4ff; margin: 0 1rem;”>Sitemap</a>
</p>
</div>
</footer>
<!– ========== DEFERRED JAVASCRIPT ========== –>
<script>
// Wait for DOM to be ready
document.addEventListener(‘DOMContentLoaded’, function() {
// Set current year in footer
document.getElementById(‘current-year’).textContent = new Date().getFullYear();
// Simple intersection observer for animations
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add(‘hawana-visible’);
}
});
}, { threshold: 0.1 });
// Observe all fade-in elements
document.querySelectorAll(‘.hawana-fade-in’).forEach(el => observer.observe(el));
// Make all elements visible immediately if JS fails
setTimeout(() => {
document.querySelectorAll(‘.hawana-fade-in’).forEach(el => el.classList.add(‘hawana-visible’));
}, 1000);
// Update details element indicators
document.querySelectorAll(‘details’).forEach(function(detail) {
var summary = detail.querySelector(‘summary’);
var span = summary.querySelector(‘span’);
detail.addEventListener(‘toggle’, function() {
if (detail.open) {
span.textContent = ‘−’;
} else {
span.textContent = ‘+’;
}
});
});
// Track phone calls
document.querySelectorAll(‘a[href^=”tel:”]’).forEach(function(link) {
link.addEventListener(‘click’, function() {
// GTM dataLayer push
if (typeof dataLayer !== ‘undefined’) {
dataLayer.push({
‘event’: ‘phone_call’,
‘eventCategory’: ‘Contact’,
‘eventLabel’: ‘Emergency Furnace Repair’
});
}
});
});
});
</script>
<!– Google Analytics –>
<script async src=”https://www.googletagmanager.com/gtag/js?id=G-WTP3MMD4N8″></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag(‘js’, new Date());
gtag(‘config’, ‘G-WTP3MMD4N8’, { ‘anonymize_ip’: true });
</script>
</body>
</html>
