Structured Data

    FIG Real Estate

    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: "FIG Real Estate",
      description: "FIG Real Estate is an independent real estate agency based in Houston's Heights neighborhood, serving buyers and sellers across the greater Houston area. The team specializes in residential transactions and brings local market expertise to help clients navigate one of Texas's most dynamic real estate markets. FIG combines personalized service with deep knowledge of Houston's diverse neighborhoods.",
      url: "http://figtx.com/",
      telephone: "+1-713-516-0399",
      address: {
        @type: "PostalAddress",
        streetAddress: "512 Heights Blvd",
        addressLocality: "Houston",
        addressRegion: "TX",
        postalCode: "77007",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 29.7800946,
        longitude: -95.39706939999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "12",
        bestRating: "5"
      },
      areaServed: "Houston, TX and surrounding areas",
      knowsAbout: "Real Estate Agents, Houston homebuyers, sellers in transition, first-time home buyers, investors exploring the Houston market",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Neighborhood Expertise"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Agency"
        }
      ],
      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.