OPAL Dental Group.
OPAL Dental Group is a family and emergency dental practice in Paramount, California, serving patients in English and Spanish. We moved the practice to its new domain, cleaned up its structured data and heading structure, and fixed a hosting setting that made every page view re-download the whole site.

The practice was rebranding onto a new domain, and the new address sat behind a Cloudflare challenge that answered crawlers with a 403. The structured data described two different businesses under two names, and the validator showed 6 errors. An inherited Rank Math default marked 14 pages, the homepage included, as an Article. Underneath it all, a hosting-level cache header told browsers never to store anything, so moving between pages re-downloaded the full 3,119 KB payload, and the brand fonts had been failing silently since the domain move because they still loaded from the old address.
- Pointed the new domain at the origin server, made it primary, and set up site-wide 301s from the legacy domain that are single-hop and path-preserving, then filed a Change of Address in Google Search Console.
- Consolidated the schema into one Dentist entity with English and Spanish listed as languages spoken, and removed the inherited Article markup from all 14 affected pages.
- Audited headings across all 50 English and Spanish pages so each has one H1 and no skipped levels, matching every retagged heading to its original look.
- Scoped the no-store header to HTML only so CSS, JavaScript, fonts and images cache, and repointed the 12 brand font files to root-relative paths.
- Added a sticky mobile call and booking bar with GA4 events, so calls from the site can be measured.