Scanned sites / www.achenhenderson.ca / 2026-09-26-2029
www.achenhenderson.ca scan from 9/26/2026, 8:29:23 PM
Scan 2026-09-26-2029
Scanned 9/26/2026, 8:29:23 PM, finished 9/27/2026, 5:19:51 PM. Found with openstreetmap overpass
Site: https://www.achenhenderson.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 545 pages and 1011 assets of www.achenhenderson.ca, starting from https://www.achenhenderson.ca/. It scored 81 out of 100, a good result. 11 of 16 checks found something to fix, led by heavy assets (14), meta descriptions (311), title tags (249); 4 checks passed. Most of the points went to heavy assets (−6), title tags (−4.8), meta descriptions (−4.8). 1 check found something the score does not count, listed as noted. 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: Medium3 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 545
- Assets fetched
- 1011
- Status
- Completed
- Checks with issues
- 11 of 16
1,556 of 1,559 discovered URLs were fetched, 2 failed, 1 blocked by robots.txt, 818 left out by the 5,000-page and 1,000-asset budget. The job finished, but the crawl did not reach everything it found. HTML only: nothing here ran JavaScript. 300 link destinations on other sites were checked, 1760 left unchecked.
- Title tags249 issues249 of 445 pages have title issues. 73 noindex or canonicalized pages excluded.−4.8 points
- Meta descriptions311 issues311 of 445 pages have meta description issues. 73 noindex or canonicalized pages excluded.−4.8 points
- Headings209 issues209 of 445 pages have heading issues. 73 noindex or canonicalized pages excluded.−2.4 points
- Broken links9 issues10 internal links point at 9 broken URLs.−0.3 points
- Links to other sites21 issues21 destinations answered with an error, 138 could not be determined (timeouts, rate limits or refusals), 1760 were left unchecked by the per-scan cap, of 300 destinations checked.−1.6 points
- Redirects20 issues20 redirecting URLs, 3 of them chained.−0.2 points
- Non-200 responses9 issues45 URLs did not return a 2xx response. 29 of them are pages, 9 with an error status; the rest are assets or redirects.−0.2 points
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 445 indexable pages have indexability warnings. 73 pages noindex by design.
- Image alt text8 issues8 of 3810 image references have no alt attribute. 498 use an empty alt (decorative), which is fine.
- Heavy assets14 issues14 assets larger than 500 KB among 1011 fetched assets. 3 documents over that size are listed but not counted: downloads are not page weight.−6 points
- Orphan pages5 issues5 pages have no internal links pointing at them.
- Sitemap coverage12 issues6 sitemaps listing 440 URLs: 6 crawled pages missing, 1 listed URL broken or redirecting, 5 reachable only via the sitemap.−0.1 points
- Internal link countsOKInternal link counts for 500 pages.
- Thin contentOK0 of 445 pages have fewer than 200 words. 73 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.achenhenderson.ca scores 81%, higher than 51% of the 1315 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 findingsYour site has a good health score, but there are key issues to address for better SEO performance, particularly broken links and redirects. Below are prioritized fixes.
- 1
Fix Broken Links
Why: Broken links hinder user experience and SEO efforts.
How: Identify and remove or update the 10 internal broken links affecting your site.
Checks: broken-links
- 2
Reduce Redirects
Why: Redirects can slow down your site and confuse visitors.
How: Minimize the 20 redirecting URLs, especially the 3 chained redirects to streamline access.
Checks: redirects
- 3
Resolve Non-200 Responses
Why: Non-200 responses can prevent search engines from indexing your pages.
How: Fix the 45 URLs that do not return a 2xx response to enhance site visibility.
Checks: status-codes
- 4
Update Title Tags
Why: Proper title tags improve click-through rates and SEO.
How: Correct the 249 pages with title issues to ensure they are within the optimal length and unique.
Checks: titles
- 5
Improve Meta Descriptions
Why: Meta descriptions are crucial for attracting clicks from search results.
How: Revise the 311 pages with meta description issues for clarity and engagement.
Checks: meta-descriptions
- 6
Address Heading Issues
Why: Clear heading structure benefits both SEO and user readability.
How: Fix the heading issues on the 209 pages for better organization.
Checks: headings
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 has several missing security headers that increase its vulnerability to attacks, such as lacking strict transport security and content security policy. Immediate action is recommended to enhance user safety and data integrity.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors using HTTP are vulnerable to interception on their first request.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: The lack of CSP allows unrestricted loading of scripts and styles, increasing risk of cross-site scripting (XSS) attacks.
Fix: Implement a CSP header, e.g., Content-Security-Policy: default-src 'self'; script-src 'self' www.example.com.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your pages can be embedded in frames, making them vulnerable to clickjacking.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may mistakenly interpret files as a different type and execute them improperly.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: The absence of a referrer policy means sensitive information may be leaked when users navigate away.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing software versions can help attackers find vulnerabilities specific to the server software.
Fix: Remove or modify header revealing server software: server: nginx; remove X-Powered-By header.
Evidence: Software version disclosure
- 7
Missing Permissions-Policy HeaderInfo
Why it matters: This policy restricts browser features that are not used by the site, which helps limit potential harm from injected scripts.
Fix: Add the header: Permissions-Policy: geolocation=(self), camera=(), microphone=().
Evidence: Permissions policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
No HTML page sends strict-transport-security. Without it a visitor who types the address without https:// can be intercepted on the first request.
- https://www.achenhenderson.ca/ → no strict-transport-security
- https://www.achenhenderson.ca/services/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no strict-transport-security
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 518 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://www.achenhenderson.ca/ → no content-security-policy
- https://www.achenhenderson.ca/services/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no content-security-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no content-security-policy
- FoundClickjacking protectionMedium
No HTML page sends x-frame-options. Without X-Frame-Options (or a CSP frame-ancestors directive) the pages can be embedded in a frame on another site and overlaid with invisible controls.
- https://www.achenhenderson.ca/ → no x-frame-options
- https://www.achenhenderson.ca/services/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no x-frame-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no x-frame-options
- FoundMIME sniffing protectionLow
No HTML page sends x-content-type-options. Without X-Content-Type-Options: nosniff a browser may run a file as a script because of its contents rather than its declared type.
- https://www.achenhenderson.ca/ → no x-content-type-options
- https://www.achenhenderson.ca/services/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no x-content-type-options
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no x-content-type-options
- FoundReferrer policyLow
272 of 518 HTML pages send referrer-policy. Without a Referrer-Policy the full page address, including any query string, is sent to every site a visitor clicks through to.
- https://www.achenhenderson.ca/ → no referrer-policy
- https://www.achenhenderson.ca/services/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no referrer-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no referrer-policy
- FoundPermissions policyInfo
No HTML page sends permissions-policy. A Permissions-Policy header turns off browser features the site does not use (camera, microphone, geolocation), limiting what an injected script could do.
- https://www.achenhenderson.ca/ → no permissions-policy
- https://www.achenhenderson.ca/services/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/small-business-bookkeeping/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/payroll-services/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/basic-v-advanced-payroll-support/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/accounting-software/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/part-time-outsourced-cfo/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/virtual-cfo/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/guru-budgets/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/cash-flow-analysis-projections/ → no permissions-policy
- https://www.achenhenderson.ca/accounting-bookkeeping-services/business-value-enhancement/ → no permissions-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: nginx (1556 responses)
- x-powered-by: PHP/8.4.25 (307 responses)
- NoteThird-party scripts
Scripts run from 3 other domains without Subresource Integrity, so a compromise of any of them changes what runs on this site. (Tag managers and analytics rarely support SRI; a Content-Security-Policy that names these hosts is the usual control.)
- data.staticfiles.io (40 script tags)
- www.googletagmanager.com (80 script tags)
- www.buzzsprout.com (2 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 3 paths 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: /wp-admin/
- Disallow: /contact-us/testimonial-collection/
- Disallow: /contact-us/testimonial-collection-thank-you/
7 checks passed
- OKHTTPS
All 518 crawled pages were served over HTTPS.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
40 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- 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.
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.
Sites scoring near www.achenhenderson.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.immigration-nation.ca81/100 · rank 572 · 1,911 pages
- www.brunilaw.com81/100 · rank 572 · 12 pages
- www.petetheplumber.com81/100 · rank 572 · 166 pages
- www.physiomira.com81/100 · rank 572 · 37 pages
- weaverfamilyfarms.com81/100 · rank 572 · 104 pages
- www.cosmoscorp.com81/100 · rank 572 · 38 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.achenhenderson.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.achenhenderson.ca?
- Claim this site to manage the listing, hide it from the public lists, or keep it.
- Want it gone instead? Ask through the support form or e-mail support@diyseohub.com, naming www.achenhenderson.ca. Removal needs no account and no proof of purchase.