Structured Data

    Ira's Garage

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

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Ira's Garage",
      description: "Ira's Garage is an independent auto repair shop in Colorado Springs offering comprehensive vehicle maintenance and repair services. With a 4.6-star rating from 45 reviews, they handle everything from routine maintenance to complex repairs, serving the local community with reliable, honest service.",
      telephone: "+1-719-632-8104",
      address: {
        @type: "PostalAddress",
        streetAddress: "2011 E Platte Ave A",
        addressLocality: "Colorado Springs",
        addressRegion: "CO",
        postalCode: "80909",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.8367206,
        longitude: -104.7911697
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "45",
        bestRating: "5"
      },
      areaServed: "Colorado Springs and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Local vehicle owners seeking honest repairs, budget-conscious drivers, regular maintenance customers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Local Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Repairs"
        }
      ],
      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.