Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 49 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Corneilous Cannon",
description: "Corneilous Cannon is a financial consultant based in Fort Worth specializing in personalized financial guidance and advisory services. With a focus on helping clients navigate their financial goals and planning, Cannon provides professional consultation services to individuals seeking expert financial direction and strategy.",
address: {
@type: "PostalAddress",
streetAddress: "640 Taylor St Suite 1200",
addressLocality: "Fort Worth",
addressRegion: "TX",
postalCode: "76102",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 32.752262800000004,
longitude: -97.33334359999999
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.6",
reviewCount: "13",
bestRating: "5"
},
areaServed: "Fort Worth, Texas and surrounding North Texas communities",
knowsAbout: "Financial Advisors, Individuals seeking personalized financial guidance, small business owners needing financial strategy, professionals looking for wealth planning consultation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
}
],
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.