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: "Moores Tax Services",
description: "Moores Tax Services is an independent accounting firm based in Goose Creek serving the Lowcountry with comprehensive tax preparation and financial services. They specialize in individual and business tax preparation, offering personalized guidance to help clients navigate complex tax situations and maximize deductions. With over a decade of experience, the team at Moores Tax Services is dedicated to delivering accurate, timely tax solutions tailored to each client's unique financial circumstances.",
telephone: "+1-843-797-3998",
address: {
@type: "PostalAddress",
streetAddress: "205 N Goose Creek Blvd A6",
addressLocality: "Goose Creek",
addressRegion: "SC",
postalCode: "29445",
addressCountry: "US"
},
geo: {
@type: "GeoCoordinates",
latitude: 33.0027086,
longitude: -80.0399967
},
aggregateRating: {
@type: "AggregateRating",
ratingValue: "4.3",
reviewCount: "56",
bestRating: "5"
},
areaServed: "Goose Creek, SC and surrounding Lowcountry areas",
knowsAbout: "Accounting & Tax, Small business owners, self-employed professionals, individuals seeking personalized tax preparation",
additionalProperty: [
{
@type: "PropertyValue",
name: "differentiator",
value: "Local Expertise"
},
{
@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.