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: "Legal Writing Experts",
description: "Legal Writing Experts is a Brooklyn-based law firm specializing in legal document preparation and writing services. They assist clients with drafting, reviewing, and perfecting legal documents across various practice areas. The firm combines legal expertise with strong writing skills to ensure clear, accurate, and persuasive legal documentation.",
url: "http://legalwritingexperts.com/",
telephone: "+1-251-291-9127",
address: {
@type: "PostalAddress",
streetAddress: "45 North Lawrence Circle",
addressLocality: "Brooklyn",
addressRegion: "NY",
postalCode: "11203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 40.651509499999996,
longitude: -73.933038
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "1",
bestRating: "5"
},
areaServed: "Brooklyn, New York and surrounding areas",
knowsAbout: "Estate Planning & Wills, Small business owners, individuals needing document preparation, legal professionals seeking writing assistance, clients requiring clear legal documentation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Specialized Writing Focus"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Document Services"
}
],
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.