Scanned sites / www.physiomira.com / 2026-09-26-1842
www.physiomira.com scan from 9/26/2026, 6:42:27 PM
A newer scan exists. See the latest report for www.physiomira.com.
Scan 2026-09-26-1842
Scanned 9/26/2026, 6:42:27 PM, finished 9/26/2026, 6:49:30 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 26, 2026 the Site Spider crawled 37 pages and 446 assets of www.physiomira.com, starting from https://www.physiomira.com/. It scored 81 out of 100, a good result. 5 of 15 checks found something to fix, led by title tags (24), sitemap coverage (34), heavy assets (6); 9 checks passed. Most of the points went to title tags (−6.5), sitemap coverage (−5.5), heavy assets (−3.6). 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, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 37
- Assets fetched
- 446
- Status
- Completed
- Checks with issues
- 5 of 15
483 of 483 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 101 link destinations on other sites have not been checked.
- Title tags24 issues24 of 34 pages have title issues. 3 noindex or canonicalized pages excluded.−6.5 points
- Meta descriptions16 issues16 of 34 pages have meta description issues. 3 noindex or canonicalized pages excluded.−3.5 points
- Headings2 issues2 of 34 pages have heading issues. 3 noindex or canonicalized pages excluded.−0.3 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- 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 35 indexable pages have indexability warnings. 2 pages noindex by design.
- Image alt textOK0 of 454 image references have no alt attribute. 25 use an empty alt (decorative), which is fine.
- Heavy assets6 issues6 assets larger than 500 KB among 446 fetched assets.−3.6 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage34 issues1 sitemap listing 0 URLs: 34 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.−5.5 points
- Internal link countsOKInternal link counts for 37 pages.
- Thin contentOK0 of 34 pages have fewer than 200 words. 3 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1314 sites, median 80%, average 79%
www.physiomira.com scores 81%, higher than 51% of the 1314 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 fixing, especially around title tags, meta descriptions, headings, and sitemap coverage. Addressing these will enhance visibility and user experience.
- 1
Fix Title Tag Lengths
Why: 24 pages have long title tags, affecting search engine ranking.
How: Shorten title tags to 60 characters or less and include relevant keywords.
Checks: titles
- 2
Shorten Meta Descriptions
Why: 12 pages have lengthy meta descriptions, which can hurt click-through rates.
How: Edit to 160 characters or less, emphasizing key offerings.
Checks: meta-descriptions
- 3
Address Heading Issues
Why: 2 pages have heading problems which disrupt content hierarchy.
How: Ensure each page has a single H1 and properly structured H2s.
Checks: headings
- 4
Optimize Heavy Assets
Why: 6 assets over 500 KB can slow down page load times, harming SEO.
How: Compress images and use appropriate formats (e.g., WebP) to enhance loading speed.
Checks: heavy-assets
- 5
Update Sitemap Coverage
Why: Missing pages in the sitemap can impact their discoverability.
How: Add all crawled URLs to your XML sitemap and resubmit to search engines.
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 website lacks essential security headers, making it vulnerable to various attacks, such as clickjacking and content injection. Additionally, sensitive data exposure and improper cookie settings increase risks. Implementing recommended headers and adjustments can significantly enhance security.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a CSP, there are no restrictions on where scripts and styles can load from, increasing the risk of XSS attacks.
Fix: Add the header: `Content-Security-Policy: default-src 'self'`.
Evidence: Content Security Policy
- 2
Lack of Clickjacking ProtectionMedium
Why it matters: No X-Frame-Options header means pages can be embedded into frames, risking clickjacking attacks.
Fix: Add the header: `X-Frame-Options: DENY` or use CSP with `frame-ancestors` directive.
Evidence: Clickjacking protection
- 3
Improper Cookie SettingsMedium
Why it matters: Cookies lack Secure and HttpOnly flags, making them vulnerable to XSS and transfer over unsecure channels.
Fix: Set cookie flags to: `Secure; HttpOnly; SameSite=Strict`.
Evidence: Cookie flags
- 4
Exposed Google API KeyMedium
Why it matters: A publicly exposed Google API key can lead to misuse unless protected by API restrictions.
Fix: Restrict the key in the Google Cloud console based on HTTP referrer.
Evidence: Keys and secrets in page code
- 5
Missing MIME Sniffing ProtectionLow
Why it matters: Without x-content-type-options, browsers may execute files in unintended ways, leading to potential security issues.
Fix: Add the header: `X-Content-Type-Options: nosniff`.
Evidence: MIME sniffing protection
- 6
Absence of Referrer PolicyLow
Why it matters: Not having a referrer policy exposes user navigation paths, which may leak sensitive data.
Fix: Add the header: `Referrer-Policy: no-referrer`.
Evidence: Referrer policy
- 7
Third-Party Scripts Lack Integrity CheckLow
Why it matters: Running scripts from external domains without integrity checks exposes the site to third-party script tampering.
Fix: Consider using Subresource Integrity (SRI) for third-party scripts where possible.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Not using a Permissions-Policy allows unauthorized access to browser features that could be exploited.
Fix: Add the header: `Permissions-Policy: interest-cohort=()`. Adjust features as necessary.
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 37 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 3 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 (37 script tags)
- cdn.callrail.com (37 script tags)
- www.instagram.com (1 script tag)
7 checks passed, 1 not applicable
- OKHTTPS
All 37 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 37 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
4 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.
- www.petetheplumber.com81/100 · rank 572 · 166 pages
- www.immigration-nation.ca81/100 · rank 572 · 1,912 pages
- www.achenhenderson.ca81/100 · rank 572 · 545 pages
- weaverfamilyfarms.com81/100 · rank 572 · 104 pages
- www.cosmoscorp.com81/100 · rank 572 · 38 pages
- www.scase.ca81/100 · rank 572 · 66 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.