Scanned sites / www.provital.ca / 2026-09-17-1458
www.provital.ca scan from 9/17/2026, 2:58:24 PM
A newer scan exists. See the latest report for www.provital.ca.
Scan 2026-09-17-1458
Scanned 9/17/2026, 2:58:24 PM, finished 9/17/2026, 3:03:18 PM. 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 17, 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
1065 sites, median 82%, average 80%
www.provital.ca scores 88%, higher than 74% of the 1065 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 several SEO issues requiring urgent fixes, including multiple redirects, missing title tags and meta descriptions, and missing H1 headings. Addressing these will improve visibility and performance.
- 1
Fix Redirects
Why: Eliminating redirects enhances page load speed and user experience.
How: Update internal links to point directly to final URLs, minimizing redirects.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Ensuring all URLs return a 200 status improves user access and search engine indexing.
How: Identify and fix or remove non-200 URLs, ensuring they point to valid pages.
Checks: status-codes
- 3
Update Title Tags
Why: Proper title tags boost SEO and user clarity; duplicates can confuse search engines.
How: Adjust duplicate and long title tags under 60 characters to create unique titles for each page.
Checks: titles
- 4
Add Meta Descriptions
Why: Meta descriptions help improve click-through rates from search results.
How: Craft concise, relevant meta descriptions for all pages that currently lack them.
Checks: meta-descriptions
- 5
Implement H1 Headings
Why: H1 headings are critical for SEO, providing clear context to pages.
How: Add an H1 heading to the page missing it, summarizing the content effectively.
Checks: headings
- 6
Add Alt Text for Images
Why: Alt text improves accessibility and helps search engines understand image content.
How: Provide descriptive alt text for images lacking it, focusing on the key content.
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 website www.provital.ca has several security vulnerabilities that need to be addressed. Key issues include the lack of HTTP Strict Transport Security (HSTS), a Content Security Policy (CSP), and missing security flags on cookies. Additionally, a vulnerable version of Bootstrap is being used. These findings can expose the site to various attacks and should be prioritized for remediation.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, attackers can intercept initial requests when users type the URL without HTTPS.
Fix: Implement the HSTS header with: Strict-Transport-Security: max-age=31536000; includeSubDomains.
Evidence: HTTP Strict Transport Security
- 2
Lack of Content Security Policy (CSP)Medium
Why it matters: Absence of CSP allows the browser to load resources from any source, increasing risk of XSS attacks.
Fix: Add a CSP header like: Content-Security-Policy: default-src 'self'; script-src 'self' https://oss.maxcdn.com https://www.youtube.com https://www.google.com.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, the site can be embedded in iframes, enabling clickjacking attacks.
Fix: Set the X-Frame-Options header to: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing SameSite Cookie FlagMedium
Why it matters: Cookies without SameSite can be sent in cross-site requests, increasing CSRF risk.
Fix: Set the SameSite flag for PHPSESSID cookie: SameSite=Lax.
Evidence: Cookie flags
- 5
Vulnerable JavaScript LibraryMedium
Why it matters: Using Bootstrap 3.3.7 exposes multiple vulnerabilities that could be exploited.
Fix: Update Bootstrap to version 3.4.1 or later.
Evidence: Vulnerable JavaScript libraries
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may incorrectly interpret files and potentially execute malicious scripts.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Without a referrer policy, sensitive URL details are sent to other sites.
Fix: Add the Referrer-Policy header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 8
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on HTTPS pages undermines data integrity and security.
Fix: Update all resource links to use HTTPS instead of HTTP.
Evidence: Mixed content
- 9
Missing Permissions PolicyInfo
Why it matters: Without a permissions policy, browser features remain enabled, increasing injection risk.
Fix: Add the Permissions-Policy header: Permissions-Policy: geolocation=(self), microphone=(self), camera=(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.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.