Shared Reference — Creative × Growth × Engineering
The systems that power every page a patient ever sees.
The Point in 3 Bullets
The servers that store the site files and send them to visitors.
For SGA: one platform serving all 260 practices, not 260 separate accounts.
The address (valdostafamilydental.com) and the switchboard that routes it to the server.
For SGA: centralize 260 domains under one registrar to kill renewal risk.
Sitemap.xml, robots.txt, URL patterns — how search engines find and rank pages.
For SGA: one URL convention across the portfolio = compounding SEO authority.
One template × a data table = hundreds of ranked pages per practice.
For SGA: Creative designs once; the builder generates for every service × every city.
GA4 + Google Tag Manager to measure what patients do and which channels work.
For SGA: one tag container standard so we compare practices apples-to-apples.
iframes, booking widgets, maps, chat — the vendor tools that make a site convert.
For SGA: approved widget list; one booking integration, one chat, one review display.
How a design change gets previewed, approved, published, and rolled back.
For SGA: Creative edits copy/imagery directly; structural changes gated by Growth.
Left: how a patient's visit reaches our page in milliseconds. Right: how a Creative change gets from Figma to live across 260 practices.
Read this chart like this
Any builder we pick — custom or off-the-shelf — should have a clean answer to these ten. The clearer the answers, the more the design system scales without extra creative lift per practice.
Every page, image, and font sits on a server. Hosting decides speed, uptime, and cost.
The domain is the address. DNS is the switchboard routing that name to our server's IP.
The lock icon. Encrypts connections, protects trust, and is a Google ranking signal.
Cached copies of the site on servers around the country so every patient loads from nearby.
A machine-readable list of every indexable page. Google crawls this first. Missing or broken sitemaps are the #1 reason pages don't rank.
Tells crawlers where they can't go. Keeps staging, admin, and thank-you pages out of Google.
URLs are read by humans and search engines. Good ones match the page's topic.
The homepage is the #1 entry point for branded search and the page Google trusts most. Three jobs, fast:
Instead of writing each page by hand, Creative designs one template per page type ("Service in City"). The builder merges that template with a data table to generate thousands of unique, indexable pages — each one targeting a real search like "dental implants in Thomasville GA."
Hero · benefits · FAQs · CTA · NAP block · map embed. Designed once, styled per brand kit.
Services: implants, Invisalign, whitening, crowns… Cities: Valdosta, Tifton, Thomasville, Moultrie…
implants-in-valdosta, implants-in-tifton, invisalign-in-thomasville… hundreds per practice.
| Tool | What it does | Where it lives | Owner |
|---|---|---|---|
| Google Analytics 4 | Traffic, sources, on-site behavior by page. | Single tag in <head> | Growth |
| Google Tag Manager | One container that loads every other tag (GA4, Meta Pixel, call tracking) without touching code. | Single script in <head> | Growth |
| Meta Pixel | Tracks patients from Facebook/Instagram ads through to booking. | Fired via GTM | Paid Media |
| Google Search Console | Search queries per page, indexing issues, rankings. | Verified per domain | Growth |
| CallRail | Dynamic phone number swapping by traffic source. | JS via GTM | Growth |
| Conversion events | booking_submit · phone_click · directions_click · form_submit — same names across all 260 sites. | GTM triggers | Growth |
A window into another site — Google Maps, YouTube, a vendor's booking calendar.
Chat bubbles, review carousels, booking buttons — usually a single script tag.
Any form collecting name + health info is potentially PHI. The backend decides where it goes.
| Draft / Staging | Every change lives on a preview URL (staging.valdostafamilydental.com). Blocked from Google via robots.txt, password-protected. Creative reviews here. |
| Publish | One-click promotion from staging to production. Sitemap regenerates. CDN cache purges globally. |
| Rollback | Every publish is versioned. Revert to last known-good build in < 60 seconds — no backup restore needed. |
| Redirects | When a URL changes or page retires, the builder writes a 301 redirect. Old Google results and patient bookmarks still work. |
| Access control | Creative: copy & imagery. Growth: tags, redirects, structural changes. Engineering: hosting & DNS. |