Migrate norcalcarbmobile.com from Squarespace to Cloudflare Workers#19
Draft
bgillis99-pixel wants to merge 13 commits intomainfrom
Draft
Migrate norcalcarbmobile.com from Squarespace to Cloudflare Workers#19bgillis99-pixel wants to merge 13 commits intomainfrom
bgillis99-pixel wants to merge 13 commits intomainfrom
Conversation
…le), commits mirror back to this branch
- workers/norcalcarbmobile/wrangler.toml (Workers Static Assets config) - workers/norcalcarbmobile/worker.js (pass-through + reserved /api/) - workers/norcalcarbmobile/public/index.html (home page, Navy/Red brand) - workers/norcalcarbmobile/public/assets/site.css (full brand stylesheet) - workers/norcalcarbmobile/public/robots.txt (AI crawlers allowlisted) - workers/norcalcarbmobile/public/sitemap.xml - .github/workflows/deploy-norcalcarbmobile.yml (auto-deploy on push) Deploys to *.workers.dev preview only — custom domain commented out in wrangler.toml until preview is approved.
Per Bryan: OBD is $75 (not $50), OVI (Opacity Visible Inspection — formerly labeled smoke/opacity) is $250 (not $200). RV testing shows the breakdown: $75 OBD + $250 OVI instead of a flat $300. Also updates schema.org priceRange ($75-$325), adds makesOffer entries for OBD and OVI, and replaces "smoke/opacity" in meta tags with "OVI (smoke/opacity)" so the official term ranks alongside the search terms customers actually use.
Per Bryan: the canonical label is OVI-J1667 (SAE J1667 opacity/visible inspection), not generic "opacity". Updates: - Service card heading, home lede, and meta tags now say OVI-J1667 - Footer link anchor: /services/#opacity -> /services/#OVI-J1667 - RV card pricing note: "OVI" -> "OVI-J1667" - Schema.org Offer name includes SAE J1667 Next push applies same rename to services/index.html (section id), FAQ, llms.txt/llms-full.txt, and _redirects.
…aps neither plan caught
…ema and Sac/Oak locations
…s, updated robots, worker.js with /api/schedule stub
…obile-vs-shop, RV testing)
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ❌ Deployment failed View logs |
dmc-properties | 4c7ab4e | May 07 2026, 08:18 AM |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What this is
The full Squarespace → Cloudflare migration for
norcalcarbmobile.com. Merging this triggers GitHub Actions to deploy the new site to a preview URL (*.workers.dev). The live domain stays on Squarespace until DNS is flipped manually — so merging is safe.Bryan: how to launch
Open the file
workers/norcalcarbmobile/CUTOVER.md— it's the dead-simple click-by-click guide. Step 1 is "click the green Merge button on this PR."What's included
#0f1b2ebackground, safety-lime#a3e635CTAs, Inter font/api/schedulestub for future native Google Calendar bookingE-E-A-T checklist
Personschema withhasCredential→ CARB →California Air Resources BoardLocalBusiness.locationarray with both Sacramento and Oakland (service-area-business mode — no street address per Google's own guidance)FAQPageschema with 13 self-contained answersAI search readiness
robots.txtallows GPTBot, ChatGPT-User, OAI-SearchBot, ClaudeBot, anthropic-ai, Claude-Web, PerplexityBot, Perplexity-User, Google-Extended, Applebot-Extended, CCBot, Bingbot/llms.txt(markdown index) and/llms-full.txt(plain-text content dump)<h1>per page, answer-first proseSafety / preview-only deploy
wrangler.tomlroutes = [...]block is commented out — first deploy lands on*.workers.dev, not the real domainAfter merge
GitHub Actions runs
wrangler deploy. The preview URL appears in the Actions tab in ~30–60 seconds. Then follow CUTOVER.md.Generated by Claude Code