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: "Greystone Kitchens",
description: "Greystone Kitchens is a full-service kitchen remodeling company and showroom in Jacksonville that specializes in custom kitchen design, cabinetry, countertops, and complete renovation projects. They operate as both a building materials retailer and general contractor, offering in-house design consultation and professional installation services. With a physical showroom showcasing quality materials and finishes, they guide homeowners from initial concept through final completion.",
url: "http://www.greystonekitchens.com/",
telephone: "+1-904-213-9100",
address: {
@type: "PostalAddress",
streetAddress: "9456 Philips Hwy # 9",
addressLocality: "Jacksonville",
addressRegion: "FL",
postalCode: "32256",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.191208,
longitude: -81.565471
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "165",
bestRating: "5"
},
areaServed: "Jacksonville and surrounding areas, Florida",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking complete kitchen renovations, families wanting custom cabinetry solutions, homeowners looking to view materials in person before purchasing",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Showroom with Display Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Design-Build Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Building Materials Expertise"
}
],
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.