# CE Zoom CE Zoom is a comprehensive dental continuing education (CE) tracker, management, and compliance platform. It helps dental professionals find courses, track state board requirements, and maintain licensure compliance. ## Key Offerings & Products - **CE Tracker**: State-specific trackers for dental hygienists, dentists, and dental assistants to manage license renewals automatically. - **CE Course Search**: A search directory to discover, register, and track dental continuing education courses, including AGD (Academy of General Dentistry) and PACE approved courses. - **State Compliance Auditing**: Real-time evaluation of CE credits against state dental board rules and requirements. - **DSO & Enterprise Solutions**: Compliance management tools for Dental Service Organizations (DSOs) and study clubs to track staff licensing and compliance. ## Target Audience & Supported User Roles CE Zoom provides tailored features and workflows for: - **Professional**: Individual dental professionals (dentists, hygienists, assistants) who take courses, track CE progress using the Ultimate CE Tracker, and store CE certificates. - **Presenters**: Speakers, instructors, and course presenters who manage speaking engagements, track attendee registrations, and review survey feedback/test results. - **Employees** (Account Managers): Company administrators and coordinators who create and manage courses, conferences, presenters, and registrations on behalf of a CE organization. - **Companies** (CE Providers): Organizations, CE providers, and independent speakers who offer, advertise, and run continuing education courses, issue tests, and distribute digital CE certificates. - **Executives** (Executive Suite): Group practices and corporate networks that streamline CE compliance management across multiple office locations from a centralized dashboard. - **Single Offices** (Office Managers): Individual dental practices where the manager tracks team-wide licensing and compliance logs against state board rules. ## Main Sitemap - **Home**: https://www.cezoom.com/ - **Blog**: https://www.cezoom.com/blog - High-quality articles, license compliance news, and professional dental CE insights. - **Contact Us**: https://www.cezoom.com/contact-us ## Blog & Routing Architecture - **Main Blog Landing Page**: `/blog` (`pages/blog/index.tsx`) - Lists articles retrieved via HubSpot APIs. - **Tag/Category Page**: `/blog/[tag]` (`pages/blog/[tag]/index.tsx`) - Displays articles filtered by tag or category. - **Dynamic Blog Post Route**: `/blog/[tag]/[post]` (`pages/blog/[tag]/[post].tsx`) - Handles dynamically matched articles: - **Decoupled Architecture**: Leverages backend API endpoints (`hubspot/blogs`) to query and render content from HubSpot CMS. - **SSG & ISR Optimization**: Next.js Static Site Generation with dynamic paths (`getStaticPaths` matching tags and posts) and Incremental Static Regeneration (`getStaticProps` revalidating every 3600 seconds) for optimized performance and SEO. - **SEO & Structured Data**: Automatically generates JSON-LD schema graphs (`BlogPosting`, `BreadcrumbList`, and `Organization`) and injects optimized header tags through `CustomHead`. ## System Integrations & Core Data Flows The platform relies on automated data synchronization and integrations to deliver real-time license tracking and continuous education: - **HubSpot Integration**: Serves as the decoupled CMS for blog posts, authors, tags, and email/newsletter signups. Handles lead generation forms dynamically (e.g., `#hubspotForm` on the `/contact-us` page). - **Stripe Payments**: Managed under `/payment-gateway` using the following: - **Stripe Connect**: Direct onboarding and account validation checks for course providers and presenters. - **Stripe Checkout**: Secures course purchase registrations, subscription activations, and promo code redemptions. - **Customer Portal**: Direct integration with Stripe's Customer Personal Portal for billing details and subscription management. ## Core Topics & Keywords Dental Continuing Education, AGD Courses, Academy of General Dentistry CE, Dental CE Tracker, CE Compliance, Dental License Renewal, Dental Board Requirements, DSO Compliance Management.