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: "McCoy's Building Supply",
description: "McCoy's Building Supply in Pasadena is a full-service building materials retailer offering lumber, tools, hardware, roofing supplies, and home improvement products for both DIY enthusiasts and professional contractors. With competitive pricing and knowledgeable staff, McCoy's serves the greater Houston area as a one-stop shop for construction and renovation projects of any size.",
url: "https://www.mccoys.com/stores/pasadena-tx",
telephone: "+1-281-487-7888",
address: {
@type: "PostalAddress",
streetAddress: "6100 Red Bluff Rd",
addressLocality: "Pasadena",
addressRegion: "TX",
postalCode: "77505",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.656246099999994,
longitude: -95.1275177
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "193",
bestRating: "5"
},
areaServed: "Pasadena, TX and surrounding Greater Houston area",
knowsAbout: "Handyman Services, DIY homeowners, Contractors and builders, Renovation projects, Home improvement enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Wide Product Selection"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Contractor & DIY Friendly"
}
],
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.