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: "SOS Road Service LLC",
description: "SOS Road Service LLC is a Laredo-based tire shop and auto repair facility offering comprehensive automotive services including tire sales, installation, and general car repair. With a focus on roadside assistance and vehicle maintenance, they serve the local community with reliable service for tire needs and mechanical repairs.",
telephone: "+1-956-337-3878",
address: {
@type: "PostalAddress",
streetAddress: "3105 Potomac Loop",
addressLocality: "Laredo",
addressRegion: "TX",
postalCode: "78046",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.469895599999997,
longitude: -99.4642803
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.4",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Laredo, TX and surrounding areas",
knowsAbout: "Tire Shops, Local drivers needing tire service, routine auto maintenance, emergency roadside assistance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Roadside Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Shop"
}
],
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.