Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "High Point Realty",
description: "High Point Realty is a full-service real estate agency in Clearwater specializing in residential sales, buyer representation, and seller services throughout the Tampa Bay area. The team helps first-time homebuyers, investors, and move-up buyers navigate the local market with personalized guidance and market expertise. Known for their client-focused approach and deep knowledge of Clearwater and surrounding communities.",
url: "https://highpointrealtycorp.com/",
telephone: "+1-727-466-6697",
address: {
@type: "PostalAddress",
streetAddress: "413 Cleveland St",
addressLocality: "Clearwater",
addressRegion: "FL",
postalCode: "33755",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.965485599999997,
longitude: -82.8006781
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "55",
bestRating: "5"
},
areaServed: "Clearwater, Florida and Tampa Bay area",
knowsAbout: "Real Estate Agents, First-time homebuyers, Sellers looking to maximize their home's value, Investment property buyers, Relocating families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Market Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Client Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Real Estate Support"
}
],
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.