Scanned sites / www.heritageparkdental.ca / 2026-09-27-1850
www.heritageparkdental.ca scan from 9/27/2026, 6:50:13 PM
Scan 2026-09-27-1850
Scanned 9/27/2026, 6:50:13 PM, finished 9/27/2026, 6:59:47 PM. Found with openstreetmap overpass
Site: https://www.heritageparkdental.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 96 pages and 588 assets of www.heritageparkdental.ca, starting from https://www.heritageparkdental.ca/. It scored 84 out of 100, a good result. 9 of 16 checks found something to fix, led by heavy assets (27), links to other sites (10), sitemap coverage (49); 6 checks passed. Most of the points went to heavy assets (−6), links to other sites (−4), sitemap coverage (−3.1). 1 check 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 96
- Assets fetched
- 588
- Status
- Completed
- Checks with issues
- 9 of 16
684 of 684 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 24 link destinations on other sites were checked.
- Title tags21 issues21 of 94 pages have title issues.−2.2 points
- Meta descriptions27 issues27 of 94 pages have meta description issues.−2.3 points
- HeadingsOK0 of 94 pages have heading issues.
- Broken links1 issue17 internal links point at 1 broken URL.−0.2 points
- Links to other sites10 issues10 destinations answered with an error, 2 could not be determined (timeouts, rate limits or refusals), of 24 destinations checked.−4 points
- Redirects1 issue1 redirecting URL, 0 of them chained.
- Non-200 responses1 issue2 URLs did not return a 2xx response. 2 of them are pages, 1 with an error status; the rest are assets or redirects.−0.1 points
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 94 indexable pages have indexability warnings.
- Image alt textOK0 of 219 image references have no alt attribute. 12 use an empty alt (decorative), which is fine.
- Heavy assets27 issues27 assets larger than 500 KB among 588 fetched assets.−6 points
- Orphan pages48 issues48 pages have no internal links pointing at them.−2 points
- Sitemap coverage49 issues1 sitemap listing 95 URLs: 0 crawled pages missing, 1 listed URL broken or redirecting, 48 reachable only via the sitemap.−3.1 points
- Internal link countsOKInternal link counts for 94 pages.
- Thin contentOK0 of 94 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.heritageparkdental.ca scores 84%, higher than 66% 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 findingsThe site has several issues needing attention, mainly broken links and missing titles and meta descriptions. Addressing these can improve SEO performance and user experience.
- 1
Fix Broken Links
Why: 17 internal links point to a broken URL, impacting user experience and SEO.
How: Correct or remove the links to the URL: https://www.heritageparkdental.ca/dentist-near-eagle-ridge/. Check other pages linking to it.
Checks: broken-links
- 2
Update Title Tags
Why: 21 pages have long title tags, which could be truncated in search results.
How: Shorten the title length to below 60 characters for the affected pages. Ensure they are clear and relevant.
Checks: titles
- 3
Revise Meta Descriptions
Why: 27 pages have meta descriptions that are too long, risking truncation.
How: Reduce the length of meta descriptions to 160 characters or less. Make them compelling and relevant.
Checks: meta-descriptions
- 4
Address Non-200 Responses
Why: Two URLs return non-200 responses, which can block indexing.
How: Fix the URLs or ensure they return a 200 status. Make sure they are accessible.
Checks: status-codes
- 5
Optimize Heavy Assets
Why: 27 assets exceed 500 KB, potentially slowing site speed.
How: Compress or optimize heavy images and scripts to enhance loading times. Focus on the largest assets.
Checks: heavy-assets
- 6
Link Orphan Pages
Why: 48 pages are only reachable via sitemap, which can limit visibility.
How: Add internal links to these orphan pages from relevant content to improve their discoverability.
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 crawlYour website has several critical security headers missing, exposing it to risks like clickjacking and interception. A Google API key is also publicly accessible in your code. Implementing the recommended security measures will significantly enhance your site's protection.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, non-HTTPS requests can be intercepted.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains' to all responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No CSP means unrestricted loading of resources, increasing XSS risks.
Fix: Add 'Content-Security-Policy: default-src 'self';' to all responses.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your pages are vulnerable to clickjacking attacks.
Fix: Add 'X-Frame-Options: DENY' to all responses.
Evidence: Clickjacking protection
- 4
Leaked Google API KeyMedium
Why it matters: The API key is exposed, risking unauthorized usage.
Fix: Restrict API key usage by HTTP referrer in the Google Cloud console.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this, browsers might misinterpret file types, leading to security risks.
Fix: Add 'X-Content-Type-Options: nosniff' to all responses.
Evidence: MIME sniffing protection
- 6
Missing Referrer Policy HeaderLow
Why it matters: No policy exposes the full URL to external sites.
Fix: Add 'Referrer-Policy: no-referrer' to all responses.
Evidence: Referrer policy
- 7
Server Version DisclosureLow
Why it matters: Revealing server details increases vulnerability to exploits.
Fix: Remove or obscure 'Server' and 'X-Powered-By' headers in response.
Evidence: Software version disclosure
- 8
Unspecified Permissions PolicyInfo
Why it matters: A lack of restrictions on features can lead to unauthorized actions.
Fix: Add 'Permissions-Policy: geolocation=(none), microphone=(none)' to all responses.
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.heritageparkdental.ca/ → no strict-transport-security
- https://www.heritageparkdental.ca/about-us/ → no strict-transport-security
- https://www.heritageparkdental.ca/blog/ → no strict-transport-security
- https://www.heritageparkdental.ca/privacy-policy/ → no strict-transport-security
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/all-services/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/dental-fillings/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/dental-sealants/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/mouth-guards/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/dental-crowns/ → no strict-transport-security
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 94 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.heritageparkdental.ca/ → no content-security-policy
- https://www.heritageparkdental.ca/about-us/ → no content-security-policy
- https://www.heritageparkdental.ca/blog/ → no content-security-policy
- https://www.heritageparkdental.ca/privacy-policy/ → no content-security-policy
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.heritageparkdental.ca/service/all-services/ → no content-security-policy
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no content-security-policy
- https://www.heritageparkdental.ca/service/dental-fillings/ → no content-security-policy
- https://www.heritageparkdental.ca/service/dental-sealants/ → no content-security-policy
- https://www.heritageparkdental.ca/service/mouth-guards/ → no content-security-policy
- https://www.heritageparkdental.ca/service/dental-crowns/ → no content-security-policy
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → 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.heritageparkdental.ca/ → no x-frame-options
- https://www.heritageparkdental.ca/about-us/ → no x-frame-options
- https://www.heritageparkdental.ca/blog/ → no x-frame-options
- https://www.heritageparkdental.ca/privacy-policy/ → no x-frame-options
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.heritageparkdental.ca/service/all-services/ → no x-frame-options
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no x-frame-options
- https://www.heritageparkdental.ca/service/dental-fillings/ → no x-frame-options
- https://www.heritageparkdental.ca/service/dental-sealants/ → no x-frame-options
- https://www.heritageparkdental.ca/service/mouth-guards/ → no x-frame-options
- https://www.heritageparkdental.ca/service/dental-crowns/ → no x-frame-options
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → 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.heritageparkdental.ca/ → no x-content-type-options
- https://www.heritageparkdental.ca/about-us/ → no x-content-type-options
- https://www.heritageparkdental.ca/blog/ → no x-content-type-options
- https://www.heritageparkdental.ca/privacy-policy/ → no x-content-type-options
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/all-services/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/dental-fillings/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/dental-sealants/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/mouth-guards/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/dental-crowns/ → no x-content-type-options
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → 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.heritageparkdental.ca/ → no referrer-policy
- https://www.heritageparkdental.ca/about-us/ → no referrer-policy
- https://www.heritageparkdental.ca/blog/ → no referrer-policy
- https://www.heritageparkdental.ca/privacy-policy/ → no referrer-policy
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.heritageparkdental.ca/service/all-services/ → no referrer-policy
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no referrer-policy
- https://www.heritageparkdental.ca/service/dental-fillings/ → no referrer-policy
- https://www.heritageparkdental.ca/service/dental-sealants/ → no referrer-policy
- https://www.heritageparkdental.ca/service/mouth-guards/ → no referrer-policy
- https://www.heritageparkdental.ca/service/dental-crowns/ → no referrer-policy
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → 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.heritageparkdental.ca/ → no permissions-policy
- https://www.heritageparkdental.ca/about-us/ → no permissions-policy
- https://www.heritageparkdental.ca/blog/ → no permissions-policy
- https://www.heritageparkdental.ca/privacy-policy/ → no permissions-policy
- https://www.heritageparkdental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.heritageparkdental.ca/service/all-services/ → no permissions-policy
- https://www.heritageparkdental.ca/service/cleanings-check-ups/ → no permissions-policy
- https://www.heritageparkdental.ca/service/dental-fillings/ → no permissions-policy
- https://www.heritageparkdental.ca/service/dental-sealants/ → no permissions-policy
- https://www.heritageparkdental.ca/service/mouth-guards/ → no permissions-policy
- https://www.heritageparkdental.ca/service/dental-crowns/ → no permissions-policy
- https://www.heritageparkdental.ca/service/porcelain-veneers/ → 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 (684 responses)
- x-powered-by: WP Rocket/3.20.4 (2 responses)
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…uE (39 chars) in https://www.heritageparkdental.ca/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- NoteThird-party scripts
Scripts run from 4 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.)
- maps.google.com (40 script tags)
- www.google.com (40 script tags)
- cdn.trustindex.io (2 script tags)
- cdn.callrail.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: /wp-admin/
5 checks passed, 1 not applicable
- OKHTTPS
All 94 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
83 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions recognised, none with known vulnerabilities.
- 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.heritageparkdental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- hair2dye4.ca85/100 · rank 342 · 41 pages
- fungwee.fusenv.com85/100 · rank 342 · 34 pages
- www.beautyrewind.ca84/100 · rank 386 · 160 pages
- www.dentistsatnorthgate.ca84/100 · rank 386 · 123 pages
- www.lakewooddentalclinic.com84/100 · rank 386 · 99 pages
- greggjohnson.focalpointcoaching.com84/100 · rank 386 · 37 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.heritageparkdental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.heritageparkdental.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.heritageparkdental.ca. Removal needs no account and no proof of purchase.