Scanned sites / www.od-law.ca / 2026-09-27-2028
www.od-law.ca scan from 9/27/2026, 8:28:41 PM
Scan 2026-09-27-2028
Scanned 9/27/2026, 8:28:41 PM, finished 9/27/2026, 8:31:12 PM. Found with openstreetmap overpass
Site: https://www.od-law.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 43 pages and 142 assets of www.od-law.ca, starting from https://www.od-law.ca/. It scored 86 out of 100, a good result. 9 of 16 checks found something to fix, led by meta descriptions (22), title tags (15), sitemap coverage (15); 5 checks passed. Most of the points went to meta descriptions (−4.6), title tags (−3.9), sitemap coverage (−2.4). 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: Medium3 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 43
- Assets fetched
- 142
- Status
- Completed
- Checks with issues
- 9 of 16
185 of 185 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 11 link destinations on other sites were checked.
- Title tags15 issues15 of 38 pages have title issues.−3.9 points
- Meta descriptions22 issues22 of 38 pages have meta description issues.−4.6 points
- Headings1 issue1 of 38 pages have heading issues.−0.2 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites1 issue1 destination answered with an error, 5 could not be determined (timeouts, rate limits or refusals), of 11 destinations checked.−0.4 points
- Redirects5 issues6 redirecting URLs, 0 of them chained.−0.5 points
- Non-200 responses9 noted9 URLs did not return a 2xx response. 5 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 38 indexable pages have indexability warnings.
- Image alt textOK0 of 71 image references have no alt attribute. 2 use an empty alt (decorative), which is fine.
- Heavy assets3 issues3 assets larger than 500 KB among 142 fetched assets.−1.8 points
- Orphan pages2 issues2 pages have no internal links pointing at them.−0.2 points
- Sitemap coverage15 issues4 sitemaps listing 27 URLs: 12 crawled pages missing, 0 listed URLs broken or redirecting, 3 reachable only via the sitemap.−2.4 points
- Internal link countsOKInternal link counts for 38 pages.
- Thin content3 issues3 of 38 pages have fewer than 200 words.−0.6 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.od-law.ca scores 86%, higher than 74% 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 findingsSome improvements are needed for SEO optimization, including addressing redirects, meta descriptions, and headings. Focus on impactful and quick wins.
- 1
Fix Redirects
Why: Improves URL structure and user experience.
How: Update 6 redirecting URLs to direct links, ensuring no unnecessary redirects.
Checks: redirects
- 2
Update Meta Descriptions
Why: Enhances click-through rates by providing better information to users.
How: Create and add concise meta descriptions for 22 pages, including those missing descriptions.
Checks: meta-descriptions
- 3
Optimize Title Tags
Why: Improves search visibility and user engagement.
How: Revise 15 problematic title tags to be within optimal length and relevant.
Checks: titles
- 4
Consolidate Headings
Why: Enhances content structure and avoids confusion for search engines.
How: Ensure only one H1 is present on the page with 2 H1s to consolidate.
Checks: headings
- 5
Reduce Heavy Assets
Why: Improves loading speed and user experience.
How: Optimize or shrink 3 heavy assets larger than 500 KB to enhance performance.
Checks: heavy-assets
- 6
Address Orphan Pages
Why: Ensures all pages are accessible and improves site navigation.
How: Add internal links to the 2 orphan pages.
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 www.od-law.ca has several security vulnerabilities, including missing HTTP headers that protect against various attacks. Implementing recommended headers will enhance security for users. Prioritize these updates to ensure the safety and integrity of user data.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors may be exposed to interception if they enter the web address without HTTPS.
Fix: Add the header 'Strict-Transport-Security: max-age=31536000; includeSubDomains; preload' to all HTML responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Lack of CSP allows browsers to load resources from any source, risking script injection attacks.
Fix: Add the header 'Content-Security-Policy: default-src 'self';' to all HTML responses.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Absence of this header makes the site vulnerable to clickjacking attacks.
Fix: Add the header 'X-Frame-Options: DENY' to all HTML responses.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, the browser may incorrectly interpret files as executable scripts, leading to security risks.
Fix: Add the header 'X-Content-Type-Options: nosniff' to all HTML responses.
Evidence: MIME sniffing protection
- 5
Missing Referrer-Policy HeaderLow
Why it matters: Not having a referrer policy can lead to leaking potentially sensitive URL information.
Fix: Add the header 'Referrer-Policy: no-referrer' to all HTML responses.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing server version can help attackers discover known vulnerabilities.
Fix: Configure the server to not disclose version details in the 'Server' and 'X-Powered-By' headers.
Evidence: Software version disclosure
- 7
Missing Permissions-Policy HeaderInfo
Why it matters: Lack of this header means unused browser features may be exploited by injected scripts.
Fix: Add the header 'Permissions-Policy: fullscreen=(self)' to all HTML responses.
Evidence: Permissions policy
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.od-law.ca/ → no strict-transport-security
- https://www.od-law.ca/contact/ → no strict-transport-security
- https://www.od-law.ca/meet-our-lawyers/ → no strict-transport-security
- https://www.od-law.ca/lawyers/ → no strict-transport-security
- https://www.od-law.ca/civil-litigation/ → no strict-transport-security
- https://www.od-law.ca/wills-and-estates/ → no strict-transport-security
- https://www.od-law.ca/family-law/ → no strict-transport-security
- https://www.od-law.ca/corporate/ → no strict-transport-security
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no strict-transport-security
- https://www.od-law.ca/commercial-real-estate/ → no strict-transport-security
- https://www.od-law.ca/real-estate/ → no strict-transport-security
- https://www.od-law.ca/blog/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 38 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.od-law.ca/ → no content-security-policy
- https://www.od-law.ca/contact/ → no content-security-policy
- https://www.od-law.ca/meet-our-lawyers/ → no content-security-policy
- https://www.od-law.ca/lawyers/ → no content-security-policy
- https://www.od-law.ca/civil-litigation/ → no content-security-policy
- https://www.od-law.ca/wills-and-estates/ → no content-security-policy
- https://www.od-law.ca/family-law/ → no content-security-policy
- https://www.od-law.ca/corporate/ → no content-security-policy
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no content-security-policy
- https://www.od-law.ca/commercial-real-estate/ → no content-security-policy
- https://www.od-law.ca/real-estate/ → no content-security-policy
- https://www.od-law.ca/blog/ → 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.od-law.ca/ → no x-frame-options
- https://www.od-law.ca/contact/ → no x-frame-options
- https://www.od-law.ca/meet-our-lawyers/ → no x-frame-options
- https://www.od-law.ca/lawyers/ → no x-frame-options
- https://www.od-law.ca/civil-litigation/ → no x-frame-options
- https://www.od-law.ca/wills-and-estates/ → no x-frame-options
- https://www.od-law.ca/family-law/ → no x-frame-options
- https://www.od-law.ca/corporate/ → no x-frame-options
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no x-frame-options
- https://www.od-law.ca/commercial-real-estate/ → no x-frame-options
- https://www.od-law.ca/real-estate/ → no x-frame-options
- https://www.od-law.ca/blog/ → 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.od-law.ca/ → no x-content-type-options
- https://www.od-law.ca/contact/ → no x-content-type-options
- https://www.od-law.ca/meet-our-lawyers/ → no x-content-type-options
- https://www.od-law.ca/lawyers/ → no x-content-type-options
- https://www.od-law.ca/civil-litigation/ → no x-content-type-options
- https://www.od-law.ca/wills-and-estates/ → no x-content-type-options
- https://www.od-law.ca/family-law/ → no x-content-type-options
- https://www.od-law.ca/corporate/ → no x-content-type-options
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no x-content-type-options
- https://www.od-law.ca/commercial-real-estate/ → no x-content-type-options
- https://www.od-law.ca/real-estate/ → no x-content-type-options
- https://www.od-law.ca/blog/ → 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.od-law.ca/ → no referrer-policy
- https://www.od-law.ca/contact/ → no referrer-policy
- https://www.od-law.ca/meet-our-lawyers/ → no referrer-policy
- https://www.od-law.ca/lawyers/ → no referrer-policy
- https://www.od-law.ca/civil-litigation/ → no referrer-policy
- https://www.od-law.ca/wills-and-estates/ → no referrer-policy
- https://www.od-law.ca/family-law/ → no referrer-policy
- https://www.od-law.ca/corporate/ → no referrer-policy
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no referrer-policy
- https://www.od-law.ca/commercial-real-estate/ → no referrer-policy
- https://www.od-law.ca/real-estate/ → no referrer-policy
- https://www.od-law.ca/blog/ → 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.od-law.ca/ → no permissions-policy
- https://www.od-law.ca/contact/ → no permissions-policy
- https://www.od-law.ca/meet-our-lawyers/ → no permissions-policy
- https://www.od-law.ca/lawyers/ → no permissions-policy
- https://www.od-law.ca/civil-litigation/ → no permissions-policy
- https://www.od-law.ca/wills-and-estates/ → no permissions-policy
- https://www.od-law.ca/family-law/ → no permissions-policy
- https://www.od-law.ca/corporate/ → no permissions-policy
- https://www.od-law.ca/immigration-lawyers-in-winnipeg/ → no permissions-policy
- https://www.od-law.ca/commercial-real-estate/ → no permissions-policy
- https://www.od-law.ca/real-estate/ → no permissions-policy
- https://www.od-law.ca/blog/ → 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.
- server: LiteSpeed (185 responses)
- x-powered-by: WP Rocket/3.23.3.3 (1 response)
- 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 (38 script tags)
- cdn.trustindex.io (1 script tag)
- www.google.com (38 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 1 path 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/
6 checks passed, 1 not applicable
- OKHTTPS
All 38 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
39 forms found, all on HTTPS pages posting to HTTPS addresses.
- 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 applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
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.od-law.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- ai-tldr.dev87/100 · rank 247 · 3,732 pages
- bestofchiropractors.com87/100 · rank 247 · 165 pages
- hometownanimalclinic.com87/100 · rank 247 · 49 pages
- www.oxydermlaserclinic.ca86/100 · rank 291 · 244 pages
- www.roastlocal.com86/100 · rank 291 · 4,997 pages
- www.themagicteam.com86/100 · rank 291 · 850 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.od-law.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.od-law.ca?
- 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.od-law.ca. Removal needs no account and no proof of purchase.