Structured Data
This is the JSON-LD structured data that AI platforms read when they visit this profile. 56 lines, Schema.org LocalBusiness format.
{
@context: "https://schema.org",
@type: "LocalBusiness",
name: "Ricketts and Associates Inc",
description: "Ricketts and Associates Inc is an independent insurance agency in Boise serving individuals and businesses with comprehensive coverage options. They offer auto insurance, homeowners insurance, life insurance, and business/commercial insurance through multiple carriers, allowing clients to find personalized coverage that fits their needs and budget. As an independent agency, they provide unbiased recommendations and help clients bundle policies for potential discounts.",
url: "http://www.rickettsinsurance.com/",
telephone: "+1-208-322-5525",
address: {
@type: "PostalAddress",
streetAddress: "13177 Persimmon Ln",
addressLocality: "Boise",
addressRegion: "ID",
postalCode: "83713",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 43.647737799999994,
longitude: -116.34665319999998
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.9",
reviewCount: "97",
bestRating: "5"
},
areaServed: "Boise, Idaho and surrounding areas",
knowsAbout: "Insurance Agents, Homeowners seeking bundled coverage, Small business owners, Individuals comparing auto and life insurance options, Families looking to consolidate insurance providers",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Independent Agent"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Coverage"
},
{
@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.