Our Process
Services
Plumbing
Tankless Water Heater
Drain Cleaning
Toilet Repair
Faucet Repair
Sink Installation & Repair
Garbage Disposal
Sump Pump Installation
Sewer Line Repair/Replacement
Boiler Repair Installation
Water Heater Repair
HALO Water Filtration
HVAC
Heater Checkup
Heating Installation
Heater Service Plans
Furnace Repair
Furnace Installation
Furnace Tune-Up
Smart Thermostats Installation
Humidifier Installation
Ductless HVAC Systems
Air Quality Solutions
HVAC
About Us
Membership
Financing
Reviews
Blog
Contact
Call (609) 465-3759
<style> :root { --black: #111111; --navy: #282E69; --navy-dk: #1e2350; --grey: #6D6E70; --white: #ffffff; --grey-lt: #eef1f7; --grey-md: #e8e8e6; --grey-tx: #555555; --radius: 8px; } *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } /* ── Hero ── */ .sjm-hero { position: relative; overflow: hidden; background: var(--black); padding: 160px 24px 100px; } .sjm-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(ellipse at 50% 0%, rgba(40,46,105,0.55) 0%, transparent 70%); pointer-events: none; z-index: 1; } .sjm-hero__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; opacity: 0.35; z-index: 0; } .sjm-hero__content { position: relative; z-index: 2; max-width: 800px; margin: 0 auto; text-align: center; } .sjm-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.7); margin-bottom: 20px; } .sjm-eyebrow::before, .sjm-eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: rgba(255,255,255,0.5); } .sjm-hero h1 { font-family: Arial, sans-serif; font-size: clamp(30px, 4.5vw, 52px); font-weight: 700; color: var(--white); line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 20px; } .sjm-hero__meta { font-family: Arial, sans-serif; font-size: 14px; color: rgba(255,255,255,0.5); margin: 0; } /* ── Article layout ── */ .sjm-outer { background: var(--white); } .sjm-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 48px; max-width: 1200px; margin: 0 auto; padding: 80px 24px; } /* ── Prose ── */ .sjm-prose h2 { font-family: Arial, sans-serif; font-size: 26px; font-weight: 700; color: var(--black); line-height: 1.25; margin: 48px 0 16px; scroll-margin-top: 100px; } .sjm-prose h2:first-child { margin-top: 0; } .sjm-prose h3 { font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; color: var(--black); margin: 32px 0 12px; } .sjm-prose p { font-family: Arial, sans-serif; font-size: 17px; line-height: 1.75; color: var(--grey-tx); margin-bottom: 20px; } .sjm-prose ul, .sjm-prose ol { font-family: Arial, sans-serif; font-size: 17px; line-height: 1.75; color: var(--grey-tx); padding-left: 24px; margin-bottom: 20px; } .sjm-prose li { margin-bottom: 8px; } .sjm-prose a.sjm-inline-link { color: var(--navy); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; } .sjm-prose a.sjm-inline-link:hover { color: var(--navy-dk); } .sjm-prose .sjm-inline-cta { margin: 32px 0; } .sjm-prose .sjm-inline-cta a { display: inline-block; font-family: Arial, sans-serif; font-size: 15px; font-weight: 700; color: var(--white); background: var(--navy); padding: 12px 24px; border-radius: var(--radius); text-decoration: none; transition: background 0.2s; } .sjm-prose .sjm-inline-cta a:hover { background: var(--navy-dk); } /* ── Callout ── */ .sjm-callout { background: var(--grey-lt); border-left: 3px solid var(--navy); border-radius: 0 var(--radius) var(--radius) 0; padding: 20px 24px; margin: 28px 0; } .sjm-callout p { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.65; color: var(--grey-tx); margin: 0; font-style: italic; } .sjm-callout strong { font-style: normal; color: var(--navy); } /* ── Sidebar ── */ .sjm-sidebar { position: sticky; top: 32px; align-self: start; } .sjm-toc { background: var(--grey-lt); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; } .sjm-toc__label { font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--grey); margin-bottom: 16px; } .sjm-toc nav a { display: block; font-family: Arial, sans-serif; font-size: 14px; color: var(--grey-tx); text-decoration: none; padding: 6px 0; border-bottom: 1px solid var(--grey-md); line-height: 1.4; transition: color 0.15s; } .sjm-toc nav a:last-child { border-bottom: none; } .sjm-toc nav a:hover, .sjm-toc nav a.toc-active { color: var(--navy); } .sjm-toc nav a.toc-active { font-weight: 700; } .sjm-service-card { background: var(--white); border: 1.5px solid var(--grey-md); border-radius: var(--radius); padding: 24px; margin-bottom: 24px; transition: border-color 0.2s, transform 0.2s; } .sjm-service-card:hover { border-color: rgba(40,46,105,0.2); transform: translateY(-2px); } .sjm-service-card h3 { font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; color: var(--black); margin-bottom: 8px; } .sjm-service-card p { font-family: Arial, sans-serif; font-size: 14px; color: var(--grey-tx); line-height: 1.5; margin-bottom: 16px; } .sjm-service-card a { display: block; font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; color: var(--white); background: var(--navy); padding: 10px 16px; border-radius: var(--radius); text-decoration: none; text-align: center; transition: background 0.2s; } .sjm-service-card a:hover { background: var(--navy-dk); } .sjm-phone-card { background: var(--grey-lt); border-radius: var(--radius); padding: 20px 24px; text-align: center; } .sjm-phone-card__label { display: block; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--grey); margin-bottom: 8px; } .sjm-phone-card a { font-family: Arial, sans-serif; font-size: 20px; font-weight: 700; color: var(--navy); text-decoration: none; } .sjm-phone-card a:hover { color: var(--navy-dk); } .sjm-sidebar-spacer { width: 300px; } /* ── Mid-page CTA band ── */ .sjm-cta-mid { background: var(--navy); padding: 64px 24px; text-align: center; } .sjm-cta-mid__headline { font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; color: var(--white); margin-bottom: 12px; } .sjm-cta-mid__sub { font-family: Arial, sans-serif; font-size: 16px; color: rgba(255,255,255,0.8); line-height: 1.6; max-width: 620px; margin: 0 auto 32px; } .sjm-cta-mid__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; } .sjm-cta-mid__btn { display: inline-block; font-family: Arial, sans-serif; font-size: 16px; font-weight: 700; color: var(--navy); background: var(--white); padding: 14px 32px; border-radius: var(--radius); text-decoration: none; transition: opacity 0.2s; } .sjm-cta-mid__btn:hover { opacity: 0.9; } .sjm-cta-mid__btn--ghost { color: var(--white); background: transparent; border: 1.5px solid rgba(255,255,255,0.6); } .sjm-cta-mid__btn--ghost:hover { opacity: 1; border-color: var(--white); } /* ── FAQ ── */ .sjm-faq { background: var(--grey-lt); padding: 80px 24px; } .sjm-faq__inner { max-width: 800px; margin: 0 auto; } .sjm-section-eyebrow { display: inline-flex; align-items: center; gap: 12px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--navy); margin-bottom: 16px; } .sjm-section-eyebrow::before, .sjm-section-eyebrow::after { content: ''; display: block; width: 32px; height: 1px; background: var(--navy); } .sjm-faq__title { font-family: Arial, sans-serif; font-size: 32px; font-weight: 700; color: var(--black); margin-bottom: 40px; } .sjm-faq-item { border-bottom: 1px solid var(--grey-md); } .sjm-faq-item:first-of-type { border-top: 1px solid var(--grey-md); } .sjm-faq-btn { width: 100%; background: none; border: none; cursor: pointer; text-align: left; padding: 20px 40px 20px 0; font-family: Arial, sans-serif; font-size: 17px; font-weight: 700; color: var(--black); line-height: 1.4; position: relative; } .sjm-faq-btn::after { content: '+'; position: absolute; right: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 400; color: var(--navy); } .sjm-faq-btn[aria-expanded="true"]::after { content: '\2212'; } .sjm-faq-answer { padding-bottom: 20px; } .sjm-faq-answer p { font-family: Arial, sans-serif; font-size: 16px; line-height: 1.7; color: var(--grey-tx); margin: 0; } /* ── Related services ── */ .sjm-related { background: var(--white); padding: 80px 24px; } .sjm-related__inner { max-width: 1200px; margin: 0 auto; } .sjm-related__title { font-family: Arial, sans-serif; font-size: 32px; font-weight: 700; color: var(--black); margin-bottom: 40px; } .sjm-related__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; } .sjm-related-card { background: var(--white); border: 1.5px solid var(--grey-md); border-radius: var(--radius); padding: 28px 24px; transition: border-color 0.2s, transform 0.2s; } .sjm-related-card:hover { border-color: rgba(40,46,105,0.2); transform: translateY(-2px); } .sjm-related-card h3 { font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; color: var(--black); margin-bottom: 10px; } .sjm-related-card p { font-family: Arial, sans-serif; font-size: 15px; color: var(--grey-tx); line-height: 1.6; margin-bottom: 20px; } .sjm-related-card a { font-family: Arial, sans-serif; font-size: 14px; font-weight: 700; color: var(--navy); text-decoration: none; } .sjm-related-card a:hover { color: var(--navy-dk); } /* ── Footer band ── */ .sjm-footer-band { background: var(--black); padding: 64px 24px; text-align: center; } .sjm-footer-band__tagline { font-family: Arial, sans-serif; font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 16px; } .sjm-footer-band a { font-family: Arial, sans-serif; font-size: 28px; font-weight: 700; color: var(--white); text-decoration: none; } .sjm-footer-band a:hover { color: rgba(255,255,255,0.85); } /* ── Responsive ── */ @media (max-width: 768px) { .sjm-layout { grid-template-columns: 1fr; padding: 48px 20px; } .sjm-sidebar, .sjm-sidebar-spacer { display: none; } } @media (max-width: 640px) { .sjm-hero { padding: 140px 20px 80px; } .sjm-hero h1 { font-size: 30px; } .sjm-cta-mid__headline { font-size: 22px; } .sjm-faq__title, .sjm-related__title { font-size: 26px; } } @media (prefers-reduced-motion: reduce) { .sjm-service-card, .sjm-related-card, .sjm-cta-mid__btn, .sjm-toc nav a { transition: none !important; } } </style> <!-- HERO --> <section class="sjm-hero"> <img class="sjm-hero__img" src="https://cdn.prod.website-files.com/650cd965726009dccb50a827/6a438f3e4f33bd54153bead7_21946.jpg" alt="Coastal South Jersey home through the seasons — seasonal plumbing and HVAC maintenance" aria-hidden="false"> <div class="sjm-hero__content"> <span class="sjm-eyebrow">Seasonal Maintenance</span> <h1>Your South Jersey Seasonal Plumbing & HVAC Maintenance Checklist</h1> <p class="sjm-hero__meta">June 30, 2026 · 6 min read · Budd’s Plumbing, Heating & Cooling</p> </div> </section> <!-- ARTICLE — TOP (intro + Spring + Summer + sidebar) --> <section class="sjm-outer"> <div class="sjm-layout"> <main class="sjm-prose" id="sjm-article-top"> <p>Living near the coast in Cape May and Atlantic County has its perks — and its wear and tear. Salt air, summer humidity, and cold winter snaps all put extra stress on the plumbing and heating and cooling systems in your home. The good news: a little upkeep at the right time of year prevents most of the emergency calls homeowners dread.</p> <p>Here’s a simple, season-by-season checklist built for South Jersey homes. Use it to stay ahead of problems, keep your equipment running longer, and avoid surprise repairs. Common homeowner questions are answered at the bottom.</p> <h2 id="spring">Spring: Get Ready for Cooling Season</h2> <p>Spring is the time to prepare your air conditioning before the first heat wave hits.</p> <ul> <li>Schedule an AC tune-up so your system is ready before peak demand.</li> <li>Replace or clean your air filters.</li> <li>Clear leaves and debris from around your outdoor condenser unit.</li> <li>Check that condensate drain lines are flowing and not clogged.</li> <li>Test your thermostat and switch it over to cooling.</li> <li>Turn outdoor spigots and hose bibs back on and check for leaks after winter.</li> <li>Reconnect and inspect outdoor showers — a coastal-home staple — for drips or loose fittings.</li> </ul> <div class="sjm-callout"> <p><strong>Coastal tip:</strong> Salt air can corrode the fins and components on outdoor AC units faster than inland. A spring rinse and inspection helps catch corrosion early.</p> </div> <h2 id="summer">Summer: Keep Things Running and Watch the Water</h2> <p>Summer is high season for both cooling and water use, especially in shore homes.</p> <ul> <li>Keep an eye on your AC’s performance — uneven cooling or longer run times are early warning signs.</li> <li>Watch for slow or gurgling drains; heavy summer use and humidity can hide developing clogs.</li> <li>Schedule <a class="sjm-inline-link" href="/drain-cleaning-service">drain cleaning</a> if sinks, tubs, or showers are draining slowly.</li> <li>Check under sinks and around the water heater for any signs of moisture or slow leaks.</li> <li>For second homes sitting empty between visits, consider a smart water shut-off or leak monitor for peace of mind.</li> </ul> </main> <!-- SIDEBAR --> <aside class="sjm-sidebar"> <div class="sjm-toc"> <p class="sjm-toc__label">In This Article</p> <nav aria-label="Article contents"> <a href="#spring">Spring: Cooling Season Prep</a> <a href="#summer">Summer: Watch the Water</a> <a href="#fall">Fall: Heating Season Prep</a> <a href="#winter">Winter: Protect Against the Cold</a> <a href="#why-it-pays">Why Seasonal Maintenance Pays Off</a> </nav> </div> <div class="sjm-service-card"> <h3>Let us handle the checklist</h3> <p>A Budd’s membership covers your Spring and Fall visits across Cape May and Atlantic County, NJ.</p> <a href="/memberships">See Membership Plans</a> </div> <div class="sjm-phone-card"> <span class="sjm-phone-card__label">Call us directly</span> <a href="tel:6094653759">(609) 465-3759</a> </div> </aside> </div> </section> <!-- MID-PAGE CTA BAND --> <section class="sjm-cta-mid"> <p class="sjm-cta-mid__headline">Never miss a season again</p> <p class="sjm-cta-mid__sub">A Budd’s membership covers your Spring and Fall visits, tune-ups, and safety inspections — plumbing, HVAC, or both — with priority scheduling and member discounts built in.</p> <div class="sjm-cta-mid__btns"> <a class="sjm-cta-mid__btn" href="/memberships">Explore Memberships</a> <a class="sjm-cta-mid__btn sjm-cta-mid__btn--ghost" href="tel:6094653759">Call (609) 465-3759</a> </div> </section> <!-- ARTICLE — LOWER (Fall + Winter + Why + sidebar spacer) --> <section class="sjm-outer"> <div class="sjm-layout"> <div class="sjm-prose" id="sjm-article-lower"> <h2 id="fall">Fall: Prepare for Heating Season</h2> <p>As temperatures drop, shift your attention to heating before you actually need it.</p> <ul> <li>Schedule a <a class="sjm-inline-link" href="/heater-checkup">heating system inspection</a> — furnace, boiler, or heat pump — before the first cold night.</li> <li>Replace air filters again heading into heating season.</li> <li>Test your heating system early so any repairs happen on your schedule, not during a cold snap.</li> <li>Flush your <a class="sjm-inline-link" href="/tankless-water-heater">tankless water heater</a> to clear mineral buildup and keep hot water flowing.</li> <li>Check that your water heater is heating properly and showing no signs of leaking.</li> </ul> <h2 id="winter">Winter: Protect Against the Cold</h2> <p>South Jersey winters can be unpredictable, and a single hard freeze can cause real damage.</p> <ul> <li>Shut off and drain outdoor hose bibs and spigots to prevent frozen, burst pipes.</li> <li>Winterize and store outdoor shower components.</li> <li>Keep your heat at a steady temperature, especially if your home sits empty during the off-season.</li> <li>Know where your main water shut-off is in case a pipe does freeze.</li> <li>Keep an eye on indoor <a class="sjm-inline-link" href="/halo-water-filtration">air and water quality</a> — closed-up homes in winter can trap dust, dry air, and allergens.</li> </ul> <h2 id="why-it-pays">Why Seasonal Maintenance Pays Off</h2> <p>Most plumbing and HVAC emergencies don’t happen out of nowhere — they build up over months. Regular seasonal maintenance helps you:</p> <ul> <li>Catch small problems before they become expensive repairs.</li> <li>Extend the life of your heating, cooling, and water systems.</li> <li>Keep energy use — and bills — in check.</li> <li>Avoid losing heat or hot water at the worst possible time.</li> </ul> <p>Tackling both your plumbing and HVAC systems on the same seasonal rhythm keeps your whole home running smoothly, instead of dealing with each system only when something breaks.</p> <h2 id="let-budds-help">Let Budd’s Handle the Checklist for You</h2> <p>You don’t have to track every item on this list yourself. Budd’s Plumbing, Heating & Cooling serves homeowners across Cape May and Atlantic County, and we can handle your seasonal plumbing and HVAC maintenance so nothing slips through the cracks.</p> <p>The easiest way to stay ahead of it all is a <a class="sjm-inline-link" href="/memberships">Budd’s membership</a>. Our annual plans cover your Spring and Fall visits, tune-ups, and safety inspections — plumbing, HVAC, or both — with priority scheduling and member discounts built in. The Platinum plan even waives diagnostic and emergency fees for full-home coverage.</p> <p>Call Budd’s at <a class="sjm-inline-link" href="tel:6094653759">609-465-3759</a> to schedule your seasonal maintenance visit or ask about joining a membership plan, and keep your South Jersey home comfortable all year.</p> <div class="sjm-inline-cta"> <a href="/memberships">Join a Membership Plan</a> </div> </div> <!-- Spacer preserves column alignment with upper grid --> <div class="sjm-sidebar-spacer" aria-hidden="true"></div> </div> </section> <!-- FAQ SECTION --> <section class="sjm-faq"> <div class="sjm-faq__inner"> <span class="sjm-section-eyebrow">Common Questions</span> <h2 class="sjm-faq__title">Frequently Asked Questions</h2> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-1" id="sjm-faq-btn-1"> How do I shut off my outdoor hose bib for the winter? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-1" role="region" aria-labelledby="sjm-faq-btn-1"> <p>Find the shut-off valve on the interior pipe that feeds the outdoor faucet — usually in a basement, crawlspace, or utility area near where the line exits the wall. Close that valve, then open the outdoor faucet to drain any water left in the pipe, and disconnect any hoses. Leaving the outdoor faucet open after shut-off lets the line drain fully so trapped water can’t freeze and crack the pipe.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-2" id="sjm-faq-btn-2"> Should I leave the outside hose bib open or closed in winter? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-2" role="region" aria-labelledby="sjm-faq-btn-2"> <p>After you’ve shut off the indoor valve, leave the outdoor faucet open. With the supply off, an open faucet lets the remaining water drain out and gives any expansion somewhere to go instead of bursting the pipe.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-3" id="sjm-faq-btn-3"> How do I turn my hose bibs back on in spring? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-3" role="region" aria-labelledby="sjm-faq-btn-3"> <p>Close the outdoor faucet first, then reopen the indoor shut-off valve slowly. Watch the connection and the pipe for leaks as pressure returns — a slow drip after winter can signal a fitting that loosened or a small freeze crack that needs a plumber.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-4" id="sjm-faq-btn-4"> How often should I flush my tankless water heater? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-4" role="region" aria-labelledby="sjm-faq-btn-4"> <p>Most manufacturers recommend flushing a tankless water heater about once a year to clear mineral and scale buildup. Homes with harder water may need it more often. Annual flushing helps protect efficiency and the unit’s lifespan — it’s an easy item to fold into your fall checklist.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-5" id="sjm-faq-btn-5"> What does a seasonal AC tune-up include? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-5" role="region" aria-labelledby="sjm-faq-btn-5"> <p>A typical tune-up covers cleaning or replacing the filter, checking refrigerant and electrical connections, clearing the condensate drain, inspecting the outdoor condenser, and testing overall system performance — so problems get caught before the cooling season peaks.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-6" id="sjm-faq-btn-6"> What are the signs my furnace or heater is failing? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-6" role="region" aria-labelledby="sjm-faq-btn-6"> <p>Watch for short cycling, uneven heating, rising energy bills, strange noises, or a system that struggles to reach the set temperature. Catching these early during a fall inspection is far cheaper than an emergency replacement in January.</p> </div> </div> <div class="sjm-faq-item"> <button class="sjm-faq-btn" aria-expanded="false" aria-controls="sjm-faq-answer-7" id="sjm-faq-btn-7"> What does preventive plumbing maintenance include? </button> <div class="sjm-faq-answer" id="sjm-faq-answer-7" role="region" aria-labelledby="sjm-faq-btn-7"> <p>It generally covers a safety inspection of your water systems, a water heater flush, checks for leaks and corrosion, and testing fixtures and shut-off valves — the kind of work that catches small issues before they turn into water damage.</p> </div> </div> </div> </section> <!-- RELATED SERVICES --> <section class="sjm-related"> <div class="sjm-related__inner"> <span class="sjm-section-eyebrow">Related Services</span> <h2 class="sjm-related__title">More from Budd’s</h2> <div class="sjm-related__grid"> <div class="sjm-related-card"> <h3>Memberships</h3> <p>Annual plans that bundle your Spring and Fall visits, tune-ups, and inspections — with priority scheduling.</p> <a href="/memberships">Learn more →</a> </div> <div class="sjm-related-card"> <h3>Heater Checkup</h3> <p>A fall heating inspection for your furnace, boiler, or heat pump — before the first cold night.</p> <a href="/heater-checkup">Learn more →</a> </div> <div class="sjm-related-card"> <h3>Drain Cleaning</h3> <p>Slow or gurgling drains? We clear clogs before they back up at the worst possible time.</p> <a href="/drain-cleaning-service">Learn more →</a> </div> <div class="sjm-related-card"> <h3>Tankless Water Heaters</h3> <p>Service, flushing, and on-demand upgrades to keep hot water flowing year-round.</p> <a href="/tankless-water-heater">Learn more →</a> </div> </div> </div> </section> <!-- FOOTER CTA BAND --> <section class="sjm-footer-band"> <p class="sjm-footer-band__tagline">Faith · Craftsmanship · Accountability</p> <a href="tel:6094653759">(609) 465-3759</a> </section> <!-- FAQ ACCORDION — answers hidden by default via JS --> <script> (function () { var items = document.querySelectorAll('.sjm-faq-item'); items.forEach(function (item) { var btn = item.querySelector('.sjm-faq-btn'); var panel = item.querySelector('.sjm-faq-answer'); if (!btn || !panel) return; panel.hidden = true; btn.setAttribute('aria-expanded', 'false'); btn.addEventListener('click', function () { var open = btn.getAttribute('aria-expanded') === 'true'; btn.setAttribute('aria-expanded', open ? 'false' : 'true'); panel.hidden = open; }); }); }()); </script> <!-- TOC ACTIVE HIGHLIGHT — progressive enhancement via IntersectionObserver --> <script> (function () { if (!('IntersectionObserver' in window)) return; var links = document.querySelectorAll('.sjm-toc nav a'); var headings = document.querySelectorAll('#sjm-article-top h2, #sjm-article-lower h2'); if (!links.length || !headings.length) return; var io = new IntersectionObserver(function (entries) { entries.forEach(function (entry) { if (!entry.isIntersecting) return; links.forEach(function (l) { l.classList.remove('toc-active'); }); var match = document.querySelector('.sjm-toc nav a[href="#' + entry.target.id + '"]'); if (match) match.classList.add('toc-active'); }); }, { rootMargin: '-20% 0px -70% 0px' }); headings.forEach(function (h) { io.observe(h); }); }()); </script> <!-- JSON-LD SCHEMA — valid in <body>; Google accepts it anywhere in the document --> <script type="application/ld+json"> { "@context": "https://schema.org", "@graph": [ { "@type": "BlogPosting", "headline": "Your South Jersey Seasonal Plumbing & HVAC Maintenance Checklist", "description": "A season-by-season plumbing and HVAC maintenance checklist for Cape May and Atlantic County homes — plus answers to the questions South Jersey homeowners ask most.", "datePublished": "2026-06-30", "dateModified": "2026-06-30", "url": "https://www.buddsplumbing.com/post/south-jersey-seasonal-maintenance-checklist", "mainEntityOfPage": { "@id": "https://www.buddsplumbing.com/post/south-jersey-seasonal-maintenance-checklist" }, "image": "https://cdn.prod.website-files.com/650cd965726009dccb50a827/6a438f3e4f33bd54153bead7_21946.jpg", "author": { "@id": "https://www.buddsplumbing.com/#business" }, "publisher": { "@id": "https://www.buddsplumbing.com/#business" } }, { "@type": ["LocalBusiness", "Plumber"], "@id": "https://www.buddsplumbing.com/#business", "name": "Budd's Plumbing | Heating | Cooling", "url": "https://www.buddsplumbing.com", "telephone": "+1-609-465-3759", "areaServed": [ { "@type": "AdministrativeArea", "name": "Cape May County, NJ" }, { "@type": "AdministrativeArea", "name": "Atlantic County, NJ" } ], "address": { "@type": "PostalAddress", "streetAddress": "1011 Rte 9 S", "addressLocality": "Cape May Court House", "addressRegion": "NJ", "postalCode": "08210", "addressCountry": "US" } }, { "@type": "BreadcrumbList", "itemListElement": [ { "@type": "ListItem", "position": 1, "name": "Home", "item": "https://www.buddsplumbing.com/" }, { "@type": "ListItem", "position": 2, "name": "Blog", "item": "https://www.buddsplumbing.com/blog" }, { "@type": "ListItem", "position": 3, "name": "South Jersey Seasonal Maintenance Checklist", "item": "https://www.buddsplumbing.com/post/south-jersey-seasonal-maintenance-checklist" } ] }, { "@type": "WebPage", "name": "Your South Jersey Seasonal Plumbing & HVAC Maintenance Checklist", "url": "https://www.buddsplumbing.com/post/south-jersey-seasonal-maintenance-checklist", "description": "A season-by-season plumbing and HVAC maintenance checklist for Cape May and Atlantic County homes." }, { "@type": "FAQPage", "mainEntity": [ { "@type": "Question", "name": "How do I shut off my outdoor hose bib for the winter?", "acceptedAnswer": { "@type": "Answer", "text": "Find the shut-off valve on the interior pipe that feeds the outdoor faucet — usually in a basement, crawlspace, or utility area near where the line exits the wall. Close that valve, then open the outdoor faucet to drain any water left in the pipe, and disconnect any hoses. Leaving the outdoor faucet open after shut-off lets the line drain fully so trapped water can't freeze and crack the pipe." } }, { "@type": "Question", "name": "Should I leave the outside hose bib open or closed in winter?", "acceptedAnswer": { "@type": "Answer", "text": "After you've shut off the indoor valve, leave the outdoor faucet open. With the supply off, an open faucet lets the remaining water drain out and gives any expansion somewhere to go instead of bursting the pipe." } }, { "@type": "Question", "name": "How do I turn my hose bibs back on in spring?", "acceptedAnswer": { "@type": "Answer", "text": "Close the outdoor faucet first, then reopen the indoor shut-off valve slowly. Watch the connection and the pipe for leaks as pressure returns — a slow drip after winter can signal a fitting that loosened or a small freeze crack that needs a plumber." } }, { "@type": "Question", "name": "How often should I flush my tankless water heater?", "acceptedAnswer": { "@type": "Answer", "text": "Most manufacturers recommend flushing a tankless water heater about once a year to clear mineral and scale buildup. Homes with harder water may need it more often. Annual flushing helps protect efficiency and the unit's lifespan — it's an easy item to fold into your fall checklist." } }, { "@type": "Question", "name": "What does a seasonal AC tune-up include?", "acceptedAnswer": { "@type": "Answer", "text": "A typical tune-up covers cleaning or replacing the filter, checking refrigerant and electrical connections, clearing the condensate drain, inspecting the outdoor condenser, and testing overall system performance — so problems get caught before the cooling season peaks." } }, { "@type": "Question", "name": "What are the signs my furnace or heater is failing?", "acceptedAnswer": { "@type": "Answer", "text": "Watch for short cycling, uneven heating, rising energy bills, strange noises, or a system that struggles to reach the set temperature. Catching these early during a fall inspection is far cheaper than an emergency replacement in January." } }, { "@type": "Question", "name": "What does preventive plumbing maintenance include?", "acceptedAnswer": { "@type": "Answer", "text": "It generally covers a safety inspection of your water systems, a water heater flush, checks for leaks and corrosion, and testing fixtures and shut-off valves — the kind of work that catches small issues before they turn into water damage." } } ] } ] } </script>