Scanned sites / www.bellerivedental.ca / 2026-09-27-0013
www.bellerivedental.ca scan from 9/27/2026, 12:13:09 AM
Scan 2026-09-27-0013
Scanned 9/27/2026, 12:13:09 AM, finished 9/27/2026, 4:58:10 PM. Found with openstreetmap overpass
Site: https://www.bellerivedental.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 142 pages and 854 assets of www.bellerivedental.ca, starting from https://www.bellerivedental.ca/. It scored 88 out of 100, a good result. 7 of 16 checks found something to fix, led by heavy assets (24), title tags (37), meta descriptions (43); 7 checks passed. Most of the points went to heavy assets (−6), title tags (−2.8), meta descriptions (−2.6). 2 checks 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
- 142
- Assets fetched
- 854
- Status
- Completed
- Checks with issues
- 7 of 16
996 of 997 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 108 link destinations on other sites were checked.
- Title tags37 issues37 of 119 pages have title issues. 13 noindex or canonicalized pages excluded.−2.8 points
- Meta descriptions43 issues43 of 119 pages have meta description issues. 13 noindex or canonicalized pages excluded.−2.6 points
- HeadingsOK0 of 119 pages have heading issues. 13 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites1 issue1 destination answered with an error, 15 could not be determined (timeouts, rate limits or refusals), of 108 destinations checked.−0.3 points
- Redirects12 issues11 redirecting URLs, 5 of them chained.−0.4 points
- Non-200 responses16 noted16 URLs did not return a 2xx response. 10 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 132 indexable pages have indexability warnings.
- Image alt textOK0 of 1041 image references have no alt attribute. 6 use an empty alt (decorative), which is fine.
- Heavy assets24 issues24 assets larger than 500 KB among 854 fetched assets.−6 points
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage1 issue1 sitemap listing 118 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Internal link countsOKInternal link counts for 132 pages.
- Thin contentOK0 of 119 pages have fewer than 200 words. 13 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.bellerivedental.ca scores 88%, higher than 81% 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 findingsYour site has a good health score and mostly passes SEO checks. However, there are issues with redirects, titles, meta descriptions, heavy assets, orphan pages, and sitemap coverage that require attention.
- 1
Fix Redirects & Non-200 Responses
Why: Redirects can dilute link equity and affect user experience.
How: Update or remove unnecessary redirects to improve direct access to content.
Checks: redirects, status-codes
- 2
Optimize Title Tags
Why: Reducing title length improves clarity and click-through rates in search results.
How: Revise the titles of 37 pages to be within 60 characters.
Checks: titles
- 3
Improve Meta Descriptions
Why: Shorter, clearer meta descriptions can enhance click-through rates.
How: Revise the meta descriptions of 43 pages to be under 160 characters.
Checks: meta-descriptions
- 4
Reduce Large Assets
Why: Heavy assets slow down page loading times, impacting user experience.
How: Optimize images over 500 KB, focusing on the listed files.
Checks: heavy-assets
- 5
Link to Orphan Page
Why: Internal linking improves discoverability and helps with indexing.
How: Add internal links to the orphan page found at /?code=FInf6w&svc=exam-cleaning.
Checks: orphan-pages
- 6
Update Sitemap Coverage
Why: All indexable pages should be included in the sitemap for better indexing.
How: Add the missing page /privacy-policy/ 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 has several critical security issues that need immediate attention, especially regarding response headers for protection against various attacks. Implementing these headers will help safeguard user data and prevent attacks like clickjacking and MITM.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, a user may be vulnerable to interception when typing the site's address.
Fix: Add the header: Strict-Transport-Security: max-age=63072000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of a CSP allows scripts and styles from any source, increasing XSS risks.
Fix: Add the header: Content-Security-Policy: default-src 'self'; script-src 'self'
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: This allows clickjacking attacks by permitting the page to be framed by other sites.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Exposed Google API KeyMedium
Why it matters: This key can be exploited if not properly restricted in its settings.
Fix: Restrict the API key in the Google Cloud console by adding HTTP referrer restrictions.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may execute files as scripts based on their content.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer Policy HeaderLow
Why it matters: Absence of a referrer policy may expose sensitive URL information to other sites.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Server Banner ExposureLow
Why it matters: Revealing server/version info can help attackers identify vulnerabilities.
Fix: Remove or change the Server and X-Powered-By headers, consider using: Server: 'hidden'
Evidence: Software version disclosure
- 8
Missing Permissions Policy HeaderInfo
Why it matters: Not limiting browser features may increase the impact of malicious scripts.
Fix: Add the header: Permissions-Policy: geolocation=(), microphone=(), camera=()
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.bellerivedental.ca/ → no strict-transport-security
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no strict-transport-security
- https://www.bellerivedental.ca/about/ → no strict-transport-security
- https://www.bellerivedental.ca/faqs/ → no strict-transport-security
- https://www.bellerivedental.ca/privacy-policy/ → no strict-transport-security
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no strict-transport-security
- https://www.bellerivedental.ca/service/our-services/ → no strict-transport-security
- https://www.bellerivedental.ca/service/general-dentistry/ → no strict-transport-security
- https://www.bellerivedental.ca/service/dental-cleanings/ → no strict-transport-security
- https://www.bellerivedental.ca/service/dental-exams/ → no strict-transport-security
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no strict-transport-security
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 132 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.bellerivedental.ca/ → no content-security-policy
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no content-security-policy
- https://www.bellerivedental.ca/about/ → no content-security-policy
- https://www.bellerivedental.ca/faqs/ → no content-security-policy
- https://www.bellerivedental.ca/privacy-policy/ → no content-security-policy
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no content-security-policy
- https://www.bellerivedental.ca/service/our-services/ → no content-security-policy
- https://www.bellerivedental.ca/service/general-dentistry/ → no content-security-policy
- https://www.bellerivedental.ca/service/dental-cleanings/ → no content-security-policy
- https://www.bellerivedental.ca/service/dental-exams/ → no content-security-policy
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no content-security-policy
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → 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.bellerivedental.ca/ → no x-frame-options
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no x-frame-options
- https://www.bellerivedental.ca/about/ → no x-frame-options
- https://www.bellerivedental.ca/faqs/ → no x-frame-options
- https://www.bellerivedental.ca/privacy-policy/ → no x-frame-options
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no x-frame-options
- https://www.bellerivedental.ca/service/our-services/ → no x-frame-options
- https://www.bellerivedental.ca/service/general-dentistry/ → no x-frame-options
- https://www.bellerivedental.ca/service/dental-cleanings/ → no x-frame-options
- https://www.bellerivedental.ca/service/dental-exams/ → no x-frame-options
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no x-frame-options
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → 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.bellerivedental.ca/ → no x-content-type-options
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no x-content-type-options
- https://www.bellerivedental.ca/about/ → no x-content-type-options
- https://www.bellerivedental.ca/faqs/ → no x-content-type-options
- https://www.bellerivedental.ca/privacy-policy/ → no x-content-type-options
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no x-content-type-options
- https://www.bellerivedental.ca/service/our-services/ → no x-content-type-options
- https://www.bellerivedental.ca/service/general-dentistry/ → no x-content-type-options
- https://www.bellerivedental.ca/service/dental-cleanings/ → no x-content-type-options
- https://www.bellerivedental.ca/service/dental-exams/ → no x-content-type-options
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no x-content-type-options
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → 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.bellerivedental.ca/ → no referrer-policy
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no referrer-policy
- https://www.bellerivedental.ca/about/ → no referrer-policy
- https://www.bellerivedental.ca/faqs/ → no referrer-policy
- https://www.bellerivedental.ca/privacy-policy/ → no referrer-policy
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no referrer-policy
- https://www.bellerivedental.ca/service/our-services/ → no referrer-policy
- https://www.bellerivedental.ca/service/general-dentistry/ → no referrer-policy
- https://www.bellerivedental.ca/service/dental-cleanings/ → no referrer-policy
- https://www.bellerivedental.ca/service/dental-exams/ → no referrer-policy
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no referrer-policy
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → 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.bellerivedental.ca/ → no permissions-policy
- https://www.bellerivedental.ca/canadian-dental-care-plan/ → no permissions-policy
- https://www.bellerivedental.ca/about/ → no permissions-policy
- https://www.bellerivedental.ca/faqs/ → no permissions-policy
- https://www.bellerivedental.ca/privacy-policy/ → no permissions-policy
- https://www.bellerivedental.ca/weekend-dentist-edmonton/ → no permissions-policy
- https://www.bellerivedental.ca/service/our-services/ → no permissions-policy
- https://www.bellerivedental.ca/service/general-dentistry/ → no permissions-policy
- https://www.bellerivedental.ca/service/dental-cleanings/ → no permissions-policy
- https://www.bellerivedental.ca/service/dental-exams/ → no permissions-policy
- https://www.bellerivedental.ca/service/root-canal-therapy/ → no permissions-policy
- https://www.bellerivedental.ca/service/cosmetic-dentistry/ → 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 (996 responses)
- x-powered-by: WP Rocket/3.23.1.1 (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.bellerivedental.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 7 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)
- connect.podium.com (40 script tags)
- firstin.ca (80 script tags)
- www.google.com (39 script tags)
- cdn.trustindex.io (1 script tag)
- cdn.callrail.com (39 script tags)
- app.medianv.com (39 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 132 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
81 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.bellerivedental.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.mannixbeef.com88/100 · rank 198 · 42 pages
- www.provital.ca88/100 · rank 198 · 39 pages
- www.manchesterdental.ca88/100 · rank 198 · 128 pages
- www.terradentalcare.com88/100 · rank 198 · 131 pages
- www.feathered-acres.com88/100 · rank 198 · 7 pages
- www.familyheating.com88/100 · rank 198 · 132 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.bellerivedental.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.bellerivedental.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.bellerivedental.ca. Removal needs no account and no proof of purchase.