Scanned sites / www.mardaloopphysio.com / 2026-09-26-2128
www.mardaloopphysio.com scan from 9/26/2026, 9:28:37 PM
Scan 2026-09-26-2128
Scanned 9/26/2026, 9:28:37 PM, finished 9/27/2026, 3:28:30 PM. Found with openstreetmap overpass
Site: https://www.mardaloopphysio.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 94 pages and 244 assets of www.mardaloopphysio.com, starting from https://www.mardaloopphysio.com/. It scored 73 out of 100, a result that needs work. 11 of 16 checks found something to fix, led by meta descriptions (66), heavy assets (19), title tags (41); 4 checks passed. Most of the points went to meta descriptions (−7), heavy assets (−6), title tags (−5.5). 1 check 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: High2 high, 3 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 94
- Assets fetched
- 244
- Status
- Completed
- Checks with issues
- 11 of 16
338 of 345 discovered URLs were fetched, 7 failed. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 64 link destinations on other sites were checked.
- Title tags41 issues41 of 72 pages have title issues. 3 noindex or canonicalized pages excluded.−5.5 points
- Meta descriptions66 issues66 of 72 pages have meta description issues. 3 noindex or canonicalized pages excluded.−7 points
- Headings23 issues23 of 72 pages have heading issues. 3 noindex or canonicalized pages excluded.−1.8 points
- Broken links8 issues8 internal links point at 8 broken URLs.−2.1 points
- Links to other sites3 issues3 destinations answered with an error, 25 could not be determined (timeouts, rate limits or refusals), of 64 destinations checked.−1.2 points
- Redirects18 issues19 redirecting URLs, 0 of them chained.−1 points
- Non-200 responses8 issues28 URLs did not return a 2xx response. 26 of them are pages, 8 with an error status; the rest are assets or redirects.−1.1 points
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 73 indexable pages have indexability warnings. 2 pages noindex by design.
- Image alt textOK0 of 419 image references have no alt attribute. 82 use an empty alt (decorative), which is fine.
- Heavy assets19 issues19 assets larger than 500 KB among 244 fetched assets.−6 points
- Orphan pages7 issues7 pages have no internal links pointing at them.−0.4 points
- Sitemap coverage17 issues4 sitemaps listing 62 URLs: 10 crawled pages missing, 0 listed URLs broken or redirecting, 7 reachable only via the sitemap.−1.4 points
- Internal link countsOKInternal link counts for 75 pages.
- Thin content6 issues6 of 72 pages have fewer than 200 words. 3 noindex or canonicalized pages excluded.−0.6 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.mardaloopphysio.com scores 73%, higher than 23% 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 multiple SEO issues that need attention, including broken links and meta description problems. Prioritize fixing these to improve your site's health score.
- 1
Fix Broken Links
Why: Broken links harm user experience and SEO.
How: Identify and remove or update the 8 broken internal links.
Checks: broken-links
- 2
Address Non-200 Responses
Why: URLs not returning 2xx response may lead to poor user experience and crawling issues.
How: Resolve or remove the 28 URLs with non-200 responses.
Checks: status-codes
- 3
Optimize Title Tags
Why: Titles are crucial for SEO visibility; 41 pages have issues.
How: Update the titles of 41 pages to meet best practices (30-60 characters).
Checks: titles
- 4
Enhance Meta Descriptions
Why: 66 pages lack effective meta descriptions impacting click-through rates.
How: Create unique, compelling meta descriptions for 53 pages.
Checks: meta-descriptions
- 5
Fix Heading Issues
Why: Improper heading structure can confuse search engines.
How: Correct heading issues on 23 pages, ensuring only one H1 per page.
Checks: headings
- 6
Reduce Heavy Assets
Why: Large assets can slow down page load times.
How: Shrink large images and files (consider optimizing 19 identified assets).
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 crawlYour website has several critical security issues that need addressing. Important vulnerabilities include an unsecured HTTP page that's accessible, lack of HSTS protection, and missing cookie flags. It's crucial to implement these fixes to protect user data and secure your site against potential attacks.
- 2 high
- 3 medium
- 3 low
- 1 info
- 1
HTTP Page AccessibleHigh
Why it matters: One page is served over HTTP, exposing it to interception and tampering.
Fix: Implement a redirect from HTTP to HTTPS.
Evidence: HTTPS
- 2
Unprotected Form SubmissionHigh
Why it matters: A form submits data over HTTP, allowing exposure to interception.
Fix: Serve all forms over HTTPS.
Evidence: Forms over HTTPS
- 3
Missing HSTS HeaderMedium
Why it matters: No HSTS header is set, risking initial HTTP requests being intercepted.
Fix: Set the Strict-Transport-Security header with a value of 'max-age=31536000; includeSubDomains'.
Evidence: HTTP Strict Transport Security
- 4
Missing Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, pages can be framed by attackers.
Fix: Add X-Frame-Options: DENY to the response headers.
Evidence: Clickjacking protection
- 5
Missing Cookie FlagsMedium
Why it matters: Cookies lack security flags, exposing them to attacks.
Fix: Set the cookies with HttpOnly and Secure flags. For SameSite, use SameSite=Lax.
Evidence: Cookie flags
- 6
Missing MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options, files could be misinterpreted by browsers.
Fix: Add X-Content-Type-Options: nosniff to response headers.
Evidence: MIME sniffing protection
- 7
Mixed Content IssuesLow
Why it matters: Resource loading over HTTP on HTTPS pages can lead to security warnings.
Fix: Ensure all resources are loaded over HTTPS.
Evidence: Mixed content
- 8
Server Version DisclosureLow
Why it matters: Server version is disclosed, aiding attackers in targeting specific vulnerabilities.
Fix: Remove or modify the X-Powered-By header to obscure the server version.
Evidence: Software version disclosure
- 9
Missing Permissions Policy HeaderInfo
Why it matters: Without a permissions policy, sensitive features can be misused by potentially harmful scripts.
Fix: Add Permissions-Policy: 'geolocation=(self), microphone=()', restricting unwanted features.
Evidence: Permissions policy
What the checks found
- FoundHTTPSHigh
1 page answered 200 over plain HTTP with no redirect to HTTPS, while 74 were served over HTTPS. Anyone on the network path can read or alter these pages.
- http://www.mardaloopphysio.com/news/ → 200 over http
- 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.mardaloopphysio.com/ → no strict-transport-security
- https://www.mardaloopphysio.com/our-team/ → no strict-transport-security
- https://www.mardaloopphysio.com/services/ → no strict-transport-security
- https://www.mardaloopphysio.com/testimonials/ → no strict-transport-security
- https://www.mardaloopphysio.com/rates-payment/ → no strict-transport-security
- https://www.mardaloopphysio.com/your-first-visit/ → no strict-transport-security
- https://www.mardaloopphysio.com/resources/faqs/ → no strict-transport-security
- https://www.mardaloopphysio.com/resources/useful-links/ → no strict-transport-security
- https://www.mardaloopphysio.com/contact-info/ → no strict-transport-security
- https://www.mardaloopphysio.com/news/ → no strict-transport-security
- https://www.mardaloopphysio.com/knee-osteoarthritis-myth-busting-and-current-approaches/ → no strict-transport-security
- https://www.mardaloopphysio.com/sport/ → no strict-transport-security
- FoundClickjacking protectionMedium
2 of 75 HTML pages send 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.mardaloopphysio.com/ → no x-frame-options
- https://www.mardaloopphysio.com/our-team/ → no x-frame-options
- https://www.mardaloopphysio.com/services/ → no x-frame-options
- https://www.mardaloopphysio.com/testimonials/ → no x-frame-options
- https://www.mardaloopphysio.com/rates-payment/ → no x-frame-options
- https://www.mardaloopphysio.com/your-first-visit/ → no x-frame-options
- https://www.mardaloopphysio.com/resources/faqs/ → no x-frame-options
- https://www.mardaloopphysio.com/resources/useful-links/ → no x-frame-options
- https://www.mardaloopphysio.com/contact-info/ → no x-frame-options
- https://www.mardaloopphysio.com/news/ → no x-frame-options
- http://www.mardaloopphysio.com/news/ → no x-frame-options
- https://www.mardaloopphysio.com/knee-osteoarthritis-myth-busting-and-current-approaches/ → 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.mardaloopphysio.com/ → no x-content-type-options
- https://www.mardaloopphysio.com/our-team/ → no x-content-type-options
- https://www.mardaloopphysio.com/services/ → no x-content-type-options
- https://www.mardaloopphysio.com/testimonials/ → no x-content-type-options
- https://www.mardaloopphysio.com/rates-payment/ → no x-content-type-options
- https://www.mardaloopphysio.com/your-first-visit/ → no x-content-type-options
- https://www.mardaloopphysio.com/resources/faqs/ → no x-content-type-options
- https://www.mardaloopphysio.com/resources/useful-links/ → no x-content-type-options
- https://www.mardaloopphysio.com/contact-info/ → no x-content-type-options
- https://www.mardaloopphysio.com/news/ → no x-content-type-options
- http://www.mardaloopphysio.com/news/ → no x-content-type-options
- https://www.mardaloopphysio.com/knee-osteoarthritis-myth-busting-and-current-approaches/ → no x-content-type-options
- 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.mardaloopphysio.com/ → no permissions-policy
- https://www.mardaloopphysio.com/our-team/ → no permissions-policy
- https://www.mardaloopphysio.com/services/ → no permissions-policy
- https://www.mardaloopphysio.com/testimonials/ → no permissions-policy
- https://www.mardaloopphysio.com/rates-payment/ → no permissions-policy
- https://www.mardaloopphysio.com/your-first-visit/ → no permissions-policy
- https://www.mardaloopphysio.com/resources/faqs/ → no permissions-policy
- https://www.mardaloopphysio.com/resources/useful-links/ → no permissions-policy
- https://www.mardaloopphysio.com/contact-info/ → no permissions-policy
- https://www.mardaloopphysio.com/news/ → no permissions-policy
- http://www.mardaloopphysio.com/news/ → no permissions-policy
- https://www.mardaloopphysio.com/knee-osteoarthritis-myth-busting-and-current-approaches/ → 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.
- x-powered-by: PHP/8.4.7 (102 responses)
- FoundCookie flagsMedium
2 of 2 cookies 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.
- request_id (set by https://www.mardaloopphysio.com/) lacks Secure, SameSite
- wordpress_test_cookie (set by https://www.mardaloopphysio.com/wp-login.php) lacks SameSite
- FoundMixed contentLow
219 resources on HTTPS pages are loaded over plain HTTP.
- https://www.mardaloopphysio.com/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- https://www.mardaloopphysio.com/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- https://www.mardaloopphysio.com/our-team/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- https://www.mardaloopphysio.com/our-team/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- https://www.mardaloopphysio.com/services/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- https://www.mardaloopphysio.com/services/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- https://www.mardaloopphysio.com/services/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2024/11/shockwave-300x167.png
- https://www.mardaloopphysio.com/testimonials/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- https://www.mardaloopphysio.com/testimonials/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- https://www.mardaloopphysio.com/rates-payment/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- https://www.mardaloopphysio.com/rates-payment/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- https://www.mardaloopphysio.com/your-first-visit/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2017/08/favicon.png
- FoundForms over HTTPSHigh
1 form would send what visitors type over plain HTTP, where it can be read or changed on the way.
- http://www.mardaloopphysio.com/news/ has 2 forms on a page served over plain HTTP
- 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.google.com (1 script tag)
5 checks passed, 1 not applicable
- OKContent Security Policy
A Content-Security-Policy is set on 2 of 75 pages.
- OKReferrer policy
A referrer policy is set through a <meta name="referrer"> tag.
- 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 applicableSensitive paths in robots.txt
No robots.txt was fetched.
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.mardaloopphysio.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- unitedautotech.com74/100 · rank 941 · 63 pages
- showtymeacademy.com74/100 · rank 941 · 501 pages
- greatcanadian.ca74/100 · rank 941 · 171 pages
- www.chasefarmswells.com73/100 · rank 982 · 7 pages
- www.rose-neath.com73/100 · rank 982 · 1,085 pages
- www.feelchristmassy.co.uk73/100 · rank 982 · 579 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.mardaloopphysio.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.mardaloopphysio.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.mardaloopphysio.com. Removal needs no account and no proof of purchase.