---
type: Business Entity
title: "Dalinghaus Foundation Repair: Schema Summary"
description: "The structured data Dalinghaus Foundation Repair's site publishes, with the Organization, founder and office nodes exactly as the site builds them."
resource: https://www.dalinghausconstruction.com/
tags: [client:dci, bundle:public]
timestamp: 2026-09-27T07:01:28.398Z
generated:
  by: src/pages/knowledge/schema-summary.md.ts
  at: 2026-09-27T07:01:28.398Z
  from: [src/lib/schema.ts, src/data/site.ts, src/data/serviceAreas.ts]
  commit: 8c328be92fdd2369ce1d3d47f7f4bd6691f60aa4
brain_checked: sm-clients 3cdce8c9
---

# Dalinghaus Foundation Repair: Schema Summary

This file describes the JSON-LD the site publishes, so an agent reading the bundle knows what to expect in the page source and what is deliberately absent. The property lists and the JSON block at the end are rendered on every build by the same code that writes the structured data on every page (src/lib/schema.ts).

## What every page emits

One `<script type="application/ld+json">` block holding a single `@graph`, with nodes cross referenced by `@id`:

- **WebSite** (`#website`): typed ["WebSite"], with url, name, description, inLanguage, publisher, and potentialAction.
- **Organization** (`#organization`): typed ["Organization","HomeAndConstructionBusiness","GeneralContractor"], with name, legalName, alternateName, founder, award, url, telephone, address, geo, foundingDate, description, naics, subjectOf, knowsAbout, publishingPrinciples, copyrightHolder, logo, image, sameAs, contactPoint, areaServed, and location. The address and geo are the Lake Elsinore headquarters. areaServed lists three states and 24 hub cities. sameAs lists the company's own profiles, including its Google Business Profile and its Better Business Bureau profile. subjectOf points at https://www.dalinghausconstruction.com/knowledge/.
- **Person** (`#founder`): typed ["Person"], with name, jobTitle, worksFor, and url. The author pages, /about/, and the sub service, problem sign, guide and blog pages carry a fuller version of this node.
- **LocalBusiness**, one node per office (`#location-<city>-<state>`), 8 in all: typed ["LocalBusiness","GeneralContractor"], with name, telephone, parentOrganization, address, geo, image, sameAs, and openingHoursSpecification. Every page carries them except the privacy policy, terms, accessibility and sitemap pages.
- **WebPage** (`<page url>#webpage`) as the page hub, linked to the WebSite, the Organization and the BreadcrumbList. It is typed **AboutPage** on /about/, **ContactPage** on /contact-us/, **CollectionPage** on the silo pages and other listing pages, and **ItemPage** on sub service, problem sign and solution pages.
- **BreadcrumbList** (`<page url>#breadcrumb`).

## Nodes added by page type

- **Service** on silo pages, sub service pages, problem sign pages, solution pages for methods Dalinghaus installs, the commercial pages, and every city page and city service page. On silo pages, city pages and city service pages the Service carries an **OfferCatalog**, with one **Offer** per service page the page links to. No Offer carries a price.
- **ItemList** on listing pages: the silo pages, their solutions and problem signs indexes, /services/, /service-area/, the commercial and projects indexes, and the blog index.
- **FAQPage** wherever the page renders an FAQ block, matching the visible questions.
- **HowTo** on sub service and solution pages that render a numbered process.
- **BlogPosting** (typed `["Article", "BlogPosting"]`) on blog posts, with the author referenced by `@id`.
- **CreativeWork** on project write ups, with the Place the work was done and an ImageGallery.
- **VideoObject** where a page embeds a verified video from the company's own channel.

## Deliberately not emitted

- **No aggregateRating.** The review figure is third party Google Business Profile data, and marking it up on the business's own entity would be self serving review markup. It stays in visible page copy and in company.md as a dated floor.
- **No price, priceRange, or warranty term** anywhere in the graph. An Offer names a service and its page only.
- **No Service node on an explainer page.** The three solution pages that explain a method for comparison (see services.md) carry no Service node.

## The Organization, founder and office nodes

As the site builds them for the home page.

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": [
        "Organization",
        "HomeAndConstructionBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#organization",
      "name": "Dalinghaus Foundation Repair",
      "legalName": "Dalinghaus Construction, Inc.",
      "alternateName": [
        "Dalinghaus Construction"
      ],
      "founder": [
        {
          "@id": "https://www.dalinghausconstruction.com/#founder"
        },
        {
          "@type": "Person",
          "@id": "https://www.dalinghausconstruction.com/team/#person-brad-dalinghaus",
          "name": "Brad Dalinghaus",
          "jobTitle": "Co-Founder"
        }
      ],
      "award": [
        "Earth Contact Products 2025 Residential Project of the Year Finalist"
      ],
      "url": "https://www.dalinghausconstruction.com/",
      "telephone": "+1-877-360-9227",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "445 Birch St",
        "addressLocality": "Lake Elsinore",
        "addressRegion": "CA",
        "postalCode": "92530",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.6837288,
        "longitude": -117.3382842
      },
      "foundingDate": "2011",
      "description": "Foundation repair, concrete leveling, and crawl space repair across Southern California, Arizona, and Nevada, and seawall repair on the California coast. Founded in 2011 by brothers Brian and Brad Dalinghaus. Never Settle.",
      "naics": "238190",
      "subjectOf": {
        "@type": "WebPage",
        "@id": "https://www.dalinghausconstruction.com/knowledge/",
        "name": "Knowledge Bundle",
        "encodingFormat": "text/html"
      },
      "knowsAbout": [
        "Foundation repair",
        "Concrete leveling",
        "Crawl space repair",
        "Concrete repair",
        "Seawall repair",
        "Retaining wall repair",
        "Hillside repair",
        "Framing repair",
        "House lifting",
        "Helical piers",
        "Push piers"
      ],
      "publishingPrinciples": "https://www.dalinghausconstruction.com/about/",
      "copyrightHolder": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "logo": {
        "@type": "ImageObject",
        "@id": "https://www.dalinghausconstruction.com/#logo",
        "url": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg"
      },
      "image": {
        "@id": "https://www.dalinghausconstruction.com/#logo"
      },
      "sameAs": [
        "https://www.facebook.com/dalinghausconstruction/",
        "https://www.instagram.com/dalinghausconstruction/",
        "https://www.youtube.com/channel/UCKQsu2QVuIgqwG1wq6WFcAQ",
        "https://www.linkedin.com/company/dalinghaus-construction-inc",
        "https://www.google.com/maps/place/?q=place_id:ChIJI32jzpBi24ARf7KbCp_6Q-A",
        "https://www.bbb.org/us/ca/lake-elsinore/profile/foundation-repair/dalinghaus-construction-inc-1126-89074652"
      ],
      "contactPoint": {
        "@type": "ContactPoint",
        "telephone": "+1-877-360-9227",
        "contactType": "customer service"
      },
      "areaServed": [
        {
          "@type": "State",
          "name": "California"
        },
        {
          "@type": "State",
          "name": "Arizona"
        },
        {
          "@type": "State",
          "name": "Nevada"
        },
        {
          "@type": "City",
          "name": "Los Angeles",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "San Diego",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Bakersfield",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Santa Clarita",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Irvine",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Chula Vista",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Lake Elsinore",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Carlsbad",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Phoenix",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Mesa",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Scottsdale",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Gilbert",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Chandler",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Tucson",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Peoria",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Flagstaff",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Prescott",
          "containedInPlace": {
            "@type": "State",
            "name": "Arizona"
          }
        },
        {
          "@type": "City",
          "name": "Las Vegas",
          "containedInPlace": {
            "@type": "State",
            "name": "Nevada"
          }
        },
        {
          "@type": "City",
          "name": "Henderson",
          "containedInPlace": {
            "@type": "State",
            "name": "Nevada"
          }
        },
        {
          "@type": "City",
          "name": "Enterprise",
          "containedInPlace": {
            "@type": "State",
            "name": "Nevada"
          }
        },
        {
          "@type": "City",
          "name": "Huntington Beach",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Long Beach",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "Thousand Oaks",
          "containedInPlace": {
            "@type": "State",
            "name": "California"
          }
        },
        {
          "@type": "City",
          "name": "North Las Vegas",
          "containedInPlace": {
            "@type": "State",
            "name": "Nevada"
          }
        }
      ],
      "location": [
        {
          "@id": "https://www.dalinghausconstruction.com/#location-lake-elsinore-ca"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-irvine-ca"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-westlake-village-ca"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-la-mesa-ca"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-carlsbad-ca"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-phoenix-az"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-flagstaff-az"
        },
        {
          "@id": "https://www.dalinghausconstruction.com/#location-prescott-az"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-lake-elsinore-ca",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "445 Birch St",
        "addressLocality": "Lake Elsinore",
        "addressRegion": "CA",
        "postalCode": "92530",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.6837288,
        "longitude": -117.3382842
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJI32jzpBi24ARf7KbCp_6Q-A"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-irvine-ca",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "9891 Irvine Center Dr",
        "addressLocality": "Irvine",
        "addressRegion": "CA",
        "postalCode": "92618",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.6306037,
        "longitude": -117.7289904
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJHZDf8HDo3IARAU7ITcsgBDE"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-westlake-village-ca",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "2945 Townsgate Rd STE 200",
        "addressLocality": "Westlake Village",
        "addressRegion": "CA",
        "postalCode": "91361",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 34.1528352,
        "longitude": -118.8218311
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJTSjuaEcl6IARBB6qBRqCXRA"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-la-mesa-ca",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "3855 Avocado Blvd Suite 120-C",
        "addressLocality": "La Mesa",
        "addressRegion": "CA",
        "postalCode": "91941",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 32.7493643,
        "longitude": -116.9614669
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJhUlkyqtb2YARGwQAEvHWJTY"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-carlsbad-ca",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "1902 Wright Pl, Office #280",
        "addressLocality": "Carlsbad",
        "addressRegion": "CA",
        "postalCode": "92008",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.1212599,
        "longitude": -117.2877375
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJUclWCxtz3IARyYDdDskRuoY"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-phoenix-az",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "3801 E Roeser Rd #15",
        "addressLocality": "Phoenix",
        "addressRegion": "AZ",
        "postalCode": "85040",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 33.3987503,
        "longitude": -111.9984817
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJueJkHWY4cI0R__S6-reBUyo"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-flagstaff-az",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "13 N San Francisco St #9",
        "addressLocality": "Flagstaff",
        "addressRegion": "AZ",
        "postalCode": "86001",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 35.1978756,
        "longitude": -111.6482094
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJA46P6H6PLYcRbrspO1dudWI"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": [
        "LocalBusiness",
        "GeneralContractor"
      ],
      "@id": "https://www.dalinghausconstruction.com/#location-prescott-az",
      "name": "Dalinghaus Foundation Repair",
      "telephone": "+1-877-360-9227",
      "parentOrganization": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "141 S McCormick St Ste 206L",
        "addressLocality": "Prescott",
        "addressRegion": "AZ",
        "postalCode": "86303",
        "addressCountry": "US"
      },
      "geo": {
        "@type": "GeoCoordinates",
        "latitude": 34.5403745,
        "longitude": -112.4726076
      },
      "image": "https://www.dalinghausconstruction.com/assets/logo-wordmark.svg",
      "sameAs": [
        "https://www.google.com/maps/place/?q=place_id:ChIJmaIP5y0pLYcR04DqJHN5Yc8"
      ],
      "openingHoursSpecification": [
        {
          "@type": "OpeningHoursSpecification",
          "dayOfWeek": [
            "Monday",
            "Tuesday",
            "Wednesday",
            "Thursday",
            "Friday"
          ],
          "opens": "07:00",
          "closes": "18:30"
        }
      ]
    },
    {
      "@type": "Person",
      "@id": "https://www.dalinghausconstruction.com/#founder",
      "name": "Brian Dalinghaus",
      "jobTitle": "Co-Founder",
      "worksFor": {
        "@id": "https://www.dalinghausconstruction.com/#organization"
      },
      "url": "https://www.dalinghausconstruction.com/author/brian-dalinghaus/"
    }
  ]
}
```
