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: "Taylor Law & Mediation PLLC",
description: "Taylor Law & Mediation PLLC is a Boise-based law firm specializing in family law, divorce, and mediation services. Led by experienced attorneys, they help clients navigate complex family matters including divorce representation, child custody disputes, and collaborative resolution through mediation. Their approach combines legal expertise with conflict resolution skills to achieve outcomes that work for families.",
url: "https://taylorlm.com/",
telephone: "+1-208-587-3294",
address: {
@type: "PostalAddress",
streetAddress: "168 N 9th St Suite 2B",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83702",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.6165808,
longitude: -116.204066
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "61",
bestRating: "5"
},
areaServed: "Boise and Ada County, Idaho",
knowsAbout: "Family Law, Couples seeking divorce or separation, parents involved in custody disputes, families looking for mediation-based conflict resolution",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Mediation Specialists"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Family Law Focus"
}
],
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.