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: "HWP Insurance",
description: "HWP Insurance is an independent insurance agency serving the Washington, DC area with comprehensive coverage options including auto, home, life, and business insurance. As an independent agent, HWP Phillips partners with multiple carriers to find personalized coverage solutions tailored to each client's needs and budget. Their downtown DC location makes them easily accessible for consultations and policy management.",
url: "http://www.hwphillips.com/",
telephone: "+1-202-331-9200",
address: {
@type: "PostalAddress",
streetAddress: "80 M St SE #350",
addressLocality: "Washington",
addressRegion: "DC",
postalCode: "20003",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8771068,
longitude: -77.0063531
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.7",
reviewCount: "37",
bestRating: "5"
},
areaServed: "Washington, DC and surrounding areas",
knowsAbout: "Insurance Agents, Washington, DC residents, Small business owners, Multi-policy households seeking bundled coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Multi-Line Coverage"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Downtown DC Location"
}
],
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.