Scanned sites / www.tsoralhealth.com / 2026-09-26-0113
www.tsoralhealth.com scan from 9/26/2026, 1:13:39 AM
Scan 2026-09-26-0113
Scanned 9/26/2026, 1:13:39 AM, finished 9/26/2026, 1:17:15 AM. Found with openstreetmap overpass
Site: https://www.tsoralhealth.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 44 pages and 88 assets of www.tsoralhealth.com, starting from https://www.tsoralhealth.com/. It scored 82 out of 100, a good result. 9 of 14 checks found something to fix, led by meta descriptions (23), redirects (16), title tags (7); 5 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: Low2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 44
- Assets fetched
- 88
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags7 issues7 of 28 pages have title issues. 1 noindex or canonicalized page excluded.
- Meta descriptions23 issues23 of 28 pages have meta description issues. 1 noindex or canonicalized page excluded.
- HeadingsOK0 of 28 pages have heading issues. 1 noindex or canonicalized page excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects16 issues14 redirecting URLs, 4 of them chained.
- Non-200 responses1 issue16 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 28 indexable pages have indexability warnings. 1 page noindex by design.
- Image alt text3 issues3 of 5 image references have no alt attribute. 1 use an empty alt (decorative), which is fine.
- Heavy assets1 issue1 asset larger than 500 KB among the 88 heaviest.
- Orphan pages4 issues4 pages have no internal links pointing at them.
- Sitemap coverage5 issues1 sitemap listing 27 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 4 reachable only via the sitemap.
- Thin content2 issues2 of 28 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
1268 sites, median 82%, average 80%
www.tsoralhealth.com scores 82%, higher than 48% of the 1268 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 website shows some SEO improvement opportunities, especially with redirects and meta descriptions. Addressing these will enhance user experience and search visibility.
- 1
Fix Redirect Chains
Why: Chained redirects slow down page loading and may confuse search engines.
How: Update the URLs to point directly from the original to the final destination without intermediate URLs.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: URLs returning non-200 responses can hinder visibility in search results.
How: Identify and fix the URLs that return status codes other than 200, ensuring they can be accessed correctly.
Checks: status-codes
- 3
Update Title Tags
Why: Concise and relevant title tags improve click-through rates.
How: Revise the 7 pages with title issues to keep them under 60 characters.
Checks: titles
- 4
Improve Meta Descriptions
Why: Meta descriptions that are well crafted can enhance your SERP click-through rates.
How: Create meaningful meta descriptions for the 23 pages missing or with issues, keeping them concise (under 160 characters).
Checks: meta-descriptions
- 5
Add Alt Text to Images
Why: Alt text aids in accessibility and improves SEO by describing images.
How: Provide appropriate alt attributes for the 3 images missing descriptions.
Checks: images-alt
- 6
Link Orphan Pages Internally
Why: Improving internal linking helps search engines discover and index these pages.
How: Add internal links to the 4 orphan pages from other relevant pages within your site.
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 crawlThe website has several security weaknesses, chiefly revealing software versions, which can expose it to targeted attacks. Appropriate actions to obscure these details and manage third-party scripts are advised to mitigate risks.
- 0 high
- 0 medium
- 2 low
- 1 info
- 1
Software Version DisclosureLow
Why it matters: Revealing software versions allows attackers to look for known vulnerabilities.
Fix: Remove or modify the 'Server' and 'X-Powered-By' headers to conceal version details. For example, change 'X-Powered-By' to 'X-Powered-By: YourAppName'.
Evidence: Software version disclosure
- 2
Third-Party Scripts Without Integrity ChecksLow
Why it matters: Scripts served from untrusted sources can be compromised, impacting your site without checks.
Fix: Implement Subresource Integrity (SRI) for all third-party scripts where supported or use a Content-Security-Policy to restrict acceptable sources.
Evidence: Third-party scripts
- 3
Sensitive Path Listed in robots.txtInfo
Why it matters: Publicly listing sensitive paths can expose them to malicious probing.
Fix: Remove sensitive paths from robots.txt or ensure proper access controls are in place.
Evidence: Sensitive paths in robots.txt
What the checks found
- 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 (132 responses)
- x-powered-by: WP Rocket/3.21.1 (2 responses)
- 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.)
- www.googletagmanager.com (29 script tags)
- ajax.googleapis.com (29 script tags)
- www.google.com (30 script tags)
- form.jotform.com (1 script tag)
- 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/
10 checks passed, 3 not applicable
- OKHTTPS
All 29 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 29 HTML pages.
- OKContent Security Policy
A Content-Security-Policy is set.
- OKClickjacking protection
x-frame-options is set on all 29 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 29 HTML pages.
- OKReferrer policy
referrer-policy is set on all 29 HTML pages.
- OKPermissions policy
permissions-policy is set on all 29 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
- Not applicableVulnerable JavaScript libraries
No recognisable library versions were found in the sampled scripts.
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.tsoralhealth.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- veprof.com83/100 · rank 552 · 96 pages
- www.physiomira.com82/100 · rank 605 · 37 pages
- www.germanautomotive.ca82/100 · rank 605 · 175 pages
- www.tendingtoes.com82/100 · rank 605 · 23 pages
- www.bvcvet.ca82/100 · rank 605 · 24 pages
- smileelements.ca82/100 · rank 605 · 36 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.tsoralhealth.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.tsoralhealth.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.tsoralhealth.com. Removal needs no account and no proof of purchase.