HTTP without WWW
http://example.com/
Methodology: This check follows wSEO methodology 1.1. How the assessment works
Test the alternative hostname on a real internal page. The correct result is one permanent hop to the same page on the primary domain.

| Situation | Level | Action |
|---|---|---|
| Both versions open separately | Critical | Select the primary hostname and configure a redirect. |
| The alternative does not exist | Yellow | No duplicate; a fallback entrance is recommended. |
| One hop to the primary version | Correct | No repair is required. |
http://example.com/
http://www.example.com/
The primary returns 200; the alternative leads directly to it.
curl -sS -o /dev/null -D - \ "https://www.example.com/contact"
curl -sS -L -o /dev/null \
-w "Final: %{url_effective}\nCode: %{http_code}\nRedirects: %{num_redirects}\n" \
"https://www.example.com/contact"If results disagree, repeat the test in a private window and by a second method. Do not order a repair until two independent checks confirm the issue.