Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 39 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Sigmon Law PLLC",
description: "Sigmon Law PLLC is a Houston-based law firm located on Yoakum Boulevard offering legal services to clients throughout the area. While specific practice areas are not detailed in available information, the firm serves the Houston community with professional legal representation and counsel.",
telephone: "+1-713-333-7979",
address: {
@type: "PostalAddress",
streetAddress: "4301 Yoakum Blvd",
addressLocality: "Houston",
addressRegion: "TX",
postalCode: "77006",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 29.734295699999997,
longitude: -95.3920728
},
areaServed: "Houston, TX and surrounding areas",
knowsAbout: "Personal Injury Law, Individuals and businesses seeking legal representation in the Houston area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Houston-Based 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.