Structured Data

    Alpha HVAC

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Alpha HVAC",
      description: "Alpha HVAC is a full-service heating, cooling, and ventilation company serving Brooklyn and the surrounding New York area. They provide comprehensive HVAC installation, repair, and maintenance services for residential and commercial clients. The company specializes in ensuring reliable climate control systems year-round.",
      url: "https://alpha-hvac.net/",
      telephone: "+1-347-295-8958",
      address: {
        @type: "PostalAddress",
        streetAddress: "1373 E 72nd St",
        addressLocality: "Brooklyn",
        addressRegion: "NY",
        postalCode: "11234",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.6238895,
        longitude: -73.9103623
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "21",
        bestRating: "5"
      },
      areaServed: "Brooklyn and surrounding New York City boroughs",
      knowsAbout: "HVAC & Heating, Brooklyn homeowners needing emergency repairs, commercial property managers, customers seeking seasonal maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service HVAC"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Brooklyn Presence"
        }
      ],
      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.