From ed257150f23ca43ebf2bd04b3640d1c9fe1af48c Mon Sep 17 00:00:00 2001 From: John Loper II Date: Mon, 11 May 2026 13:31:08 -0400 Subject: [PATCH] Complete LoperBoys content migration: services, contact, SEO, form, PHP handler, footer --- css/style.css | 2 +- index.html | 344 ++++++++++++++++++++++++++--------------------- js/main.js | 8 +- main.js | 8 +- progress.md | 18 ++- robots.txt | 2 +- send-contact.php | 27 ++-- sitemap.xml | 4 +- 8 files changed, 228 insertions(+), 185 deletions(-) diff --git a/css/style.css b/css/style.css index 4fa70b3..8e3575b 100644 --- a/css/style.css +++ b/css/style.css @@ -1,5 +1,5 @@ /* ============================================ - Williams Pressure Washing Services + LoperBoys - Lawn Care & Local Services Professional Responsive Website ============================================ */ diff --git a/index.html b/index.html index 491b955..d9d1964 100644 --- a/index.html +++ b/index.html @@ -3,28 +3,28 @@ - Loper Boys Pressure Washing | If It's Dirty We'll Clean It | Coshocton, OH - - - + LoperBoys | Reliable Lawn Care, Maintenance & Seasonal Services + + + - + - - - - + + + + - + - - - - + + + + @@ -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": "$" } - + @@ -73,8 +63,8 @@