Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Top Choice Remodeling",
description: "Top Choice Remodeling is a Houston-based general contractor specializing in home remodeling projects ranging from kitchens and bathrooms to whole-home renovations. They provide design-build services that combine expert planning with professional execution, handling everything from initial consultation through final completion. Their team works directly with homeowners to transform living spaces with quality craftsmanship and attention to detail.",
url: "http://topchoiceremodels.com/",
telephone: "+1-832-430-6789",
address: {
@type: "PostalAddress",
streetAddress: "2180 N Loop W Suite 300",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77018",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.8121616,
longitude: -95.4384303
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "23",
bestRating: "5"
},
areaServed: "Houston and surrounding areas, Texas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking kitchen or bathroom renovations, families planning home additions, homeowners wanting design-build services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Remodeling"
}
],
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.