Structured Data

    Alexandria

    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: "Alexandria",
      description: "Alexandria is a general contracting company serving the Alexandria, VA area with comprehensive home improvement and construction services. They handle remodeling, repairs, and renovation projects for residential clients seeking quality craftsmanship and reliable project management.",
      telephone: "+1-703-202-6063",
      address: {
        @type: "PostalAddress",
        streetAddress: "6220 Richmond Hwy",
        addressLocality: "Alexandria",
        addressRegion: "VA",
        postalCode: "22303",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.783739,
        longitude: -77.0773038
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.7",
        reviewCount: "16",
        bestRating: "5"
      },
      areaServed: "Alexandria, Virginia and surrounding areas",
      knowsAbout: "Home Remodeling, Homeowners planning renovations, property investors, homeowners needing repairs",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive 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.