Schema guides Industry
Schema generator for Accountants
Common schema types for Accountants
- AccountingService
- LocalBusiness
- Review
- FAQPage
SEO tips
- List services: tax, bookkeeping, payroll as shown on-site
- Clarify jurisdictions and consultation booking
- Avoid misleading claims in markup—mirror compliant copy
Example JSON-LD
{ "@context": "https://schema.org", "@type": "AccountingService", "name": "Northline CPA Group", "image": "https://example.com/conference-room.jpg", "url": "https://example.com/", "telephone": "+1-206-555-0144", "priceRange": "$$$", "address": { "@type": "PostalAddress", "streetAddress": "601 Union St, Suite 4200", "addressLocality": "Seattle", "addressRegion": "WA", "postalCode": "98101", "addressCountry": "US" }, "areaServed": { "@type": "AdministrativeArea", "name": "Washington State" }, "openingHoursSpecification": { "@type": "OpeningHoursSpecification", "dayOfWeek": ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday"], "opens": "08:30", "closes": "17:30" }, "knowsAbout": ["Small business tax", "Bookkeeping", "Payroll compliance"], "hasOfferCatalog": { "@type": "OfferCatalog", "name": "Services", "itemListElement": [ { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Individual and business tax preparation" } }, { "@type": "Offer", "itemOffered": { "@type": "Service", "name": "Monthly bookkeeping" } } ] }}Overview
AccountingService signals professional services; combine with LocalBusiness for office-driven firms. Tax season landing pages should not promise outcomes in schema that copy does not support.
Use FAQPage for pricing models, deadlines, and document checklists users can read on-page.