Scanned sites / www.manchesterdental.ca / 2026-09-17-1152
www.manchesterdental.ca scan from 9/17/2026, 11:52:01 AM
Scan 2026-09-17-1152
Scanned 9/17/2026, 11:52:01 AM, finished 9/17/2026, 12:00:02 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 17, 2026 the Site Spider crawled 127 pages and 616 assets of www.manchesterdental.ca, starting from https://www.manchesterdental.ca/. It scored 86 out of 100, a good result. 7 of 14 checks found something to fix, led by meta descriptions (29), heavy assets (26), title tags (22); 7 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
- 127
- Assets fetched
- 616
- Status
- Completed
- Checks with issues
- 7 of 14
- Title tags22 issues22 of 100 pages have title issues.
- Meta descriptions29 issues29 of 100 pages have meta description issues.
- HeadingsOK0 of 100 pages have heading issues.
- Broken links9 issues146 internal links point at 9 broken URLs.
- Redirects18 issues18 redirecting URLs, 1 of them chained.
- Non-200 responses9 issues27 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 100 indexable pages have indexability warnings.
- Image alt textOK0 of 529 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 94 URLs: 6 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 100 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1063 sites, median 82%, average 80%
www.manchesterdental.ca scores 86%, higher than 66% of the 1063 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 website has multiple broken links, redirect issues, and problems with title tags and meta descriptions that need addressing. Focus on fixing these to improve user experience and SEO performance.
- 1
Fix Broken Links
Why: Improves user experience and SEO performance by removing dead ends.
How: Update or remove 146 internal links pointing to broken URLs.
Checks: broken-links
- 2
Resolve Redirect Chains
Why: Streamlines URL access and boosts SEO effectiveness.
How: Eliminate 1 chained redirect and optimize 18 redirecting URLs.
Checks: redirects
- 3
Correct Non-200 Responses
Why: Ensures all pages are accessible to users and search engines.
How: Investigate and fix 27 URLs returning non-200 responses.
Checks: status-codes
- 4
Optimize Title Tags
Why: Enhances click-through rates and improves relevance in search results.
How: Revise 22 title tags that are too short, long, or duplicates.
Checks: titles
- 5
Update Meta Descriptions
Why: Boosts search visibility and click rates with informative summaries.
How: Rewrite 29 meta descriptions that are short or duplicates.
Checks: meta-descriptions
- 6
Add Missing Sitemap URLs
Why: Improves indexing of all site pages by search engines.
How: Include 6 missing crawled pages in 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 site has multiple security issues, including missing HTTP response headers that protect against data interception and script vulnerabilities. Implementing these security measures will help protect user data and improve overall site security.
- 0 high
- 4 medium
- 2 low
- 0 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users typing the URL without HTTPS can be intercepted.
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 CSP, the site is vulnerable to XSS attacks due to unrestricted script loading.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Absence of this header makes the site vulnerable to clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Using outdated libraries can expose the site to known vulnerabilities.
Fix: Update jQuery to 3.5.0 and Bootstrap to 4.3.1.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may misinterpret file types, risking malicious script execution.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer-Policy HeaderLow
Why it matters: Without it, sensitive referral information is sent to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade
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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-edmonton/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 100 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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-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/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
- https://www.manchesterdental.ca/services/porcelain-veneers-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 100 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.manchesterdental.ca from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.