Structured Data

    Daly City Auto Repairs

    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: "Daly City Auto Repairs",
      description: "Daly City Auto Repairs is a full-service auto repair shop located in Colma offering maintenance, diagnostics, and repair services for a wide range of vehicles. With expertise in both foreign and domestic vehicles, they handle everything from routine oil changes and tire services to major engine work and transmission repairs. Their experienced technicians are committed to honest, quality service at competitive prices.",
      telephone: "+1-650-755-6060",
      address: {
        @type: "PostalAddress",
        streetAddress: "136 Reiner St",
        addressLocality: "Colma",
        addressRegion: "CA",
        postalCode: "94014",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.6880344,
        longitude: -122.4667563
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "109",
        bestRating: "5"
      },
      areaServed: "Daly City, Colma, South San Francisco, and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Daily commuters, budget-conscious car owners, multi-vehicle households",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Foreign & Domestic Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Capability"
        }
      ],
      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.