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: "Law Office James Patrick Barrett PA",
description: "Law Office James Patrick Barrett PA is an independent legal practice located in downtown Washington, DC, serving clients with comprehensive legal services. While specific practice areas are not detailed on their online presence, the firm operates as a full-service law office providing consulting and legal representation to individuals and businesses in the DC area.",
url: "http://jamespbarrettlaw.com/",
telephone: "+1-202-455-0726",
address: {
@type: "PostalAddress",
streetAddress: "1455 Pennsylvania Ave NW suite 400",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20004",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.896471,
longitude: -77.0323901
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "30",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Estate Planning & Wills, Individuals and businesses seeking legal counsel in the Washington, DC area",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown DC Location"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent 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.