Structured Data

    Simple Tax

    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: "Simple Tax",
      description: "Simple Tax is an accounting service located in Harrisonburg, Virginia, offering tax preparation and accounting support for individuals and businesses. Based on their name and service focus, they aim to make tax filing straightforward and accessible for their local clients.",
      telephone: "+1-540-908-4110",
      address: {
        @type: "PostalAddress",
        streetAddress: "2515 E Market St",
        addressLocality: "Harrisonburg",
        addressRegion: "VA",
        postalCode: "22801",
        addressCountry: "US"
      },
      geo: {
        @type: "GeoCoordinates",
        latitude: 38.418255699999996,
        longitude: -78.8382201
      },
      aggregateRating: {
        @type: "AggregateRating",
        ratingValue: "1.7",
        reviewCount: "7",
        bestRating: "5"
      },
      areaServed: "Harrisonburg, Virginia and surrounding Rockingham County areas",
      knowsAbout: "Accounting & Tax, Harrisonburg individuals needing tax preparation, small business owners requiring accounting support, local residents seeking personalized tax services",
      additionalProperty: [
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Local Harrisonburg Location"
        },
        {
          @type: "PropertyValue",
          name: "differentiator",
          value: "Tax and Accounting Focus"
        }
      ],
      publisher: {
        @type: "Organization",
        name: "Lantern",
        url: "https://lantern.llc",
        contactPoint: {
          @type: "ContactPoint",
          email: "ai@lantern.llc",
          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.