Scanned sites / www.sagehilldental.ca / 2026-09-26-2129
www.sagehilldental.ca scan from 9/26/2026, 9:29:38 PM
Scan 2026-09-26-2129
Scanned 9/26/2026, 9:29:38 PM, finished 9/27/2026, 4:53:26 PM. Found with openstreetmap overpass
Site: https://www.sagehilldental.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 222 pages and 696 assets of www.sagehilldental.ca, starting from https://www.sagehilldental.ca/. It scored 85 out of 100, a good result. 8 of 16 checks found something to fix, led by indexability (150), heavy assets (10), title tags (16); 5 checks passed. Most of the points went to indexability (−7.2), heavy assets (−6), title tags (−0.8). 3 checks 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: High1 high, 4 medium, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 222
- Assets fetched
- 696
- Status
- Completed
- Checks with issues
- 8 of 16
918 of 922 discovered URLs were fetched, 4 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 9 link destinations on other sites were checked.
- Title tags16 issues16 of 37 pages have title issues. 172 noindex or canonicalized pages excluded.−0.8 points
- Meta descriptions10 issues10 of 37 pages have meta description issues. 172 noindex or canonicalized pages excluded.−0.4 points
- Headings1 issue1 of 37 pages have heading issues. 172 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites213 noted0 destinations answered with an error, 3 could not be determined (timeouts, rate limits or refusals), of 9 destinations checked.
- Redirects13 issues24 redirecting URLs, 1 of them chained.−0.2 points
- Non-200 responses24 noted24 URLs did not return a 2xx response. 13 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability150 issues150 of 209 indexable pages have indexability warnings.−7.2 points
- Image alt textOK0 of 853 image references have no alt attribute. 10 use an empty alt (decorative), which is fine.
- Heavy assets10 issues10 assets larger than 500 KB among 696 fetched assets.−6 points
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage3 issues1 sitemap listing 104 URLs: 2 crawled pages missing, 0 listed URLs broken or redirecting, 1 reachable only via the sitemap.−0.1 points
- Internal link countsOKInternal link counts for 209 pages.
- Thin contentOK0 of 37 pages have fewer than 200 words. 172 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.sagehilldental.ca scores 85%, higher than 71% 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 site has some issues to address for better SEO performance, primarily related to redirects, title tags, and indexability. I've prioritized fixes to enhance visibility and usability.
- 1
Fix Redirects
Why: Eliminate unnecessary redirects to improve page load speed and user experience.
How: Update or remove 24 redirecting URLs and resolve the chained redirect.
Checks: redirects
- 2
Resolve Canonical Issues
Why: Correcting canonical tags improves indexability and ensures search engines rank the right pages.
How: Review and fix canonical tags on flagged pages.
Checks: indexability
- 3
Improve Title Tags
Why: Optimizing title tags increases click-through rates from search results.
How: Revise elongated and duplicate title tags on affected pages.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Improved meta descriptions can boost your site's visibility and appeal in SERPs.
How: Edit meta descriptions to eliminate duplicates and prevent cut-offs.
Checks: meta-descriptions
- 5
Optimize Heavy Assets
Why: Reducing asset sizes can significantly enhance page load speed.
How: Compress or replace heavy images larger than 500 KB on your site.
Checks: heavy-assets
- 6
Fix Orphaned Page
Why: Improving internal links helps users navigate your site and boosts SEO.
How: Add internal links to the orphaned page from relevant content.
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 website has several security vulnerabilities that could potentially expose sensitive data or allow unauthorized actions. High-priority issues include lack of HTTPS for many pages and essential security headers. Immediate remediation is advised to protect user data and enhance security.
- 1 high
- 4 medium
- 4 low
- 1 info
- 1
HTTP Pages ExposedHigh
Why it matters: 98 pages are accessible over plain HTTP, making them vulnerable to interception and alteration.
Fix: Implement HTTPS by redirecting all HTTP requests to HTTPS. Update your server configuration.
Evidence: HTTPS
- 2
Missing HSTS HeaderMedium
Why it matters: No strict transport security header is present, leaving users exposed on initial HTTP requests.
Fix: Add `Strict-Transport-Security: max-age=31536000; includeSubDomains` to all responses.
Evidence: HTTP Strict Transport Security
- 3
Lack of Content Security PolicyMedium
Why it matters: Absence of a Content Security Policy allows unrestricted sources for scripts and styles, increasing attack risks.
Fix: Implement `Content-Security-Policy: default-src 'self';` to limit where resources can be loaded from.
Evidence: Content Security Policy
- 4
Missing Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, pages may be embedded in iframes on malicious sites, leading to clickjacking attacks.
Fix: Add `X-Frame-Options: DENY` to all responses to prevent this vulnerability.
Evidence: Clickjacking protection
- 5
Vulnerable JavaScript LibrariesMedium
Why it matters: Outdated libraries may contain vulnerabilities that could be exploited.
Fix: Upgrade jQuery to version 3.5.0 and Bootstrap to version 4.3.1 to fix known issues.
Evidence: Vulnerable JavaScript libraries
- 6
No MIME Sniffing ProtectionLow
Why it matters: Lack of X-Content-Type-Options may allow browsers to run files as scripts based on their content.
Fix: Add `X-Content-Type-Options: nosniff` to all responses.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Without a Referrer-Policy, sensitive URLs may be sent when users click links to external sites.
Fix: Include `Referrer-Policy: no-referrer` header in responses to limit what is sent.
Evidence: Referrer policy
- 8
Server Version ExposureLow
Why it matters: Revealing server version can assist attackers in finding known vulnerabilities.
Fix: Hide server version by configuring your web server settings to not disclose this information.
Evidence: Software version disclosure
- 9
Mixed Content IssuesLow
Why it matters: 248 resources are loaded over HTTP, potentially compromising pages viewed over HTTPS.
Fix: Update resource URLs to HTTPS to avoid mixed content warnings.
Evidence: Mixed content
- 10
Missing Permissions PolicyInfo
Why it matters: Lack of Permissions-Policy header could allow unnecessary access to features, enhancing the impact of any injected scripts.
Fix: Add `Permissions-Policy: geolocation=(), microphone=(), camera=()` to restrict access to these features.
Evidence: Permissions policy
What the checks found
- FoundHTTPSHigh
98 pages answered 200 over plain HTTP with no redirect to HTTPS, while 111 were served over HTTPS. Anyone on the network path can read or alter these pages.
- http://www.sagehilldental.ca/book-an-appointment/ → 200 over http
- http://www.sagehilldental.ca/contact/ → 200 over http
- http://www.sagehilldental.ca/service/composite-fillings/ → 200 over http
- http://www.sagehilldental.ca/ → 200 over http
- http://www.sagehilldental.ca/our-team/ → 200 over http
- http://www.sagehilldental.ca/weekend-dentist/ → 200 over http
- http://www.sagehilldental.ca/review-us/ → 200 over http
- http://www.sagehilldental.ca/privacy-policy/ → 200 over http
- http://www.sagehilldental.ca/canadian-dental-care-plan/ → 200 over http
- http://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → 200 over http
- http://www.sagehilldental.ca/service/dental-x-rays/ → 200 over http
- http://www.sagehilldental.ca/service/dental-crowns/ → 200 over http
- 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.sagehilldental.ca/ → no strict-transport-security
- https://www.sagehilldental.ca/our-team/ → no strict-transport-security
- https://www.sagehilldental.ca/weekend-dentist/ → no strict-transport-security
- https://www.sagehilldental.ca/review-us/ → no strict-transport-security
- https://www.sagehilldental.ca/privacy-policy/ → no strict-transport-security
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no strict-transport-security
- https://www.sagehilldental.ca/service/composite-fillings/ → no strict-transport-security
- https://www.sagehilldental.ca/service/dental-x-rays/ → no strict-transport-security
- https://www.sagehilldental.ca/service/dental-crowns/ → no strict-transport-security
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no strict-transport-security
- https://www.sagehilldental.ca/service/teeth-whitening/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 209 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.sagehilldental.ca/ → no content-security-policy
- https://www.sagehilldental.ca/our-team/ → no content-security-policy
- https://www.sagehilldental.ca/weekend-dentist/ → no content-security-policy
- https://www.sagehilldental.ca/review-us/ → no content-security-policy
- https://www.sagehilldental.ca/privacy-policy/ → no content-security-policy
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no content-security-policy
- https://www.sagehilldental.ca/service/composite-fillings/ → no content-security-policy
- https://www.sagehilldental.ca/service/dental-x-rays/ → no content-security-policy
- https://www.sagehilldental.ca/service/dental-crowns/ → no content-security-policy
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no content-security-policy
- https://www.sagehilldental.ca/service/teeth-whitening/ → 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.sagehilldental.ca/ → no x-frame-options
- https://www.sagehilldental.ca/our-team/ → no x-frame-options
- https://www.sagehilldental.ca/weekend-dentist/ → no x-frame-options
- https://www.sagehilldental.ca/review-us/ → no x-frame-options
- https://www.sagehilldental.ca/privacy-policy/ → no x-frame-options
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no x-frame-options
- https://www.sagehilldental.ca/service/composite-fillings/ → no x-frame-options
- https://www.sagehilldental.ca/service/dental-x-rays/ → no x-frame-options
- https://www.sagehilldental.ca/service/dental-crowns/ → no x-frame-options
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no x-frame-options
- https://www.sagehilldental.ca/service/teeth-whitening/ → 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.sagehilldental.ca/ → no x-content-type-options
- https://www.sagehilldental.ca/our-team/ → no x-content-type-options
- https://www.sagehilldental.ca/weekend-dentist/ → no x-content-type-options
- https://www.sagehilldental.ca/review-us/ → no x-content-type-options
- https://www.sagehilldental.ca/privacy-policy/ → no x-content-type-options
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no x-content-type-options
- https://www.sagehilldental.ca/service/composite-fillings/ → no x-content-type-options
- https://www.sagehilldental.ca/service/dental-x-rays/ → no x-content-type-options
- https://www.sagehilldental.ca/service/dental-crowns/ → no x-content-type-options
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no x-content-type-options
- https://www.sagehilldental.ca/service/teeth-whitening/ → 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.sagehilldental.ca/ → no referrer-policy
- https://www.sagehilldental.ca/our-team/ → no referrer-policy
- https://www.sagehilldental.ca/weekend-dentist/ → no referrer-policy
- https://www.sagehilldental.ca/review-us/ → no referrer-policy
- https://www.sagehilldental.ca/privacy-policy/ → no referrer-policy
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no referrer-policy
- https://www.sagehilldental.ca/service/composite-fillings/ → no referrer-policy
- https://www.sagehilldental.ca/service/dental-x-rays/ → no referrer-policy
- https://www.sagehilldental.ca/service/dental-crowns/ → no referrer-policy
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no referrer-policy
- https://www.sagehilldental.ca/service/teeth-whitening/ → 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.sagehilldental.ca/ → no permissions-policy
- https://www.sagehilldental.ca/our-team/ → no permissions-policy
- https://www.sagehilldental.ca/weekend-dentist/ → no permissions-policy
- https://www.sagehilldental.ca/review-us/ → no permissions-policy
- https://www.sagehilldental.ca/privacy-policy/ → no permissions-policy
- https://www.sagehilldental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ → no permissions-policy
- https://www.sagehilldental.ca/service/composite-fillings/ → no permissions-policy
- https://www.sagehilldental.ca/service/dental-x-rays/ → no permissions-policy
- https://www.sagehilldental.ca/service/dental-crowns/ → no permissions-policy
- https://www.sagehilldental.ca/service/porcelain-veneers/ → no permissions-policy
- https://www.sagehilldental.ca/service/teeth-whitening/ → 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 (918 responses)
- x-powered-by: WP Rocket/3.21.3 (2 responses)
- FoundMixed contentLow
248 resources on HTTPS pages are loaded over plain HTTP.
- https://www.sagehilldental.ca/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/family-friendly-dentistry.png
- https://www.sagehilldental.ca/our-team/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/weekend-dentist/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/review-us/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental-white-bg.png
- https://www.sagehilldental.ca/review-us/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/privacy-policy/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/canadian-dental-care-plan/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/service/dental-cleanings-and-checkups/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/service/composite-fillings/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/service/dental-x-rays/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- https://www.sagehilldental.ca/service/dental-crowns/ loads image http://sagehilldental.ca/wp-content/uploads/2022/02/saga-hill-dental.png
- 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.sagehilldental.ca/wp-content/themes/dental/assets/js/bootstrap/boot…: 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.sagehilldental.ca/wp-content/themes/dental/assets/js/bootstrap/boot…: 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.)
- challenges.cloudflare.com (40 script tags)
- cdn.callrail.com (40 script tags)
- cdn.trustindex.io (1 script tag)
- 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/
3 checks passed, 1 not applicable
- 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.sagehilldental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- winnipegchiropractor.com86/100 · rank 291 · 20 pages
- globalautoservicemt.com86/100 · rank 291 · 88 pages
- launchaf.com86/100 · rank 291 · 41 pages
- myfamilyestateplanning.com85/100 · rank 342 · 5,000 pages
- exitstrategiesmi.com85/100 · rank 342 · 28 pages
- wgprovisions.com85/100 · rank 342 · 17 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.sagehilldental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.sagehilldental.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.sagehilldental.ca. Removal needs no account and no proof of purchase.