Structured Data

    Cerda's Tire Shop

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    49 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Cerda's Tire Shop",
      description: "Cerda's Tire Shop is an independent tire repair and automotive service center located in San Antonio. They specialize in tire sales, repairs, and replacements, along with general car repair services. The shop serves the local San Antonio community with reliable, straightforward tire and automotive maintenance.",
      address: {
        @type: "PostalAddress",
        streetAddress: "338 Castroville Rd",
        addressLocality: "San Antonio",
        addressRegion: "TX",
        postalCode: "78207",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 29.4189194,
        longitude: -98.5432514
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "6",
        bestRating: "5"
      },
      areaServed: "San Antonio, TX and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, DIY car owners, regular maintenance customers, local San Antonio residents seeking personalized service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Local Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full Tire Services"
        }
      ],
      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.