Structured Data

    Luna Tire Shop

    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: "Luna Tire Shop",
      description: "Luna Tire Shop is a San Diego tire and auto repair facility offering tire sales, installation, alignment services, and general automotive repair. With over a decade of local service, they provide both new and used tires across major brands, along with wheel balancing, alignment, and comprehensive car maintenance to keep vehicles running safely and efficiently.",
      telephone: "+1-619-762-9441",
      address: {
        @type: "PostalAddress",
        streetAddress: "3601 Imperial Ave",
        addressLocality: "San Diego",
        addressRegion: "CA",
        postalCode: "92113",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 32.7046283,
        longitude: -117.1164446
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.9",
        reviewCount: "12",
        bestRating: "5"
      },
      areaServed: "San Diego and surrounding areas",
      knowsAbout: "Tire Shops, Budget-conscious drivers, routine maintenance seekers, vehicle owners needing tire replacement or alignment services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Multiple Tire Brands"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Automotive"
        }
      ],
      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.