Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Hollifield Financial Group, LLC",
description: "Hollifield Financial Group, LLC is an independent financial services firm based in Summerville specializing in insurance, financial planning, and consulting services. They work with individuals and families to develop comprehensive financial strategies tailored to their specific needs and goals.",
telephone: "+1-843-900-3099",
address: {
@type: "PostalAddress",
streetAddress: "208 N Cedar St #200",
addressLocality: "Summerville",
addressRegion: "SC",
postalCode: "29483",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.023298,
longitude: -80.17528949999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.8",
reviewCount: "18",
bestRating: "5"
},
areaServed: "Summerville, SC and surrounding areas",
knowsAbout: "Financial Advisors, Individuals and families seeking personalized financial planning, insurance consultation, and wealth management advice",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Advisory Firm"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Comprehensive Services"
}
],
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.