Scanned sites / www.provital.ca / 2026-09-19-0547
www.provital.ca scan from 9/19/2026, 5:47:42 AM
A newer scan exists. See the latest report for www.provital.ca.
Scan 2026-09-19-0547
Scanned 9/19/2026, 5:47:42 AM, finished 9/19/2026, 5:52:46 AM. Found with openstreetmap overpass
Site: https://www.provital.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 19, 2026 the Site Spider crawled 39 pages and 241 assets of www.provital.ca, starting from https://www.provital.ca/. It scored 88 out of 100, a good result. 5 of 14 checks found something to fix, led by meta descriptions (24), redirects (15), image alt text (8); 9 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 39
- Assets fetched
- 241
- Status
- Completed
- Checks with issues
- 5 of 14
- Title tags3 issues3 of 24 pages have title issues.
- Meta descriptions24 issues24 of 24 pages have meta description issues.
- Headings1 issue1 of 24 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects15 issues16 redirecting URLs, 1 of them chained.
- Non-200 responsesOK22 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 24 indexable pages have indexability warnings.
- Image alt text8 issues8 of 208 image references have no alt attribute. 31 use an empty alt (decorative), which is fine.
- Heavy assetsOK2 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK2 sitemaps listing 24 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 24 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1099 sites, median 82%, average 80%
www.provital.ca scores 88%, higher than 75% of the 1099 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 site has several areas for improvement, especially with redirects, metadata, and headings. Addressing these issues will enhance user experience and search visibility.
- 1
Fix Redirects
Why: Redirects can cause speed issues and SEO penalties.
How: Eliminate chained redirects (e.g., replace 'http://...' with 'https://...' directly).
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Broken URLs can impact user experience and SEO.
How: Correct or remove the 22 URLs that do not return a 2xx status code.
Checks: status-codes
- 3
Add Missing Title Tags
Why: Title tags are crucial for SEO and user engagement.
How: Create unique and concise titles for each page, ensuring no duplicates.
Checks: titles
- 4
Create Meta Descriptions
Why: Meta descriptions influence click-through rates from search results.
How: Write relevant descriptions for all pages that currently lack them.
Checks: meta-descriptions
- 5
Implement H1 Headings
Why: H1 headings are important for SEO structure and readability.
How: Add an H1 tag to the page with an issue, summarizing the page content.
Checks: headings
- 6
Add Alt Text to Images
Why: Alt text improves accessibility and SEO.
How: Add descriptive alt attributes to the 8 images that currently lack them.
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 crawlYour website has several security vulnerabilities that need addressing, including missing security headers and use of outdated libraries. Implementing fixes will enhance protection against various attacks and ensure user data is safer.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted on their first request when accessing via HTTP.
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: Lack of a CSP allows potentially harmful scripts and resources to be loaded from any location.
Fix: Add the header: Content-Security-Policy: default-src 'self'; img-src 'self' data:; script-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your site can be embedded in iframes on malicious sites, leading to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Cookies Lack Protective FlagsMedium
Why it matters: Cookies are vulnerable without flags like SameSite, HttpOnly, and Secure, which help prevent cross-site attacks.
Fix: Set cookie flags for PHPSESSID as: SameSite=Strict; HttpOnly; Secure.
Evidence: Cookie flags
- 5
Use of Vulnerable JavaScript LibraryMedium
Why it matters: Bootstrap 3.3.7 has known vulnerabilities that could be exploited.
Fix: Upgrade Bootstrap to version 3.4.1 or later.
Evidence: Vulnerable JavaScript libraries
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: Without it, browsers may mistakenly execute files as scripts based on their content.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 7
Missing Referrer-Policy HeaderLow
Why it matters: Without this policy, detailed URLs of pages can be sent to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 8
Mixed Content: Resources Loaded Over HTTPLow
Why it matters: Loading resources over HTTP on HTTPS pages diminishes security by exposing users to potential eavesdropping.
Fix: Change all HTTP resource URLs to HTTPS.
Evidence: Mixed content
- 9
Missing Permissions-Policy HeaderInfo
Why it matters: A permissions policy restricts browser features, reducing risks if scripts are compromised.
Fix: Add the header: Permissions-Policy: geolocation=(), microphone=(), camera=().
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.provital.ca/ → no strict-transport-security
- https://www.provital.ca/about-us/ → no strict-transport-security
- https://www.provital.ca/about-us/our-team/ → no strict-transport-security
- https://www.provital.ca/our-services/ → no strict-transport-security
- https://www.provital.ca/our-services/health-assessment/ → no strict-transport-security
- https://www.provital.ca/our-services/corporate-health-care/ → no strict-transport-security
- https://www.provital.ca/our-services/practitioner-services/ → no strict-transport-security
- https://www.provital.ca/our-services/fee-schedule/ → no strict-transport-security
- https://www.provital.ca/our-facility/about-our-facility/ → no strict-transport-security
- https://www.provital.ca/our-facility/facility-map-directions/ → no strict-transport-security
- https://www.provital.ca/resources/health-links-resources/ → no strict-transport-security
- https://www.provital.ca/resources/health-information/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 24 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.provital.ca/ → no content-security-policy
- https://www.provital.ca/about-us/ → no content-security-policy
- https://www.provital.ca/about-us/our-team/ → no content-security-policy
- https://www.provital.ca/our-services/ → no content-security-policy
- https://www.provital.ca/our-services/health-assessment/ → no content-security-policy
- https://www.provital.ca/our-services/corporate-health-care/ → no content-security-policy
- https://www.provital.ca/our-services/practitioner-services/ → no content-security-policy
- https://www.provital.ca/our-services/fee-schedule/ → no content-security-policy
- https://www.provital.ca/our-facility/about-our-facility/ → no content-security-policy
- https://www.provital.ca/our-facility/facility-map-directions/ → no content-security-policy
- https://www.provital.ca/resources/health-links-resources/ → no content-security-policy
- https://www.provital.ca/resources/health-information/ → 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.provital.ca/ → no x-frame-options
- https://www.provital.ca/about-us/ → no x-frame-options
- https://www.provital.ca/about-us/our-team/ → no x-frame-options
- https://www.provital.ca/our-services/ → no x-frame-options
- https://www.provital.ca/our-services/health-assessment/ → no x-frame-options
- https://www.provital.ca/our-services/corporate-health-care/ → no x-frame-options
- https://www.provital.ca/our-services/practitioner-services/ → no x-frame-options
- https://www.provital.ca/our-services/fee-schedule/ → no x-frame-options
- https://www.provital.ca/our-facility/about-our-facility/ → no x-frame-options
- https://www.provital.ca/our-facility/facility-map-directions/ → no x-frame-options
- https://www.provital.ca/resources/health-links-resources/ → no x-frame-options
- https://www.provital.ca/resources/health-information/ → 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.provital.ca/ → no x-content-type-options
- https://www.provital.ca/about-us/ → no x-content-type-options
- https://www.provital.ca/about-us/our-team/ → no x-content-type-options
- https://www.provital.ca/our-services/ → no x-content-type-options
- https://www.provital.ca/our-services/health-assessment/ → no x-content-type-options
- https://www.provital.ca/our-services/corporate-health-care/ → no x-content-type-options
- https://www.provital.ca/our-services/practitioner-services/ → no x-content-type-options
- https://www.provital.ca/our-services/fee-schedule/ → no x-content-type-options
- https://www.provital.ca/our-facility/about-our-facility/ → no x-content-type-options
- https://www.provital.ca/our-facility/facility-map-directions/ → no x-content-type-options
- https://www.provital.ca/resources/health-links-resources/ → no x-content-type-options
- https://www.provital.ca/resources/health-information/ → 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.provital.ca/ → no referrer-policy
- https://www.provital.ca/about-us/ → no referrer-policy
- https://www.provital.ca/about-us/our-team/ → no referrer-policy
- https://www.provital.ca/our-services/ → no referrer-policy
- https://www.provital.ca/our-services/health-assessment/ → no referrer-policy
- https://www.provital.ca/our-services/corporate-health-care/ → no referrer-policy
- https://www.provital.ca/our-services/practitioner-services/ → no referrer-policy
- https://www.provital.ca/our-services/fee-schedule/ → no referrer-policy
- https://www.provital.ca/our-facility/about-our-facility/ → no referrer-policy
- https://www.provital.ca/our-facility/facility-map-directions/ → no referrer-policy
- https://www.provital.ca/resources/health-links-resources/ → no referrer-policy
- https://www.provital.ca/resources/health-information/ → 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.provital.ca/ → no permissions-policy
- https://www.provital.ca/about-us/ → no permissions-policy
- https://www.provital.ca/about-us/our-team/ → no permissions-policy
- https://www.provital.ca/our-services/ → no permissions-policy
- https://www.provital.ca/our-services/health-assessment/ → no permissions-policy
- https://www.provital.ca/our-services/corporate-health-care/ → no permissions-policy
- https://www.provital.ca/our-services/practitioner-services/ → no permissions-policy
- https://www.provital.ca/our-services/fee-schedule/ → no permissions-policy
- https://www.provital.ca/our-facility/about-our-facility/ → no permissions-policy
- https://www.provital.ca/our-facility/facility-map-directions/ → no permissions-policy
- https://www.provital.ca/resources/health-links-resources/ → no permissions-policy
- https://www.provital.ca/resources/health-information/ → no permissions-policy
- 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.
- PHPSESSID (set by https://www.provital.ca/robots.txt) lacks SameSite
- FoundMixed contentLow
54 resources on HTTPS pages are loaded over plain HTTP.
- https://www.provital.ca/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/about-us/ loads image http://www.provital.ca/wp-content/uploads/2017/04/about-left.jpg
- https://www.provital.ca/about-us/ loads image http://www.provital.ca/wp-content/uploads/2017/04/about-right.jpg
- https://www.provital.ca/about-us/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/about-us/our-team/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-services/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-services/health-assessment/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-services/corporate-health-care/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-services/practitioner-services/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-services/fee-schedule/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-facility/about-our-facility/ loads image http://www.provital.ca/wp-content/uploads/2017/04/footer-logo.jpg
- https://www.provital.ca/our-facility/facility-map-directions/ loads image http://www.provital.ca/wp-content/uploads/2017/04/location_map_zoom.gif
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: Bootstrap 3.3.7. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- Bootstrap 3.3.7 in https://www.provital.ca/wp-content/themes/provital-child/assets/js/vendor/boots…: CVE-2016-10735, CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-8331 (XSS through data attributes in tooltip, popover, collapse and scrollspy); fixed in 3.4.1
- 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.)
- oss.maxcdn.com (48 script tags)
- www.youtube.com (24 script tags)
- www.google.com (24 script tags)
6 checks passed
- OKHTTPS
All 24 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.
- OKForms over HTTPS
3 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.provital.ca 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.