Scanned sites / www.scase.ca / 2026-09-26-2029
www.scase.ca scan from 9/26/2026, 8:29:15 PM
Scan 2026-09-26-2029
Scanned 9/26/2026, 8:29:15 PM, finished 9/27/2026, 3:10:17 PM. Found with openstreetmap overpass
Site: https://www.scase.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 66 pages and 103 assets of www.scase.ca, starting from https://www.scase.ca/. It scored 81 out of 100, a good result. 7 of 16 checks found something to fix, led by title tags (43), meta descriptions (40), sitemap coverage (45); 8 checks passed. Most of the points went to title tags (−6.5), meta descriptions (−4.8), sitemap coverage (−4.1). 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: Medium4 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 66
- Assets fetched
- 103
- Status
- Completed
- Checks with issues
- 7 of 16
169 of 169 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 31 link destinations on other sites were checked.
- Title tags43 issues43 of 46 pages have title issues. 20 noindex or canonicalized pages excluded.−6.5 points
- Meta descriptions40 issues40 of 46 pages have meta description issues. 20 noindex or canonicalized pages excluded.−4.8 points
- Headings17 issues17 of 46 pages have heading issues. 20 noindex or canonicalized pages excluded.−1.5 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites1 issue1 destination answered with an error, 11 could not be determined (timeouts, rate limits or refusals), of 31 destinations checked.−0.4 points
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 46 indexable pages have indexability warnings. 20 pages noindex by design.
- Image alt textOK0 of 84 image references have no alt attribute. 18 use an empty alt (decorative), which is fine.
- Heavy assets3 issues3 assets larger than 500 KB among 103 fetched assets.−1.8 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage45 issues1 sitemap listing 1 URL: 45 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.−4.1 points
- Internal link countsOKInternal link counts for 66 pages.
- Thin content7 issues7 of 46 pages have fewer than 200 words. 20 noindex or canonicalized pages excluded.−0.8 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.scase.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 several areas needing improvement, including title tags, meta descriptions, headings, heavy assets, sitemap coverage, and thin content. Addressing these will improve your SEO performance.
- 1
Fix Title Tag Issues
Why: Most pages have long title tags, which can negatively impact rankings.
How: Shorten title tags to under 60 characters to ensure they aren't cut off in search results.
Checks: titles
- 2
Add Missing Meta Descriptions
Why: Many pages lack meta descriptions, which can affect click-through rates.
How: Create compelling meta descriptions for all pages, keeping them under 160 characters.
Checks: meta-descriptions
- 3
Correct Heading Structure
Why: 17 pages have heading issues which can affect content hierarchy and SEO.
How: Ensure only one H1 tag per page, and add an H1 where missing.
Checks: headings
- 4
Reduce Size of Heavy Assets
Why: Large assets can slow down loading times, impacting user experience and SEO.
How: Optimize or remove large images and scripts to improve load speed.
Checks: heavy-assets
- 5
Update Sitemap Coverage
Why: 45 pages are missing from your sitemap, affecting indexing and visibility.
How: Add all missing URLs to the sitemap for better crawlability and indexing.
Checks: sitemap-coverage
- 6
Improve Thin Content Pages
Why: Several pages have fewer than 200 words, which can hurt relevance and rankings.
How: Enhance thin content pages by adding valuable information to reach a target of 200+ words.
Checks: thin-content
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 crawlYour website has multiple security vulnerabilities, including missing important response headers like HSTS and Content Security Policy, which can expose users to risks. Additionally, there is a vulnerable version of jQuery in use. Addressing these issues is critical for enhancing your site's security.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted on their first request if they type the URL without 'https://'.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: The absence of a CSP leaves your site vulnerable to cross-site scripting and data injection attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Not implementing X-Frame-Options allows your site to be embedded in an iframe, which can lead to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript Library (jQuery 1.9.1)Medium
Why it matters: Using jQuery 1.9.1 exposes your site to multiple known vulnerabilities that may be exploited based on usage.
Fix: Upgrade jQuery to version 3.5.0 or later to eliminate vulnerabilities.
Evidence: Vulnerable JavaScript libraries
- 5
Missing MIME Sniffing Protection (X-Content-Type-Options)Low
Why it matters: Without X-Content-Type-Options, browsers may incorrectly interpret files, leading to potential security issues.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Lack of a referrer policy can expose sensitive information by sending the complete URL to other sites.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Missing Permissions PolicyInfo
Why it matters: The absence of a permissions policy means browser features may be inadvertently enabled, increasing risk.
Fix: Add the header: Permissions-Policy: fullscreen=(self), geolocation=(self)
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.scase.ca/ → no strict-transport-security
- https://www.scase.ca/about/ → no strict-transport-security
- https://www.scase.ca/about/karleen-scase/ → no strict-transport-security
- https://www.scase.ca/about/darryl-scase/ → no strict-transport-security
- https://www.scase.ca/services/ → no strict-transport-security
- https://www.scase.ca/community/ → no strict-transport-security
- https://www.scase.ca/links/ → no strict-transport-security
- https://www.scase.ca/blog/ → no strict-transport-security
- https://www.scase.ca/faq/ → no strict-transport-security
- https://www.scase.ca/contact-us/ → no strict-transport-security
- https://www.scase.ca/services/bookkeeping-service/ → no strict-transport-security
- https://www.scase.ca/services/corporate-accounting-and-tax/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 66 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.scase.ca/ → no content-security-policy
- https://www.scase.ca/about/ → no content-security-policy
- https://www.scase.ca/about/karleen-scase/ → no content-security-policy
- https://www.scase.ca/about/darryl-scase/ → no content-security-policy
- https://www.scase.ca/services/ → no content-security-policy
- https://www.scase.ca/community/ → no content-security-policy
- https://www.scase.ca/links/ → no content-security-policy
- https://www.scase.ca/blog/ → no content-security-policy
- https://www.scase.ca/faq/ → no content-security-policy
- https://www.scase.ca/contact-us/ → no content-security-policy
- https://www.scase.ca/services/bookkeeping-service/ → no content-security-policy
- https://www.scase.ca/services/corporate-accounting-and-tax/ → 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.scase.ca/ → no x-frame-options
- https://www.scase.ca/about/ → no x-frame-options
- https://www.scase.ca/about/karleen-scase/ → no x-frame-options
- https://www.scase.ca/about/darryl-scase/ → no x-frame-options
- https://www.scase.ca/services/ → no x-frame-options
- https://www.scase.ca/community/ → no x-frame-options
- https://www.scase.ca/links/ → no x-frame-options
- https://www.scase.ca/blog/ → no x-frame-options
- https://www.scase.ca/faq/ → no x-frame-options
- https://www.scase.ca/contact-us/ → no x-frame-options
- https://www.scase.ca/services/bookkeeping-service/ → no x-frame-options
- https://www.scase.ca/services/corporate-accounting-and-tax/ → 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.scase.ca/ → no x-content-type-options
- https://www.scase.ca/about/ → no x-content-type-options
- https://www.scase.ca/about/karleen-scase/ → no x-content-type-options
- https://www.scase.ca/about/darryl-scase/ → no x-content-type-options
- https://www.scase.ca/services/ → no x-content-type-options
- https://www.scase.ca/community/ → no x-content-type-options
- https://www.scase.ca/links/ → no x-content-type-options
- https://www.scase.ca/blog/ → no x-content-type-options
- https://www.scase.ca/faq/ → no x-content-type-options
- https://www.scase.ca/contact-us/ → no x-content-type-options
- https://www.scase.ca/services/bookkeeping-service/ → no x-content-type-options
- https://www.scase.ca/services/corporate-accounting-and-tax/ → no x-content-type-options
- FoundReferrer policyLow
No HTML page sends 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.scase.ca/ → no referrer-policy
- https://www.scase.ca/about/ → no referrer-policy
- https://www.scase.ca/about/karleen-scase/ → no referrer-policy
- https://www.scase.ca/about/darryl-scase/ → no referrer-policy
- https://www.scase.ca/services/ → no referrer-policy
- https://www.scase.ca/community/ → no referrer-policy
- https://www.scase.ca/links/ → no referrer-policy
- https://www.scase.ca/blog/ → no referrer-policy
- https://www.scase.ca/faq/ → no referrer-policy
- https://www.scase.ca/contact-us/ → no referrer-policy
- https://www.scase.ca/services/bookkeeping-service/ → no referrer-policy
- https://www.scase.ca/services/corporate-accounting-and-tax/ → 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.scase.ca/ → no permissions-policy
- https://www.scase.ca/about/ → no permissions-policy
- https://www.scase.ca/about/karleen-scase/ → no permissions-policy
- https://www.scase.ca/about/darryl-scase/ → no permissions-policy
- https://www.scase.ca/services/ → no permissions-policy
- https://www.scase.ca/community/ → no permissions-policy
- https://www.scase.ca/links/ → no permissions-policy
- https://www.scase.ca/blog/ → no permissions-policy
- https://www.scase.ca/faq/ → no permissions-policy
- https://www.scase.ca/contact-us/ → no permissions-policy
- https://www.scase.ca/services/bookkeeping-service/ → no permissions-policy
- https://www.scase.ca/services/corporate-accounting-and-tax/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.9.1. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.9.1 in https://www.scase.ca/wp-content/themes/di-multipurpose/assets/js/bootstrap.min.…: CVE-2015-9251 (XSS via cross-domain AJAX), CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- 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.)
- www.googletagmanager.com (80 script tags)
- pagead2.googlesyndication.com (40 script tags)
- cdn.trustedsite.com (40 script tags)
8 checks passed
- OKHTTPS
All 66 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- 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.
- 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.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
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.scase.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.physiomira.com81/100 · rank 572 · 37 pages
- weaverfamilyfarms.com81/100 · rank 572 · 104 pages
- www.cosmoscorp.com81/100 · rank 572 · 38 pages
- www.borhotlaw.com81/100 · rank 572 · 4 pages
- gymvmt.com81/100 · rank 572 · 394 pages
- comopecancompany.com81/100 · rank 572 · 17 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.scase.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.scase.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.scase.ca. Removal needs no account and no proof of purchase.