Structured Data

    Auto Towing & 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: "Auto Towing & Repairs",
      description: "Auto Towing & Repairs is a full-service automotive facility in Lexington, VA offering both towing and repair services. They handle general auto repairs and maintenance for vehicles in the area, providing local residents and travelers with convenient one-stop service for mechanical issues and roadside assistance.",
      telephone: "+1-540-463-9600",
      address: {
        @type: "PostalAddress",
        streetAddress: "625 Beatty Hollow",
        addressLocality: "Lexington",
        addressRegion: "VA",
        postalCode: "24450",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.79898,
        longitude: -79.486846
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "81",
        bestRating: "5"
      },
      areaServed: "Lexington, VA and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Local vehicle owners, commuters needing repairs, travelers requiring roadside assistance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Combined Towing & Repair"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Accessibility"
        }
      ],
      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.