Structured Data

    David's Tires

    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: "David's Tires",
      description: "David's Tires is a full-service tire and auto repair shop in San Diego specializing in tire sales, installation, and wheel alignment. They stock a wide selection of tire brands and offer comprehensive auto repair services including brakes, oil changes, and general maintenance. With over 200 customer reviews, David's Tires is known for reliable service and fair pricing in the Federal Boulevard area.",
      telephone: "+1-619-269-5407",
      address: {
        @type: "PostalAddress",
        streetAddress: "4724 Federal Blvd",
        addressLocality: "San Diego",
        addressRegion: "CA",
        postalCode: "92102",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7217398,
        longitude: -117.0929372
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "218",
        bestRating: "5"
      },
      areaServed: "San Diego, CA and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, Fleet owners, DIY car enthusiasts, Local San Diego residents needing routine maintenance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Auto Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Multiple Tire Brands"
        }
      ],
      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.