Structured Data

    Tony's Paint & Body 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: "Tony's Paint & Body Shop",
      description: "Tony's Paint & Body Shop is a full-service auto body repair facility in Soddy-Daisy specializing in collision repair, paint work, and custom bodywork. The shop handles everything from minor dents and scratches to major accident reconstruction, offering quality repairs with attention to detail. With years of experience serving the Chattanooga area, Tony's combines traditional craftsmanship with modern repair techniques.",
      url: "http://tonys-paint-body-shop.jany.io/",
      telephone: "+1-423-842-4633",
      address: {
        @type: "PostalAddress",
        streetAddress: "1704 Dallas Lake Rd",
        addressLocality: "Soddy-Daisy",
        addressRegion: "TN",
        postalCode: "37379",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 35.2067076,
        longitude: -85.1528855
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.5",
        reviewCount: "48",
        bestRating: "5"
      },
      areaServed: "Soddy-Daisy, Tennessee and surrounding Chattanooga area",
      knowsAbout: "Auto Body & Collision, Accident victims needing collision repair, vehicle owners with paint damage, classic car enthusiasts seeking restoration work",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Body Work"
        },
        {
          @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.