Scanned sites / www.oxydermlaserclinic.ca / 2026-09-20-0111
www.oxydermlaserclinic.ca scan from 9/20/2026, 1:11:36 AM
A newer scan exists. See the latest report for www.oxydermlaserclinic.ca.
Scan 2026-09-20-0111
Scanned 9/20/2026, 1:11:36 AM, finished 9/20/2026, 1:31:22 AM. Found with openstreetmap overpass
Site: https://www.oxydermlaserclinic.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 20, 2026 the Site Spider crawled 248 pages and 980 assets of www.oxydermlaserclinic.ca, starting from https://www.oxydermlaserclinic.ca/. It scored 88 out of 100, a good result. 8 of 14 checks found something to fix, led by redirects (67), sitemap coverage (33), orphan pages (25); 6 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: Medium3 medium, 3 low and 2 info findings. See the security findings ↓
- Pages crawled
- 248
- Assets fetched
- 980
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags22 issues22 of 146 pages have title issues. 35 noindex or canonicalized pages excluded.
- Meta descriptions16 issues16 of 146 pages have meta description issues. 35 noindex or canonicalized pages excluded.
- Headings21 issues21 of 146 pages have heading issues. 35 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects67 issues81 redirecting URLs, 6 of them chained.
- Non-200 responsesOK81 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 146 indexable pages have indexability warnings. 35 pages noindex by design.
- Image alt textOK0 of 1642 image references have no alt attribute. 1021 use an empty alt (decorative), which is fine.
- Heavy assets16 issues16 assets larger than 500 KB among the 100 heaviest.
- Orphan pages25 issues25 pages have no internal links pointing at them.
- Sitemap coverage33 issues3 sitemaps listing 143 URLs: 6 crawled pages missing, 0 listed URLs broken or redirecting, 24 reachable only via the sitemap.
- Thin contentOK0 of 146 pages have fewer than 200 words. 35 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1115 sites, median 82%, average 80%
www.oxydermlaserclinic.ca scores 88%, higher than 75% of the 1115 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 critical issues to address. Focus on fixing redirects, non-200 responses, title tags, and sitemap discrepancies to improve SEO performance.
- 1
Fix Redirect Chains
Why: Chained redirects slow down site speed and may affect user experience.
How: Identify and resolve chained redirects by updating links to point to the final destination directly.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Pages returning non-200 status harm user experience and SEO rankings.
How: Check and fix the listed URLs to return a 200 status. This may involve updating links or correcting server settings.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improving title tags can enhance click-through rates in search results.
How: Revise titles to be under 60 characters and unique for each page. Avoid duplicates.
Checks: titles
- 4
Correct Sitemap Indexability Issues
Why: Sitemap URLs marked as noindex will not be indexed, hindering discovery.
How: Change affected URLs in the sitemap to be indexable and ensure all relevant pages are listed.
Checks: sitemap-coverage
- 5
Fix Heading Issues
Why: Proper heading structure improves content readability and SEO.
How: Ensure each page has one H1 and relevant H2s, avoiding multiple H1s on the same page.
Checks: headings
- 6
Link Orphan Pages Internally
Why: Orphan pages are harder for users and search engines to find, reducing their visibility.
How: Add internal links to orphan pages from relevant sections of your site.
Checks: orphan-pages
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 several important security headers, exposing it to potential attacks like interception, clickjacking, and data leaks. Immediate attention to implementing these security measures is recommended to enhance protection for users and their data.
- 0 high
- 3 medium
- 3 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted when accessing the site without HTTPS.
Fix: Add the following header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
No Content Security Policy DefinedMedium
Why it matters: Lacking a CSP allows unrestricted loading of scripts and frames, increasing XSS risk.
Fix: Add a Content-Security-Policy header with a policy such as: default-src 'self';
Evidence: Content Security Policy
- 3
X-Frame-Options MissingMedium
Why it matters: Absence of this header permits clickjacking attacks by embedding your site in malicious frames.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers can incorrectly execute files based on content rather than type.
Fix: Include the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 5
No Referrer-Policy SetLow
Why it matters: Not specifying this policy may expose users' full URLs when they click on links.
Fix: Set the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 6
Third-Party Scripts Lack Subresource IntegrityLow
Why it matters: Running scripts without SRI means a compromise of the third-party domain could alter site behavior.
Fix: Implement a Content-Security-Policy that restricts trusted sources for scripts.
Evidence: Third-party scripts
- 7
Lack of Permissions-PolicyInfo
Why it matters: Without this header, unnecessary browser features remain active, posing a potential risk from injected scripts.
Fix: Add the header: Permissions-Policy: interest-cohort=(), geolocation=(self), microphone=(self), camera=(self)
Evidence: Permissions policy
- 8
Sensitive Paths Listed in robots.txtInfo
Why it matters: Publicly listed private paths can aid attackers in targeting vulnerabilities.
Fix: Ensure real access control on the paths: /wp-admin/ and /wp-includes/
Evidence: Sensitive paths in robots.txt
What the checks found
- 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.oxydermlaserclinic.ca/ → no strict-transport-security
- https://www.oxydermlaserclinic.ca/services → no strict-transport-security
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no strict-transport-security
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no strict-transport-security
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no strict-transport-security
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no strict-transport-security
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no strict-transport-security
- https://www.oxydermlaserclinic.ca/acne-facials → no strict-transport-security
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no strict-transport-security
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no strict-transport-security
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no strict-transport-security
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 181 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.oxydermlaserclinic.ca/ → no content-security-policy
- https://www.oxydermlaserclinic.ca/services → no content-security-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no content-security-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no content-security-policy
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no content-security-policy
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no content-security-policy
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no content-security-policy
- https://www.oxydermlaserclinic.ca/acne-facials → no content-security-policy
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no content-security-policy
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no content-security-policy
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no content-security-policy
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → 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.oxydermlaserclinic.ca/ → no x-frame-options
- https://www.oxydermlaserclinic.ca/services → no x-frame-options
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no x-frame-options
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no x-frame-options
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no x-frame-options
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no x-frame-options
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no x-frame-options
- https://www.oxydermlaserclinic.ca/acne-facials → no x-frame-options
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no x-frame-options
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no x-frame-options
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no x-frame-options
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → 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.oxydermlaserclinic.ca/ → no x-content-type-options
- https://www.oxydermlaserclinic.ca/services → no x-content-type-options
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no x-content-type-options
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no x-content-type-options
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no x-content-type-options
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no x-content-type-options
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no x-content-type-options
- https://www.oxydermlaserclinic.ca/acne-facials → no x-content-type-options
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no x-content-type-options
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no x-content-type-options
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no x-content-type-options
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → 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.oxydermlaserclinic.ca/ → no referrer-policy
- https://www.oxydermlaserclinic.ca/services → no referrer-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no referrer-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no referrer-policy
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no referrer-policy
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no referrer-policy
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no referrer-policy
- https://www.oxydermlaserclinic.ca/acne-facials → no referrer-policy
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no referrer-policy
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no referrer-policy
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no referrer-policy
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → 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.oxydermlaserclinic.ca/ → no permissions-policy
- https://www.oxydermlaserclinic.ca/services → no permissions-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal → no permissions-policy
- https://www.oxydermlaserclinic.ca/laser-hair-removal-edmonton → no permissions-policy
- https://www.oxydermlaserclinic.ca/acne-laser-treatment → no permissions-policy
- https://www.oxydermlaserclinic.ca/laser-genesis-treatment → no permissions-policy
- https://www.oxydermlaserclinic.ca/facials-in-edmonton → no permissions-policy
- https://www.oxydermlaserclinic.ca/acne-facials → no permissions-policy
- https://www.oxydermlaserclinic.ca/anti-aging-facials → no permissions-policy
- https://www.oxydermlaserclinic.ca/skin-brightening-facials-in-edmonton → no permissions-policy
- https://www.oxydermlaserclinic.ca/hollywood-carbon-facial → no permissions-policy
- https://www.oxydermlaserclinic.ca/microneedling-edmonton → no permissions-policy
- 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 (120 script tags)
- api.leadshaw.io (23 script tags)
- onlinedealcart.com (1 script tag)
- NoteSensitive paths in robots.txt
robots.txt lists 2 paths that look private. robots.txt is public and does not restrict access, so it doubles as a map for anyone probing the site; those paths need real access control.
- Disallow: /wp-admin/
- Disallow: /wp-includes/
8 checks passed
- OKHTTPS
All 181 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
40 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions 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.
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.oxydermlaserclinic.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- globalautoservicemt.com89/100 · rank 187 · 88 pages
- www.lakewooddentalclinic.com88/100 · rank 226 · 95 pages
- www.provital.ca88/100 · rank 226 · 39 pages
- www.themagicteam.com88/100 · rank 226 · 850 pages
- moz.com88/100 · rank 226 · 4,962 pages
- www.od-law.ca88/100 · rank 226 · 43 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.oxydermlaserclinic.ca 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.