Structured Data

    Heating & Air Conditioning

    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 & Air Conditioning",
      description: "Heating & Air Conditioning is a full-service HVAC contractor based in Arlington, VA, specializing in installation, repair, and maintenance of heating and cooling systems for residential properties. They provide comprehensive climate control solutions to keep homes comfortable year-round in the Northern Virginia region.",
      telephone: "+1-571-628-1183",
      address: {
        @type: "PostalAddress",
        streetAddress: "728 N Glebe Rd",
        addressLocality: "Arlington",
        addressRegion: "VA",
        postalCode: "22203",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.8793053,
        longitude: -77.1131668
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "9",
        bestRating: "5"
      },
      areaServed: "Arlington, VA and surrounding Northern Virginia communities",
      knowsAbout: "HVAC & Heating, Arlington homeowners needing AC repair, heating system maintenance, or HVAC installation",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Arlington Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service HVAC"
        }
      ],
      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.