Scanned sites / www.mardaloopphysio.com / 2026-09-19-0518
www.mardaloopphysio.com scan from 9/19/2026, 5:18:36 AM
Scan 2026-09-19-0518
Scanned 9/19/2026, 5:18:36 AM, finished 9/19/2026, 5:21:22 AM. 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 19, 2026 the Site Spider crawled 2 pages and 11 assets of www.mardaloopphysio.com, starting from https://www.mardaloopphysio.com/. It scored 63 out of 100, a result that needs work. 4 of 14 checks found something to fix, led by broken links (43), non-200 responses (43), meta descriptions (1); 10 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: High1 high, 4 medium and 3 low findings. See the security findings ↓
- Pages crawled
- 2
- Assets fetched
- 11
- Status
- Completed
- Checks with issues
- 4 of 14
- Title tagsOK0 of 1 page have title issues. 1 noindex or canonicalized page excluded.
- Meta descriptions1 issue1 of 1 page have meta description issues. 1 noindex or canonicalized page excluded.
- HeadingsOK0 of 1 page have heading issues. 1 noindex or canonicalized page excluded.
- Broken links43 issues52 internal links point at 43 broken URLs.
- RedirectsOK1 redirecting URL, 0 of them chained.
- Non-200 responses43 issues80 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 2 indexable pages have indexability warnings.
- Image alt textOK0 of 19 image references have no alt attribute. 2 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 11 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage1 issueNo sitemap found. Tried: https://www.mardaloopphysio.com/sitemap.xml (301), https://www.mardaloopphysio.com/sitemap_index.xml (failed). Add one at /sitemap.xml or list it in robots.txt.
- Thin contentOK0 of 1 page 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
1099 sites, median 82%, average 80%
www.mardaloopphysio.com scores 63%, higher than 5% of the 1099 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 several issues impacting its SEO health, including broken links and non-200 responses. Addressing these will improve user experience and SEO performance.
- 1
Fix Broken Links
Why: Eliminating broken links improves user experience and SEO.
How: Update or remove the 52 internal links pointing to broken URLs identified during the crawl.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: Pages returning non-200 responses hinder site accessibility and SEO.
How: Fix the TLS certificate errors causing failed responses for 80 URLs.
Checks: status-codes
- 3
Create a Sitemap
Why: A sitemap helps search engines index your pages efficiently.
How: Create a sitemap at /sitemap.xml and ensure it lists all important URLs.
Checks: sitemap-coverage
- 4
Shorten Meta Description
Why: Meta descriptions that are too long may get truncated in search results.
How: Edit the meta description to be under 160 characters for better SEO.
Checks: meta-descriptions
- 5
Optimize Redirects
Why: Minimizing unnecessary redirects enhances page load speed.
How: Adjust the redirect from /sitemap.xml to point directly to its final destination.
Checks: redirects
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 critical security issues, primarily related to HTTPS use, content security, and protection against attacks. Key actions include enforcing HTTPS, implementing security headers, and securing cookies. Address these vulnerabilities promptly to enhance overall site security.
- 1 high
- 4 medium
- 3 low
- 0 info
- 1
Insecure HTTP ResponseHigh
Why it matters: One page is accessible over plain HTTP, allowing potential interception of communications.
Fix: Redirect all HTTP traffic to HTTPS to ensure encrypted connections.
Evidence: HTTPS
- 2
Missing HSTS HeaderMedium
Why it matters: Lack of HTTP Strict Transport Security allows initial HTTP requests that can be intercepted.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains' header.
Evidence: HTTP Strict Transport Security
- 3
Absence of Content Security PolicyMedium
Why it matters: No Content Security Policy is set, potentially allowing harmful content from any source.
Fix: Implement a Content Security Policy header, e.g., 'Content-Security-Policy: default-src 'self';'
Evidence: Content Security Policy
- 4
Lack of Clickjacking ProtectionMedium
Why it matters: Without X-Frame-Options, your pages can be embedded in frames, risking clickjacking attacks.
Fix: Add the 'X-Frame-Options: SAMEORIGIN' header to your responses.
Evidence: Clickjacking protection
- 5
Unprotected CookiesMedium
Why it matters: Cookies lack security flags, increasing risk of exposure to scripts and cross-site requests.
Fix: Set cookie attributes: 'Secure; HttpOnly; SameSite=Strict' for all cookies.
Evidence: Cookie flags
- 6
Missing MIME Sniffing ProtectionLow
Why it matters: Absence of MIME type checking can lead to execution of unintended scripts.
Fix: Include 'X-Content-Type-Options: nosniff' in the response headers.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Not specifying a referrer policy can expose sensitive URL data to third-party sites.
Fix: Add 'Referrer-Policy: no-referrer-when-downgrade' to responses.
Evidence: Referrer policy
- 8
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on HTTPS pages compromises security.
Fix: Ensure all resources use HTTPS, update URLs to start with 'https://'.
Evidence: Mixed content
What the checks found
- FoundHTTPSHigh
1 page answered 200 over plain HTTP with no redirect to HTTPS, while 1 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
- FoundContent Security PolicyMedium
None of the 2 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.mardaloopphysio.com/ → no content-security-policy
- http://www.mardaloopphysio.com/news/ → 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.mardaloopphysio.com/ → no x-frame-options
- http://www.mardaloopphysio.com/news/ → 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
- http://www.mardaloopphysio.com/news/ → 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.mardaloopphysio.com/ → no referrer-policy
- http://www.mardaloopphysio.com/news/ → 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.mardaloopphysio.com/ → no permissions-policy
- http://www.mardaloopphysio.com/news/ → 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 (3 responses)
- 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.
- request_id (set by https://www.mardaloopphysio.com/) lacks Secure, SameSite
- FoundMixed contentLow
3 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/ loads image http://www.mardaloopphysio.com/wp-content/uploads/2025/04/ML_logo2025.png
- FoundForms over HTTPSMedium
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)
3 checks passed, 1 not applicable
- 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.mardaloopphysio.com from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.