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: "Guidance Advisors",
description: "Guidance Advisors is a financial advisory firm based in Knoxville specializing in retirement planning and wealth management. The team helps clients navigate complex financial decisions with personalized strategies designed for their life stage and goals. They focus on building long-term relationships to help clients achieve financial security and peace of mind.",
url: "http://www.retirementischanging.com/contact",
telephone: "+1-865-963-4811",
address: {
@type: "PostalAddress",
streetAddress: "422 S Gay St",
addressLocality: "Knoxville",
addressRegion: "TN",
postalCode: "37902",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 35.9657759,
longitude: -83.9181589
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "6",
bestRating: "5"
},
areaServed: "Knoxville, TN and surrounding areas",
knowsAbout: "Financial Advisors, Pre-retirees, retirees, individuals seeking comprehensive retirement planning, high-net-worth families",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Retirement-Focused Expertise"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Approach"
}
],
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.