Structured Data

    Stephanie Cooper, Real Estate Agent

    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: "Stephanie Cooper, Real Estate Agent",
      description: "Stephanie Cooper is a dedicated real estate agent serving the Washington, DC market with expertise in residential property transactions. Based in downtown DC at 1017 O St NW, she works with buyers and sellers to navigate the local market, offering personalized service and local market knowledge to help clients achieve their real estate goals.",
      telephone: "+1-202-217-1127",
      address: {
        @type: "PostalAddress",
        streetAddress: "1017 O St NW",
        addressLocality: "Washington",
        addressRegion: "DC",
        postalCode: "20001",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.9087982,
        longitude: -77.02679909999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "60",
        bestRating: "5"
      },
      areaServed: "Washington, DC and surrounding metropolitan area",
      knowsAbout: "Real Estate Agents, DC homebuyers, residential sellers, first-time buyers in the Washington market",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Downtown DC Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Market Expertise"
        }
      ],
      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.