Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Astoria House Painters",
description: "Astoria House Painters is an independent painting contractor serving the Queens area and nearby boroughs. They specialize in both interior and exterior residential painting, offering professional finish work for homeowners looking to refresh or update their properties. With a focus on quality craftsmanship and customer satisfaction, they handle painting projects of varying sizes.",
telephone: "+1-551-220-0633",
address: {
@type: "PostalAddress",
streetAddress: "32-05 Newtown Ave",
addressLocality: "Astoria",
addressRegion: "NY",
postalCode: "11102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.7668464,
longitude: -73.9200017
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "14",
bestRating: "5"
},
areaServed: "Astoria, Queens, NY and surrounding neighborhoods",
knowsAbout: "Interior & Exterior Painting, Homeowners seeking interior or exterior painting, Residential property updates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Independent Operator"
},
{
@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.