{
  "name": "Home Services / Contractor",
  "description": "Schema templates for contractors, plumbers, electricians, and home service providers. Includes LocalBusiness, Service, and FAQPage schemas.",
  "industry": "contractor",
  "recommended_schemas": ["HomeAndConstructionBusiness", "Service", "FAQPage", "Review"],
  "default_settings": {
    "auto_generate_post_types": ["page", "post"],
    "enable_local_business": true,
    "business_subtype": "HomeAndConstructionBusiness"
  },
  "schema_templates": {
    "HomeAndConstructionBusiness": {
      "@context": "https://schema.org",
      "@type": "HomeAndConstructionBusiness",
      "name": "",
      "image": "",
      "description": "",
      "address": { "@type": "PostalAddress", "streetAddress": "", "addressLocality": "", "addressRegion": "", "postalCode": "", "addressCountry": "" },
      "geo": { "@type": "GeoCoordinates", "latitude": "", "longitude": "" },
      "telephone": "",
      "url": "",
      "areaServed": [],
      "priceRange": "",
      "aggregateRating": { "@type": "AggregateRating", "ratingValue": "", "reviewCount": "" }
    },
    "Service": {
      "@context": "https://schema.org",
      "@type": "Service",
      "name": "",
      "description": "",
      "provider": { "@type": "Organization", "name": "" },
      "serviceType": "",
      "areaServed": { "@type": "GeoCircle", "geoMidpoint": { "@type": "GeoCoordinates", "latitude": "", "longitude": "" }, "geoRadius": "" },
      "offers": { "@type": "Offer", "price": "", "priceCurrency": "USD" }
    },
    "FAQPage": {
      "@context": "https://schema.org",
      "@type": "FAQPage",
      "mainEntity": [
        { "@type": "Question", "name": "What areas do you serve?", "acceptedAnswer": { "@type": "Answer", "text": "" } },
        { "@type": "Question", "name": "Do you offer free estimates?", "acceptedAnswer": { "@type": "Answer", "text": "" } }
      ]
    }
  }
}
