Structured Data

    M & M Garage

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

    Schema.org / LocalBusiness
    |
    56 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "M & M Garage",
      description: "M & M Garage is an independently owned auto repair and paint shop serving the Berkeley area since 1998, specializing in auto body repair, collision damage, and professional auto paint services for any make and model vehicle. With over 50 years of combined experience, they're an insurance-approved shop that delivers honest, reliable service backed by comprehensive repairs and color-matched paint work. They offer free estimates and handle everything from minor paint work to full auto body restoration.",
      url: "http://mmautobodyshop.com/",
      telephone: "+1-510-527-8410",
      address: {
        @type: "PostalAddress",
        streetAddress: "1505 San Pablo Ave",
        addressLocality: "Berkeley",
        addressRegion: "CA",
        postalCode: "94702",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.8761802,
        longitude: -122.29416040000001
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "101",
        bestRating: "5"
      },
      areaServed: "Berkeley and surrounding East Bay areas",
      knowsAbout: "Auto Body & Collision, Accident victims with insurance claims, daily drivers needing collision repair, owners seeking professional paint matching",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Insurance-Approved Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Complete Auto Body & Paint Services"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Free Estimates"
        }
      ],
      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.