Scanned sites / www.dentalchoice.ca / 2026-09-26-2138
www.dentalchoice.ca scan from 9/26/2026, 9:38:14 PM
A newer scan exists. See the latest report for www.dentalchoice.ca.
Scan 2026-09-26-2138
Scanned 9/26/2026, 9:38:14 PM, finished 9/27/2026, 5:12:21 PM. Found with openstreetmap overpass
Site: https://www.dentalchoice.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 841 pages and 518 assets of www.dentalchoice.ca, starting from https://www.dentalchoice.ca/. It scored 77 out of 100, a good result. 13 of 16 checks found something to fix, led by heavy assets (43), meta descriptions (213), redirects (438); 2 checks passed. Most of the points went to heavy assets (−6), meta descriptions (−4.5), links to other sites (−4). 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 841
- Assets fetched
- 518
- Status
- Completed
- Checks with issues
- 13 of 16
1,359 of 1,364 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 300 link destinations on other sites were checked, 18 left unchecked.
- Title tags37 issues37 of 346 pages have title issues. 36 noindex or canonicalized pages excluded.−1 points
- Meta descriptions213 issues213 of 346 pages have meta description issues. 36 noindex or canonicalized pages excluded.−4.5 points
- Headings31 issues31 of 346 pages have heading issues. 36 noindex or canonicalized pages excluded.−0.5 points
- Broken links6 issues11 internal links point at 6 broken URLs.−0.3 points
- Links to other sites59 issues59 destinations answered with an error, 114 could not be determined (timeouts, rate limits or refusals), 18 were left unchecked by the per-scan cap, of 300 destinations checked.−4 points
- Redirects438 issues424 redirecting URLs, 48 of them chained.−4 points
- Non-200 responses37 issues461 URLs did not return a 2xx response. 459 of them are pages, 37 with an error status; the rest are assets or redirects.−1 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability7 issues7 of 375 indexable pages have indexability warnings. 7 pages noindex by design.−0.2 points
- Image alt text397 issues397 of 3879 image references have no alt attribute. 1581 use an empty alt (decorative), which is fine.−0.6 points
- Heavy assets43 issues43 assets larger than 500 KB among 518 fetched assets.−6 points
- Orphan pages177 issues177 pages have no internal links pointing at them.−1.9 points
- Sitemap coverage172 issues8 sitemaps listing 320 URLs: 23 crawled pages missing, 0 listed URLs broken or redirecting, 149 reachable only via the sitemap.−2.7 points
- Internal link countsOKInternal link counts for 382 pages.
- Thin content15 issues15 of 346 pages have fewer than 200 words. 36 noindex or canonicalized pages excluded.−0.3 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.dentalchoice.ca scores 77%, higher than 35% 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 some issues to address, mainly with broken links and excessive redirects. Prioritizing corrections will enhance user experience and SEO performance.
- 1
Fix Broken Links
Why: Broken links harm user experience and SEO credibility.
How: Identify and update or remove the broken URLs listed in the crawl report.
Checks: broken-links
- 2
Reduce Redirects
Why: Chained redirects slow down page load speeds and confuse users.
How: Reduce chained URLs to a single redirect where possible for the affected URLs.
Checks: redirects
- 3
Correct Non-200 Responses
Why: URLs returning non-200 responses can negatively affect indexability.
How: Audit the affected URLs and ensure they return a valid 200 status response.
Checks: status-codes
- 4
Improve Meta Descriptions
Why: Meta descriptions enhance click-through rates in search results.
How: Create unique meta descriptions for the identified pages without one.
Checks: meta-descriptions
- 5
Optimize Heavy Assets
Why: Large files slow down the website, impacting user experience.
How: Compress or replace large images with optimized versions.
Checks: heavy-assets
- 6
Add Missing Headings
Why: Headings improve page structure and SEO.
How: Add an H1 tag to each page missing one.
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 crawlThe website dentalchoice.ca lacks several important security headers, exposing it to various risks. Critical issues include missing HTTP Strict Transport Security and Content Security Policy which can leave the site vulnerable to attacks. It is vital to implement these protections to enhance user safety and data integrity.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Lack of HSTS can allow interception on the first request if users type the address without https://.
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: Without a CSP, there are no restrictions on where scripts and styles can load from, increasing risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Absence of X-Frame-Options can make the site vulnerable to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Using an outdated version of jQuery may expose the site to known vulnerabilities.
Fix: Upgrade jQuery to version 3.5.0 or higher.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Not specifying this header can lead browsers to incorrectly execute scripts.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Lack of a referrer policy exposes full URLs, which can include sensitive information.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 7
Server Banner DisclosureLow
Why it matters: Revealing server details can help attackers identify vulnerabilities.
Fix: Remove or explicitly set the server response headers to limit disclosure.
Evidence: Software version disclosure
- 8
Missing Permissions PolicyInfo
Why it matters: Without this header, features like camera and geolocation may be misused by injected scripts.
Fix: Add the header: Permissions-Policy: accelerometer=(), camera=(), geolocation=(), microphone=().
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.dentalchoice.ca/ → no strict-transport-security
- https://www.dentalchoice.ca/locations/calgary/ → no strict-transport-security
- https://www.dentalchoice.ca/locations/edmonton/ → no strict-transport-security
- https://www.dentalchoice.ca/locations/red-deer/ → no strict-transport-security
- https://www.dentalchoice.ca/services/ → no strict-transport-security
- https://www.dentalchoice.ca/periodontics/ → no strict-transport-security
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no strict-transport-security
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no strict-transport-security
- https://www.dentalchoice.ca/oral-surgery/ → no strict-transport-security
- https://www.dentalchoice.ca/invisalign/ → no strict-transport-security
- https://www.dentalchoice.ca/about/ → no strict-transport-security
- https://www.dentalchoice.ca/our-dentists/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 382 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.dentalchoice.ca/ → no content-security-policy
- https://www.dentalchoice.ca/locations/calgary/ → no content-security-policy
- https://www.dentalchoice.ca/locations/edmonton/ → no content-security-policy
- https://www.dentalchoice.ca/locations/red-deer/ → no content-security-policy
- https://www.dentalchoice.ca/services/ → no content-security-policy
- https://www.dentalchoice.ca/periodontics/ → no content-security-policy
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no content-security-policy
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no content-security-policy
- https://www.dentalchoice.ca/oral-surgery/ → no content-security-policy
- https://www.dentalchoice.ca/invisalign/ → no content-security-policy
- https://www.dentalchoice.ca/about/ → no content-security-policy
- https://www.dentalchoice.ca/our-dentists/ → 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.dentalchoice.ca/ → no x-frame-options
- https://www.dentalchoice.ca/locations/calgary/ → no x-frame-options
- https://www.dentalchoice.ca/locations/edmonton/ → no x-frame-options
- https://www.dentalchoice.ca/locations/red-deer/ → no x-frame-options
- https://www.dentalchoice.ca/services/ → no x-frame-options
- https://www.dentalchoice.ca/periodontics/ → no x-frame-options
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no x-frame-options
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no x-frame-options
- https://www.dentalchoice.ca/oral-surgery/ → no x-frame-options
- https://www.dentalchoice.ca/invisalign/ → no x-frame-options
- https://www.dentalchoice.ca/about/ → no x-frame-options
- https://www.dentalchoice.ca/our-dentists/ → 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.dentalchoice.ca/ → no x-content-type-options
- https://www.dentalchoice.ca/locations/calgary/ → no x-content-type-options
- https://www.dentalchoice.ca/locations/edmonton/ → no x-content-type-options
- https://www.dentalchoice.ca/locations/red-deer/ → no x-content-type-options
- https://www.dentalchoice.ca/services/ → no x-content-type-options
- https://www.dentalchoice.ca/periodontics/ → no x-content-type-options
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no x-content-type-options
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no x-content-type-options
- https://www.dentalchoice.ca/oral-surgery/ → no x-content-type-options
- https://www.dentalchoice.ca/invisalign/ → no x-content-type-options
- https://www.dentalchoice.ca/about/ → no x-content-type-options
- https://www.dentalchoice.ca/our-dentists/ → 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.dentalchoice.ca/ → no referrer-policy
- https://www.dentalchoice.ca/locations/calgary/ → no referrer-policy
- https://www.dentalchoice.ca/locations/edmonton/ → no referrer-policy
- https://www.dentalchoice.ca/locations/red-deer/ → no referrer-policy
- https://www.dentalchoice.ca/services/ → no referrer-policy
- https://www.dentalchoice.ca/periodontics/ → no referrer-policy
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no referrer-policy
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no referrer-policy
- https://www.dentalchoice.ca/oral-surgery/ → no referrer-policy
- https://www.dentalchoice.ca/invisalign/ → no referrer-policy
- https://www.dentalchoice.ca/about/ → no referrer-policy
- https://www.dentalchoice.ca/our-dentists/ → 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.dentalchoice.ca/ → no permissions-policy
- https://www.dentalchoice.ca/locations/calgary/ → no permissions-policy
- https://www.dentalchoice.ca/locations/edmonton/ → no permissions-policy
- https://www.dentalchoice.ca/locations/red-deer/ → no permissions-policy
- https://www.dentalchoice.ca/services/ → no permissions-policy
- https://www.dentalchoice.ca/periodontics/ → no permissions-policy
- https://www.dentalchoice.ca/services/general-dentistry/vivos-sleep-apnea-treatment/ → no permissions-policy
- https://www.dentalchoice.ca/services/solea-laser-treatment/ → no permissions-policy
- https://www.dentalchoice.ca/oral-surgery/ → no permissions-policy
- https://www.dentalchoice.ca/invisalign/ → no permissions-policy
- https://www.dentalchoice.ca/about/ → no permissions-policy
- https://www.dentalchoice.ca/our-dentists/ → no permissions-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: cloudflare (1359 responses)
- x-powered-by: WP Rocket/3.21.0.1 (1 response)
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 2.9.30. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 2.9.30 in https://www.dentalchoice.ca/wp-content/plugins/gravityforms/js/placeholders.jqu…: 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 6 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.)
- pfx.leadmanagerfx.com (40 script tags)
- cdn.callrail.com (40 script tags)
- unpkg.com (40 script tags)
- code.jquery.com (41 script tags)
- cdn.jsdelivr.net (44 script tags)
- www.google.com (40 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/
5 checks passed, 1 not applicable
- OKHTTPS
All 382 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
87 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.dentalchoice.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- maidensail.com78/100 · rank 758 · 200 pages
- www.themontanawoolbarn.com77/100 · rank 814 · 22 pages
- www.boiseanimalhealth.com77/100 · rank 814 · 8 pages
- www.overleaf.com77/100 · rank 814 · 5,000 pages
- www.scr-mn.com77/100 · rank 814 · 522 pages
- semrush.com77/100 · rank 814 · 5,000 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.dentalchoice.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.dentalchoice.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.dentalchoice.ca. Removal needs no account and no proof of purchase.