Structured Data

    Complete Financial

    This is the JSON-LD structured data that AI platforms read when they visit this profile. 50 lines, Schema.org LocalBusiness format.

    Schema.org / LocalBusiness
    |
    50 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "Complete Financial",
      description: "Complete Financial is an independent accounting and financial consulting firm based in San Francisco's Fulton Street area. They provide comprehensive tax preparation, bookkeeping, and financial advisory services for individuals and businesses. Their personalized approach helps clients navigate complex tax situations and optimize their financial strategies.",
      telephone: "+1-415-202-8555",
      address: {
        @type: "PostalAddress",
        streetAddress: "459 Fulton St Suite 203",
        addressLocality: "San Francisco",
        addressRegion: "CA",
        postalCode: "94102",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 37.7782675,
        longitude: -122.4243616
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "5",
        reviewCount: "13",
        bestRating: "5"
      },
      areaServed: "San Francisco and surrounding Bay Area",
      knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals with complex tax situations",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Independent Local Firm"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Comprehensive Financial Services"
        }
      ],
      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.