Scanned sites / www.physiomira.com / 2026-09-27-1609
www.physiomira.com scan from 9/27/2026, 4:09:31 PM
Scan 2026-09-27-1609
Scanned 9/27/2026, 4:09:31 PM, finished 9/27/2026, 5:07:40 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 27, 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. 6 of 16 checks found something to fix, led by title tags (24), sitemap coverage (34), links to other sites (9); 8 checks passed. Most of the points went to title tags (−6.5), sitemap coverage (−5.5), links to other sites (−3.6). 2 checks 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 37
- Assets fetched
- 446
- Status
- Completed
- Checks with issues
- 6 of 16
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 were 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 sites9 issues9 destinations answered with an error, 37 could not be determined (timeouts, rate limits or refusals), of 101 destinations checked.−3.6 points
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responses1 noted1 URL did not return a 2xx response. 0 of them are pages, 0 with an error status; the rest are assets or redirects.
- 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
1315 sites, median 80%, average 79%
www.physiomira.com scores 81%, higher than 51% 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 a good health score, but there are several key areas for improvement, especially around title tags, meta descriptions, and sitemap coverage. Addressing these issues will help boost your SEO performance.
- 1
Fix sitemap coverage
Why: To ensure all crawled pages are discoverable and indexed by search engines.
How: Update your sitemap to include all 34 crawled pages missing from it.
Checks: sitemap-coverage
- 2
Optimize title tags
Why: To improve search visibility by adhering to optimal length and relevance.
How: Shorten title tags for 24 pages to under 60 characters.
Checks: titles
- 3
Improve meta descriptions
Why: To enhance click-through rates and ensure descriptions fit within search result limits.
How: Revise meta descriptions for 16 pages to keep them under 160 characters.
Checks: meta-descriptions
- 4
Address heading issues
Why: To maintain proper structure and improve SEO.
How: Add a single H1 tag to the page missing one.
Checks: headings
- 5
Reduce heavy assets
Why: To improve page load speed and user experience.
How: Shrink or consider alternative placements for 6 large assets exceeding 500 KB.
Checks: heavy-assets
- 6
Resolve non-200 response
Why: To avoid accessibility issues and ensure proper function of your site.
How: Investigate and fix the 403 error for the URL.
Checks: status-codes
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 essential security headers like Content-Security-Policy and X-Frame-Options, which leaves it vulnerable to various attacks. A Google API key is exposed in the code, posing a risk. Additionally, cookie security flags are missing, which can compromise user sessions. Immediate attention is required to enhance security.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a CSP, scripts, styles, and frames can be loaded from any source, increasing vulnerability to XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Lack of X-Frame-OptionsMedium
Why it matters: Without this header, pages can be framed by malicious sites, exposing users to clickjacking.
Fix: Add the header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Missing Secure Cookie FlagsMedium
Why it matters: Cookies without Secure and HttpOnly flags can be intercepted and accessed by scripts.
Fix: Set cookie flags: Secure, HttpOnly, SameSite=Strict for all sensitive cookies.
Evidence: Cookie flags
- 4
Exposed Google API KeyMedium
Why it matters: The API key is visible in the page code, risking unauthorized access to services.
Fix: Restrict the Google API key usage by HTTP referrer and settings in the Google Cloud console.
Evidence: Keys and secrets in page code
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this, browsers can execute files as scripts based on content instead of type.
Fix: Add the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 6
Lack of Referrer PolicyLow
Why it matters: Not having a referrer policy can expose users' page URLs to other sites when navigating away.
Fix: Add the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 7
Third-party Scripts Lack SRILow
Why it matters: Running scripts from external sources without Subresource Integrity can lead to vulnerabilities.
Fix: Consider implementing a Content-Security-Policy that names the hosts of these scripts.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Without this policy, potentially unused browser features may be accessed by third-party scripts.
Fix: Add the header: Permissions-Policy: geolocation=(self), camera=()
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.brunilaw.com81/100 · rank 572 · 12 pages
- www.petetheplumber.com81/100 · rank 572 · 166 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.