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: "Blackmon Insurance Agency",
description: "Blackmon Insurance Agency is an independent insurance agency serving the Raleigh area with personalized coverage solutions for auto, home, life, and business insurance. They work with multiple carriers to find competitive rates and custom policies tailored to each client's needs, offering bundling discounts and free quotes to help customers save money.",
url: "http://www.blackmoninsurance.com/",
telephone: "+1-919-823-7777",
address: {
@type: "PostalAddress",
streetAddress: "4280 Louisburg Rd",
addressLocality: "Raleigh",
addressRegion: "NC",
postalCode: "27604",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.8416382,
longitude: -78.57545809999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "222",
bestRating: "5"
},
areaServed: "Raleigh, NC and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners seeking bundled auto and home insurance, small business owners, families looking for life insurance coverage",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent with Multiple Carriers"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Service"
}
],
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.