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: "Agents Unlimited",
description: "Agents Unlimited is an independent insurance agency based in Fort Worth offering personalized coverage solutions across multiple lines of insurance. Led by experienced agents, they specialize in helping individuals and families find the right policies at competitive rates by representing multiple carriers rather than being locked into a single company.",
url: "https://bradahlfinger.myhomehq.biz/",
telephone: "+1-817-301-3755",
address: {
@type: "PostalAddress",
streetAddress: "311 Nichols St #3",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.7599716,
longitude: -97.3230712
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "Fort Worth, TX and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners seeking comprehensive coverage, families needing multi-policy bundling, individuals comparing insurance rates",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@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.