Scanned sites / www.manchesterdental.ca / 2026-09-24-1041
www.manchesterdental.ca scan from 9/24/2026, 10:41:54 AM
Scan 2026-09-24-1041
Scanned 9/24/2026, 10:41:54 AM, finished 9/24/2026, 10:59:25 AM. 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 24, 2026 the Site Spider crawled 128 pages and 603 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 and 2 low findings. See the security findings ↓
- Pages crawled
- 128
- Assets fetched
- 603
- 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
1226 sites, median 82%, average 80%
www.manchesterdental.ca scores 89%, higher than 79% of the 1226 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 findingsThe site has good health but requires attention to redirects, response statuses, titles, meta descriptions, heavy assets, and sitemap coverage. Fixing these will enhance SEO performance.
- 1
Fix 301 Redirects
Why: Reduce redirect chains and enhance user experience.
How: Replace chained redirects with direct links to final URLs.
Checks: redirects
- 2
Resolve Non-200 Response URLs
Why: Ensure all pages return a 2xx status for better indexing.
How: Identify and fix or remove URLs returning non-200 responses.
Checks: status-codes
- 3
Revise Title Tags
Why: Improve SEO by fixing length and duplicates in titles.
How: Shorten long titles and create unique titles for duplicate pages.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Boost click-through rates by correcting issues.
How: Create unique, informative meta descriptions for each page.
Checks: meta-descriptions
- 5
Optimize Heavy Assets
Why: Improve site speed by reducing load times.
How: Compress large images to under 500 KB using online tools.
Checks: heavy-assets
- 6
Update Sitemap Coverage
Why: Ensure all crawlable pages are included for better indexing.
How: Add missing blog pages to the sitemap.
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 crawlThe website faces several security risks due to missing important HTTP response headers and the use of outdated libraries. Implementing the recommended headers can greatly enhance protection against various attacks and data leaks.
- 0 high
- 4 medium
- 2 low
- 0 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted on their first request to the site.
Fix: Add the header `Strict-Transport-Security: max-age=63072000; includeSubDomains` to secure connections.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Without a CSP, scripts and resources can be loaded from untrusted sources.
Fix: Include a header like `Content-Security-Policy: default-src 'self';` to restrict sources.
Evidence: Content Security Policy
- 3
Missing Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Lack of this header allows the site to be embedded in frames, increasing the risk of clickjacking attacks.
Fix: Add `X-Frame-Options: SAMEORIGIN` to restrict framing from other sites.
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Outdated versions of jQuery and Bootstrap have known vulnerabilities.
Fix: Upgrade jQuery to version 3.5.0 and Bootstrap to version 4.3.1 to resolve these issues.
Evidence: Vulnerable JavaScript libraries
- 5
Missing MIME Sniffing Protection (X-Content-Type-Options)Low
Why it matters: Without this header, browsers may incorrectly execute files as scripts.
Fix: Set the header `X-Content-Type-Options: nosniff` to mitigate this risk.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Without a referrer policy, sensitive URL parameters can be sent to other sites.
Fix: Use the header `Referrer-Policy: no-referrer` to protect sensitive information.
Evidence: Referrer 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.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 150 · 9 pages
- mergedeck.com90/100 · rank 150 · 200 pages
- dayleveling.com90/100 · rank 150 · 4 pages
- www.gcoc.ca89/100 · rank 213 · 160 pages
- www.bellerivedental.ca89/100 · rank 213 · 142 pages
- mainepropertiesllc.com89/100 · rank 213 · 14 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.