Structured Data

    A1 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: "A1 Painting",
      description: "A1 Painting is a locally-owned painting contractor serving Lubbock, TX with expertise in both residential and commercial projects. The business offers professional painting services backed by quality workmanship and customer satisfaction. They handle interior and exterior painting work for homeowners and businesses throughout the Lubbock area.",
      telephone: "+1-806-793-2711",
      address: {
        @type: "PostalAddress",
        streetAddress: "5619 38th St",
        addressLocality: "Lubbock",
        addressRegion: "TX",
        postalCode: "79407",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.5598327,
        longitude: -101.9343088
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "1",
        bestRating: "5"
      },
      areaServed: "Lubbock, TX and surrounding areas",
      knowsAbout: "Interior & Exterior Painting, Homeowners, Commercial property owners, Residential renovations, Small to medium painting projects",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Lubbock Business"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Residential & Commercial Services"
        }
      ],
      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.