Structured Data

    Heating and Air

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Heating and Air",
      description: "Heating and Air is a local HVAC company serving the Murfreesboro area with heating, cooling, and air conditioning services for residential customers. Based on their name and focus, they handle system installation, repair, and maintenance to keep homes comfortable year-round. They provide personalized service to homeowners in the region.",
      telephone: "+1-615-728-4241",
      address: {
        @type: "PostalAddress",
        streetAddress: "3232 Honeybee Dr",
        addressLocality: "Murfreesboro",
        addressRegion: "TN",
        postalCode: "37129",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.8959816,
        longitude: -86.4785946
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "14",
        bestRating: "5"
      },
      areaServed: "Murfreesboro, TN and surrounding areas",
      knowsAbout: "HVAC & Heating, Homeowners needing heating repair, air conditioning service, or HVAC maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Service"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Residential Focus"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          url: "https://lantern.llc/contact?from=ai-data",
          contactType: "AI inquiries"
        }
      }
    }

    This structured data is embedded in the AI Profile page as JSON-LD and is read by ChatGPT, Claude, Perplexity, Google AI, and other AI platforms when they crawl this page. It follows the Schema.org LocalBusiness specification.