Complete LoperBoys content migration: services, contact, SEO, form, PHP handler, footer

This commit is contained in:
John Loper II
2026-05-11 13:31:08 -04:00
parent fbd11726f8
commit ed257150f2
8 changed files with 228 additions and 185 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/* ============================================
Williams Pressure Washing Services
LoperBoys - Lawn Care & Local Services
Professional Responsive Website
============================================ */
+189 -155
View File
@@ -3,28 +3,28 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Loper Boys Pressure Washing | If It's Dirty We'll Clean It | Coshocton, OH</title>
<meta name="description" content="Professional pressure washing services for truck fleets, bus fleets, houses, and storefronts in Coshocton, OH and surrounding areas. Loper Boys Pressure Washing — If it's dirty, we'll clean it. Call (740) 502-3120.">
<meta name="keywords" content="pressure washing, pressure wash, truck fleet washing, bus fleet washing, house washing, storefront cleaning, Coshocton OH, Coshocton County, power washing, soft washing">
<meta name="author" content="Loper Boys Pressure Washing">
<title>LoperBoys | Reliable Lawn Care, Maintenance & Seasonal Services</title>
<meta name="description" content="LoperBoys — Hard Work. Honest Prices. Local Service. Lawn care, gutter cleaning, snow removal, and more in Warsaw, Coshocton, and surrounding areas. Call 220-200-4022.">
<meta name="keywords" content="lawn care, lawn mowing, gutter cleaning, leaf raking, snow removal, yard services, window cleaning, Coshocton, Warsaw OH, LoperBoys, local services">
<meta name="author" content="LoperBoys">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://WilliamsPressureWashingServices.com/">
<link rel="canonical" href="https://loperboys.com/">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://WilliamsPressureWashingServices.com/">
<meta property="og:title" content="Loper Boys Pressure Washing | Professional Cleaning">
<meta property="og:description" content="Professional pressure washing for truck fleets, bus fleets, houses, and storefronts in Coshocton, OH. If it's dirty, we'll clean it.">
<meta property="og:image" content="https://WilliamsPressureWashingServices.com/img/og-banner.webp">
<meta property="og:url" content="https://loperboys.com/">
<meta property="og:title" content="LoperBoys | Reliable Lawn Care & Local Services">
<meta property="og:description" content="Lawn care, gutter cleaning, snow removal, and more in Warsaw, Coshocton, and surrounding areas. Hard Work. Honest Prices. Local Service.">
<meta property="og:image" content="https://loperboys.com/img/og-banner.png">
<meta property="og:locale" content="en_US">
<meta property="og:site_name" content="Loper Boys Pressure Washing">
<meta property="og:site_name" content="LoperBoys">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:url" content="https://WilliamsPressureWashingServices.com/">
<meta name="twitter:title" content="Loper Boys Pressure Washing">
<meta name="twitter:description" content="Professional pressure washing for truck fleets, bus fleets, houses, and storefronts in Coshocton, OH.">
<meta name="twitter:image" content="https://WilliamsPressureWashingServices.com/img/og-banner.webp">
<meta name="twitter:url" content="https://loperboys.com/">
<meta name="twitter:title" content="LoperBoys | Reliable Lawn Care & Local Services">
<meta name="twitter:description" content="Lawn care, gutter cleaning, snow removal, and more in Warsaw, Coshocton, and surrounding areas.">
<meta name="twitter:image" content="https://loperboys.com/img/og-banner.png">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon.png">
@@ -36,33 +36,23 @@
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Loper Boys Pressure Washing",
"description": "Professional pressure washing services for truck fleets, bus fleets, houses, and storefronts in Coshocton, OH and surrounding areas.",
"slogan": "If it's dirty, we'll clean it",
"url": "https://WilliamsPressureWashingServices.com",
"telephone": "+1-740-502-3120",
"email": "waltwilliams87@gmail.com",
"address": {
"@type": "PostalAddress",
"streetAddress": "26096 State Route 93",
"addressLocality": "Fresno",
"addressRegion": "OH",
"postalCode": "43824"
},
"name": "LoperBoys",
"description": "Reliable lawn care, home maintenance, and seasonal services in Warsaw, Coshocton, and surrounding areas.",
"slogan": "Hard Work. Honest Prices. Local Service.",
"url": "https://loperboys.com",
"telephone": "+1-220-200-4022",
"email": "contact@loperboys.com",
"areaServed": {
"@type": "Place",
"name": "Coshocton, Ohio and surrounding areas"
"name": "Warsaw, Coshocton, and surrounding areas, Ohio"
},
"serviceType": ["Pressure Washing", "Truck Fleet Washing", "Bus Fleet Washing", "House Washing", "Storefront Cleaning"],
"priceRange": "$",
"openingHours": "Mo-Sa 07:00-19:00",
"image": "https://WilliamsPressureWashingServices.com/img/og-banner.webp",
"sameAs": []
"serviceType": ["Lawn Mowing", "Gutter Cleanout", "Window Cleaning", "Leaf Raking", "Snow Shoveling", "Car Washing", "Wood Stacking", "Lawn Pick-up", "Porch Sweeping"],
"priceRange": "$"
}
</script>
<!-- Privacy-respecting Analytics (Plausible / Umami placeholder) -->
<!-- <script defer src="https://analytics.yourdomain.com/js/script.js" data-domain="WilliamsPressureWashingServices.com"></script> -->
<!-- <script defer src="https://analytics.yourdomain.com/js/script.js" data-domain="loperboys.com"></script> -->
<link rel="stylesheet" href="css/style.css?v=2">
<link rel="preconnect" href="https://fonts.googleapis.com">
@@ -73,8 +63,8 @@
<nav class="navbar" id="navbar">
<div class="nav-container">
<a href="#" class="logo">
<span class="logo-icon">💧</span>
<span class="logo-text">Williams<span class="accent">Pressure</span>Washing</span>
<span class="logo-icon">🌱</span>
<span class="logo-text">Loper<span class="accent">Boys</span></span>
</a>
<button class="nav-toggle" id="navToggle" aria-label="Toggle menu">
<span></span><span></span><span></span>
@@ -92,14 +82,14 @@
<section class="hero" id="home">
<div class="hero-overlay"></div>
<div class="hero-content">
<div class="hero-badge">⭐ Trusted Local Professionals</div>
<h1 class="hero-title">Williams <span class="accent">Pressure</span> Washing Services</h1>
<p class="hero-slogan">"If it's dirty, we'll clean it"</p>
<p class="hero-sub">Specializing in <strong>truck fleets</strong> · <strong>bus fleets</strong> · <strong>houses</strong> · <strong>store fronts</strong></p>
<div class="hero-badge">⭐ Trusted Local Service</div>
<h1 class="hero-title">Loper <span class="accent">Boys</span></h1>
<p class="hero-slogan">Hard Work. Honest Prices. Local Service.</p>
<p class="hero-sub">Reliable lawn care, home maintenance, and seasonal services in Warsaw, Coshocton, and surrounding areas.</p>
<div class="hero-ctas">
<a href="tel:7405023120" class="btn btn-primary">
<a href="tel:2202004022" class="btn btn-primary">
<svg class="btn-icon" viewBox="0 0 24 24" fill="currentColor" width="20" height="20"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>
(740) 502-3120
220-200-4022
</a>
<a href="#contact" class="btn btn-secondary">Contact Us Today</a>
</div>
@@ -114,13 +104,13 @@
<section class="how-it-works">
<div class="container">
<h2 class="section-title">How It <span class="accent">Works</span></h2>
<p class="section-subtitle">Three simple steps to a cleaner surface</p>
<p class="section-subtitle">Three simple steps to a better-looking property</p>
<div class="steps-grid">
<div class="step-card">
<div class="step-number">1</div>
<div class="step-icon">📞</div>
<h4>Contact Us</h4>
<p>Call <a href="tel:7405023120">(740) 502-3120</a> or fill out our quick form with details about what needs cleaning.</p>
<p>Call <a href="tel:2202004022">220-200-4022</a> or fill out our quick form with details about what you need done.</p>
</div>
<div class="step-card">
<div class="step-number">2</div>
@@ -131,8 +121,8 @@
<div class="step-card">
<div class="step-number">3</div>
<div class="step-icon"></div>
<h4>We Clean It Up</h4>
<p>Show up when we say we will, do great work, and you'll see the difference immediately.</p>
<h4>We Get It Done</h4>
<p>Show up on time, do quality work, and leave your property looking great.</p>
</div>
</div>
</div>
@@ -142,57 +132,120 @@
<section class="services" id="services">
<div class="container">
<h2 class="section-title">Our <span class="accent">Services</span></h2>
<p class="section-subtitle">Professional cleaning solutions for every surface</p>
<p class="section-subtitle">Quality work at affordable prices. No job too small.</p>
<div class="services-grid">
<div class="service-card">
<div class="service-icon">🚛</div>
<h3>Truck Fleet Washing</h3>
<p>Keep your fleet looking professional and well-maintained. We clean semi-trucks, delivery trucks, work vans, and all commercial vehicle types.</p>
<ul class="service-features">
<li>✅ Exterior deep cleaning</li>
<li>✅ Wheel & tire cleaning</li>
<li>✅ Undercarriage wash</li>
<li>✅ Same-day service available</li>
</ul>
</div>
<div class="service-card featured">
<div class="featured-badge">Most Popular</div>
<div class="service-icon">🚌</div>
<h3>Bus Fleet Washing</h3>
<p>School buses, transit buses, shuttle buses — we handle all fleet sizes with thorough, efficient cleaning. Every job includes exterior wash, window & mirror cleaning, and undercarriage inspection and cleaning.</p>
<div class="service-icon">🌱</div>
<h3>Lawn Mowing</h3>
<p>Professional lawn mowing, edging, and trimming. Keep your lawn looking neat and tidy all season long.</p>
<ul class="service-features">
<li>✅ Full exterior wash</li>
<li>✅ Window & mirror cleaning</li>
<li>✅ Undercarriage inspection & cleaning</li>
<li>✅ Sign & decal safe</li>
<li>✅ Scheduled maintenance plans</li>
<li>✓ Regular weekly or bi-weekly service</li>
<li>✓ Edging and trimming included</li>
<li>✓ Leaf cleanup in fall</li>
<li>✓ Yard debris removal</li>
</ul>
<div class="service-price">Starting at $25/visit</div>
</div>
<div class="service-card">
<div class="service-icon">🏠</div>
<h3>House Washing</h3>
<p>Restore your home's curb appeal with our professional soft washing and pressure washing. Safe for all siding types including vinyl, brick, stucco, and wood.</p>
<div class="service-icon">🪜</div>
<h3>Gutter Cleanout</h3>
<p>Complete gutter cleaning to prevent water damage and keep your home protected.</p>
<ul class="service-features">
<li>✅ Soft wash technology</li>
<li> Driveway & sidewalk cleaning</li>
<li>✅ Deck & patio washing</li>
<li>✅ Mold & mildew removal</li>
<li>✓ All debris removed</li>
<li> Downspout flushing</li>
<li>✓ Inspect for damage</li>
<li>✓ Spring & fall service</li>
</ul>
<div class="service-price">Starting at $75</div>
</div>
<div class="service-card">
<div class="service-icon">🏪</div>
<h3>Storefront Cleaning</h3>
<p>First impressions matter. Clean storefronts attract customers. We keep your business looking its best with regular maintenance and one-time deep cleans.</p>
<div class="service-icon">🪟</div>
<h3>Window Cleaning</h3>
<p>Crystal clear windows inside and out. Professional streak-free cleaning.</p>
<ul class="service-features">
<li>✅ Window & glass cleaning</li>
<li>✅ Awning cleaning</li>
<li> Sign & facade wash</li>
<li>✅ Parking lot cleaning</li>
<li>✓ Interior and exterior</li>
<li>✓ Screens cleaned</li>
<li> Streak-free guaranteed</li>
<li>✓ Seasonal deep clean</li>
</ul>
<div class="service-price">Starting at $50</div>
</div>
<div class="service-card">
<div class="service-icon">🍂</div>
<h3>Leaf Raking</h3>
<p>Complete fall leaf removal. We rake, bag, and haul away all debris.</p>
<ul class="service-features">
<li>✓ Thorough raking and bagging</li>
<li>✓ Debris removal</li>
<li>✓ Yard restoration</li>
<li>✓ Multiple visits available</li>
</ul>
<div class="service-price">Starting at $80</div>
</div>
<div class="service-card">
<div class="service-icon">❄️</div>
<h3>Snow Shoveling</h3>
<p>Stay safe during winter. We clear driveways and walkways after every snowfall.</p>
<ul class="service-features">
<li>✓ After every snowfall</li>
<li>✓ Driveway and walkway clearing</li>
<li>✓ De-icing available</li>
<li>✓ Seasonal contract options</li>
</ul>
<div class="service-price">Starting at $30/snowfall</div>
</div>
<div class="service-card">
<div class="service-icon">🚗</div>
<h3>Car Washing</h3>
<p>Mobile car wash service. We come to you and give your vehicle a thorough cleaning.</p>
<ul class="service-features">
<li>✓ Exterior hand wash</li>
<li>✓ Interior vacuum</li>
<li>✓ Window cleaning</li>
<li>✓ Wheel cleaning</li>
</ul>
<div class="service-price">Starting at $35</div>
</div>
<div class="service-card">
<div class="service-icon">🪵</div>
<h3>Wood Stacking</h3>
<p>Professional firewood stacking. Keep your wood organized, dry, and ready for winter.</p>
<ul class="service-features">
<li>✓ Neat, organized stacking</li>
<li>✓ Proper airflow for drying</li>
<li>✓ Move wood to storage area</li>
<li>✓ Seasonal service</li>
</ul>
<div class="service-price">Starting at $60</div>
</div>
<div class="service-card">
<div class="service-icon">🗑️</div>
<h3>Lawn Pick-up</h3>
<p>Complete yard cleanup. We pick up branches, debris, and general yard mess.</p>
<ul class="service-features">
<li>✓ Branch and limb removal</li>
<li>✓ General debris pickup</li>
<li>✓ Weed and brush clearing</li>
<li>✓ Trash bag removal</li>
</ul>
<div class="service-price">Starting at $50</div>
</div>
<div class="service-card">
<div class="service-icon">🧹</div>
<h3>Porch Sweeping</h3>
<p>Keep your porch clean and welcoming. Regular sweeping and light cleaning.</p>
<ul class="service-features">
<li>✓ Thorough sweeping</li>
<li>✓ Debris removal</li>
<li>✓ Seasonal service</li>
<li>✓ Can be combined with other services</li>
</ul>
<div class="service-price">Starting at $15</div>
</div>
</div>
<div class="services-cta">
<a href="tel:7405023120" class="btn btn-primary btn-large">📞 Call (740) 502-3120 for a Free Quote</a>
<a href="tel:2202004022" class="btn btn-primary btn-large">📞 Call 220-200-4022 for a Free Quote</a>
</div>
</div>
</section>
@@ -200,37 +253,37 @@
<!-- Why Choose Us -->
<section class="why-us">
<div class="container">
<h2 class="section-title">Why Choose <span class="accent">Williams</span>?</h2>
<h2 class="section-title">Why Choose <span class="accent">LoperBoys</span>?</h2>
<div class="why-grid">
<div class="why-item">
<div class="why-icon">💪</div>
<h4>We Get It Done Right</h4>
<p>No job is too big or too dirty. Our professional-grade equipment and proven techniques deliver results that last.</p>
</div>
<div class="why-item">
<div class="why-icon"></div>
<h4>Reliable & On Time</h4>
<p>We respect your schedule. Arrive on time, finish on schedule, and always leave you satisfied with the results.</p>
<div class="why-icon"></div>
<h4>Local & Reliable</h4>
<p>We live in the community and take pride in our work. You can count on us to show up when we say we will.</p>
</div>
<div class="why-item">
<div class="why-icon">💰</div>
<h4>Fair & Transparent Pricing</h4>
<p>No hidden fees, no surprise charges. Get a clear quote upfront and stick to it. Quality service at honest prices.</p>
<h4>Affordable Pricing</h4>
<p>Competitive rates without cutting corners on quality. Fair quotes that hold up.</p>
</div>
<div class="why-item">
<div class="why-icon">🌿</div>
<h4>Eco-Friendly Solutions</h4>
<p>We use environmentally responsible cleaning solutions that are tough on dirt but gentle on the planet.</p>
<div class="why-icon">👍</div>
<h4>Experienced</h4>
<p>Skilled in a wide variety of outdoor and maintenance tasks. We've got the right tools for every job.</p>
</div>
<div class="why-item">
<div class="why-icon">🤝</div>
<h4>Flexible Scheduling</h4>
<p>We work around your schedule, not the other way around. Available when you need us.</p>
</div>
</div>
</div>
</section>
<!-- Before & After Gallery — hidden until we have Walter's photos -->
<!-- Gallery — Coming Soon: Add LoperBoys job photos here -->
<section class="gallery" id="gallery" style="display:none;">
<div class="container">
<h2 class="section-title">Before & <span class="accent">After</span></h2>
<p class="section-subtitle">See the difference professional pressure washing makes</p>
<p class="section-subtitle">Real jobs, real results — no stock photos</p>
<div class="gallery-grid">
<div class="gallery-item">
<div class="gallery-before-after">
@@ -327,61 +380,26 @@
</div>
</section>
<!-- Testimonials -->
<section class="testimonials">
<div class="container">
<h2 class="section-title">What Our <span class="accent">Customers</span> Say</h2>
<p class="section-subtitle">Don't just take our word for it</p>
<div class="testimonials-grid">
<div class="testimonial-card">
<div class="testimonial-stars">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">"Williams Pressure Washing did an amazing job on our fleet of 12 delivery trucks. They showed up on time, got everything spotless, and the price was very fair. We'll be calling them every month."</p>
<div class="testimonial-author">
<strong>Mike R.</strong>
<span>Local Delivery Company Owner</span>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">"Our house hasn't looked this good since we built it 15 years ago. They were careful with our garden and windows, and the siding looks brand new. Highly recommend!"</p>
<div class="testimonial-author">
<strong>Sarah T.</strong>
<span>Homeowner, Coshocton</span>
</div>
</div>
<div class="testimonial-card">
<div class="testimonial-stars">⭐⭐⭐⭐⭐</div>
<p class="testimonial-text">"We hire Williams to clean our storefront every quarter. The difference is night and day — customers definitely notice. Professional, reliable, and affordable."</p>
<div class="testimonial-author">
<strong>David L.</strong>
<span>Restaurant Owner</span>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="about" id="about">
<div class="container about-container">
<div class="about-visual">
<div class="about-watermark">💧</div>
<div class="about-watermark">🌱</div>
<div class="about-stats">
<div class="stat">
<div class="stat-number">100%</div>
<div class="stat-label">Satisfaction<br>Guaranteed</div>
<div class="stat-number">9+</div>
<div class="stat-label">Boys Strong<br>& Ready</div>
</div>
<div class="stat">
<div class="stat-number">100%</div>
<div class="stat-label">Dirty Jobs<br>We Tackle</div>
<div class="stat-label">Honest<br>Effort</div>
</div>
</div>
</div>
<div class="about-content">
<h2>About <span class="accent">Williams Pressure Washing</span></h2>
<p>At Loper Boys Pressure Washing, we take pride in delivering top-quality pressure washing solutions. Our philosophy is simple: <strong>"If it's dirty, we'll clean it."</strong></p>
<p>Whether you need your truck fleet spotless for the road, your house looking fresh and clean, or your storefront shining to attract customers — we've got the equipment, experience, and attitude to get the job done right.</p>
<p>We serve both commercial and residential clients, bringing professional-grade cleaning power to every project. No job is too big, no surface too tough.</p>
<h2>About <span class="accent">LoperBoys</span></h2>
<p>LoperBoys is your friendly, hardworking local service crew serving Warsaw, Coshocton, and the surrounding areas. We specialize in seasonal yard work, home maintenance, and general outdoor chores that keep your property looking great year-round.</p>
<p>Whether you need regular lawn care throughout the growing season, fall leaf cleanup, winter snow removal, or just need help with a one-time project, we're here to help. We pride ourselves on showing up on time, doing quality work, and treating your property with respect.</p>
<a href="#contact" class="btn btn-primary">Get Your Free Quote →</a>
</div>
</div>
@@ -400,26 +418,37 @@
<div class="contact-icon">📞</div>
<div>
<strong>Phone</strong>
<a href="tel:7405023120">(740) 502-3120</a>
<a href="tel:2202004022">220-200-4022</a>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">📧</div>
<div>
<strong>Email</strong>
<a href="mailto:waltwilliams87@gmail.com">waltwilliams87@gmail.com</a>
<a href="mailto:contact@loperboys.com">contact@loperboys.com</a>
</div>
</div>
<div class="contact-item">
<div class="contact-icon">🕐</div>
<div class="contact-icon">📍</div>
<div>
<strong>Hours</strong>
<span>MonSat: 7:00 AM 7:00 PM</span>
<strong>Service Area</strong>
<p>Warsaw, Coshocton, and surrounding areas</p>
</div>
</div>
<div class="contact-item payment-methods">
<div class="contact-icon">💳</div>
<div>
<strong>We Accept</strong>
<div class="payment-badges">
<span class="payment-badge">💵 Cash</span>
<span class="payment-badge">📱 Venmo</span>
<span class="payment-badge">📲 Cash App</span>
</div>
</div>
</div>
</div>
<div class="contact-cta">
<a href="tel:7405023120" class="btn btn-primary btn-large">📞 Call Now — It's Free to Quote!</a>
<a href="tel:2202004022" class="btn btn-primary btn-large">📞 Call Now — It's Free to Quote!</a>
</div>
</div>
<div class="contact-form-wrapper">
@@ -441,10 +470,15 @@
<label for="service">Service Needed *</label>
<select id="service" name="service" required>
<option value="">Select a service...</option>
<option value="truck-fleet">Truck Fleet Washing</option>
<option value="bus-fleet">Bus Fleet Washing</option>
<option value="house">House Washing</option>
<option value="storefront">Storefront Cleaning</option>
<option value="lawn-mowing">Lawn Mowing</option>
<option value="gutter-cleanout">Gutter Cleanout</option>
<option value="window-cleaning">Window Cleaning</option>
<option value="leaf-raking">Leaf Raking</option>
<option value="snow-shoveling">Snow Shoveling</option>
<option value="car-washing">Car Washing</option>
<option value="wood-stacking">Wood Stacking</option>
<option value="lawn-pickup">Lawn Pick-up</option>
<option value="porch-sweeping">Porch Sweeping</option>
<option value="other">Other</option>
</select>
</div>
@@ -471,22 +505,22 @@
<div class="container">
<div class="footer-content">
<div class="footer-brand">
<h3>Loper Boys Pressure Washing</h3>
<p class="slogan">"If it's dirty, we'll clean it"</p>
<h3>LoperBoys</h3>
<p class="slogan">Hard Work. Honest Prices. Local Service.</p>
</div>
<div class="footer-contact">
<a href="tel:7405023120" class="footer-phone">📞 (740) 502-3120</a>
<a href="mailto:waltwilliams87@gmail.com" class="footer-email">📧 waltwilliams87@gmail.com</a>
<a href="tel:2202004022" class="footer-phone">📞 220-200-4022</a>
<a href="mailto:contact@loperboys.com" class="footer-email">📧 contact@loperboys.com</a>
</div>
</div>
<div class="footer-bottom">
<p>&copy; <span id="year"></span> Loper Boys Pressure Washing. All rights reserved.</p>
<p>&copy; <span id="year"></span> LoperBoys. All rights reserved.</p>
</div>
</div>
</footer>
<!-- Floating CTA -->
<a href="tel:7405023120" class="floating-cta" id="floatingCta" aria-label="Call Williams Pressure Washing">
<a href="tel:2202004022" class="floating-cta" id="floatingCta" aria-label="Call LoperBoys">
<svg viewBox="0 0 24 24" fill="currentColor" width="24" height="24"><path d="M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z"/></svg>
</a>
+4 -4
View File
@@ -1,4 +1,4 @@
// Williams Pressure Washing Services - Main JS
// LoperBoys - Main JS
document.addEventListener('DOMContentLoaded', function() {
@@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', function() {
'<div style="font-size:4rem; margin-bottom:16px;">✅</div>' +
'<h3 style="color:#0a2463; font-family:Montserrat,sans-serif; margin-bottom:12px;">Message Received!</h3>' +
'<p style="color:#3d4f63; font-size:1.05rem;">Thanks for reaching out! We\'ll be in touch soon.</p>' +
'<p style="color:#3d4f63; margin-top:8px;">For urgent inquiries, please call <a href="tel:7405023120" style="color:#4dc8f5; font-weight:bold;">(740) 502-3120</a></p>' +
'<p style="color:#3d4f63; margin-top:8px;">For urgent inquiries, please call <a href="tel:2202004022" style="color:#4dc8f5; font-weight:bold;">220-200-4022</a></p>' +
'</div>';
contactForm.style.pointerEvents = 'none';
})
@@ -96,12 +96,12 @@ document.addEventListener('DOMContentLoaded', function() {
'Service: ' + (data.service || 'Not specified') + '\n\n' +
'Message:\n' + (data.message || 'No message provided.')
);
window.location.href = 'mailto:waltwilliams87@gmail.com?subject=' + subject + '&body=' + body;
window.location.href = 'mailto:contact@loperboys.com?subject=' + subject + '&body=' + body;
contactForm.innerHTML =
'<div style="text-align:center; padding:40px 20px;">' +
'<div style="font-size:4rem; margin-bottom:16px;">📧</div>' +
'<h3 style="color:#0a2463; font-family:Montserrat,sans-serif; margin-bottom:12px;">Opening Email Client...</h3>' +
'<p style="color:#3d4f63;">If your email didn\'t open, just call <a href="tel:7405023120" style="color:#4dc8f5; font-weight:bold;">(740) 502-3120</a></p>' +
'<p style="color:#3d4f63;">If your email didn\'t open, just call <a href="tel:2202004022" style="color:#4dc8f5; font-weight:bold;">220-200-4022</a></p>' +
'</div>';
contactForm.style.pointerEvents = 'none';
});
+4 -4
View File
@@ -1,4 +1,4 @@
// Williams Pressure Washing Services - Main JS
// LoperBoys - Main JS
document.addEventListener('DOMContentLoaded', function() {
@@ -82,7 +82,7 @@ document.addEventListener('DOMContentLoaded', function() {
'<div style="font-size:4rem; margin-bottom:16px;">✅</div>' +
'<h3 style="color:#0a2463; font-family:Montserrat,sans-serif; margin-bottom:12px;">Message Received!</h3>' +
'<p style="color:#3d4f63; font-size:1.05rem;">Thanks for reaching out! We\'ll be in touch soon.</p>' +
'<p style="color:#3d4f63; margin-top:8px;">For urgent inquiries, please call <a href="tel:7405023120" style="color:#4dc8f5; font-weight:bold;">(740) 502-3120</a></p>' +
'<p style="color:#3d4f63; margin-top:8px;">For urgent inquiries, please call <a href="tel:2202004022" style="color:#4dc8f5; font-weight:bold;">220-200-4022</a></p>' +
'</div>';
contactForm.style.pointerEvents = 'none';
})
@@ -96,12 +96,12 @@ document.addEventListener('DOMContentLoaded', function() {
'Service: ' + (data.service || 'Not specified') + '\n\n' +
'Message:\n' + (data.message || 'No message provided.')
);
window.location.href = 'mailto:waltwilliams87@gmail.com?subject=' + subject + '&body=' + body;
window.location.href = 'mailto:contact@loperboys.com?subject=' + subject + '&body=' + body;
contactForm.innerHTML =
'<div style="text-align:center; padding:40px 20px;">' +
'<div style="font-size:4rem; margin-bottom:16px;">📧</div>' +
'<h3 style="color:#0a2463; font-family:Montserrat,sans-serif; margin-bottom:12px;">Opening Email Client...</h3>' +
'<p style="color:#3d4f63;">If your email didn\'t open, just call <a href="tel:7405023120" style="color:#4dc8f5; font-weight:bold;">(740) 502-3120</a></p>' +
'<p style="color:#3d4f63;">If your email didn\'t open, just call <a href="tel:2202004022" style="color:#4dc8f5; font-weight:bold;">220-200-4022</a></p>' +
'</div>';
contactForm.style.pointerEvents = 'none';
});
+11 -7
View File
@@ -1,4 +1,7 @@
# Williams Pressure Washing Services — Progress
# LoperBoys2.com — Progress
Foundation: WilliamsPressureWashingServices.com UI/UX
Content: LoperBoys (Javen's lawn care & seasonal services)
## Completed
- [x] Initial website build
@@ -16,14 +19,14 @@
- [x] **Service area** — Coshocton, OH & surrounding areas referenced throughout
- [x] **Privacy-respecting analytics** — Script placeholder commented in `<head>`, ready for Plausible/Umami
- [x] **Hosting deployment** — Site deployed to 10.10.9.230 (hostname: `dotnet`), nginx serving, PHP 8.2 FPM installed
- [x] **Nginx config**`/etc/nginx/sites-available/WilliamsPressureWashingServices.com` active, security headers, static asset caching
- [x] **Gitea repo**`Sage_Software/LoperBoys2.com` created and pushed
- [x] **Site live on IP** — http://10.10.9.230 serving full site with all assets (200 OK)
## Pending
### 🚨 SEO (HIGH PRIORITY — must be done before going live)
- [ ] **Real OG banner image** — replace placeholder `img/og-banner.jpg` with a proper 1200×630 branded image
- [ ] **Real favicon** — generate a proper `.ico` / `.png` favicon from a pressure washing logo (currently using inline SVG emoji)
- [ ] **Real favicon** — generate a proper `.ico` / `.png` favicon with LoperBoys branding
- [ ] **Google Search Console verification** — add meta tag or HTML file after John purchases the domain
- [ ] **Google Business Profile** — set up once domain is live (Walter's business listing)
- [ ] **Alt text review** — ensure all real images have descriptive, keyword-rich alt text
@@ -33,11 +36,11 @@
### Contact Form / Email
- [x] **SMTP relay configuration** — PHPMailer connected to hMailserver on 10.10.9.31:25 (no auth, no TLS) — relay handled by hMailserver/Mailjet
- [x] **Test form end-to-end** — verified working (POST returns `{"success":true}`)
- [ ] **Test email delivery** — confirm message actually arrives at waltwilliams87@gmail.com (need real email to verify)
- [ ] **Test email delivery** — confirm message actually arrives at contact@loperboys.com (need real email to verify)
- [ ] **Form spam protection** — add honeypot field or privacy-respecting alternative to reCAPTCHA
### Hosting & Domain
- [ ] **Purchase domain**WilliamsPressureWashingServices.com (John to purchase)
- [ ] **Purchase domain**loperboys.com (John to purchase)
- [ ] **DNS setup** — point domain to 10.10.9.230 (John to configure)
- [ ] **SSL certificate** — configure via Nginx Proxy Manager or Let's Encrypt on 10.10.9.230
- [ ] **PHP `mail()` config** — verify Postfix on 10.10.9.31 can relay for this server (10.10.9.230)
@@ -66,9 +69,10 @@
- **Target server:** 10.10.9.230 (hostname: `dotnet`)
- **SSH:** `sage@10.10.9.230` using `~/.ssh/id_ed25519`**AUTHORIZED**
- **OS:** Debian 12, bare metal, nginx 1.22.1, PHP 8.2 FPM, Postfix
- **Site files:** `/var/www/williamspw/`
- **Nginx config:** `/etc/nginx/sites-available/WilliamsPressureWashingServices.com`
- **Site files:** `/var/www/loperboys2/` (pending deployment)
- **Nginx config:** `/etc/nginx/sites-available/LoperBoys2.com` (pending creation)
- **Currently serving:** AssetTrackr.co (proxy to :5000), loperboys.com, WilliamsPressureWashingServices.com
- **LoperBoys2 deployment target:** Replace loperboys.com Nginx config to proxy to new site files
- **Access:** `http://10.10.9.230` (serving correctly, all assets 200 OK)
- **Disk:** 50GB total, ~655MB used — plenty of space
- **Existing services:** AssetTrackr.co, loperboys.com (both nginx static/proxy)
+1 -1
View File
@@ -1,4 +1,4 @@
User-agent: *
Allow: /
Sitemap: https://WilliamsPressureWashingServices.com/sitemap.xml
Sitemap: https://loperboys.com/sitemap.xml
+16 -11
View File
@@ -1,5 +1,5 @@
<?php
// Williams Pressure Washing Services - Contact Form Email Handler
// LoperBoys - Contact Form Email Handler
// Uses PHPMailer to connect directly to hMailserver on 10.10.9.31:25 (no auth, no TLS)
// hMailserver handles relay through Mailjet automatically
@@ -42,16 +42,21 @@ if (!empty($errors)) {
// Map service values to readable names
$serviceNames = [
'truck-fleet' => 'Truck Fleet Washing',
'bus-fleet' => 'Bus Fleet Washing',
'house' => 'House Washing',
'storefront' => 'Storefront Cleaning',
'other' => 'Other',
'lawn-mowing' => 'Lawn Mowing',
'gutter-cleanout' => 'Gutter Cleanout',
'window-cleaning' => 'Window Cleaning',
'leaf-raking' => 'Leaf Raking',
'snow-shoveling' => 'Snow Shoveling',
'car-washing' => 'Car Washing',
'wood-stacking' => 'Wood Stacking',
'lawn-pickup' => 'Lawn Pick-up',
'porch-sweeping' => 'Porch Sweeping',
'other' => 'Other',
];
$serviceDisplay = $serviceNames[$service] ?? $service;
// --- Email Configuration ---
$to = 'waltwilliams87@gmail.com';
$to = 'contact@loperboys.com';
$subject = 'Quote Request: ' . $serviceDisplay . ' — ' . $name;
// Load PHPMailer
@@ -71,8 +76,8 @@ try {
$mail->SMTPAutoTLS = false; // hMailserver advertises STARTTLS but we don't have a cert
// Sender and recipients
$mail->setFrom('noreply@WilliamsPressureWashingServices.com', 'Williams Pressure Washing');
$mail->addAddress($to, 'Williams Pressure Washing');
$mail->setFrom('noreply@loperboys.com', 'LoperBoys');
$mail->addAddress($to, 'LoperBoys');
// Reply-to: the customer's email address
if ($email) {
@@ -91,12 +96,12 @@ try {
"Service: $serviceDisplay\n\n" .
"Message:\n$message\n\n" .
str_repeat('=', 40) . "\n" .
"Sent from WilliamsPressureWashingServices.com\n";
"Sent from loperboys.com\n";
$mail->send();
} catch (Exception $e) {
// Log the error internally, don't expose to user
error_log("WilliamsPW email failed: {$mail->ErrorInfo}");
error_log("LoperBoys email failed: {$mail->ErrorInfo}");
}
// Always return success so the user sees their confirmation
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://WilliamsPressureWashingServices.com/</loc>
<lastmod>2026-05-01</lastmod>
<loc>https://loperboys.com/</loc>
<lastmod>2026-05-11</lastmod>
<changefreq>monthly</changefreq>
<priority>1.0</priority>
</url>