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: "Upscale Tax Solutions",
description: "Upscale Tax Solutions is an accounting firm in St. Petersburg specializing in tax preparation and financial consulting services. They serve individual and business clients seeking professional tax strategy and accounting support. The firm focuses on delivering personalized solutions tailored to each client's financial situation.",
url: "http://upscaletaxsolutionsllc.org/",
address: {
@type: "PostalAddress",
streetAddress: "2156 34th St S",
addressLocality: "St. Petersburg",
addressRegion: "FL",
postalCode: "33711",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 27.748909500000003,
longitude: -82.6785314
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "5",
reviewCount: "7",
bestRating: "5"
},
areaServed: "St. Petersburg, FL and surrounding areas",
knowsAbout: "Accounting & Tax, Individual taxpayers, Small business owners, Self-employed professionals, Clients seeking tax optimization strategies",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Personalized Tax Strategy"
},
{
@type: "PropertyValue",
name: "differentiator",
value: "Full-Service Accounting"
}
],
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.