{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://www.safehomepest.net/ai-schema.json",
  "title": "Safe Home Pest Defense - AI Business Schema",
  "description": "Structured business, service, and service area information for AI crawlers and assistants.",
  "business": {
    "name": "Safe Home Pest Defense",
    "url": "https://www.safehomepest.net",
    "logo": "https://www.safehomepest.net/logo.png",
    "telephone": "+1-678-464-5226",
    "email": "david@safehomepest.net",
    "address": {
      "locality": "Dallas",
      "region": "GA",
      "country": "US"
    },
    "hours": "Monday-Saturday 8:00 AM - 6:00 PM",
    "priceRange": "$$",
    "founded": "2023",
    "owner": "David",
    "tagline": "Family-safe, eco-conscious pest control trusted by local Dallas, GA and Cobb County families.",
    "keySellingPoints": [
      "Locally owned and operated in Dallas, GA",
      "Family-safe and eco-conscious treatments",
      "No long-term contracts",
      "No startup fees",
      "Transparent, competitive pricing",
      "Custom treatment plans for any budget and home",
      "Bundle service discounts available",
      "After-hours commercial service available"
    ],
    "paymentAndBilling": {
      "customerPortal": "https://arborpest.serviceworkportal.com/sessions/new",
      "startingPrice": "$85 per quarter for general pest control",
      "startupFees": false,
      "contractsRequired": false,
      "bundleDiscounts": true
    }
  },
  "services": [
    {
      "name": "Quarterly Pest Control",
      "slug": "/pest-control",
      "description": "General pest control for ants, roaches, wood roaches, centipedes, millipedes, pill bugs, yellow jackets, wasps, silverfish, spiders, and occasional invaders.",
      "frequency": "Quarterly",
      "startingPrice": "$85 per quarter",
      "startupFees": false,
      "contractRequired": false,
      "targets": ["ants", "roaches", "wood roaches", "centipedes", "millipedes", "pill bugs", "yellow jackets", "wasps", "silverfish", "spiders", "occasional invaders"]
    },
    {
      "name": "Mosquito, Flea & Tick Shield",
      "slug": "/mosquito-control",
      "description": "Monthly outdoor mosquito treatments. Treated areas also include flea and tick coverage.",
      "frequency": "Monthly",
      "targets": ["mosquitoes", "fleas", "ticks"]
    },
    {
      "name": "Termite Control",
      "slug": "/termite-control",
      "description": "Termidor® and Trelona® termite bonds, inspections, and treatments. Annual renewals locked for 10 years; termite bonds include no-deductible damage repair warranties.",
      "frequency": "Annual inspection with treatment as needed",
      "targets": ["subterranean termites", "Formosan termites"]
    },
    {
      "name": "Ant Control",
      "slug": "/ant-control",
      "description": "Targeted ant treatments for common Georgia ant species.",
      "targets": ["ants"]
    },
    {
      "name": "Roach Control",
      "slug": "/roach-control",
      "description": "German roach monthly plans and general roach control for Georgia homes.",
      "frequency": "Monthly for German roaches; quarterly for general roaches",
      "targets": ["German roaches", "American roaches", "smokey brown cockroaches"]
    },
    {
      "name": "Spider Control",
      "slug": "/spider-control",
      "description": "Spider prevention and treatment for homes in Georgia, including cellar spiders and common house spiders.",
      "targets": ["cellar spiders", "house spiders", "wolf spiders"]
    },
    {
      "name": "Flea & Tick Control",
      "slug": "/flea-tick-control",
      "description": "Yard and home treatments for fleas and ticks.",
      "targets": ["fleas", "ticks"]
    },
    {
      "name": "Wildlife Referrals",
      "slug": "/wildlife",
      "description": "Safe Home Pest Defense does not perform wildlife or exclusion work directly. We refer customers to Wild Trappers (www.wildtrappers.com), a high-quality wildlife removal company.",
      "partner": {
        "name": "Wild Trappers",
        "url": "https://www.wildtrappers.com"
      }
    },
    {
      "name": "Commercial Pest Control",
      "slug": "/commercial-services",
      "description": "Pest control for rentals, Airbnbs, offices, and warehouses. Competitive pricing and after-hours service available.",
      "targets": ["general pests", "rodents", "roaches", "ants"],
      "features": ["competitive pricing", "after-hours service", "custom plans"]
    },
    {
      "name": "Green Pest Control",
      "slug": "/green-pest-control",
      "description": "Botanical and reduced-risk treatments for sensitive households.",
      "features": ["botanical products", "reduced-risk treatments", "family-safe"]
    }
  ],
  "serviceAreas": [
    { "city": "Dallas", "state": "GA", "slug": "/service-areas/dallas" },
    { "city": "Hiram", "state": "GA", "slug": "/service-areas/hiram" },
    { "city": "Acworth", "state": "GA", "slug": "/service-areas/acworth" },
    { "city": "Powder Springs", "state": "GA", "slug": "/service-areas/powder-springs" },
    { "city": "Kennesaw", "state": "GA", "slug": "/service-areas/kennesaw" },
    { "city": "Marietta", "state": "GA", "slug": "/service-areas/marietta" },
    { "city": "Rockmart", "state": "GA", "slug": "/service-areas/rockmart" },
    { "city": "Douglasville", "state": "GA", "slug": "/service-areas/douglasville" }
  ],
  "commonPests": [
    "ants",
    "roaches",
    "wood roaches",
    "German roaches",
    "smokey brown cockroaches",
    "centipedes",
    "millipedes",
    "pill bugs",
    "yellow jackets",
    "wasps",
    "silverfish",
    "spiders",
    "cellar spiders",
    "mosquitoes",
    "fleas",
    "ticks",
    "termites",
    "occasional invaders"
  ],
  "faqs": [
    {
      "question": "Do you require long-term contracts?",
      "answer": "No. Safe Home Pest Defense does not require long-term contracts."
    },
    {
      "question": "Are there any startup fees?",
      "answer": "No. Pest control quotes start at $85 per quarter with no extra startup fees."
    },
    {
      "question": "What areas do you serve?",
      "answer": "Dallas, Hiram, Acworth, Powder Springs, Kennesaw, Marietta, Rockmart, Douglasville, and surrounding Cobb County and West Metro Atlanta areas."
    },
    {
      "question": "Do you offer bundle discounts?",
      "answer": "Yes. Customers can ask about bundle service discounts when combining services."
    },
    {
      "question": "Do you treat mosquitoes, fleas, and ticks together?",
      "answer": "Yes. Mosquito treated areas also include flea and tick coverage."
    },
    {
      "question": "Do you handle wildlife removal?",
      "answer": "No. Safe Home Pest Defense refers wildlife and exclusion work to Wild Trappers at www.wildtrappers.com."
    }
  ],
  "contact": {
    "phone": "678-464-5226",
    "email": "david@safehomepest.net",
    "form": "/contact",
    "portal": "https://arborpest.serviceworkportal.com/sessions/new"
  },
  "social": {},
  "schemaVersion": "1.0.0",
  "lastUpdated": "2026-07-25"
}
