GoDaddy's site template uses a {{root_domain}} placeholder variable that is intended to be dynamically replaced with the appropriate GoDaddy domain (e.g., "godaddy.com" or a regional GoDaddy ccTLD such as "godaddy.co.uk").
In certain cases, this variable fails to populate correctly in the browser. When this happens, menu links are generated using the literal, unresolved string {{root_domain}} instead of an actual domain, resulting in broken links.
Clicking these links produces a "This site can't be reached" (DNS_PROBE_FINISHED_NXDOMAIN) error, since {{root_domain}} is not a real, resolvable domain.
This is misleading, since the underlying website itself is fully operational. The failure is purely due to GoDaddy serving malformed/unresolved links, not an actual outage. This issue occurs in multiple locations across the site.
@GoDaddy should identify the conditions under which {{root_domain}} fails to populate (browser type, caching, load timing, locale/ccTLD detection logic, etc.). Audit all templates/menus referencing {{root_domain}} to find every affected instance. And add a fallback value or validation check so unresolved variables never render into live links.