| Category | Task | Description | Status | Implementation Notes |
|---|---|---|---|---|
| URL | Clean URL structure | SEO-friendly URLs, no parameters | Use hyphens, lowercase, descriptive paths. Avoid session IDs and query parameters where possible. | |
| SSL | HTTPS enabled | No mixed content | Ensure all resources (images, scripts, styles) load over HTTPS. Use HSTS header. | |
| Redirects | 301 redirects | Non-www → www (or vice versa) | Implement at server level. Avoid redirect chains. Test with redirect checker tools. | |
| Canonical | Canonical tags | One canonical per page | Self-referencing canonicals preferred. Use absolute URLs. Verify no conflicting signals. | |
| WWW | Single domain version | No duplication | Configure preferred domain in Google Search Console. Update sitemap and internal links. |