Structured Data

    My Tax Man

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

    Schema.org / LocalBusiness
    |
    51 lines
    |
    JSON-LD
    application/ld+json
    {
      @context: "https://schema.org",
      @type: "LocalBusiness",
      name: "My Tax Man",
      description: "My Tax Man is an independent accounting firm in Portland specializing in tax preparation and bookkeeping services. Based on their website, they handle individual tax returns and offer bookkeeping support for clients, with personalized service and direct phone/email accessibility. They are currently operating at limited capacity and not accepting new clients.",
      url: "http://www.mytaxman.net/",
      telephone: "+1-503-234-0226",
      address: {
        @type: "PostalAddress",
        streetAddress: "3345 NE Wasco St",
        addressLocality: "Portland",
        addressRegion: "OR",
        postalCode: "97232",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 45.5325615,
        longitude: -122.62967769999999
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "4.4",
        reviewCount: "20",
        bestRating: "5"
      },
      areaServed: "Portland, OR and surrounding areas",
      knowsAbout: "Accounting & Tax, Individual tax filers, small business owners needing bookkeeping support, clients seeking personalized tax preparation service",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Personalized Availability"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Bookkeeping Integration"
        }
      ],
      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.