Structured Data

    Think 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: "Think Real Estate",
      description: "Think Real Estate is an independent real estate agency based in Portland's Buckman neighborhood, specializing in residential sales and helping clients navigate the local market. The team combines local expertise with a commitment to personalized service, guiding buyers and sellers through every step of the transaction process in Portland and surrounding areas.",
      url: "http://think-portland.com/",
      telephone: "+1-503-847-2722",
      address: {
        @type: "PostalAddress",
        streetAddress: "212 SE 18th Ave",
        addressLocality: "Portland",
        addressRegion: "OR",
        postalCode: "97214",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.521298,
        longitude: -122.64724459999998
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.6",
        reviewCount: "37",
        bestRating: "5"
      },
      areaServed: "Portland, OR and surrounding areas",
      knowsAbout: "Real Estate Agents, Local Portland buyers, Sellers in the Portland metro area, First-time homebuyers seeking personalized guidance",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Agency"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Neighborhood Location"
        }
      ],
      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.