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: "Godinez Tires",
description: "Godinez Tires is a full-service tire shop and auto repair facility in Sunnyvale specializing in tire sales, installation, and general automotive maintenance. They stock a wide selection of tire brands and offer professional installation, balancing, and alignment services. The shop also provides comprehensive car repair services, making them a one-stop destination for both tire needs and routine vehicle maintenance.",
telephone: "+1-408-730-2396",
address: {
@type: "PostalAddress",
streetAddress: "283 N Fair Oaks Ave",
addressLocality: "Sunnyvale",
addressRegion: "CA",
postalCode: "94085",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 37.3813586,
longitude: -122.01885539999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.5",
reviewCount: "188",
bestRating: "5"
},
areaServed: "Sunnyvale and surrounding South Bay communities",
knowsAbout: "Tire Shops, Budget-conscious drivers, commuters needing quick tire service, vehicle owners seeking one-stop maintenance and repair",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Full Auto Repair Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Family 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.