Structured Data

    Heating & Cooling

    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 & Cooling",
      description: "Heating & Cooling is a full-service HVAC company based in Brooklyn offering installation, repair, and maintenance for residential heating and cooling systems. With a 4.7-star rating from customers, they provide prompt service to keep homes comfortable year-round. They specialize in diagnosing and fixing air conditioning and heating issues quickly and professionally.",
      telephone: "+1-347-929-8851",
      address: {
        @type: "PostalAddress",
        streetAddress: "98 Knickerbocker Ave",
        addressLocality: "Brooklyn",
        addressRegion: "NY",
        postalCode: "11237",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 40.7053105,
        longitude: -73.93019079999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "12",
        bestRating: "5"
      },
      areaServed: "Brooklyn, NY and surrounding areas",
      knowsAbout: "HVAC & Heating, Brooklyn homeowners, rental property managers, families needing heating repairs before winter, households with AC issues in summer",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Brooklyn 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.