Scanned sites / www.beddingtondentalclinic.com / 2026-09-25-0749
www.beddingtondentalclinic.com scan from 9/25/2026, 7:49:13 AM
Scan 2026-09-25-0749
Scanned 9/25/2026, 7:49:13 AM, finished 9/25/2026, 8:20:18 AM. Found with openstreetmap overpass
Site: https://www.beddingtondentalclinic.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 25, 2026 the Site Spider crawled 158 pages and 916 assets of www.beddingtondentalclinic.com, starting from https://www.beddingtondentalclinic.com/. It scored 85 out of 100, a good result. 8 of 14 checks found something to fix, led by sitemap coverage (109), orphan pages (82), title tags (39); 6 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: Medium3 medium, 4 low and 2 info findings. See the security findings ↓
- Pages crawled
- 158
- Assets fetched
- 916
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags39 issues39 of 149 pages have title issues. 1 noindex or canonicalized page excluded.
- Meta descriptions33 issues33 of 149 pages have meta description issues. 1 noindex or canonicalized page excluded.
- Headings1 issue1 of 149 pages have heading issues. 1 noindex or canonicalized page excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects8 issues8 redirecting URLs, 0 of them chained.
- Non-200 responsesOK8 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 149 indexable pages have indexability warnings. 1 page noindex by design.
- Image alt text3 issues3 of 939 image references have no alt attribute. 112 use an empty alt (decorative), which is fine.
- Heavy assets7 issues7 assets larger than 500 KB among the 100 heaviest.
- Orphan pages82 issues82 pages have no internal links pointing at them.
- Sitemap coverage109 issues1 sitemap listing 124 URLs: 26 crawled pages missing, 0 listed URLs broken or redirecting, 82 reachable only via the sitemap.
- Thin contentOK0 of 149 pages have fewer than 200 words. 1 noindex or canonicalized page excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1250 sites, median 82%, average 80%
www.beddingtondentalclinic.com scores 85%, higher than 62% of the 1250 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 findingsImproving SEO involves addressing redirect issues, non-200 responses, title and meta description problems, and orphan pages. Focus on high-impact changes first.
- 1
Fix Redirects
Why: Redirections, while working, can lead to unnecessary complexity.
How: Change the URLs to remove 301 redirects. Update the links to point directly to the final destination.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses can harm user experience and SEO.
How: Identify and fix the URLs returning status codes other than 200, ensuring they load correctly.
Checks: status-codes
- 3
Optimize Title Tags
Why: 39 pages have title issues, affecting search visibility.
How: Adjust titles to be concise (30-60 characters) and relevant per page content.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Meta description issues can lower click-through rates from search results.
How: Revise the meta descriptions to be under 160 characters; ensure they accurately depict page content.
Checks: meta-descriptions
- 5
Address Orphan Pages
Why: 82 orphan pages miss potential traffic and engagement.
How: Create internal links to these pages from related content to enhance their visibility.
Checks: orphan-pages
- 6
Add Alt Text for Images
Why: Images without alt text can affect accessibility and SEO.
How: Add descriptive alt attributes to the 3 images lacking them.
Checks: images-alt
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 lacks essential security headers, increasing vulnerability to interception and attacks. Specifically, it misses HTTP Strict Transport Security, Content Security Policy, and Clickjacking protection. Implementing these recommendations will enhance security and protect user data.
- 0 high
- 3 medium
- 4 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors typing the address without https:// can be intercepted on their first request.
Fix: Add `Strict-Transport-Security: max-age=31536000; includeSubDomains` to your HTTP response headers.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Without a CSP, the browser can load scripts and styles from anywhere, increasing risk of attacks.
Fix: Implement a Content Security Policy, e.g., `Content-Security-Policy: default-src 'self';`.
Evidence: Content Security Policy
- 3
Missing Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, pages can be framed on malicious sites, exposing users to clickjacking.
Fix: Set `X-Frame-Options: DENY` or use a CSP directive like `frame-ancestors 'none';`.
Evidence: Clickjacking protection
- 4
Missing MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options: nosniff, a browser may execute files as scripts incorrectly.
Fix: Include `X-Content-Type-Options: nosniff` in your response headers.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Without a proper Referrer-Policy, sensitive URL information may be shared with other sites.
Fix: Add the header `Referrer-Policy: no-referrer` to enhance privacy.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing server and technology versions may expose the site to targeted attacks.
Fix: Remove or modify the headers `Server` and `X-Powered-By` to minimize disclosure.
Evidence: Software version disclosure
- 7
Third-party Scripts Without Integrity ChecksLow
Why it matters: Scripts from external domains can change behavior if those domains are compromised.
Fix: Consider implementing Subresource Integrity or a Content-Security-Policy specifying trusted sources.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Absence of a Permissions-Policy can leave browser features open for abuse by injected scripts.
Fix: Add `Permissions-Policy: geolocation=(), microphone=(), camera=()` to restrict unused features.
Evidence: Permissions policy
- 9
Sensitive Paths Listed in robots.txtInfo
Why it matters: Public robots.txt can expose private paths that should be restricted.
Fix: Ensure proper access controls are in place for `/wp-admin/` and consider removing it from robots.txt.
Evidence: Sensitive paths in robots.txt
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.beddingtondentalclinic.com/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/our-team/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/tour-the-office/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/blog/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/privacy-policy/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/patient-forms/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/financials/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no strict-transport-security
- https://www.beddingtondentalclinic.com/service/bone-graft/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 150 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.beddingtondentalclinic.com/ → no content-security-policy
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no content-security-policy
- https://www.beddingtondentalclinic.com/our-team/ → no content-security-policy
- https://www.beddingtondentalclinic.com/tour-the-office/ → no content-security-policy
- https://www.beddingtondentalclinic.com/blog/ → no content-security-policy
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no content-security-policy
- https://www.beddingtondentalclinic.com/privacy-policy/ → no content-security-policy
- https://www.beddingtondentalclinic.com/patient-forms/ → no content-security-policy
- https://www.beddingtondentalclinic.com/financials/ → no content-security-policy
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no content-security-policy
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no content-security-policy
- https://www.beddingtondentalclinic.com/service/bone-graft/ → 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.beddingtondentalclinic.com/ → no x-frame-options
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no x-frame-options
- https://www.beddingtondentalclinic.com/our-team/ → no x-frame-options
- https://www.beddingtondentalclinic.com/tour-the-office/ → no x-frame-options
- https://www.beddingtondentalclinic.com/blog/ → no x-frame-options
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no x-frame-options
- https://www.beddingtondentalclinic.com/privacy-policy/ → no x-frame-options
- https://www.beddingtondentalclinic.com/patient-forms/ → no x-frame-options
- https://www.beddingtondentalclinic.com/financials/ → no x-frame-options
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no x-frame-options
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no x-frame-options
- https://www.beddingtondentalclinic.com/service/bone-graft/ → 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.beddingtondentalclinic.com/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/our-team/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/tour-the-office/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/blog/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/privacy-policy/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/patient-forms/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/financials/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no x-content-type-options
- https://www.beddingtondentalclinic.com/service/bone-graft/ → 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.beddingtondentalclinic.com/ → no referrer-policy
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no referrer-policy
- https://www.beddingtondentalclinic.com/our-team/ → no referrer-policy
- https://www.beddingtondentalclinic.com/tour-the-office/ → no referrer-policy
- https://www.beddingtondentalclinic.com/blog/ → no referrer-policy
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no referrer-policy
- https://www.beddingtondentalclinic.com/privacy-policy/ → no referrer-policy
- https://www.beddingtondentalclinic.com/patient-forms/ → no referrer-policy
- https://www.beddingtondentalclinic.com/financials/ → no referrer-policy
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no referrer-policy
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no referrer-policy
- https://www.beddingtondentalclinic.com/service/bone-graft/ → 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.beddingtondentalclinic.com/ → no permissions-policy
- https://www.beddingtondentalclinic.com/canadian-dental-care-plan/ → no permissions-policy
- https://www.beddingtondentalclinic.com/our-team/ → no permissions-policy
- https://www.beddingtondentalclinic.com/tour-the-office/ → no permissions-policy
- https://www.beddingtondentalclinic.com/blog/ → no permissions-policy
- https://www.beddingtondentalclinic.com/saturday-dentist/ → no permissions-policy
- https://www.beddingtondentalclinic.com/privacy-policy/ → no permissions-policy
- https://www.beddingtondentalclinic.com/patient-forms/ → no permissions-policy
- https://www.beddingtondentalclinic.com/financials/ → no permissions-policy
- https://www.beddingtondentalclinic.com/service/all-on-4-teeth-in-a-day/ → no permissions-policy
- https://www.beddingtondentalclinic.com/service/amalgam-free/ → no permissions-policy
- https://www.beddingtondentalclinic.com/service/bone-graft/ → 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 (1074 responses)
- x-powered-by: WP Rocket/3.21.0.1 (2 responses)
- 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.)
- cdnjs.cloudflare.com (120 script tags)
- www.google.com (40 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/
6 checks passed, 1 not applicable
- OKHTTPS
All 150 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
3 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions recognised, none with known vulnerabilities.
- 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.beddingtondentalclinic.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- cravensportservices.ca86/100 · rank 377 · 589 pages
- panthersportsmedicine.com86/100 · rank 377 · 226 pages
- sitebulb.com85/100 · rank 427 · 824 pages
- www.beautyrewind.ca85/100 · rank 427 · 160 pages
- www.rose-neath.com85/100 · rank 427 · 1,085 pages
- www.murdochfuneralhome.com85/100 · rank 427 · 1,165 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.beddingtondentalclinic.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.beddingtondentalclinic.com?
- 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.beddingtondentalclinic.com. Removal needs no account and no proof of purchase.