Structured Data

    Pedro's Painting Service

    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: "Pedro's Painting Service",
      description: "Pedro's Painting Service is a locally-owned painting contractor serving Norfolk and the surrounding area. They provide interior and exterior painting services for residential properties, with a focus on quality craftsmanship and attention to detail. Pedro's team handles everything from fresh wall paint to exterior home updates, delivering reliable service with competitive pricing.",
      url: "https://pedrospaintingservices.com/",
      telephone: "+1-757-541-2151",
      address: {
        @type: "PostalAddress",
        streetAddress: "2503 E Little Creek Rd #5",
        addressLocality: "Norfolk",
        addressRegion: "VA",
        postalCode: "23518",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 36.914933,
        longitude: -76.2113861
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.3",
        reviewCount: "11",
        bestRating: "5"
      },
      areaServed: "Norfolk, VA and surrounding areas",
      knowsAbout: "Interior & Exterior Painting, Homeowners needing interior or exterior painting, residential property managers, Norfolk-area residents seeking local painting contractors",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Locally-Owned & Operated"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Full-Service Painting"
        }
      ],
      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.