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: "Ariana Insurance",
description: "Ariana Insurance is an independent insurance agency serving Arlington and the greater Northern Virginia area, offering comprehensive coverage across auto, home, life, and business insurance. With a focus on personalized service, the agency helps clients find the right insurance solutions tailored to their unique needs and budgets. Their experienced team works with multiple carriers to provide competitive quotes and bundled discounts.",
url: "https://arianainsurance.com/",
telephone: "+1-703-354-5959",
address: {
@type: "PostalAddress",
streetAddress: "4250 Fairfax Dr Suite 600",
addressLocality: "Arlington",
addressRegion: "VA",
postalCode: "22203",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 38.8818061,
longitude: -77.1121683
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "47",
bestRating: "5"
},
areaServed: "Arlington, VA and Northern Virginia",
knowsAbout: "Insurance Agents, Homeowners, Auto owners, Small business owners, Families seeking life insurance",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Multiple Carriers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Coverage"
}
],
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.