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: "Ewing Outdoor Supply",
description: "Ewing Outdoor Supply is an independent outdoor equipment and supply retailer located in Los Angeles serving homeowners and contractors with landscaping, irrigation, and outdoor maintenance products. They offer a wide selection of outdoor gear, tools, and supplies for both residential and professional use, with knowledgeable staff to help customers find the right equipment for their projects.",
url: "http://www.ewingoutdoorsupply.com/",
telephone: "+1-310-479-9533",
address: {
@type: "PostalAddress",
streetAddress: "2241 Corinth Ave",
addressLocality: "Los Angeles",
addressRegion: "CA",
postalCode: "90064",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 34.036154100000005,
longitude: -118.4412898
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "28",
bestRating: "5"
},
areaServed: "Los Angeles and surrounding areas",
knowsAbout: "Landscaping & Lawn Care, Homeowners doing outdoor projects, Landscapers and contractors, DIY enthusiasts",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Retail Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Professional & DIY Selection"
}
],
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.