Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 45 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Attorneys At Law",
description: "Attorneys At Law is a legal practice based in Corpus Christi offering general legal services to the local community. With an office on South Port Avenue, they serve clients needing professional legal representation and counsel.",
telephone: "+1-361-883-8631",
address: {
@type: "PostalAddress",
streetAddress: "809 S Port Ave",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78405",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.7834674,
longitude: -97.42071399999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "3.2",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Corpus Christi, TX and surrounding areas",
knowsAbout: "Family Law, Local residents needing legal representation and counsel",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Presence"
}
],
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.