Scanned sites / www.provital.ca / 2026-09-20-1342
www.provital.ca scan from 9/20/2026, 1:42:24 PM
A newer scan exists. See the latest report for www.provital.ca.
Scan 2026-09-20-1342
Scanned 9/20/2026, 1:42:24 PM, finished 9/20/2026, 1:54:49 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
1122 sites, median 82%, average 80%
www.provital.ca scores 88%, higher than 75% of the 1122 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 SEO issues that need addressing, including redirects, non-200 responses, title and meta description issues, heading problems, and missing image alt text. These improvements can enhance visibility and user experience.
- 1
Fix Redirects
Why: Redirects can negatively impact user experience and SEO.
How: Remove the chained redirect and direct links to their final destinations.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Broken links can harm user experience and site credibility.
How: Update or remove links to URLs that do not return a 2xx response.
Checks: status-codes
- 3
Update Title Tags
Why: Title tags are crucial for SEO and user engagement.
How: Adjust the titles to meet best practices: shorten to under 60 characters and ensure they are unique.
Checks: titles
- 4
Add Meta Descriptions
Why: Meta descriptions help improve click-through rates.
How: Create and add unique meta descriptions for each page.
Checks: meta-descriptions
- 5
Fix Heading Structure
Why: Correct heading hierarchy helps with SEO and accessibility.
How: Add a main H1 tag to the homepage to define the content focus.
Checks: headings
- 6
Add Alt Text for Images
Why: Alt text improves accessibility and SEO.
How: Add meaningful alt attributes to the 8 images lacking 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 crawlThis security review identifies several urgent issues on your website that could expose it to risks such as data interception and injection attacks. Immediate action is required to implement security headers and update vulnerable libraries.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Lack of HSTS allows HTTP connections that can be intercepted.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
No Content Security Policy (CSP)Medium
Why it matters: Without CSP, the browser accepts scripts from any source, increasing XSS risk.
Fix: Add a CSP header to restrict script sources, e.g., Content-Security-Policy: default-src 'self'.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Absence of X-Frame-Options allows clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Cookie Lacks Security FlagsMedium
Why it matters: The cookie is vulnerable to cross-site attacks as it lacks SameSite.
Fix: Set the cookie with SameSite attribute: Set-Cookie: PHPSESSID=sid; SameSite=Lax; Secure; HttpOnly.
Evidence: Cookie flags
- 5
Vulnerable JavaScript LibraryMedium
Why it matters: Bootstrap 3.3.7 contains known security vulnerabilities.
Fix: Upgrade Bootstrap to at least version 3.4.1.
Evidence: Vulnerable JavaScript libraries
- 6
Missing X-Content-Type-OptionsLow
Why it matters: This absence may allow browsers to execute files as scripts incorrectly.
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 data may be leaked.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 8
Mixed Content IssuesLow
Why it matters: HTTP resources on HTTPS pages can expose users to man-in-the-middle attacks.
Fix: Change all resource links from HTTP to HTTPS in the site's code.
Evidence: Mixed content
- 9
Missing Permissions PolicyInfo
Why it matters: Without this header, unused browser features may be accessible to scripts.
Fix: Add the header: Permissions-Policy: geolocation=(self), 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.
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 187 · 177 pages
- globalautoservicemt.com89/100 · rank 187 · 88 pages
- www.themagicteam.com88/100 · rank 225 · 850 pages
- www.lakewooddentalclinic.com88/100 · rank 225 · 95 pages
- www.oxydermlaserclinic.ca88/100 · rank 225 · 248 pages
- www.glamorgandental.ca88/100 · rank 225 · 116 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.