Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Mario's Used Tire Shop and Auto of Fredericksburg",
description: "Mario's Used Tire Shop and Auto is a full-service tire and automotive repair facility in Fredericksburg offering used and new tires, wheel alignment, and comprehensive auto repair services including brakes, oil changes, and general maintenance. The shop specializes in affordable tire solutions without sacrificing quality, serving both individual vehicle owners and commercial customers looking for reliable, budget-conscious tire and repair options.",
url: "https://mariostireandauto.com/",
telephone: "+1-540-370-4225",
address: {
@type: "PostalAddress",
streetAddress: "5151 Plank Rd",
addressLocality: "Fredericksburg",
addressRegion: "VA",
postalCode: "22407",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.2904002,
longitude: -77.5502763
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "304",
bestRating: "5"
},
areaServed: "Fredericksburg, VA and surrounding areas",
knowsAbout: "Tire Shops, Budget-conscious drivers, Used tire buyers, Commercial fleet operators, General auto maintenance seekers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Used & New Tire Options"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Established Business"
}
],
publisher: {
@type: "Organization",
name: "Lantern",
url: "https://lantern.llc",
contactPoint: {
@type: "ContactPoint",
email: "ai@lantern.llc",
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.