Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 51 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Smith & Vinson Law Firm - S Rock St Building 2",
description: "Smith & Vinson Law Firm is a criminal defense practice serving Georgetown and the surrounding area. Their Georgetown office provides legal representation for individuals facing criminal charges, including DUI/DWI, drug offenses, felonies, misdemeanors, and juvenile cases. The firm focuses on protecting clients' rights and building strong defense strategies.",
url: "https://www.smithandvinson.com/georgetown-criminal-defense/",
telephone: "+1-512-337-1230",
address: {
@type: "PostalAddress",
streetAddress: "307 S Rock St Building 2",
addressLocality: "Georgetown",
addressRegion: "TX",
postalCode: "78626",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 30.640108700000003,
longitude: -97.67865739999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "71",
bestRating: "5"
},
areaServed: "Georgetown, TX and surrounding communities",
knowsAbout: "Criminal Defense, Individuals facing criminal charges, DUI/DWI defendants, people needing felony or misdemeanor defense",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Criminal Defense Team"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Georgetown Office"
}
],
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.