Structured Data

    J & S Automotive - Magnolia Ave

    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: "J & S Automotive - Magnolia Ave",
      description: "J & S Automotive is a full-service auto repair shop located in Buena Vista, VA, offering comprehensive vehicle maintenance and repair services for both foreign and domestic vehicles. The shop handles general repairs, diagnostics, and servicing to keep vehicles running reliably.",
      telephone: "+1-540-261-9950",
      address: {
        @type: "PostalAddress",
        streetAddress: "1930 Magnolia Ave",
        addressLocality: "Buena Vista",
        addressRegion: "VA",
        postalCode: "24416",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.7324767,
        longitude: -79.3549822
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "3.8",
        reviewCount: "5",
        bestRating: "5"
      },
      areaServed: "Buena Vista, VA and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Daily drivers needing routine maintenance, vehicle owners seeking reliable local repair service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        }
      ],
      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.