Structured Data

    4 D's Auto Mechanic

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

    Schema.org / LocalBusiness
    |
    45 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "4 D's Auto Mechanic",
      description: "4 D's Auto Mechanic is an independent auto repair shop in Corpus Christi specializing in general automotive maintenance and repairs. Located on Carroll Lane, they serve the local community with hands-on mechanical work for various vehicle needs.",
      telephone: "+1-361-855-1339",
      address: {
        @type: "PostalAddress",
        streetAddress: "5637 Carroll Ln Rear#5",
        addressLocality: "Corpus Christi",
        addressRegion: "TX",
        postalCode: "78415",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 27.7164929,
        longitude: -97.41158709999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "17",
        bestRating: "5"
      },
      areaServed: "Corpus Christi, TX and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Local vehicle owners seeking general auto repair and maintenance services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Local Shop"
        }
      ],
      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.