Scanned sites / www.kcphysiotherapy.com / 2026-09-27-1821
www.kcphysiotherapy.com scan from 9/27/2026, 6:21:32 PM
A newer scan exists. See the latest report for www.kcphysiotherapy.com.
Scan 2026-09-27-1821
Scanned 9/27/2026, 6:21:32 PM, finished 9/27/2026, 6:37:14 PM. Found with openstreetmap overpass
Site: https://www.kcphysiotherapy.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 87 pages and 596 assets of www.kcphysiotherapy.com, starting from https://www.kcphysiotherapy.com/. It scored 71 out of 100, a result that needs work. 9 of 16 checks found something to fix, led by meta descriptions (87), heavy assets (30), indexability (40); 4 checks passed. Most of the points went to meta descriptions (−8), heavy assets (−6), indexability (−4.6). 3 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: Medium3 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 87
- Assets fetched
- 596
- Status
- Completed
- Checks with issues
- 9 of 16
683 of 684 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 41 link destinations on other sites were checked.
- Title tags22 issues22 of 87 pages have title issues.−2.5 points
- Meta descriptions87 issues87 of 87 pages have meta description issues.−8 points
- Headings53 issues53 of 87 pages have heading issues.−3.7 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites1 issue1 destination answered with an error, 16 could not be determined (timeouts, rate limits or refusals), of 41 destinations checked.−0.4 points
- Redirects1 noted1 redirecting URL, 0 of them chained.
- Non-200 responses1 noted1 URL did not return a 2xx response. 0 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability40 issues40 of 87 indexable pages have indexability warnings.−4.6 points
- Image alt textOK0 of 619 image references have no alt attribute. 421 use an empty alt (decorative), which is fine.
- Heavy assets30 issues30 assets larger than 500 KB among 596 fetched assets. 1 document over that size is listed but not counted: downloads are not page weight.−6 points
- Orphan pages12 issues12 pages have no internal links pointing at them.−0.6 points
- Sitemap coverage22 issues5 sitemaps listing 77 URLs: 10 crawled pages missing, 0 listed URLs broken or redirecting, 12 reachable only via the sitemap.−1.5 points
- Internal link countsOKInternal link counts for 87 pages.
- Thin content20 issues20 of 87 pages have fewer than 200 words.−1.8 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.kcphysiotherapy.com scores 71%, higher than 18% 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 website has several issues impacting SEO, including title and meta description problems, heading structure, and indexability warnings. Addressing these can significantly improve your site's performance.
- 1
Fix Title Tag Issues
Why: 22 pages have title issues, improving them enhances relevance for search engines.
How: Ensure each page has a unique title under 60 characters. Use distinct keywords for each page.
Checks: titles
- 2
Add Meta Descriptions
Why: All pages lack meta descriptions, crucial for improving click-through rates.
How: Write concise, relevant meta descriptions for all pages, ideally within 150-160 characters.
Checks: meta-descriptions
- 3
Resolve Indexability Warnings
Why: 40 pages lack canonical tags, which can lead to duplicate content issues.
How: Add canonical tags to these pages to clarify the preferred version for search engines.
Checks: indexability
- 4
Improve Heading Structure
Why: 53 pages have heading issues, affecting content hierarchy and readability.
How: Ensure every page has a single H1 tag that accurately describes the page content.
Checks: headings
- 5
Address Orphan Pages
Why: 12 pages have no internal links, making them difficult for users and crawlers to find.
How: Add internal links to these pages, linking from relevant existing content to improve discoverability.
Checks: orphan-pages
- 6
Reduce Heavy Assets
Why: 30 assets over 500 KB can slow down site loading times, impacting user experience and SEO.
How: Optimize large files, such as scripts and images, to reduce their size and improve loading speed.
Checks: heavy-assets
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 multiple security headers missing, which can expose users to various risks such as interception, clickjacking, and information leakage. Immediate action is recommended to enhance the security posture of the site.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted on initial HTTP requests.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No restrictions on where resources can load from, increasing XSS risk.
Fix: Include a CSP header: Content-Security-Policy: default-src 'self';.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options for Clickjacking ProtectionMedium
Why it matters: Pages can be framed by attackers, which may lead to clickjacking.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-Options (MIME Sniffing Protection)Low
Why it matters: Browsers might execute files as scripts based on content type.
Fix: Implement the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Full URLs may be sent to external sites, exposing sensitive information.
Fix: Set the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing the server version could expose it to known vulnerabilities.
Fix: Consider configuring the server to hide version details (e.g., for Apache: ServerSignature Off; for Nginx: server_tokens off;).
Evidence: Software version disclosure
- 7
Missing Permissions PolicyInfo
Why it matters: Limits on browser features reduce the impact of potential injection attacks.
Fix: Add the header: Permissions-Policy: geolocation=(self), 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.kcphysiotherapy.com/ → no strict-transport-security
- https://www.kcphysiotherapy.com/our-services/ → no strict-transport-security
- https://www.kcphysiotherapy.com/free-webinars/ → no strict-transport-security
- https://www.kcphysiotherapy.com/therapist-list/ → no strict-transport-security
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no strict-transport-security
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no strict-transport-security
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no strict-transport-security
- https://www.kcphysiotherapy.com/join-our-team/ → no strict-transport-security
- https://www.kcphysiotherapy.com/faq/ → no strict-transport-security
- https://www.kcphysiotherapy.com/photo-gallery/ → no strict-transport-security
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no strict-transport-security
- https://www.kcphysiotherapy.com/auto-draft/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 87 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.kcphysiotherapy.com/ → no content-security-policy
- https://www.kcphysiotherapy.com/our-services/ → no content-security-policy
- https://www.kcphysiotherapy.com/free-webinars/ → no content-security-policy
- https://www.kcphysiotherapy.com/therapist-list/ → no content-security-policy
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no content-security-policy
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no content-security-policy
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no content-security-policy
- https://www.kcphysiotherapy.com/join-our-team/ → no content-security-policy
- https://www.kcphysiotherapy.com/faq/ → no content-security-policy
- https://www.kcphysiotherapy.com/photo-gallery/ → no content-security-policy
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no content-security-policy
- https://www.kcphysiotherapy.com/auto-draft/ → 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.kcphysiotherapy.com/ → no x-frame-options
- https://www.kcphysiotherapy.com/our-services/ → no x-frame-options
- https://www.kcphysiotherapy.com/free-webinars/ → no x-frame-options
- https://www.kcphysiotherapy.com/therapist-list/ → no x-frame-options
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no x-frame-options
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no x-frame-options
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no x-frame-options
- https://www.kcphysiotherapy.com/join-our-team/ → no x-frame-options
- https://www.kcphysiotherapy.com/faq/ → no x-frame-options
- https://www.kcphysiotherapy.com/photo-gallery/ → no x-frame-options
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no x-frame-options
- https://www.kcphysiotherapy.com/auto-draft/ → 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.kcphysiotherapy.com/ → no x-content-type-options
- https://www.kcphysiotherapy.com/our-services/ → no x-content-type-options
- https://www.kcphysiotherapy.com/free-webinars/ → no x-content-type-options
- https://www.kcphysiotherapy.com/therapist-list/ → no x-content-type-options
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no x-content-type-options
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no x-content-type-options
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no x-content-type-options
- https://www.kcphysiotherapy.com/join-our-team/ → no x-content-type-options
- https://www.kcphysiotherapy.com/faq/ → no x-content-type-options
- https://www.kcphysiotherapy.com/photo-gallery/ → no x-content-type-options
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no x-content-type-options
- https://www.kcphysiotherapy.com/auto-draft/ → 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.kcphysiotherapy.com/ → no referrer-policy
- https://www.kcphysiotherapy.com/our-services/ → no referrer-policy
- https://www.kcphysiotherapy.com/free-webinars/ → no referrer-policy
- https://www.kcphysiotherapy.com/therapist-list/ → no referrer-policy
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no referrer-policy
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no referrer-policy
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no referrer-policy
- https://www.kcphysiotherapy.com/join-our-team/ → no referrer-policy
- https://www.kcphysiotherapy.com/faq/ → no referrer-policy
- https://www.kcphysiotherapy.com/photo-gallery/ → no referrer-policy
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no referrer-policy
- https://www.kcphysiotherapy.com/auto-draft/ → 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.kcphysiotherapy.com/ → no permissions-policy
- https://www.kcphysiotherapy.com/our-services/ → no permissions-policy
- https://www.kcphysiotherapy.com/free-webinars/ → no permissions-policy
- https://www.kcphysiotherapy.com/therapist-list/ → no permissions-policy
- https://www.kcphysiotherapy.com/category/physiotherapy/ → no permissions-policy
- https://www.kcphysiotherapy.com/category/massage-therapy/ → no permissions-policy
- https://www.kcphysiotherapy.com/category/athletictherapy/ → no permissions-policy
- https://www.kcphysiotherapy.com/join-our-team/ → no permissions-policy
- https://www.kcphysiotherapy.com/faq/ → no permissions-policy
- https://www.kcphysiotherapy.com/photo-gallery/ → no permissions-policy
- https://www.kcphysiotherapy.com/category/physiotherapy-blog/ → no permissions-policy
- https://www.kcphysiotherapy.com/auto-draft/ → 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: Apache (582 responses)
- server: nginx/1.29.8 (101 responses)
- 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/
7 checks passed, 1 not applicable
- OKHTTPS
All 87 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
61 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.
- OKThird-party scripts
The sampled pages load no scripts from other domains.
- 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.kcphysiotherapy.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- photoai.com72/100 · rank 1015 · 200 pages
- sjm.lat72/100 · rank 1015 · 6 pages
- www.goldsgymyyc.com71/100 · rank 1051 · 76 pages
- www.ostationcafe.ca71/100 · rank 1051 · 2 pages
- www.williamsdingmann.com71/100 · rank 1051 · 5,000 pages
- moz.com71/100 · rank 1051 · 4,961 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.kcphysiotherapy.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.kcphysiotherapy.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.kcphysiotherapy.com. Removal needs no account and no proof of purchase.