Structured Data

    Roosevelt Automotive - a Main Street Auto shop

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Roosevelt Automotive - a Main Street Auto shop",
      description: "Roosevelt Automotive is a full-service auto repair shop on East Franklin Boulevard in Gastonia, NC, offering tire sales, car repair, and auto parts. They handle routine maintenance, repairs, and tire services for local vehicle owners seeking reliable, personalized service from a Main Street establishment.",
      url: "https://mainstreetauto.com/location/roosevelt-automotive/",
      telephone: "+1-704-240-5309",
      address: {
        @type: "PostalAddress",
        streetAddress: "191 E Franklin Blvd",
        addressLocality: "Gastonia",
        addressRegion: "NC",
        postalCode: "28052",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.261919,
        longitude: -81.1805091
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "330",
        bestRating: "5"
      },
      areaServed: "Gastonia, NC and surrounding areas",
      knowsAbout: "Auto Repair & Mechanics, Local vehicle owners needing routine maintenance, DIY mechanics sourcing parts, drivers requiring tire replacement",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Shop"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Main Street Business"
        }
      ],
      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.