Scanned sites / www.manchesterdental.ca / 2026-09-26-1602
www.manchesterdental.ca scan from 9/26/2026, 4:02:29 PM
Scan 2026-09-26-1602
Scanned 9/26/2026, 4:02:29 PM, finished 9/26/2026, 4:13:55 PM. Found with openstreetmap overpass
Site: https://www.manchesterdental.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 128 pages and 564 assets of www.manchesterdental.ca, starting from https://www.manchesterdental.ca/. It scored 89 out of 100, a good result. 5 of 14 checks found something to fix, led by meta descriptions (30), heavy assets (26), title tags (22); 9 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: Medium4 medium, 3 low and 2 info findings. See the security findings ↓
- Pages crawled
- 128
- Assets fetched
- 564
- Status
- Completed
- Checks with issues
- 5 of 14
- Title tags22 issues22 of 110 pages have title issues.
- Meta descriptions30 issues30 of 110 pages have meta description issues.
- HeadingsOK0 of 110 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects18 issues18 redirecting URLs, 1 of them chained.
- Non-200 responsesOK18 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 110 indexable pages have indexability warnings.
- Image alt textOK0 of 563 image references have no alt attribute.
- Heavy assets26 issues26 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage6 issues1 sitemap listing 104 URLs: 6 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 110 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1287 sites, median 82%, average 80%
www.manchesterdental.ca scores 89%, higher than 78% of the 1287 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 a good health score, but there are critical issues with redirects, non-200 responses, title and meta description problems, and sitemap coverage. Implement suggested fixes for better SEO performance.
- 1
Fix Redirects
Why: Reduce unnecessary redirects to improve user experience and speed.
How: Update URLs that redirect. Ensure they point directly to the final destination.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Ensure all pages return a 2xx status for optimal accessibility.
How: Identify and remove broken links. Update any incorrect URL references.
Checks: status-codes
- 3
Revise Title Tags
Why: Optimize titles for better relevance and to avoid duplication.
How: Create unique, meaningful titles for each page, keeping them between 30-60 characters.
Checks: titles
- 4
Improve Meta Descriptions
Why: Enhance click-through rates with compelling, unique descriptions.
How: Craft unique meta descriptions for impacted pages, aiming for 50-160 characters.
Checks: meta-descriptions
- 5
Optimize Heavy Assets
Why: Reduce loading time by optimizing large files.
How: Compress images and assets larger than 500 KB without losing quality.
Checks: heavy-assets
- 6
Update Sitemap
Why: Ensure all relevant pages are indexed by search engines.
How: Add missing pages (e.g., blog pages) to your sitemap and resubmit it to search engines.
Checks: sitemap-coverage
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 issues that need attention, particularly around response headers and using outdated libraries. Implementing proper headers will help protect visitors from various attacks. Additionally, updating libraries and monitoring third-party scripts can enhance your site's security posture.
- 0 high
- 4 medium
- 3 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be vulnerable to man-in-the-middle attacks when connecting to your site.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
No Content Security Policy (CSP)Medium
Why it matters: Absence of a CSP allows scripts and resources to load from any source, increasing risk of XSS attacks.
Fix: Implement a CSP header to restrict sources: Content-Security-Policy: default-src 'self'
Evidence: Content Security Policy
- 3
No Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Missing protection allows your site to be embedded in iframes elsewhere, potentially exposing users to clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Using outdated libraries exposes your site to known vulnerabilities, which could be exploited.
Fix: Update jQuery to at least version 3.5.0 and Bootstrap to at least version 4.3.1
Evidence: Vulnerable JavaScript libraries
- 5
No MIME Sniffing Protection (X-Content-Type-Options)Low
Why it matters: Without this header, browsers might inadvertently execute files as scripts due to their content type.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Without a referrer policy, sensitive information in URLs may be leaked to external sites.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Loading scripts from other domains without integrity checks increases the risk of compromised code running on your site.
Fix: Consider implementing Subresource Integrity (SRI) for all third-party scripts.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Not defining browser features limits access to sensitive functionalities that might be exploited by third-party scripts.
Fix: Add the header: Permissions-Policy: geolocation=(), microphone=(), camera=()
Evidence: Permissions policy
- 9
Sensitive Path Listed in robots.txtInfo
Why it matters: The robots.txt file is public and could potentially expose sensitive areas of your site to attackers.
Fix: Ensure that sensitive paths like /wp-admin/ have proper access controls beyond just robots.txt.
Evidence: Sensitive paths in robots.txt
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.manchesterdental.ca/ → no strict-transport-security
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.manchesterdental.ca/our-team/ → no strict-transport-security
- https://www.manchesterdental.ca/blog/ → no strict-transport-security
- https://www.manchesterdental.ca/privacy-policy/ → no strict-transport-security
- https://www.manchesterdental.ca/services/all-services/ → no strict-transport-security
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no strict-transport-security
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no strict-transport-security
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no strict-transport-security
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no strict-transport-security
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no strict-transport-security
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 110 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.manchesterdental.ca/ → no content-security-policy
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.manchesterdental.ca/our-team/ → no content-security-policy
- https://www.manchesterdental.ca/blog/ → no content-security-policy
- https://www.manchesterdental.ca/privacy-policy/ → no content-security-policy
- https://www.manchesterdental.ca/services/all-services/ → no content-security-policy
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no content-security-policy
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no content-security-policy
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no content-security-policy
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no content-security-policy
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no content-security-policy
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → 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.manchesterdental.ca/ → no x-frame-options
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.manchesterdental.ca/our-team/ → no x-frame-options
- https://www.manchesterdental.ca/blog/ → no x-frame-options
- https://www.manchesterdental.ca/privacy-policy/ → no x-frame-options
- https://www.manchesterdental.ca/services/all-services/ → no x-frame-options
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no x-frame-options
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no x-frame-options
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no x-frame-options
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no x-frame-options
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no x-frame-options
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → 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.manchesterdental.ca/ → no x-content-type-options
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.manchesterdental.ca/our-team/ → no x-content-type-options
- https://www.manchesterdental.ca/blog/ → no x-content-type-options
- https://www.manchesterdental.ca/privacy-policy/ → no x-content-type-options
- https://www.manchesterdental.ca/services/all-services/ → no x-content-type-options
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no x-content-type-options
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no x-content-type-options
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no x-content-type-options
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no x-content-type-options
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no x-content-type-options
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → 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.manchesterdental.ca/ → no referrer-policy
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.manchesterdental.ca/our-team/ → no referrer-policy
- https://www.manchesterdental.ca/blog/ → no referrer-policy
- https://www.manchesterdental.ca/privacy-policy/ → no referrer-policy
- https://www.manchesterdental.ca/services/all-services/ → no referrer-policy
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no referrer-policy
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no referrer-policy
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no referrer-policy
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no referrer-policy
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no referrer-policy
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → 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.manchesterdental.ca/ → no permissions-policy
- https://www.manchesterdental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.manchesterdental.ca/our-team/ → no permissions-policy
- https://www.manchesterdental.ca/blog/ → no permissions-policy
- https://www.manchesterdental.ca/privacy-policy/ → no permissions-policy
- https://www.manchesterdental.ca/services/all-services/ → no permissions-policy
- https://www.manchesterdental.ca/services/general-dentistry-edmonton/ → no permissions-policy
- https://www.manchesterdental.ca/services/invisalign-edmonton/ → no permissions-policy
- https://www.manchesterdental.ca/services/dental-exams-cleanings-edmonton/ → no permissions-policy
- https://www.manchesterdental.ca/services/root-canal-therapy-edmonton/ → no permissions-policy
- https://www.manchesterdental.ca/services/tooth-extractions-edmonton/ → no permissions-policy
- https://www.manchesterdental.ca/services/cosmetic-dentistry-edmonton/ → no permissions-policy
- 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.manchesterdental.ca/wp-content/themes/dental/assets/js/bootstrap/bo…: 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.manchesterdental.ca/wp-content/themes/dental/assets/js/bootstrap/bo…: 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.)
- connect.podium.com (40 script tags)
- www.google.com (40 script tags)
- form.jotform.com (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/
6 checks passed, 1 not applicable
- OKHTTPS
All 110 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
43 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.manchesterdental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- aigarden.tech90/100 · rank 164 · 9 pages
- mergedeck.com90/100 · rank 164 · 200 pages
- dayleveling.com90/100 · rank 164 · 4 pages
- www.pediatricdentistryon160.com89/100 · rank 234 · 37 pages
- www.gcoc.ca89/100 · rank 234 · 160 pages
- www.bellerivedental.ca89/100 · rank 234 · 142 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.manchesterdental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.manchesterdental.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.manchesterdental.ca. Removal needs no account and no proof of purchase.