Scanned sites / www.physiomira.com / 2026-09-21-1624
www.physiomira.com scan from 9/21/2026, 4:24:32 PM
Scan 2026-09-21-1624
Scanned 9/21/2026, 4:24:32 PM, finished 9/21/2026, 4:30:45 PM. Found with openstreetmap overpass
Site: https://www.physiomira.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 21, 2026 the Site Spider crawled 27 pages and 211 assets of www.physiomira.com, starting from https://www.physiomira.com/. It scored 92 out of 100, an excellent result. 4 of 14 checks found something to fix, led by sitemap coverage (10), title tags (9), meta descriptions (4); 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 27
- Assets fetched
- 211
- Status
- Completed
- Checks with issues
- 4 of 14
- Title tags9 issues9 of 10 pages have title issues. 17 noindex or canonicalized pages excluded.
- Meta descriptions4 issues4 of 10 pages have meta description issues. 17 noindex or canonicalized pages excluded.
- HeadingsOK0 of 10 pages have heading issues. 17 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 11 indexable pages have indexability warnings. 16 pages noindex by design.
- Image alt textOK0 of 171 image references have no alt attribute. 2 use an empty alt (decorative), which is fine.
- Heavy assets2 issues2 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage10 issues1 sitemap listing 0 URLs: 10 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 10 pages have fewer than 200 words. 17 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1147 sites, median 82%, average 80%
www.physiomira.com scores 92%, higher than 91% of the 1147 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 is performing well, but there are title and meta description issues, heavy assets to optimize, and a sitemap that needs updating. Addressing these will improve SEO performance.
- 1
Fix Title Tag Issues
Why: 9 out of 10 pages have title issues affecting SEO performance.
How: Revise titles to be under 60 characters while still being descriptive.
Checks: titles
- 2
Optimize Meta Descriptions
Why: 4 out of 10 pages have long meta descriptions, which can impact click-through rates.
How: Shorten meta descriptions to be under 160 characters and ensure they accurately describe the page.
Checks: meta-descriptions
- 3
Reduce Heavy Assets
Why: 2 assets exceed 500 KB, slowing down page load times.
How: Compress images or use web-friendly formats to reduce file sizes.
Checks: heavy-assets
- 4
Update Sitemap Coverage
Why: Crawled pages are missing from the sitemap, affecting indexability.
How: Ensure all crawled pages are included in the sitemap and regenerate it.
Checks: sitemap-coverage
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 site lacks a Content Security Policy, X-Frame-Options, and other security headers, exposing it to risks such as clickjacking and MIME sniffing. Additionally, a cookie lacks protective flags, and a Google API key is exposed in the page code. Immediate steps are recommended to mitigate these issues.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a CSP, the site is vulnerable to cross-site scripting attacks and content injection.
Fix: Add a Content-Security-Policy header: `Content-Security-Policy: default-src 'self';`
Evidence: Content Security Policy
- 2
No Clickjacking ProtectionMedium
Why it matters: Absence of X-Frame-Options allows other sites to embed your pages, making users susceptible to clickjacking.
Fix: Include the header: `X-Frame-Options: DENY` or use CSP with frame-ancestors.
Evidence: Clickjacking protection
- 3
Missing HttpOnly, Secure, SameSite CookiesMedium
Why it matters: A cookie without protective flags can be accessed by scripts, sent over unencrypted channels, or shared across sites.
Fix: Set cookie flags: `Set-Cookie: nevercache-b39818; HttpOnly; Secure; SameSite=Strict`.
Evidence: Cookie flags
- 4
Exposed Google API KeyMedium
Why it matters: The presence of a Google API key in the source code can lead to unauthorized usage if not configured correctly.
Fix: Restrict the API key usage by referrer in the Google Cloud console.
Evidence: Keys and secrets in page code
- 5
Missing MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options, there is a risk of browsers interpreting files as scripts based on content.
Fix: Add the header: `X-Content-Type-Options: nosniff`.
Evidence: MIME sniffing protection
- 6
No Referrer PolicyLow
Why it matters: Lack of a referrer policy exposes full URLs to external sites, risking sensitive information leakage.
Fix: Include a Referrer Policy header: `Referrer-Policy: no-referrer` or similar.
Evidence: Referrer policy
- 7
Third-Party Scripts RiskLow
Why it matters: Using third-party scripts without Subresource Integrity can introduce vulnerabilities if those sources are compromised.
Fix: Consider implementing Subresource Integrity or a Content-Security-Policy to control script sources.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Absence of a Permissions Policy may allow injected scripts to access unused browser features.
Fix: Add a Permissions-Policy header: `Permissions-Policy: geolocation=(self), microphone=()`, customizing as needed.
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 27 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.physiomira.com/ → no content-security-policy
- https://www.physiomira.com/about/ → no content-security-policy
- https://www.physiomira.com/our-clinic/ → no content-security-policy
- https://www.physiomira.com/locations/ → no content-security-policy
- https://www.physiomira.com/jobs/ → no content-security-policy
- https://www.physiomira.com/about/physiotherapists/ → no content-security-policy
- https://www.physiomira.com/about/chiropractors/ → no content-security-policy
- https://www.physiomira.com/about/movement-instructors/ → no content-security-policy
- https://www.physiomira.com/musculoskeletal-physiotherapy/ → no content-security-policy
- https://www.physiomira.com/sports-injury-physiotherapy/ → no content-security-policy
- https://www.physiomira.com/pelvic-floor-physiotherapy/ → no content-security-policy
- https://www.physiomira.com/concussion-physiotherapy/ → 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.physiomira.com/ → no x-frame-options
- https://www.physiomira.com/about/ → no x-frame-options
- https://www.physiomira.com/our-clinic/ → no x-frame-options
- https://www.physiomira.com/locations/ → no x-frame-options
- https://www.physiomira.com/jobs/ → no x-frame-options
- https://www.physiomira.com/about/physiotherapists/ → no x-frame-options
- https://www.physiomira.com/about/chiropractors/ → no x-frame-options
- https://www.physiomira.com/about/movement-instructors/ → no x-frame-options
- https://www.physiomira.com/musculoskeletal-physiotherapy/ → no x-frame-options
- https://www.physiomira.com/sports-injury-physiotherapy/ → no x-frame-options
- https://www.physiomira.com/pelvic-floor-physiotherapy/ → no x-frame-options
- https://www.physiomira.com/concussion-physiotherapy/ → 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.physiomira.com/ → no x-content-type-options
- https://www.physiomira.com/about/ → no x-content-type-options
- https://www.physiomira.com/our-clinic/ → no x-content-type-options
- https://www.physiomira.com/locations/ → no x-content-type-options
- https://www.physiomira.com/jobs/ → no x-content-type-options
- https://www.physiomira.com/about/physiotherapists/ → no x-content-type-options
- https://www.physiomira.com/about/chiropractors/ → no x-content-type-options
- https://www.physiomira.com/about/movement-instructors/ → no x-content-type-options
- https://www.physiomira.com/musculoskeletal-physiotherapy/ → no x-content-type-options
- https://www.physiomira.com/sports-injury-physiotherapy/ → no x-content-type-options
- https://www.physiomira.com/pelvic-floor-physiotherapy/ → no x-content-type-options
- https://www.physiomira.com/concussion-physiotherapy/ → 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.physiomira.com/ → no referrer-policy
- https://www.physiomira.com/about/ → no referrer-policy
- https://www.physiomira.com/our-clinic/ → no referrer-policy
- https://www.physiomira.com/locations/ → no referrer-policy
- https://www.physiomira.com/jobs/ → no referrer-policy
- https://www.physiomira.com/about/physiotherapists/ → no referrer-policy
- https://www.physiomira.com/about/chiropractors/ → no referrer-policy
- https://www.physiomira.com/about/movement-instructors/ → no referrer-policy
- https://www.physiomira.com/musculoskeletal-physiotherapy/ → no referrer-policy
- https://www.physiomira.com/sports-injury-physiotherapy/ → no referrer-policy
- https://www.physiomira.com/pelvic-floor-physiotherapy/ → no referrer-policy
- https://www.physiomira.com/concussion-physiotherapy/ → 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.physiomira.com/ → no permissions-policy
- https://www.physiomira.com/about/ → no permissions-policy
- https://www.physiomira.com/our-clinic/ → no permissions-policy
- https://www.physiomira.com/locations/ → no permissions-policy
- https://www.physiomira.com/jobs/ → no permissions-policy
- https://www.physiomira.com/about/physiotherapists/ → no permissions-policy
- https://www.physiomira.com/about/chiropractors/ → no permissions-policy
- https://www.physiomira.com/about/movement-instructors/ → no permissions-policy
- https://www.physiomira.com/musculoskeletal-physiotherapy/ → no permissions-policy
- https://www.physiomira.com/sports-injury-physiotherapy/ → no permissions-policy
- https://www.physiomira.com/pelvic-floor-physiotherapy/ → no permissions-policy
- https://www.physiomira.com/concussion-physiotherapy/ → no permissions-policy
- FoundCookie flagsMedium
1 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.
- nevercache-b39818 (set by https://www.physiomira.com/robots.txt) lacks Secure, HttpOnly, SameSite
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…t8 (39 chars) in https://www.physiomira.com/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- NoteThird-party scripts
Scripts run from 2 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 (11 script tags)
- cdn.callrail.com (11 script tags)
7 checks passed, 1 not applicable
- OKHTTPS
All 27 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 27 HTML pages.
- 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.
- OKForms over HTTPS
2 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
- 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.physiomira.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- hellgatefamilydental.com93/100 · rank 58 · 143 pages
- sacryelectric.com93/100 · rank 58 · 85 pages
- sgvet.com93/100 · rank 58 · 33 pages
- www.thedapperdoughnut.ca92/100 · rank 76 · 13 pages
- www.jshomesde.com92/100 · rank 76 · 135 pages
- esenciasalonandspa.ca92/100 · rank 76 · 134 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.physiomira.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.physiomira.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.physiomira.com. Removal needs no account and no proof of purchase.