Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Shelly Law Office",
description: "Shelly Law Office is an independent law practice in Corpus Christi providing legal consulting and representation services. With a focus on personalized client service, they handle a variety of legal matters for individuals and businesses in the Coastal Bend area.",
telephone: "+1-361-985-6464",
address: {
@type: "PostalAddress",
streetAddress: "5102 Holly Rd suite a",
addressLocality: "Corpus Christi",
addressRegion: "TX",
postalCode: "78411",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.703034,
longitude: -97.38435799999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "2",
bestRating: "5"
},
areaServed: "Corpus Christi and surrounding areas, Texas",
knowsAbout: "Family Law, Individuals and small business owners seeking legal counsel and representation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local, Independent Practice"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Accessible 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.