Scanned sites / www.allendaledental.ca / 2026-09-26-1843
www.allendaledental.ca scan from 9/26/2026, 6:43:23 PM
A newer scan exists. See the latest report for www.allendaledental.ca.
Scan 2026-09-26-1843
Scanned 9/26/2026, 6:43:23 PM, finished 9/26/2026, 6:49:47 PM. Found with openstreetmap overpass
Site: https://www.allendaledental.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 78 pages and 389 assets of www.allendaledental.ca, starting from https://www.allendaledental.ca/. It scored 90 out of 100, an excellent result. 6 of 15 checks found something to fix, led by indexability (32), heavy assets (4), meta descriptions (16); 7 checks passed. Most of the points went to indexability (−4.2), heavy assets (−2.4), meta descriptions (−1.7). 2 checks found something the score does not count, listed as noted. 1 check was not run because the crawl fetched nothing for it. 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 and 4 low findings. See the security findings ↓
- Pages crawled
- 78
- Assets fetched
- 389
- Status
- Completed
- Checks with issues
- 6 of 15
467 of 468 discovered URLs were fetched, 1 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 4 link destinations on other sites have not been checked.
- Title tags8 issues8 of 44 pages have title issues. 32 noindex or canonicalized pages excluded.−1.1 points
- Meta descriptions16 issues16 of 44 pages have meta description issues. 32 noindex or canonicalized pages excluded.−1.7 points
- HeadingsOK0 of 44 pages have heading issues. 32 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- Redirects2 issues5 redirecting URLs, 0 of them chained.−0.1 points
- Non-200 responses5 noted5 URLs did not return a 2xx response. 2 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability32 issues32 of 76 indexable pages have indexability warnings.−4.2 points
- Image alt textOK0 of 287 image references have no alt attribute. 2 use an empty alt (decorative), which is fine.
- Heavy assets4 issues4 assets larger than 500 KB among 389 fetched assets.−2.4 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage3 issues1 sitemap listing 73 URLs: 3 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.−0.2 points
- Internal link countsOKInternal link counts for 76 pages.
- Thin contentOK0 of 44 pages have fewer than 200 words. 32 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1314 sites, median 80%, average 79%
www.allendaledental.ca scores 90%, higher than 88% of the 1314 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 findingsWritten from an earlier version of the analysis. The findings on this page have been recomputed since, so counts and labels here may differ from what the plan describes. The advice still points at the same checks.
Several key improvements are needed to optimize your site. These include addressing redirects, non-200 responses, and optimizing title tags and meta descriptions. Ensuring better indexability and managing large assets will enhance performance.
- 1
Fix Redirects
Why: Redirects can slow down access and harm SEO.
How: Update URLs to avoid unnecessary redirects. Directly link to the final URLs.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses can lead to poor user experience and SEO penalties.
How: Identify and fix the URLs that are returning non-2xx status codes.
Checks: status-codes
- 3
Optimize Title Tags
Why: Proper title length enhances search visibility and click-through rates.
How: Shorten the titles to under 60 characters and ensure uniqueness.
Checks: titles
- 4
Revise Meta Descriptions
Why: More engaging meta descriptions improve organic click rates.
How: Make each meta description unique and limit length to 160 characters.
Checks: meta-descriptions
- 5
Enhance Indexability
Why: Improving indexability increases visibility in search engines.
How: Review indexing settings and correct any issues preventing full indexation.
Checks: indexability
- 6
Manage Heavy Assets
Why: Large assets can slow page loading speeds.
How: Optimize images and other heavy assets to reduce size without losing quality.
Checks: heavy-assets
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 vulnerabilities that need immediate attention, including missing crucial HTTP headers, outdated JavaScript libraries, and mixed content loading issues. Addressing these will enhance site security and user protection.
- 0 high
- 4 medium
- 4 low
- 0 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users may be vulnerable to man-in-the-middle attacks when accessing the site.
Fix: Add the header 'Strict-Transport-Security: max-age=31536000; includeSubDomains' to all HTML pages.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Lack of a CSP allows any script or resource to load, increasing the risk of attacks.
Fix: Set the header 'Content-Security-Policy: default-src 'self';' on all HTML pages.
Evidence: Content Security Policy
- 3
No Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Pages are susceptible to clickjacking attacks without this protection.
Fix: Add the header 'X-Frame-Options: SAMEORIGIN' to all HTML pages.
Evidence: Clickjacking protection
- 4
Outdated JavaScript Libraries with VulnerabilitiesMedium
Why it matters: Using vulnerable libraries can lead to security breaches.
Fix: Upgrade jQuery to at least 3.5.0 and Bootstrap to at least 4.3.1.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Absence of this header could allow browsers to misinterpret file types.
Fix: Add the header 'X-Content-Type-Options: nosniff' to all HTML pages.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Not having a referrer policy could expose sensitive URL info to other sites.
Fix: Add the header 'Referrer-Policy: no-referrer' to all HTML pages.
Evidence: Referrer policy
- 7
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on HTTPS pages can undermine security.
Fix: Ensure all resources are served using HTTPS.
Evidence: Mixed content
- 8
Revealed Server InformationLow
Why it matters: Disclosing server versions might give attackers hints about vulnerabilities.
Fix: Consider removing or obfuscating the 'server' and 'x-powered-by' headers.
Evidence: Software version disclosure
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.allendaledental.ca/ → no strict-transport-security
- https://www.allendaledental.ca/book-an-appointment/ → no strict-transport-security
- https://www.allendaledental.ca/our-team/ → no strict-transport-security
- https://www.allendaledental.ca/blog/ → no strict-transport-security
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.allendaledental.ca/service/dental-exams/ → no strict-transport-security
- https://www.allendaledental.ca/service/dental-cleanings/ → no strict-transport-security
- https://www.allendaledental.ca/service/dental-sealants/ → no strict-transport-security
- https://www.allendaledental.ca/service/dental-fillings/ → no strict-transport-security
- https://www.allendaledental.ca/service/dentures/ → no strict-transport-security
- https://www.allendaledental.ca/service/bridges/ → no strict-transport-security
- https://www.allendaledental.ca/service/dental-crowns/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 76 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.allendaledental.ca/ → no content-security-policy
- https://www.allendaledental.ca/book-an-appointment/ → no content-security-policy
- https://www.allendaledental.ca/our-team/ → no content-security-policy
- https://www.allendaledental.ca/blog/ → no content-security-policy
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.allendaledental.ca/service/dental-exams/ → no content-security-policy
- https://www.allendaledental.ca/service/dental-cleanings/ → no content-security-policy
- https://www.allendaledental.ca/service/dental-sealants/ → no content-security-policy
- https://www.allendaledental.ca/service/dental-fillings/ → no content-security-policy
- https://www.allendaledental.ca/service/dentures/ → no content-security-policy
- https://www.allendaledental.ca/service/bridges/ → no content-security-policy
- https://www.allendaledental.ca/service/dental-crowns/ → 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.allendaledental.ca/ → no x-frame-options
- https://www.allendaledental.ca/book-an-appointment/ → no x-frame-options
- https://www.allendaledental.ca/our-team/ → no x-frame-options
- https://www.allendaledental.ca/blog/ → no x-frame-options
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.allendaledental.ca/service/dental-exams/ → no x-frame-options
- https://www.allendaledental.ca/service/dental-cleanings/ → no x-frame-options
- https://www.allendaledental.ca/service/dental-sealants/ → no x-frame-options
- https://www.allendaledental.ca/service/dental-fillings/ → no x-frame-options
- https://www.allendaledental.ca/service/dentures/ → no x-frame-options
- https://www.allendaledental.ca/service/bridges/ → no x-frame-options
- https://www.allendaledental.ca/service/dental-crowns/ → 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.allendaledental.ca/ → no x-content-type-options
- https://www.allendaledental.ca/book-an-appointment/ → no x-content-type-options
- https://www.allendaledental.ca/our-team/ → no x-content-type-options
- https://www.allendaledental.ca/blog/ → no x-content-type-options
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.allendaledental.ca/service/dental-exams/ → no x-content-type-options
- https://www.allendaledental.ca/service/dental-cleanings/ → no x-content-type-options
- https://www.allendaledental.ca/service/dental-sealants/ → no x-content-type-options
- https://www.allendaledental.ca/service/dental-fillings/ → no x-content-type-options
- https://www.allendaledental.ca/service/dentures/ → no x-content-type-options
- https://www.allendaledental.ca/service/bridges/ → no x-content-type-options
- https://www.allendaledental.ca/service/dental-crowns/ → 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.allendaledental.ca/ → no referrer-policy
- https://www.allendaledental.ca/book-an-appointment/ → no referrer-policy
- https://www.allendaledental.ca/our-team/ → no referrer-policy
- https://www.allendaledental.ca/blog/ → no referrer-policy
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.allendaledental.ca/service/dental-exams/ → no referrer-policy
- https://www.allendaledental.ca/service/dental-cleanings/ → no referrer-policy
- https://www.allendaledental.ca/service/dental-sealants/ → no referrer-policy
- https://www.allendaledental.ca/service/dental-fillings/ → no referrer-policy
- https://www.allendaledental.ca/service/dentures/ → no referrer-policy
- https://www.allendaledental.ca/service/bridges/ → no referrer-policy
- https://www.allendaledental.ca/service/dental-crowns/ → 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.allendaledental.ca/ → no permissions-policy
- https://www.allendaledental.ca/book-an-appointment/ → no permissions-policy
- https://www.allendaledental.ca/our-team/ → no permissions-policy
- https://www.allendaledental.ca/blog/ → no permissions-policy
- https://www.allendaledental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.allendaledental.ca/service/dental-exams/ → no permissions-policy
- https://www.allendaledental.ca/service/dental-cleanings/ → no permissions-policy
- https://www.allendaledental.ca/service/dental-sealants/ → no permissions-policy
- https://www.allendaledental.ca/service/dental-fillings/ → no permissions-policy
- https://www.allendaledental.ca/service/dentures/ → no permissions-policy
- https://www.allendaledental.ca/service/bridges/ → no permissions-policy
- https://www.allendaledental.ca/service/dental-crowns/ → 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 (467 responses)
- x-powered-by: WP Rocket/3.21.3 (2 responses)
- FoundMixed contentLow
6 resources on HTTPS pages are loaded over plain HTTP.
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/call-icon.svg
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/envelope.svg
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/map-icon.svg
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/call-icon.svg
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/envelope.svg
- https://www.allendaledental.ca/contact/ loads image http://allendaledental.ca/wp-content/uploads/2019/12/map-icon.svg
- FoundVulnerable JavaScript librariesMedium
2 libraries with published vulnerabilities: jQuery 1.9.1, Bootstrap 4.0.0. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.9.1 in https://www.allendaledental.ca/wp-content/themes/dental/assets/js/bootstrap/boo…: 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.0.0 in https://www.allendaledental.ca/wp-content/themes/dental/assets/js/bootstrap/boo…: 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 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.)
- fd.cleantalk.org (40 script tags)
- cdn.jsdelivr.net (40 script tags)
- cdn.callrail.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/
4 checks passed, 1 not applicable
- OKHTTPS
All 76 crawled pages were served over HTTPS.
- 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.
- 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.allendaledental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- dalesautocare.com91/100 · rank 103 · 199 pages
- downtowndentalcentre.com91/100 · rank 103 · 197 pages
- ryanlenk.com91/100 · rank 103 · 48 pages
- saladdaysproduce.com90/100 · rank 134 · 29 pages
- hiddenhollowfarmiowa.com90/100 · rank 134 · 8 pages
- www.explorano.com90/100 · rank 134 · 1,169 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.allendaledental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.allendaledental.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.allendaledental.ca. Removal needs no account and no proof of purchase.