XooCode(){

HomeAndConstructionBusiness

HomeAndConstructionBusiness is a direct LocalBusiness subtype grouping eight specialised trades: Electrician, GeneralContractor, Plumber, HVACBusiness, HousePainter, Locksmith, MovingCompany, RoofingContractor. It adds no properties of its own.

Full example of schema.org/HomeAndConstructionBusiness json-ld markup

The markup is verified as valid with Rich Results Test from Google.

Highlight legend:Required by GoogleRecommendedOptional
schema.org/HomeAndConstructionBusiness
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "HomeAndConstructionBusiness",
  "name": "Dunmore Home Services",
  "address": { "@type": "PostalAddress", "streetAddress": "600 Industrial Dr", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" },
  "telephone": "+1-570-555-1001",
  "openingHours": "Mo-Fr 07:00-18:00, Sa 08:00-14:00",
  "priceRange": "$$$",
  "url": "https://xoocode.com/shops/dunmore-home-services"
}
</script>

Minimal valid version

The smallest markup that still produces a valid HomeAndConstructionBusiness entity. Use it as the floor. Reach for the advanced example above when you want search engines and AI agents to understand more about your content.

schema.org/HomeAndConstructionBusiness (minimal)
<script type="application/ld+json">
{
  "@context": "https://schema.org",
  "@type": "HomeAndConstructionBusiness",
  "name": "Dunmore Home Services",
  "address": { "@type": "PostalAddress", "streetAddress": "600 Industrial Dr", "addressLocality": "Dunmore", "addressRegion": "PA", "postalCode": "18512", "addressCountry": "US" }
}
</script>

Google rich results this unlocks

Markup matching this example makes your page eligible for the following Google Search rich results. The primary target drives the required / recommended property classification in the advanced code block above.

Common HomeAndConstructionBusiness mistakes

Mistakes that pass validation but silently fail to earn rich results or mislead consumers walking the graph. Avoid these and your markup will be ahead of most sites in the wild.

  1. 01

    Using bare HomeAndConstructionBusiness for a single trade

    Wrong
    HomeAndConstructionBusiness for a plumbing-only business
    Right
    Plumber / Electrician / specific trade subtype

    'Plumber near me' is a narrower query that ranks the specific subtype higher.

About the example data

"Dunmore Home Services", a fictional multi-trade contracting company.

Comments

Loading comments...

Leave a comment