Scanned sites / www.heritagedentalcentre.ca / 2026-09-16-0127
www.heritagedentalcentre.ca scan from 9/16/2026, 1:27:15 AM
Scan 2026-09-16-0127
Scanned 9/16/2026, 1:27:15 AM, finished 9/16/2026, 1:43:24 AM. Found with openstreetmap overpass
Site: https://www.heritagedentalcentre.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 16, 2026 the Site Spider crawled 46 pages and 454 assets of www.heritagedentalcentre.ca, starting from https://www.heritagedentalcentre.ca/. It scored 98 out of 100, an excellent result. 2 of 14 checks found something to fix, led by meta descriptions (6), title tags (5); 12 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, 1 low and 1 info findings. See the security findings ↓
- Pages crawled
- 46
- Assets fetched
- 454
- Status
- Completed
- Checks with issues
- 2 of 14
- Title tags5 issues5 of 46 pages have title issues.
- Meta descriptions6 issues6 of 46 pages have meta description issues.
- HeadingsOK0 of 46 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK1 redirecting URL, 0 of them chained.
- Non-200 responsesOK10 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 46 indexable pages have indexability warnings.
- Image alt textOK0 of 601 image references have no alt attribute. 228 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK3 sitemaps listing 46 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 46 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1039 sites, median 82%, average 80%
www.heritagedentalcentre.ca scores 98%, higher than 99% of the 1039 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 excellent health, but issues with redirects, non-200 responses, title tags, and meta descriptions need resolution. Prioritize fixing these for improved SEO.
- 1
Fix Redirect
Why: A single redirect can confuse search engines.
How: Update the sitemap URL in the site settings or .htaccess to the final URL.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 10 URLs returning non-200 responses can harm user experience and SEO.
How: Remove broken assets or update links to the correct versions for the 404 errors.
Checks: status-codes
- 3
Optimize Title Tags
Why: 5 title tags exceed the length recommendation, impacting click-through rates.
How: Shorten each title tag to under 60 characters while preserving key information.
Checks: titles
- 4
Add Missing Meta Descriptions
Why: 6 pages lack meta descriptions, reducing visibility in search results.
How: Create and add unique meta descriptions for each page identified.
Checks: meta-descriptions
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 critical security headers missing, which could expose it to risks like clickjacking and script injection. Additionally, some of your JavaScript libraries have known vulnerabilities. Implementing these recommendations will improve your site’s security significantly.
- 0 high
- 4 medium
- 1 low
- 1 info
- 1
Missing HSTS HeaderMedium
Why it matters: Without HSTS, visitors accessing your site with HTTP could be intercepted.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security PolicyMedium
Why it matters: Absence of CSP allows unrestricted loading of potentially harmful scripts and styles.
Fix: Implement a Content-Security-Policy header, e.g., Content-Security-Policy: default-src 'self'; script-src 'self' www.google-analytics.com
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your site can be embedded in frames, risking clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Using outdated libraries poses a risk due to known vulnerabilities.
Fix: Upgrade jQuery to at least version 3.5.0 and Bootstrap to at least 3.4.1.
Evidence: Vulnerable JavaScript libraries
- 5
Missing Referrer PolicyLow
Why it matters: No referrer-policy means full URLs are shared when navigating away.
Fix: Include the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 6
Missing Permissions PolicyInfo
Why it matters: Without a permissions policy, unnecessary browser features may be available to attackers.
Fix: Add the header: Permissions-Policy: geolocation=(self), microphone=()
Evidence: Permissions 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.heritagedentalcentre.ca/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/about/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/health-and-safety/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/insurance-finances/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/policies/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/why-choose-us/cdbp/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/services/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/services/se-calgary-general-dentistry/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/root-canal-therapy/ → no strict-transport-security
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/wisdom-teeth-extractions/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 46 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.heritagedentalcentre.ca/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/about/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/health-and-safety/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/insurance-finances/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/policies/ → no content-security-policy
- https://www.heritagedentalcentre.ca/why-choose-us/cdbp/ → no content-security-policy
- https://www.heritagedentalcentre.ca/services/ → no content-security-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-general-dentistry/ → no content-security-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/ → no content-security-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/root-canal-therapy/ → no content-security-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/wisdom-teeth-extractions/ → 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.heritagedentalcentre.ca/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/about/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/health-and-safety/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/insurance-finances/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/policies/ → no x-frame-options
- https://www.heritagedentalcentre.ca/why-choose-us/cdbp/ → no x-frame-options
- https://www.heritagedentalcentre.ca/services/ → no x-frame-options
- https://www.heritagedentalcentre.ca/services/se-calgary-general-dentistry/ → no x-frame-options
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/ → no x-frame-options
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/root-canal-therapy/ → no x-frame-options
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/wisdom-teeth-extractions/ → no x-frame-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.heritagedentalcentre.ca/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/about/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/health-and-safety/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/insurance-finances/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/policies/ → no referrer-policy
- https://www.heritagedentalcentre.ca/why-choose-us/cdbp/ → no referrer-policy
- https://www.heritagedentalcentre.ca/services/ → no referrer-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-general-dentistry/ → no referrer-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/ → no referrer-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/root-canal-therapy/ → no referrer-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/wisdom-teeth-extractions/ → 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.heritagedentalcentre.ca/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/about/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/health-and-safety/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/insurance-finances/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/policies/ → no permissions-policy
- https://www.heritagedentalcentre.ca/why-choose-us/cdbp/ → no permissions-policy
- https://www.heritagedentalcentre.ca/services/ → no permissions-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-general-dentistry/ → no permissions-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/ → no permissions-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/root-canal-therapy/ → no permissions-policy
- https://www.heritagedentalcentre.ca/services/se-calgary-emergency-dentistry/wisdom-teeth-extractions/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
3 libraries with published vulnerabilities: jQuery 3.2.1, jQuery 3.1.1, Bootstrap 3.3.7. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 3.2.1 in https://www.heritagedentalcentre.ca/wp-content/cache/min/1/ajax/libs/jquery/3.2…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- jQuery 3.1.1 in https://www.heritagedentalcentre.ca/wp-content/plugins/gravityforms/js/placehol…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- Bootstrap 3.3.7 in https://www.heritagedentalcentre.ca/wp-content/themes/cpm-theme-base2/assets/bo…: CVE-2016-10735, CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-8331 (XSS through data attributes in tooltip, popover, collapse and scrollspy); fixed in 3.4.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.)
- www.optiopublishing.com (40 script tags)
- maps.google.com (40 script tags)
- www.google.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: /cgi-bin
8 checks passed
- OKHTTPS
All 46 crawled pages were served over HTTPS.
- OKMIME sniffing protection
x-content-type-options is set on all 46 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
40 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.
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.heritagedentalcentre.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.