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: "Weiner Law Group",
description: "Weiner Law Group is a Las Vegas-based criminal defense firm representing clients facing DUI, felony, misdemeanor, and drug charges. With locations throughout Nevada, the firm combines aggressive courtroom advocacy with personalized client service to protect rights and pursue the best possible outcomes in criminal cases.",
url: "https://weinerlawnevada.com/",
telephone: "+1-702-202-0500",
address: {
@type: "PostalAddress",
streetAddress: "2820 W Charleston Blvd #35",
addressLocality: "Las Vegas",
addressRegion: "NV",
postalCode: "89102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 36.1600884,
longitude: -115.18084410000002
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.2",
reviewCount: "39",
bestRating: "5"
},
areaServed: "Las Vegas and surrounding Nevada areas",
knowsAbout: "Criminal Defense, Individuals facing DUI charges, felony accusations, drug-related charges, or other serious criminal matters in Nevada",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Criminal Defense"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Nevada Practice"
}
],
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.