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: "P Street Pet Practice",
description: "P Street Pet Practice is a full-service veterinary clinic in Washington, DC offering comprehensive pet care including routine exams, preventative medicine, dental services, pharmacy, and anesthetic procedures. The experienced team provides compassionate, high-quality veterinary medicine with extended weekday hours (9am-7pm) to accommodate busy pet owners. They welcome new clients and are dedicated to treating every patient with the same loving attention they'd give their own pets.",
url: "http://www.pstreetpetpractice.com/",
telephone: "+1-202-827-3790",
address: {
@type: "PostalAddress",
streetAddress: "34 P St NE",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20002",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.9097839,
longitude: -77.0075165
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "400",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding communities",
knowsAbout: "Veterinarians, Pet owners in Washington DC seeking preventative care, new pet owners, pets needing dental services",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Extended Weekday Hours"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Experienced Team"
}
],
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.