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: "Law Office of Stephen J. Reichert, LLC",
description: "Law Office of Stephen J. Reichert, LLC is a Baltimore-based legal practice specializing in estate planning, probate administration, and property law. Attorney Stephen J. Reichert personally handles all aspects of cases, offering services including will preparation, trust creation, probate matters, real estate deeds, business law, tax appeals, and intellectual property (trademarks and copyrights). The firm provides free confidential consultations and handles most projects remotely for client convenience.",
url: "http://www.reichertlegal.com/",
telephone: "+1-410-299-4959",
address: {
@type: "PostalAddress",
streetAddress: "2221 Lake Ave",
addressLocality: "Baltimore",
addressRegion: "MD",
postalCode: "21213",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 39.328292,
longitude: -76.5801122
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "261",
bestRating: "5"
},
areaServed: "Baltimore, Maryland and surrounding areas",
knowsAbout: "Estate Planning & Wills, Individuals planning estates, families managing probate matters, small to large business owners, property owners with deed concerns",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Remote Convenience"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Free Confidential Consultation"
}
],
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.