Scanned sites / www.provital.ca / 2026-09-20-2147
www.provital.ca scan from 9/20/2026, 9:47:25 PM
A newer scan exists. See the latest report for www.provital.ca.
Scan 2026-09-20-2147
Scanned 9/20/2026, 9:47:25 PM, finished 9/20/2026, 9:50:32 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 20, 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
1129 sites, median 82%, average 80%
www.provital.ca scores 88%, higher than 75% of the 1129 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 website has several issues that need fixing. Focus on optimizing redirects, addressing non-200 statuses, creating title tags, and adding meta descriptions. Improving images with alt text is also important for accessibility.
- 1
Fix Redirects
Why: Addressing 16 redirecting URLs, especially the chained one, will improve site performance.
How: Update links on pages to point directly to the final destination URLs, removing unnecessary redirects.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 22 URLs that aren't 2xx can lead to poor user experience and SEO penalties.
How: Audit affected URLs and ensure they're serving a valid 200 response. Update internal links as necessary.
Checks: status-codes
- 3
Optimize Title Tags
Why: Three pages have title tag issues; optimizing these helps search engines understand the page content.
How: Adjust title lengths and ensure they are unique for each page.
Checks: titles
- 4
Add Meta Descriptions
Why: All pages currently lack meta descriptions, which hampers click-through rates.
How: Create unique and descriptive meta descriptions for each page, ideally 150-160 characters.
Checks: meta-descriptions
- 5
Implement H1 Headings
Why: One page is missing an H1 heading, crucial for SEO and usability.
How: Add a relevant H1 tag to the page for better structure.
Checks: headings
- 6
Add Alt Text to Images
Why: Eight images lack alt attributes, affecting SEO and accessibility.
How: Provide descriptive alt text for the images to improve search visibility and accessibility.
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 could expose user data and allow unauthorized access to its content. Key issues include missing HSTS and Content Security Policy headers, which protect against certain attacks. Additionally, a cookie lacks protective flags, and outdated libraries may pose risks. It's essential to implement these recommendations to enhance security.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors not using HTTPS are vulnerable to interception.
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: Lack of CSP allows unrestricted loading of resources, increasing XSS risks.
Fix: Implement a CSP header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing Frame OptionsMedium
Why it matters: Without X-Frame-Options, your pages can be embedded in other sites, leading to clickjacking attacks.
Fix: Add this header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Cookie Missing Security FlagsMedium
Why it matters: The PHPSESSID cookie lacks SameSite, making it susceptible to CSRF attacks.
Fix: Set cookie flags: Set-Cookie: PHPSESSID=something; SameSite=Strict; Secure; HttpOnly.
Evidence: Cookie flags
- 5
Outdated JavaScript LibraryMedium
Why it matters: Using Bootstrap 3.3.7 exposes your site to known vulnerabilities.
Fix: Update Bootstrap to version 3.4.1 or later.
Evidence: Vulnerable JavaScript libraries
- 6
Missing Content-Type OptionsLow
Why it matters: Absence of this header may allow browsers to incorrectly interpret files.
Fix: Set the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Not setting a referrer policy may leak sensitive URL information to external sites.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 8
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on HTTPS pages can lead to security warnings and risks.
Fix: Change resource URLs from HTTP to HTTPS.
Evidence: Mixed content
- 9
Missing Permissions PolicyInfo
Why it matters: Setting a permissions policy can limit what features are available to injected scripts.
Fix: Add the header: Permissions-Policy: 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.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.
Sites scoring near www.provital.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- scottsplumbing.us89/100 · rank 189 · 177 pages
- globalautoservicemt.com89/100 · rank 189 · 88 pages
- www.oxydermlaserclinic.ca88/100 · rank 227 · 248 pages
- www.lakewooddentalclinic.com88/100 · rank 227 · 95 pages
- www.od-law.ca88/100 · rank 227 · 43 pages
- www.themagicteam.com88/100 · rank 227 · 850 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.provital.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.provital.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.provital.ca. Removal needs no account and no proof of purchase.