Structured Data

    Todd's Painting

    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: "Todd's Painting",
      description: "Todd's Painting is a full-service residential painting company serving the Charlottesville area with expertise in both interior and exterior projects. The business handles everything from fresh wall paint to cabinet refinishing, delivering quality workmanship on homes throughout the region. Todd's commitment to customer satisfaction and attention to detail has made them a trusted choice for homeowners looking to refresh their properties.",
      telephone: "+1-434-305-5916",
      address: {
        @type: "PostalAddress",
        streetAddress: "1000 Monticello Rd #101",
        addressLocality: "Charlottesville",
        addressRegion: "VA",
        postalCode: "22902",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.0233725,
        longitude: -78.4733138
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "42",
        bestRating: "5"
      },
      areaServed: "Charlottesville, VA and surrounding areas",
      knowsAbout: "Interior & Exterior Painting, Homeowners seeking reliable interior or exterior painting, Homeowners wanting cabinet refinishing services, Residential property owners in Charlottesville",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Capabilities"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Customer-Focused Approach"
        }
      ],
      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.