Scanned sites / www.bvcvet.ca / 2026-09-27-2008
www.bvcvet.ca scan from 9/27/2026, 8:08:02 PM
A newer scan exists. See the latest report for www.bvcvet.ca.
Scan 2026-09-27-2008
Scanned 9/27/2026, 8:08:02 PM, finished 9/27/2026, 8:28:39 PM. Found with openstreetmap overpass
Site: https://www.bvcvet.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 1 page and 24 assets of www.bvcvet.ca, starting from https://www.bvcvet.ca/. It scored 60 out of 100, a result that needs work. 6 of 16 checks found something to fix, led by broken links (22), non-200 responses (22), sitemap coverage (1); 9 checks passed. Most of the points went to broken links (−20), non-200 responses (−10), sitemap coverage (−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
- 1
- Assets fetched
- 24
- Status
- Completed
- Checks with issues
- 6 of 16
25 of 61 discovered URLs were fetched, 36 failed. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 11 link destinations on other sites were checked.
- Title tagsOK0 of 1 page have title issues.
- Meta descriptionsOK0 of 1 page have meta description issues.
- HeadingsOK0 of 1 page have heading issues.
- Broken links22 issues22 internal links point at 22 broken URLs.−20 points
- Links to other sites2 issues2 destinations answered with an error, 5 could not be determined (timeouts, rate limits or refusals), of 11 destinations checked.−0.8 points
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responses22 issues36 URLs did not return a 2xx response. 22 of them are pages, 22 with an error status; the rest are assets or redirects.−10 points
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 1 indexable page have indexability warnings.
- Image alt text5 issues5 of 8 image references have no alt attribute. 1 use an empty alt (decorative), which is fine.−3.8 points
- Heavy assets1 issue1 asset larger than 500 KB among 24 fetched assets.−0.6 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage1 issueNo sitemap found. Tried: https://www.bvcvet.ca/sitemap.xml (failed). Add one at /sitemap.xml or list it in robots.txt.−6 points
- Internal link countsOKInternal link counts for 1 page.
- Thin contentOK0 of 1 page have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.bvcvet.ca scores 60%, higher than 5% of the 1315 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 broken links and non-200 responses that require immediate attention, along with missing alt text for images and a sitemap. Addressing these will improve your site's health significantly.
- 1
Fix Broken Links
Why: 22 links lead to broken URLs, negatively impacting user experience and SEO.
How: Identify which links are outdated or incorrect. Remove or update them to correct URLs.
Checks: broken-links
- 2
Address Non-200 Responses
Why: 36 URLs returned errors, affecting accessibility and rankings.
How: Review and fix the URLs that return non-2xx status codes, particularly focusing on the identified page URLs.
Checks: status-codes
- 3
Add Alt Text to Images
Why: 1 out of 5 images lacks alt text, limiting accessibility and SEO.
How: For each image, provide a descriptive alt attribute in HTML to enhance context.
Checks: images-alt
- 4
Optimize Heavy Assets
Why: Large assets can slow down your site’s load time.
How: Consider compressing the heavy asset or reducing its dimensions without sacrificing quality.
Checks: heavy-assets
- 5
Create a Sitemap
Why: A missing sitemap makes it difficult for search engines to crawl your site effectively.
How: Create a sitemap and ensure it is accessible at /sitemap.xml or listed in robots.txt.
Checks: sitemap-coverage
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 has several security shortcomings, including missing headers for content security and clickjacking protection, and it uses a vulnerable JavaScript library. Addressing these issues will greatly improve the site's security posture.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: The absence of a Content-Security-Policy allows broad access to resources, increasing the risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing X-Frame-OptionsMedium
Why it matters: Without X-Frame-Options, the site is vulnerable to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Vulnerable JavaScript LibraryMedium
Why it matters: The use of jQuery 1.12.4 has known vulnerabilities which could be exploited depending on usage.
Fix: Upgrade jQuery to version 3.5.0 or later.
Evidence: Vulnerable JavaScript libraries
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may misinterpret file types, leading to security risks.
Fix: Add the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Not using a referrer policy may expose sensitive information about navigation paths to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 6
Missing Permissions PolicyInfo
Why it matters: Without a Permissions Policy, unnecessary features may be accessible to potentially harmful scripts.
Fix: Add the header: Permissions-Policy: geolocation=(self), microphone=(self), camera=(self);
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 1 HTML page 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.bvcvet.ca/ → 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.bvcvet.ca/ → 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.bvcvet.ca/ → 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.bvcvet.ca/ → 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.bvcvet.ca/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.12.4. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.12.4 in https://www.bvcvet.ca/wp-content/plugins/dmm-consent-guard/assets/lib/jquery-1.…: CVE-2015-9251 (XSS via cross-domain AJAX), CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); 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 (1 script tag)
- c2t.zwt.co (1 script tag)
6 checks passed, 3 not applicable
- OKHTTPS
All 1 crawled page were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 1 HTML page.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
- Not applicableSensitive paths in robots.txt
No robots.txt was fetched.
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.bvcvet.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.deendayalport.gov.in52/100 · rank 1289 · 1 page
- dutchdeliciousbakery.com52/100 · rank 1289 · 540 pages
- alslandscaping.ca52/100 · rank 1289 · 12 pages
- www.crownautobody.ca51/100 · rank 1294 · 131 pages
- mikisdance.com51/100 · rank 1294 · 367 pages
- qualityelectricnd.com51/100 · rank 1294 · 13 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.bvcvet.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.bvcvet.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.bvcvet.ca. Removal needs no account and no proof of purchase.