Scanned sites / www.ramsayanimalclinic.ca / 2026-09-21-0528
www.ramsayanimalclinic.ca scan from 9/21/2026, 5:28:59 AM
Scan 2026-09-21-0528
Scanned 9/21/2026, 5:28:59 AM, finished 9/21/2026, 5:45:11 AM. Found with openstreetmap overpass
Site: https://www.ramsayanimalclinic.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 21, 2026 the Site Spider crawled 65 pages and 140 assets of www.ramsayanimalclinic.ca, starting from https://www.ramsayanimalclinic.ca/. It scored 84 out of 100, a good result. 9 of 14 checks found something to fix, led by image alt text (79), headings (38), heavy assets (20); 5 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: Medium2 medium and 1 low findings. See the security findings ↓
- Pages crawled
- 65
- Assets fetched
- 140
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags12 issues12 of 64 pages have title issues.
- Meta descriptions12 issues12 of 64 pages have meta description issues.
- Headings38 issues38 of 64 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects1 issue2 redirecting URLs, 0 of them chained.
- Non-200 responsesOK5 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 64 indexable pages have indexability warnings.
- Image alt text79 issues79 of 511 image references have no alt attribute. 115 use an empty alt (decorative), which is fine.
- Heavy assets20 issues20 assets larger than 500 KB among the 100 heaviest.
- Orphan pages9 issues9 pages have no internal links pointing at them.
- Sitemap coverage10 issues6 sitemaps listing 65 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 10 reachable only via the sitemap.
- Thin content8 issues8 of 64 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1134 sites, median 82%, average 80%
www.ramsayanimalclinic.ca scores 84%, higher than 57% of the 1134 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 findingsThere are several important issues on your site that can improve SEO. Focus on fixing redirects, non-200 responses, title and meta description issues, and headings. Address image alt text next for accessibility.
- 1
Fix Redirects
Why: Redirects can indicate URL changes, impacting SEO.
How: Update the URLs for contact and sitemap to avoid redirecting.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 404 errors can lead to poor user experience and lost traffic.
How: Remove or update the broken image URLs to ensure they return a valid response.
Checks: status-codes
- 3
Improve Title Tags
Why: Proper titles boost SEO and engagement.
How: Shorten long titles to under 60 characters and enhance short ones to ensure they are descriptive.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Meta descriptions improve click-through rates.
How: Add missing meta descriptions and shorten long ones to around 150 characters.
Checks: meta-descriptions
- 5
Add Headings (H1)
Why: Missing H1s can hinder SEO and clarity.
How: Ensure each page has a unique, relevant H1 tag.
Checks: headings
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 concerns, including missing Content Security Policy headers and using outdated JavaScript libraries with known vulnerabilities. Implementing the suggested fixes will help enhance your site's security.
- 0 high
- 2 medium
- 1 low
- 0 info
- 1
Missing Content Security PolicyMedium
Why it matters: No Content Security Policy headers restrict where scripts and styles may load from, increasing the risk of cross-site scripting attacks.
Fix: Add a Content-Security-Policy header such as: Content-Security-Policy: default-src 'self'; script-src 'self' https://www.googletagmanager.com; style-src 'self';
Evidence: Content Security Policy
- 2
Outdated JavaScript LibrariesMedium
Why it matters: Using deprecated versions of jQuery and Bootstrap can expose the site to known vulnerabilities.
Fix: Upgrade jQuery to at least version 3.5.0 and Bootstrap to at least version 4.3.1 in all assets.
Evidence: Vulnerable JavaScript libraries
- 3
Server Version DisclosureLow
Why it matters: The server and PHP version are revealed, allowing attackers to identify potential vulnerabilities.
Fix: Remove or modify the 'Server' and 'X-Powered-By' headers in your server configuration to hide this information.
Evidence: Software version disclosure
What the checks found
- FoundContent Security PolicyMedium
None of the 64 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.ramsayanimalclinic.ca/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/about/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/wellness-care-for-pets-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/vaccinations-for-pets-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/surgical-services-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/senior-pet-care-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/pet-pharmacy-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/dental-x-ray-for-pets-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/pet-dentistry-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/laboratory-services-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/dermatology-in-calgary/ → no content-security-policy
- https://www.ramsayanimalclinic.ca/microchipping-in-calgary/ → no content-security-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: LiteSpeed (205 responses)
- x-powered-by: PHP/8.1.34 (77 responses)
- FoundVulnerable JavaScript librariesMedium
3 libraries with published vulnerabilities: jQuery 1.12.4, jQuery 1.9.1, Bootstrap 4.2.1. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.12.4 in https://www.ramsayanimalclinic.ca/wp-content/themes/ramsayanimalclinic/assets/j…: 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
- jQuery 1.9.1 in https://www.ramsayanimalclinic.ca/wp-content/themes/ramsayanimalclinic/assets/j…: 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
- Bootstrap 4.2.1 in https://www.ramsayanimalclinic.ca/wp-content/themes/ramsayanimalclinic/assets/j…: CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-8331 (XSS through data attributes in tooltip, popover, collapse and scrollspy); fixed in 4.3.1
- 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 (40 script tags)
- cdn.trustindex.io (2 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/
10 checks passed, 1 not applicable
- OKHTTPS
All 64 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 64 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 64 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 64 HTML pages.
- OKReferrer policy
referrer-policy is set on all 64 HTML pages.
- OKPermissions policy
permissions-policy is set on all 64 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
4 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.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
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.ramsayanimalclinic.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- secondcup.com85/100 · rank 380 · 633 pages
- simpsonplumbing.ca85/100 · rank 380 · 33 pages
- lhmglaw.com85/100 · rank 380 · 193 pages
- www.highpointplumbing.ca84/100 · rank 430 · 190 pages
- www.advocateslaw.com84/100 · rank 430 · 491 pages
- blandfamilyfarm.com84/100 · rank 430 · 18 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.ramsayanimalclinic.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.ramsayanimalclinic.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.ramsayanimalclinic.ca. Removal needs no account and no proof of purchase.