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: "Emely's Shop",
description: "Emely's Shop is a full-service auto repair and tire shop located in Lakewood, Colorado, offering tire sales, installation, and comprehensive car repair services. The shop handles everything from routine maintenance to complex repairs, serving both individual vehicle owners and commercial fleet customers with quality workmanship and competitive pricing.",
telephone: "+1-303-418-6724",
address: {
@type: "PostalAddress",
streetAddress: "2690 Youngfield St",
addressLocality: "Lakewood",
addressRegion: "CO",
postalCode: "80215",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.7551951,
longitude: -105.14211379999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "170",
bestRating: "5"
},
areaServed: "Lakewood, Denver, and surrounding areas",
knowsAbout: "Tire Shops, Individual car owners needing routine maintenance, drivers requiring tire replacement, fleet managers, budget-conscious vehicle owners",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Auto Care"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Established Local Business"
}
],
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.