Structured Data

    Super Painting Co.

    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: "Super Painting Co.",
      description: "Super Painting Co. is a full-service painting contractor based in San Pedro, CA, specializing in both residential and commercial painting projects. The team handles interior and exterior painting with attention to quality finishes and customer satisfaction. They serve the San Pedro area and surrounding Los Angeles communities with professional painting services for homes and businesses.",
      url: "https://superpaintingco.com/",
      telephone: "+1-424-482-3177",
      address: {
        @type: "PostalAddress",
        streetAddress: "207 N Ellery Pl",
        addressLocality: "San Pedro",
        addressRegion: "CA",
        postalCode: "90732",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 33.7455983,
        longitude: -118.31207469999998
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.8",
        reviewCount: "68",
        bestRating: "5"
      },
      areaServed: "San Pedro, CA and surrounding Los Angeles area",
      knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, Small business owners, Property managers",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Both Residential and Commercial"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local San Pedro Operation"
        }
      ],
      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.