Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Home X Construction",
description: "Home X Construction is a full-service general contractor based in Jacksonville specializing in residential remodeling and construction projects. The company handles kitchen remodels, bathroom renovations, room additions, and custom home improvements with a focus on quality craftsmanship and client satisfaction. They offer design-build services to guide homeowners from initial concept through final completion.",
url: "https://www.homexc.com/",
telephone: "+1-904-619-2180",
address: {
@type: "PostalAddress",
streetAddress: "4796 Hodges Blvd #208",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32224",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.257956699999994,
longitude: -81.46723
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "60",
bestRating: "5"
},
areaServed: "Jacksonville, FL and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking kitchen or bathroom remodels, homeowners planning room additions, families looking to expand their living space",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Jacksonville 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.