You’ll configure DNS records to point your GoDaddy domain to GitHub Pages servers.
What you’re doing:
organicallyseo.com) → GitHub Pages IPswww.organicallyseo.com) → GitHub Pages URLTime to propagate: Usually 10-30 minutes, up to 48 hours maximum
username.github.io/repo-name)organicallyseo.comYou should see the DNS Management page with existing records.
If you’re currently using Webflow, you’ll have these records:
75.2.70.75)www pointing to Webflow (proxy-ssl.webflow.com)How to Delete:
⚠️ WARNING: Your website will go down briefly until GitHub Pages DNS is configured!
Add FOUR A records (for redundancy and speed):
Type: A
Name: @ (represents your root domain)
Value: 185.199.108.153
TTL: 600 (or 1 hour / default)
Type: A
Name: @
Value: 185.199.109.153
TTL: 600
Type: A
Name: @
Value: 185.199.110.153
TTL: 600
Type: A
Name: @
Value: 185.199.111.153
TTL: 600
How to Add:
A@ (this means root domain)600 or leave defaultAdd a CNAME record to redirect www.organicallyseo.com to your main domain:
Type: CNAME
Name: www
Value: YOUR-GITHUB-USERNAME.github.io
TTL: 1 Hour (or 600)
Replace YOUR-GITHUB-USERNAME with your actual GitHub username!
Example:
ryan-organicallyryan-organically.github.io (no http://, no trailing slash)How to Add:
CNAMEwwwYOUR-USERNAME.github.io1 Hour or 600| Type | Name | Value | TTL |
|---|---|---|---|
| A | @ | 185.199.108.153 | 600 |
| A | @ | 185.199.109.153 | 600 |
| A | @ | 185.199.110.153 | 600 |
| A | @ | 185.199.111.153 | 600 |
| CNAME | www | YOUR-USERNAME.github.io | 1 Hour |
Only delete/modify A and CNAME records related to your website hosting.
Option 1: Use DNS Checker
organicallyseo.comA record typeOption 2: Command Line
# Check A records
nslookup organicallyseo.com
# Should show GitHub Pages IPs:
# 185.199.108.153
# 185.199.109.153
# 185.199.110.153
# 185.199.111.153
# Check CNAME for www
nslookup www.organicallyseo.com
# Should show: www.organicallyseo.com is an alias for YOUR-USERNAME.github.io
After DNS is fully propagated (wait at least 30 minutes):
organicallyseo.com ✅Note: SSL certificate provisioning can take up to 24 hours.
# Root domain (should work)
http://organicallyseo.com
https://organicallyseo.com
# WWW subdomain (should redirect to root)
http://www.organicallyseo.com
https://www.organicallyseo.com
# Pretty URLs (should work without .html)
https://organicallyseo.com/seo
https://organicallyseo.com/web-design
https://organicallyseo.com/blog
http://organicallyseo.com)www subdomain should redirect to non-www (or vice versa)Causes:
Solutions:
# Flush DNS cache (Windows)
ipconfig /flushdns
# Flush DNS cache (Mac)
sudo dscacheutil -flushcache; sudo killall -HUP mDNSResponder
# Flush DNS cache (Linux)
sudo systemd-resolve --flush-caches
Causes:
Solution: Be patient! SSL can take time. Use HTTP temporarily.
Check:
wwwYOUR-USERNAME.github.io (not organicallyseo.com)Check:
organicallyseo.comwww. prefixCNAME (uppercase, no extension)If something goes wrong and you need to go back to Webflow temporarily:
75.2.70.75proxy-ssl.webflow.comNote: Only do this if GitHub Pages deployment fails completely!
GitHub Pages Custom Domain Docs: https://docs.github.com/en/pages/configuring-a-custom-domain-for-your-github-pages-site
GoDaddy DNS Help: https://www.godaddy.com/help/manage-dns-records-680
DNS Propagation Checker: https://dnschecker.org
SSL Certificate Status: https://www.ssllabs.com/ssltest/
Your setup is complete when:
✅ organicallyseo.com loads your GitHub Pages site
✅ www.organicallyseo.com redirects or works
✅ HTTPS works (green padlock in browser)
✅ Pretty URLs work (/seo instead of /seo.html)
✅ All images, CSS, and JS load correctly
✅ No mixed content warnings
Last Updated: 2025-11-07 Status: Ready for DNS configuration