Scanned sites / swiftgrid.net / 2026-09-16-1744
swiftgrid.net scan from 9/16/2026, 5:44:09 PM
Scan 2026-09-16-1744
Scanned 9/16/2026, 5:44:09 PM, finished 9/16/2026, 5:47:13 PM
Site: https://swiftgrid.net/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 16, 2026 the Site Spider crawled 103 pages and 38 assets of swiftgrid.net, starting from https://swiftgrid.net/. It scored 91 out of 100, an excellent result. 8 of 14 checks found something to fix, led by redirects (69), title tags (9), meta descriptions (5); 6 checks passed. The list below shows each check's result, the fix plan, when present, explains what to do first, and the security review at the end of the page covers headers, transport, libraries and exposed files.
Security review: Medium2 medium, 1 low and 1 info findings. See the security findings ↓
- Pages crawled
- 103
- Assets fetched
- 38
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags9 issues9 of 21 pages have title issues. 13 noindex or canonicalized pages excluded.
- Meta descriptions5 issues5 of 21 pages have meta description issues. 13 noindex or canonicalized pages excluded.
- Headings1 issue1 of 21 pages have heading issues. 13 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects69 issues69 redirecting URLs, 0 of them chained.
- Non-200 responsesOK70 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1 issue1 of 34 indexable pages have indexability warnings.
- Image alt textOK0 of 119 image references have no alt attribute. 44 use an empty alt (decorative), which is fine.
- Heavy assets1 issue1 asset larger than 500 KB among the 38 heaviest.
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage1 issue1 sitemap listing 21 URLs: 0 crawled pages missing, 1 listed URL broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 21 pages have fewer than 200 words. 13 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1077 sites, median 82%, average 80%
swiftgrid.net scores 91%, higher than 88% of the 1077 scanned sites. See the full ranking.
Green 90% and up (Excellent), lime 75 to 89 (Good), amber 50 to 74 (Needs work), red below 50 (Poor).
Internal link map
Loading the link map...
Fix plan
Written by gpt-4o-mini from the scan findingsThe website has a few technical issues affecting SEO. Prioritize fixing redirects, non-200 responses, title and meta description lengths, and heading tags for improved visibility. Correcting these issues will enhance user experience and crawling efficiency.
- 1
Fix Redirects
Why: 69 URLs are redirecting, which can slow down site speed and confuse crawlers.
How: Update links and make sure they point directly to the final URL without redirection.
Checks: redirects
- 2
Address Non-200 Responses
Why: 70 URLs did not return a valid response, hindering user access.
How: Identify these URLs and ensure they return a 200 status or fix the underlying issues.
Checks: status-codes
- 3
Optimize Title Tags
Why: 9 pages have long title tags, which can affect click-through rates.
How: Shorten title tags to under 60 characters while keeping relevant keywords.
Checks: titles
- 4
Revise Meta Descriptions
Why: 5 pages have long meta descriptions, which may reduce visibility in SERPs.
How: Edit meta descriptions to be concise, ideally under 160 characters.
Checks: meta-descriptions
- 5
Correct Heading Tags
Why: Having multiple H1s can confuse search engines about content hierarchy.
How: Limit to one H1 per page and use H2s for subheadings.
Checks: headings
- 6
Fix Sitemap URL
Why: A broken URL in the sitemap can prevent proper indexing.
How: Ensure that the sitemap URL points to a valid page without redirects.
Checks: sitemap-coverage
Generated automatically; verify each change against your own site before relying on it.
Security review
Written by gpt-4o-mini from 16 checks over the crawlThe website swiftgrid.net lacks critical security headers, which can expose it to various attacks, and has cookies lacking protective flags. Server versions are disclosed, which may be exploited. There's also sensitive information in the robots.txt file that should be secured.
- 0 high
- 2 medium
- 1 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, attackers can execute malicious scripts or load harmful resources.
Fix: Implement a Content-Security-Policy header, e.g., `Content-Security-Policy: default-src 'self';`.
Evidence: Content Security Policy
- 2
Cookies Missing Protective FlagsMedium
Why it matters: Cookies lacking HttpOnly and Secure flags can be accessed by scripts or transmitted over insecure connections.
Fix: Set cookie flags: `HttpOnly`, `Secure`, and consider `SameSite` options.
Evidence: Cookie flags
- 3
Server Version DisclosureLow
Why it matters: Revealing server version enables attackers to exploit known vulnerabilities.
Fix: Configure the server to hide version details by setting `ServerTokens Prod` and `ServerSignature Off` in Apache.
Evidence: Software version disclosure
- 4
Sensitive Paths in robots.txtInfo
Why it matters: Exposing sensitive paths openly invites probing of these restricted areas.
Fix: Ensure that access control is implemented for the listed paths and consider removing sensitive entries from robots.txt.
Evidence: Sensitive paths in robots.txt
What the checks found
- FoundContent Security PolicyMedium
None of the 34 HTML pages send a Content-Security-Policy header or meta tag, so the browser has no restriction on where scripts, styles and frames may load from.
- https://swiftgrid.net/ → no content-security-policy
- https://swiftgrid.net/contact → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting/business-solutions/custom-fast-secure-easy → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting/business-solutions/open-source-wordpress-email-database → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting/agency-solutions/marketing-design-support → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting/agency-solutions/it-development-support → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting → no content-security-policy
- https://swiftgrid.net/canadian-managed-web-hosting/enterprise-solutions → no content-security-policy
- https://swiftgrid.net/about → no content-security-policy
- https://swiftgrid.net/resources/faq-where-is-data-hosted → no content-security-policy
- https://swiftgrid.net/resources/faq-migrate-from-another-host → no content-security-policy
- https://swiftgrid.net/resources/faq-white-label-agency-hosting → no content-security-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: Apache/2.4.58 (Ubuntu) (141 responses)
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- sg_theme (set by https://swiftgrid.net/theme.php?set=front&redirect=%2F) lacks HttpOnly
- NoteSensitive paths in robots.txt
robots.txt lists 1 path that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /includes/
11 checks passed, 1 not applicable
- OKHTTPS
All 34 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 34 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 34 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 34 HTML pages.
- OKReferrer policy
referrer-policy is set on all 34 HTML pages.
- OKPermissions policy
permissions-policy is set on all 34 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
14 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKKeys and secrets in page code
No API keys, tokens or private keys were found in the sampled HTML and scripts.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- OKThird-party scripts
The sampled pages load no scripts from other domains.
- Not applicableVulnerable JavaScript libraries
No recognisable library versions were found in the sampled scripts.
A passive review of what the crawl recorded: response headers, page and script contents and the URLs it found. It does not probe the site, test TLS settings or look for files that were not linked. Generated automatically; verify each finding against your own site before acting on it.
This report was produced by the DIY SEO Hub Site Spider crawling swiftgrid.net from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.