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: "McCray & Sons Home Improvement LLC",
description: "McCray & Sons Home Improvement LLC is a local home improvement contractor based in Las Vegas serving the surrounding area. They handle a variety of home improvement projects for residential clients looking to upgrade or repair their properties. With a focus on personalized service from a locally-owned business, they work directly with homeowners on their renovation and improvement needs.",
telephone: "+1-725-256-3402",
address: {
@type: "PostalAddress",
streetAddress: "7350 W Centennial Pkwy #3021",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89131",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.2779702,
longitude: -115.25371640000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Las Vegas, Nevada and surrounding areas",
knowsAbout: "General Contractors & Remodelers, Homeowners seeking local home improvement services, residential renovation projects",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local & Independent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Home Improvement"
}
],
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.