Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Women's Family Law Firm",
description: "Women's Family Law Firm specializes in family law matters including divorce, child custody, support agreements, and mediation services in the Orlando area. The firm is dedicated to representing clients through sensitive family transitions with a focus on protecting their rights and best interests. They offer free initial consultations to help clients understand their options and develop effective legal strategies.",
url: "https://womensfamilylawfirm.com/",
telephone: "+1-407-574-8085",
address: {
@type: "PostalAddress",
streetAddress: "3801 Avalon Park E Blvd Ste 200",
addressLocality: "Orlando",
addressRegion: "FL",
postalCode: "32828",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 28.5102276,
longitude: -81.15426389999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "56",
bestRating: "5"
},
areaServed: "Orlando and surrounding Central Florida communities",
knowsAbout: "Family Law, Women navigating divorce, parents seeking custody arrangements, individuals needing support agreements, families interested in mediation alternatives",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Women's Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Initial Consultation"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediation Services Available"
}
],
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.