Scanned sites / www.advancedhealthphysio.com / 2026-09-26-1843
www.advancedhealthphysio.com scan from 9/26/2026, 6:43:47 PM
A newer scan exists. See the latest report for www.advancedhealthphysio.com.
Scan 2026-09-26-1843
Scanned 9/26/2026, 6:43:47 PM, finished 9/26/2026, 6:49:47 PM. Found with openstreetmap overpass
Site: https://www.advancedhealthphysio.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 76 pages and 357 assets of www.advancedhealthphysio.com, starting from https://www.advancedhealthphysio.com/. It scored 78 out of 100, a good result. 9 of 15 checks found something to fix, led by title tags (45), heavy assets (10), meta descriptions (39); 5 checks passed. Most of the points went to title tags (−6.5), heavy assets (−6), meta descriptions (−4.5). 1 check found something the score does not count, listed as noted. 1 check was not run because the crawl fetched nothing for it. 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, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 76
- Assets fetched
- 357
- Status
- Completed
- Checks with issues
- 9 of 15
433 of 445 discovered URLs were fetched, 12 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 105 link destinations on other sites have not been checked.
- Title tags45 issues45 of 61 pages have title issues. 8 noindex or canonicalized pages excluded.−6.5 points
- Meta descriptions39 issues39 of 61 pages have meta description issues. 8 noindex or canonicalized pages excluded.−4.5 points
- Headings14 issues14 of 61 pages have heading issues. 8 noindex or canonicalized pages excluded.−1.2 points
- Broken links1 issue1 internal link point at 1 broken URL.−0.3 points
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- Redirects6 issues7 redirecting URLs, 0 of them chained.−0.3 points
- Non-200 responses1 issue8 URLs did not return a 2xx response. 7 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 61 indexable pages have indexability warnings. 8 pages noindex by design.
- Image alt textOK0 of 245 image references have no alt attribute. 10 use an empty alt (decorative), which is fine.
- Heavy assets10 issues10 assets larger than 500 KB among 357 fetched assets.−6 points
- Orphan pages23 issues23 pages have no internal links pointing at them.−1.3 points
- Sitemap coverage23 issues5 sitemaps listing 61 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 23 reachable only via the sitemap.−2 points
- Internal link countsOKInternal link counts for 69 pages.
- Thin contentOK0 of 61 pages have fewer than 200 words. 8 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1313 sites, median 80%, average 79%
www.advancedhealthphysio.com scores 78%, higher than 38% of the 1313 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 findingsWritten from an earlier version of the analysis. The findings on this page have been recomputed since, so counts and labels here may differ from what the plan describes. The advice still points at the same checks.
Your site has several SEO issues that need attention, notably broken links, title and meta description problems, missing headings, and orphan pages. Addressing these will improve user experience and search visibility.
- 1
Fix Broken Links
Why: One broken internal link can harm user experience and SEO.
How: Update or remove the link found on 'https://www.advancedhealthphysio.com/physio-after-a-car-accident/' pointing to a 404 page.
Checks: broken-links
- 2
Consolidate Redirects
Why: Redirects can slow down your site; consolidating can improve speed.
How: Assess 7 redirects and eliminate unnecessary ones. Ensure direct linking to final URLs as necessary.
Checks: redirects
- 3
Resolve Non-200 Responses
Why: Pages returning non-200 status codes can create indexing issues.
How: Fix or redirect the 8 URLs identified that do not return a 2xx response.
Checks: status-codes
- 4
Revise Title Tags
Why: Titles directly affect click-through rates from search results.
How: Update 45 pages with title issues, ensuring each is unique and between 30-60 characters.
Checks: titles
- 5
Improve Meta Descriptions
Why: Meta descriptions influence search results and user clicks.
How: Rewrite the 38 pages with meta description issues, making them unique and relevant.
Checks: meta-descriptions
- 6
Add Missing Headings
Why: Missing H1 tags can hinder search engine understanding of the page.
How: Add an H1 tag to the 14 pages identified that are missing them, ensuring relevance to the page content.
Checks: headings
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 several critical security headers, making it vulnerable to various attacks, including session hijacking and content injection. Immediate actions are required to secure your site against potential threats.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted when accessing the site without HTTPS.
Fix: Implement 'Strict-Transport-Security: max-age=31536000; includeSubDomains'.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No CSP means scripts can be loaded from any source, increasing XSS risk.
Fix: Add 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Lack of this header allows clickjacking attacks.
Fix: Set 'X-Frame-Options: DENY'.
Evidence: Clickjacking protection
- 4
Cookie Missing SameSite FlagMedium
Why it matters: Cookies without SameSite can be sent on cross-site requests, increasing CSRF risk.
Fix: Set 'Set-Cookie: fm_cookie_a72273ac99847db0cf5c619734f9adf1; SameSite=Lax'.
Evidence: Cookie flags
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may incorrectly interpret content types.
Fix: Add 'X-Content-Type-Options: nosniff'.
Evidence: MIME sniffing protection
- 6
Missing Referrer-Policy HeaderLow
Why it matters: Without a referrer policy, sensitive data may leak to external sites.
Fix: Include 'Referrer-Policy: no-referrer'.
Evidence: Referrer policy
- 7
Missing Permissions-Policy HeaderInfo
Why it matters: Lack of this header allows potentially harmful features for injected scripts.
Fix: Add '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.advancedhealthphysio.com/ → no strict-transport-security
- https://www.advancedhealthphysio.com/physiotherapy/ → no strict-transport-security
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no strict-transport-security
- https://www.advancedhealthphysio.com/arthritis-help/ → no strict-transport-security
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no strict-transport-security
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no strict-transport-security
- https://www.advancedhealthphysio.com/tendonitis/ → no strict-transport-security
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no strict-transport-security
- https://www.advancedhealthphysio.com/hand-therapy/ → no strict-transport-security
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no strict-transport-security
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no strict-transport-security
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 69 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.advancedhealthphysio.com/ → no content-security-policy
- https://www.advancedhealthphysio.com/physiotherapy/ → no content-security-policy
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no content-security-policy
- https://www.advancedhealthphysio.com/arthritis-help/ → no content-security-policy
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no content-security-policy
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no content-security-policy
- https://www.advancedhealthphysio.com/tendonitis/ → no content-security-policy
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no content-security-policy
- https://www.advancedhealthphysio.com/hand-therapy/ → no content-security-policy
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no content-security-policy
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no content-security-policy
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → 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.advancedhealthphysio.com/ → no x-frame-options
- https://www.advancedhealthphysio.com/physiotherapy/ → no x-frame-options
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no x-frame-options
- https://www.advancedhealthphysio.com/arthritis-help/ → no x-frame-options
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no x-frame-options
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no x-frame-options
- https://www.advancedhealthphysio.com/tendonitis/ → no x-frame-options
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no x-frame-options
- https://www.advancedhealthphysio.com/hand-therapy/ → no x-frame-options
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no x-frame-options
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no x-frame-options
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → 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.advancedhealthphysio.com/ → no x-content-type-options
- https://www.advancedhealthphysio.com/physiotherapy/ → no x-content-type-options
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no x-content-type-options
- https://www.advancedhealthphysio.com/arthritis-help/ → no x-content-type-options
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no x-content-type-options
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no x-content-type-options
- https://www.advancedhealthphysio.com/tendonitis/ → no x-content-type-options
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no x-content-type-options
- https://www.advancedhealthphysio.com/hand-therapy/ → no x-content-type-options
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no x-content-type-options
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no x-content-type-options
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → 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.advancedhealthphysio.com/ → no referrer-policy
- https://www.advancedhealthphysio.com/physiotherapy/ → no referrer-policy
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no referrer-policy
- https://www.advancedhealthphysio.com/arthritis-help/ → no referrer-policy
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no referrer-policy
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no referrer-policy
- https://www.advancedhealthphysio.com/tendonitis/ → no referrer-policy
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no referrer-policy
- https://www.advancedhealthphysio.com/hand-therapy/ → no referrer-policy
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no referrer-policy
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no referrer-policy
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → 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.advancedhealthphysio.com/ → no permissions-policy
- https://www.advancedhealthphysio.com/physiotherapy/ → no permissions-policy
- https://www.advancedhealthphysio.com/physiotherapy/what-is-physiotherapy/ → no permissions-policy
- https://www.advancedhealthphysio.com/arthritis-help/ → no permissions-policy
- https://www.advancedhealthphysio.com/physio-after-a-car-accident/ → no permissions-policy
- https://www.advancedhealthphysio.com/physio-for-knee-pain/ → no permissions-policy
- https://www.advancedhealthphysio.com/tendonitis/ → no permissions-policy
- https://www.advancedhealthphysio.com/physiotherapy/who-is-a-physiotherapist/ → no permissions-policy
- https://www.advancedhealthphysio.com/hand-therapy/ → no permissions-policy
- https://www.advancedhealthphysio.com/acute-hand-injury/ → no permissions-policy
- https://www.advancedhealthphysio.com/hand-therapy/what-is-hand-therapy/ → no permissions-policy
- https://www.advancedhealthphysio.com/hand-therapy/who-is-a-hand-therapist/ → no permissions-policy
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- fm_cookie_a72273ac99847db0cf5c619734f9adf1 (set by https://www.advancedhealthphysio.com/private-and-secure-telehealth-services/) lacks SameSite
- NoteThird-party scripts
Scripts run from 1 other domain 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 (40 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 6 paths 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: /admin/
- Disallow: /includes/
- Disallow: /config/
- Disallow: /backup/
- Disallow: /wp-admin/
- Disallow: /wp-includes/
6 checks passed, 1 not applicable
- OKHTTPS
All 69 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKVulnerable JavaScript libraries
1 library version 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 applicableForms over HTTPS
No forms were found on the sampled pages.
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.advancedhealthphysio.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.furnasmanright-time.ca78/100 · rank 758 · 861 pages
- www.smilesourcespokane.com78/100 · rank 758 · 261 pages
- longrowlavender.com78/100 · rank 758 · 288 pages
- www.eitherorpdx.com78/100 · rank 758 · 14 pages
- www.versique.com78/100 · rank 758 · 1,241 pages
- rankmath.com78/100 · rank 758 · 4,999 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.advancedhealthphysio.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.advancedhealthphysio.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.advancedhealthphysio.com. Removal needs no account and no proof of purchase.