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: "Sam Tire Shop & Auto Repair",
description: "Sam Tire Shop & Auto Repair is a full-service auto repair facility in Hillcrest Heights offering tire sales, installation, and comprehensive vehicle maintenance. They handle everything from tire replacements and wheel alignments to general auto repairs, serving both individual vehicle owners and commercial customers in the local area.",
telephone: "+1-301-909-1164",
address: {
@type: "PostalAddress",
streetAddress: "3722 Old Silver Hill Rd",
addressLocality: "Hillcrest Heights",
addressRegion: "MD",
postalCode: "20746",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8418548,
longitude: -76.945664
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "64",
bestRating: "5"
},
areaServed: "Hillcrest Heights, Maryland and surrounding areas",
knowsAbout: "Tire Shops, Individual vehicle owners needing tire service, Daily commuters requiring maintenance, Fleet operators and commercial drivers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Capability"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local 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.