Scanned sites / village-vet.ca / 2026-09-19-0950
village-vet.ca scan from 9/19/2026, 9:50:12 AM
Scan 2026-09-19-0950
Scanned 9/19/2026, 9:50:12 AM, finished 9/19/2026, 11:06:34 AM. Found with openstreetmap overpass
Site: https://village-vet.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 27 pages and 508 assets of village-vet.ca, starting from https://village-vet.ca/. It scored 87 out of 100, a good result. 7 of 14 checks found something to fix, led by heavy assets (61), title tags (9), meta descriptions (8); 7 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: Medium1 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 27
- Assets fetched
- 508
- Status
- Completed
- Checks with issues
- 7 of 14
- Title tags9 issues9 of 26 pages have title issues. 1 noindex or canonicalized page excluded.
- Meta descriptions8 issues8 of 26 pages have meta description issues. 1 noindex or canonicalized page excluded.
- Headings1 issue1 of 26 pages have heading issues. 1 noindex or canonicalized page excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK1 redirecting URL, 0 of them chained.
- Non-200 responsesOK11 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 26 indexable pages have indexability warnings. 1 page noindex by design.
- Image alt textOK0 of 251 image references have no alt attribute. 117 use an empty alt (decorative), which is fine.
- Heavy assets61 issues61 assets larger than 500 KB among the 100 heaviest.
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage2 issues3 sitemaps listing 25 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 1 reachable only via the sitemap.
- Thin content1 issue1 of 26 pages have fewer than 200 words. 1 noindex or canonicalized page excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1105 sites, median 82%, average 80%
village-vet.ca scores 87%, higher than 71% of the 1105 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 a few issues that need addressing, mainly focusing on redirects, non-200 responses, title and meta description problems. Correcting these will enhance SEO and user experience.
- 1
Fix Redirects
Why: Ensure that users and search engines reach the correct content without encountering issues.
How: Update the sitemap.xml link to the correct URL without redirecting.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Fixing broken links will improve user experience and avoid penalties from search engines.
How: Check the URLs for 404 errors and update or remove them accordingly.
Checks: status-codes
- 3
Update Title Tags
Why: Optimized titles enhance search visibility and click-through rates.
How: Revise the titles to under 60 characters while retaining keywords.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Effective meta descriptions improve search result attractiveness.
How: Update missing and duplicate descriptions, ensuring each is unique and under 160 characters.
Checks: meta-descriptions
- 5
Add Missing H1 Tag
Why: H1 tags are essential for SEO and content structure.
How: Insert a relevant H1 tag on the blog/category page.
Checks: headings
- 6
Ensure Internal Linking for Orphan Pages
Why: Improves discoverability of the page and overall site structure.
How: Create internal links to the orphan page from other relevant pages.
Checks: orphan-pages
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 security review for village-vet.ca identified missing security headers that could leave the site vulnerable. A Content Security Policy is essential for mitigating attacks involving unauthorized content. Additionally, not implementing a Referrer Policy may expose confidential URLs, while the presence of third-party scripts without Subresource Integrity increases the risk of disruption.
- 0 high
- 1 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: No Content Security Policy restricts where scripts and styles can load from, increasing the risk of XSS attacks.
Fix: Implement a Content Security Policy header like: `Content-Security-Policy: default-src 'self';`.
Evidence: Content Security Policy
- 2
Missing Referrer PolicyLow
Why it matters: Absence of a Referrer Policy could expose sensitive URL information to external sites.
Fix: Set a Referrer Policy header: `Referrer-Policy: no-referrer-when-downgrade`.
Evidence: Referrer policy
- 3
Software Version DisclosureLow
Why it matters: The site reveals the use of WP Engine in the X-Powered-By header, potentially aiding attackers.
Fix: Consider removing the `X-Powered-By` header entirely or hiding the version information.
Evidence: Software version disclosure
- 4
Third-Party Scripts Without SRILow
Why it matters: Scripts from external domains without Subresource Integrity can be compromised, affecting the site.
Fix: Consider implementing Subresource Integrity or use a Content Security Policy to restrict script sources.
Evidence: Third-party scripts
- 5
Sensitive Path in robots.txtInfo
Why it matters: Exposing paths like /wp-admin/ in robots.txt can guide attackers probing for vulnerabilities.
Fix: Restrict access to sensitive paths through proper server-side access control.
Evidence: Sensitive paths in robots.txt
What the checks found
- FoundContent Security PolicyMedium
None of the 27 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://village-vet.ca/ → no content-security-policy
- https://village-vet.ca/about-village-vet-animal-clinic/ → no content-security-policy
- https://village-vet.ca/veterinarian-calgary-ab/ → no content-security-policy
- https://village-vet.ca/faqs/ → no content-security-policy
- https://village-vet.ca/village-vet-animal-clinic-gallery/ → no content-security-policy
- https://village-vet.ca/career-opportunities/ → no content-security-policy
- https://village-vet.ca/clinic-tour/ → no content-security-policy
- https://village-vet.ca/calgary-ab-veterinary-services/ → no content-security-policy
- https://village-vet.ca/pet-insurance/ → no content-security-policy
- https://village-vet.ca/teaching-hospital/ → no content-security-policy
- https://village-vet.ca/blog/ → no content-security-policy
- https://village-vet.ca/contact/ → no content-security-policy
- 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://village-vet.ca/ → no referrer-policy
- https://village-vet.ca/about-village-vet-animal-clinic/ → no referrer-policy
- https://village-vet.ca/veterinarian-calgary-ab/ → no referrer-policy
- https://village-vet.ca/faqs/ → no referrer-policy
- https://village-vet.ca/village-vet-animal-clinic-gallery/ → no referrer-policy
- https://village-vet.ca/career-opportunities/ → no referrer-policy
- https://village-vet.ca/clinic-tour/ → no referrer-policy
- https://village-vet.ca/calgary-ab-veterinary-services/ → no referrer-policy
- https://village-vet.ca/pet-insurance/ → no referrer-policy
- https://village-vet.ca/teaching-hospital/ → no referrer-policy
- https://village-vet.ca/blog/ → no referrer-policy
- https://village-vet.ca/contact/ → no referrer-policy
- NoteSoftware version disclosure
Responses name the framework in an X-Powered-By header but hide the version.
- server: cloudflare (535 responses)
- x-powered-by: WP Engine (32 responses)
- 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 (27 script tags)
- www.google.com (27 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 1 path that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /wp-admin/
11 checks passed
- OKHTTPS
All 27 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 27 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 27 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 27 HTML pages.
- OKPermissions policy
permissions-policy is set on all 27 HTML pages.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
28 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- 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.
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 village-vet.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.