Scanned sites / www.interactivehealth.ca / 2026-09-26-1919
www.interactivehealth.ca scan from 9/26/2026, 7:19:26 PM
Scan 2026-09-26-1919
Scanned 9/26/2026, 7:19:26 PM, finished 9/26/2026, 7:53:24 PM. Found with openstreetmap overpass
Site: https://www.interactivehealth.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 295 pages and 1000 assets of www.interactivehealth.ca, starting from https://www.interactivehealth.ca/. It scored 76 out of 100, a good result. 12 of 15 checks found something to fix, led by meta descriptions (232), heavy assets (32), title tags (155); 2 checks passed. Most of the points went to meta descriptions (−6.7), heavy assets (−6), title tags (−5.6). 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, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 295
- Assets fetched
- 1000
- Status
- Completed
- Checks with issues
- 12 of 15
1,295 of 1,295 discovered URLs were fetched, 259 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, and links to other sites were recorded but not fetched.
- Title tags155 issues155 of 259 pages have title issues. 16 noindex or canonicalized pages excluded.−5.6 points
- Meta descriptions232 issues232 of 259 pages have meta description issues. 16 noindex or canonicalized pages excluded.−6.7 points
- Headings61 issues61 of 259 pages have heading issues. 16 noindex or canonicalized pages excluded.−1.3 points
- Broken links10 issues17 internal links point at 10 broken URLs.−0.7 points
- Redirects10 issues11 redirecting URLs, 0 of them chained.−0.1 points
- Non-200 responses10 issues124 URLs did not return a 2xx response. 20 of them are pages, 10 with an error status; the rest are assets or redirects.−0.4 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 262 indexable pages have indexability warnings. 13 pages noindex by design.−0.1 points
- Image alt text86 issues86 of 1808 image references have no alt attribute. 1045 use an empty alt (decorative), which is fine.−0.3 points
- Heavy assets32 issues32 assets larger than 500 KB among 1000 fetched assets. 2 documents over that size are listed but not counted: downloads are not page weight.−6 points
- Orphan pages65 issues65 pages have no internal links pointing at them.−0.9 points
- Sitemap coverage64 issues3 sitemaps listing 260 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 63 reachable only via the sitemap.−1.4 points
- Internal link countsOKInternal link counts for 275 pages.
- Thin contentOK0 of 259 pages have fewer than 200 words. 16 noindex or canonicalized pages excluded.
- Duplicate content10 issues1 group of pages with identical HTML.−0.3 points
Where this scan sits among all scanned sites
1293 sites, median 80%, average 79%
www.interactivehealth.ca scores 76%, higher than 31% of the 1293 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 findingsFix 17 broken internal links and address title, meta description, and heading issues to enhance SEO. Improve page indexability and add alt text for images without it.
- 1
Fix Broken Links
Why: 17 internal links point to 10 broken URLs, affecting user experience.
How: Identify broken links and update them to direct to the correct pages or remove them.
Checks: broken-links
- 2
Conflict Free Redirects
Why: 11 URLs are redirecting; ensure they lead to correct final destinations to improve site efficiency.
How: Review redirects and confirm they are necessary; consolidate where possible.
Checks: redirects
- 3
Correct Title Tag Issues
Why: 155 pages have title problems that can negatively impact SERP visibility.
How: Modify title tags for pages with issues to meet best practices (30-60 characters).
Checks: titles
- 4
Enhance Meta Descriptions
Why: 232 pages lack effective meta descriptions, affecting click-through rates.
How: Create and implement concise, relevant meta descriptions for affected pages.
Checks: meta-descriptions
- 5
Add Missing Headings
Why: 61 pages are missing H1 headings, which is crucial for content structure and SEO.
How: Add appropriate H1 headings to these pages for better SEO performance.
Checks: headings
- 6
Improve Image Alt Text
Why: 86 images lack alt attributes, which can hinder accessibility and SEO.
How: Add descriptive alt text to images without it, ensuring they inform search engines.
Checks: images-alt
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 security review identified several areas for improvement on your website, including the lack of important security headers and the use of outdated libraries. Implementing these recommendations will enhance your site's protection against common threats.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, your site is vulnerable to unauthorized content injection.
Fix: Add a Content-Security-Policy header with a default policy that fits your site’s requirements (e.g., `default-src 'self';`).
Evidence: Content Security Policy
- 2
Cookie Flags MissingMedium
Why it matters: Cookies lacking HttpOnly and Secure flags can be accessed by scripts or transmitted over insecure connections.
Fix: Set the HttpOnly and Secure flags for cookies. For instance: `Set-Cookie: ubvs=value; HttpOnly; Secure; SameSite=Strict`.
Evidence: Cookie flags
- 3
Vulnerable JavaScript Library DetectedMedium
Why it matters: Using jQuery 1.4.2 exposes the site to known vulnerabilities.
Fix: Upgrade jQuery to version 3.5.0 or higher to mitigate vulnerabilities.
Evidence: Vulnerable JavaScript libraries
- 4
Exposed Server VersionLow
Why it matters: Revealing your server version makes it easier for attackers to exploit known issues.
Fix: Remove or modify the `X-Powered-By` header to protect the server version information.
Evidence: Software version disclosure
- 5
Missing Referrer PolicyLow
Why it matters: Not specifying a referrer policy can expose sensitive URL information to third-party sites.
Fix: Add a `Referrer-Policy` header with a value like `no-referrer` or `strict-origin-when-cross-origin`.
Evidence: Referrer policy
- 6
Missing Permissions PolicyInfo
Why it matters: Without a Permissions Policy, unnecessary browser features may be accessible to scripts.
Fix: Add a `Permissions-Policy` header, such as `Permissions-Policy: geolocation=(self), microphone=(), camera=()`.
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 275 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.interactivehealth.ca/ → no content-security-policy
- https://www.interactivehealth.ca/physiotherapy/ → no content-security-policy
- https://www.interactivehealth.ca/gunn-ims-dry-needling-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/acupuncture-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/shockwave-therapy-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/vestibular-rehabilitation-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/home-exercise-program-hep/ → no content-security-policy
- https://www.interactivehealth.ca/accidental-rehabilitation-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/mva-physiotherapy/ → no content-security-policy
- https://www.interactivehealth.ca/chiropractic-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/benign-paroxysmal-positional-vertigo-calgary/ → no content-security-policy
- https://www.interactivehealth.ca/vestibular-neuronitis-labyrinthitis-calgary/ → no content-security-policy
- 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.interactivehealth.ca/ → no referrer-policy
- https://www.interactivehealth.ca/physiotherapy/ → no referrer-policy
- https://www.interactivehealth.ca/gunn-ims-dry-needling-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/acupuncture-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/shockwave-therapy-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/vestibular-rehabilitation-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/home-exercise-program-hep/ → no referrer-policy
- https://www.interactivehealth.ca/accidental-rehabilitation-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/mva-physiotherapy/ → no referrer-policy
- https://www.interactivehealth.ca/chiropractic-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/benign-paroxysmal-positional-vertigo-calgary/ → no referrer-policy
- https://www.interactivehealth.ca/vestibular-neuronitis-labyrinthitis-calgary/ → 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.interactivehealth.ca/ → no permissions-policy
- https://www.interactivehealth.ca/physiotherapy/ → no permissions-policy
- https://www.interactivehealth.ca/gunn-ims-dry-needling-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/acupuncture-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/shockwave-therapy-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/vestibular-rehabilitation-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/home-exercise-program-hep/ → no permissions-policy
- https://www.interactivehealth.ca/accidental-rehabilitation-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/mva-physiotherapy/ → no permissions-policy
- https://www.interactivehealth.ca/chiropractic-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/benign-paroxysmal-positional-vertigo-calgary/ → no permissions-policy
- https://www.interactivehealth.ca/vestibular-neuronitis-labyrinthitis-calgary/ → 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.
- x-powered-by: PHP/8.2.33 (402 responses)
- FoundCookie flagsMedium
3 of 4 cookies 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.
- ubvs (set by https://www.interactivehealth.ca/chiropractor/) lacks HttpOnly
- ubvt (set by https://www.interactivehealth.ca/chiropractor/) lacks HttpOnly
- ubpv (set by https://www.interactivehealth.ca/chiropractor/) lacks HttpOnly
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.4.2. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.4.2 in https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js: CVE-2012-6708 (selector XSS), CVE-2015-9251, CVE-2019-11358, CVE-2020-11022, CVE-2020-11023; fixed in 3.5.0
- NoteThird-party scripts
Scripts run from 2 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)
- cdn.calltrk.com (40 script tags)
9 checks passed
- OKHTTPS
All 275 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 275 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 275 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 275 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
2 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.interactivehealth.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- realenterprisesltd.com77/100 · rank 804 · 8 pages
- carrerlift.in77/100 · rank 804 · 200 pages
- avettstudio.lovable.app77/100 · rank 804 · 10 pages
- www.mardaloopphysio.com76/100 · rank 847 · 94 pages
- plausible.io76/100 · rank 847 · 447 pages
- franchimanagement.com76/100 · rank 847 · 17 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.interactivehealth.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.interactivehealth.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.interactivehealth.ca. Removal needs no account and no proof of purchase.