Brittek Digital — Website front-end, AI-first structured data, and deployment artefacts.
⚠️ Official Repository — Brittek I/O This is the only canonical source for the Brittek I/O maintenance site. • Website: https://brittek.io • Verified domain(s): brittek.io • No redistribution / rebranding without written consent
- Stack: Static site (GitHub Pages) friendly, easily portable to Vercel/Cloudflare Pages.
- SEO / LLM: Multi-entity JSON-LD graph (Organization, WebSite, OfferCatalog, FAQ) + optional Breadcrumbs.
- DNS: Cloudflare A-records for apex + CNAME for
www
(GitHub Pages), ProtonMail MX/DKIM/SPF/DMARC preserved. - Artifacts: Copy-ready
<head>
tags, robots/sitemap stubs, and a minimal under-refinement page.
brittek.io
is the front-end for Brittek Digital — a Sydney-based digital agency delivering:
- Innovative, responsive web design
- AI-powered automation & integrations
- Premium brand / visual identity
- Scalable software engineering
This repository includes:
- Index landing: a lightweight “Platform under refinement” page.
- AI-first structured data: exhaustive JSON-LD to prime search engines and LLMs.
- Deployment guides: GitHub Pages (default) and Vercel / Cloudflare Pages (optional).
- DNS cookbook: exact records for Cloudflare setup.
- Push to
main
branch. - In repo → Settings → Pages, set Source =
Deploy from branch
, Branch =main
/ root. - Add custom domain
brittek.io
and enforce HTTPS.
- Connect repo → Auto-build from
main
. - Custom domain via Cloudflare dashboard.
- Import repo in Vercel dashboard.
- Auto-deploys from
main
.
Apex (brittek.io
) → GitHub Pages:
A @ 185.199.108.153 A @ 185.199.109.153 A @ 185.199.110.153 A @ 185.199.111.153
www.brittek.io
→ GitHub Pages:
CNAME www brittek.github.io
/ ├── index.html # Minimal landing page ├── README.md # You are here ├── robots.txt # Search crawler stub ├── sitemap.xml # Search crawler stub └── /assets # Logos, favicons, metadata images
- Replace holding page with full production design.
- Expand JSON-LD with Product/Service schema.
- CI/CD workflows for Pages & Vercel.
- Add tests for structured data validity.
MIT — use freely, attribute Brittek Digital.