# Ground Up Foundation Repair, Waterproofing and Concrete Leveling: Schema Summary

Reference summary of the structured data this site asserts in JSON-LD. Every page emits one script tag holding a single schema.org graph: the Organization and WebSite nodes below on every page, plus the page specific nodes listed after them.

## Organization and WebSite (every page)

```json
{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": [
        "Organization",
        "HomeAndConstructionBusiness"
      ],
      "@id": "https://groundupfoundationrepair.com/#organization",
      "name": "Ground Up Foundation Repair, Waterproofing and Concrete Leveling",
      "url": "https://groundupfoundationrepair.com",
      "telephone": "+16158806449",
      "email": "info@gubinc.net",
      "foundingDate": "2009",
      "description": "Family-owned foundation repair, waterproofing, crawl space, and concrete leveling company serving Middle Tennessee since 2009. Lifetime transferable warranty on pier systems.",
      "logo": {
        "@type": "ImageObject",
        "url": "https://groundupfoundationrepair.com/assets/groundup-logo.webp",
        "width": 320,
        "height": 113
      },
      "image": "https://groundupfoundationrepair.com/assets/og-default.jpg",
      "sameAs": [
        "https://www.facebook.com/GroundUpFoundationRepair/",
        "https://www.youtube.com/user/groundupbuilderstn",
        "https://www.google.com/maps/search/?api=1&query=Ground%20Up%20Foundation%20Repair%2C%203617%20Shelbyville%20Hwy%2C%20Murfreesboro%2C%20TN%2037127&query_place_id=ChIJQWMbVAj2Y4gR2GG3HG1zFhE",
        "https://www.bbb.org/us/tn/murfreesboro/profile/foundation-contractors/ground-up-foundation-repair-0573-37058038"
      ],
      "subjectOf": {
        "@type": "WebPage",
        "@id": "https://groundupfoundationrepair.com/knowledge/",
        "name": "Knowledge Bundle",
        "encodingFormat": "text/html"
      },
      "location": [
        {
          "@type": "LocalBusiness",
          "@id": "https://groundupfoundationrepair.com/#localbusiness-murfreesboro",
          "name": "Ground Up Foundation Repair, Murfreesboro",
          "telephone": "+16158806449",
          "address": {
            "@type": "PostalAddress",
            "streetAddress": "3617 Shelbyville Hwy",
            "addressLocality": "Murfreesboro",
            "addressRegion": "TN",
            "postalCode": "37127",
            "addressCountry": "US"
          },
          "geo": {
            "@type": "GeoCoordinates",
            "latitude": 35.7700284,
            "longitude": -86.4009211
          },
          "hasMap": "https://www.google.com/maps/place/?q=place_id:ChIJQWMbVAj2Y4gR2GG3HG1zFhE",
          "image": "https://groundupfoundationrepair.com/assets/og-default.jpg",
          "areaServed": [
            "Murfreesboro, TN",
            "Nashville, TN",
            "Franklin, TN",
            "Brentwood, TN",
            "Spring Hill, TN",
            "Smyrna, TN",
            "La Vergne, TN",
            "Mount Juliet, TN",
            "Hendersonville, TN",
            "Gallatin, TN",
            "Chattanooga, TN",
            "Cookeville, TN",
            "Columbia, TN",
            "Lebanon, TN",
            "Clarksville, TN",
            "Tullahoma, TN",
            "Nolensville, TN",
            "Antioch, TN",
            "Shelbyville, TN",
            "Manchester, TN",
            "Lawrenceburg, TN",
            "Hopkinsville, KY"
          ],
          "openingHoursSpecification": {
            "@type": "OpeningHoursSpecification",
            "dayOfWeek": [
              "Monday",
              "Tuesday",
              "Wednesday",
              "Thursday",
              "Friday"
            ],
            "opens": "07:00",
            "closes": "19:00"
          },
          "url": "https://groundupfoundationrepair.com"
        }
      ]
    },
    {
      "@type": "WebSite",
      "@id": "https://groundupfoundationrepair.com/#website",
      "name": "Ground Up Foundation Repair, Waterproofing and Concrete Leveling",
      "url": "https://groundupfoundationrepair.com",
      "publisher": {
        "@id": "https://groundupfoundationrepair.com/#organization"
      },
      "potentialAction": {
        "@type": "SearchAction",
        "target": {
          "@type": "EntryPoint",
          "urlTemplate": "https://groundupfoundationrepair.com?s={search_term_string}"
        },
        "query-input": "required name=search_term_string"
      }
    }
  ]
}
```

## Page specific nodes

- **BreadcrumbList** on every page below the homepage.
- **Service** on the silo hubs, sub service pages and city pages, with the Organization as provider and the served cities as areaServed, carrying county soil type and expansion risk where the site knows them.
- **FAQPage** wherever a page renders an FAQ block, built from the same questions and answers the visitor reads.
- **Article** on every blog post, with a Person node for the author that links the author hub page and the Organization.

## What is deliberately omitted

- **AggregateRating** appears only on the homepage and the reviews page, the two pages that display reviews, as 4.8 across 151 reviews (a dated floor, read 2026-09-16). It is not emitted on blog posts, problem sign pages or any other page.
- **Telephone** in the schema is always the Google Business Profile number. Tracking numbers used for call attribution never appear in structured data.
- **GeoCoordinates** are the listing's own coordinates for the Murfreesboro office, not a geocoder's guess at the address string.
- **Offices:** one LocalBusiness node, because the company has one office. No other office is asserted anywhere on the site.
