Scanned sites / www.borhotlaw.com
SEO report for www.borhotlaw.com
The latest Site Spider scan of www.borhotlaw.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-borhotlaw-com/2026-09-26-0713.
Latest scan
Scanned 9/26/2026, 7:13:52 AM, finished 9/26/2026, 7:20:45 AM. Found with openstreetmap overpass
Site: https://www.borhotlaw.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 4 pages and 57 assets of www.borhotlaw.com, starting from https://www.borhotlaw.com/. It scored 81 out of 100, a good result. 8 of 14 checks found something to fix, led by title tags (2), meta descriptions (2), headings (2); 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: Medium4 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 4
- Assets fetched
- 57
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags2 issues2 of 2 pages have title issues. 2 noindex or canonicalized pages excluded.
- Meta descriptions2 issues2 of 2 pages have meta description issues. 2 noindex or canonicalized pages excluded.
- Headings2 issues2 of 2 pages have heading issues. 2 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK1 redirecting URL, 0 of them chained.
- Non-200 responsesOK1 URL did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 2 indexable pages have indexability warnings. 2 pages noindex by design.
- Image alt text1 issue1 of 3 image references have no alt attribute. 2 use an empty alt (decorative), which is fine.
- Heavy assets1 issue1 asset larger than 500 KB among the 57 heaviest.
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage1 issue2 sitemaps listing 2 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 1 reachable only via the sitemap.
- Thin content1 issue1 of 2 pages have fewer than 200 words. 2 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1276 sites, median 82%, average 80%
www.borhotlaw.com scores 81%, higher than 43% of the 1276 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 some issues that can improve its SEO. Prioritize fixing the redirect, title tags, meta descriptions, and headings for better visibility and user experience.
- 1
Fix Redirect
Why: The redirect for your sitemap can cause indexing issues.
How: Change the 302 redirect for 'sitemap.xml' to a 301 redirect if it's permanent.
Checks: redirects
- 2
Improve Title Tags
Why: Short title tags limit search engine visibility.
How: Update titles to be more descriptive (e.g., 'Borhot Law - Legal Services in [Location]'). Aim for 50-60 characters.
Checks: titles
- 3
Add Meta Descriptions
Why: Missing meta descriptions reduce click-through rates.
How: Create engaging descriptions for both pages (e.g., 'Borhot Law offers legal assistance in [Practice Areas]'). Aim for 150-160 characters.
Checks: meta-descriptions
- 4
Resolve Heading Issues
Why: Multiple H1 tags can confuse search engine crawlers.
How: Limit to one H1 per page and reformat other headings (H2, H3) appropriately.
Checks: headings
- 5
Add Alt Text for Image
Why: Images without alt text lack accessibility and SEO value.
How: Add descriptive alt text for the image at 'https://www.borhotlaw.com/wp-content/uploads/2018/08/Samerah-print-4.jpg'.
Checks: images-alt
- 6
Address Thin Content
Why: Thin content can negatively impact ranking.
How: Expand the 'Contact-us' page to include more information, aiming for 200+ words.
Checks: thin-content
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 crawlYour website lacks several important security headers that can protect users and data from various attacks. These include missing HTTP Strict Transport Security and Content Security Policy, which can lead to interception and script vulnerabilities, respectively. It's crucial to implement these measures for enhanced security.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users who access your site via HTTP can be intercepted.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: The absence of a CSP allows external scripts/styles to load freely, increasing the risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options (Clickjacking Protection)Medium
Why it matters: Without X-Frame-Options, your pages can be embedded in a frame and misused.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Missing Cookie FlagsMedium
Why it matters: Cookies without HttpOnly, Secure, or SameSite flags can be exploited in cross-site attacks.
Fix: Set the cookie with: HttpOnly; Secure; SameSite=Strict
Evidence: Cookie flags
- 5
Missing X-Content-Type-Options (MIME Sniffing Protection)Low
Why it matters: Without this, browsers may handle files incorrectly based on their content.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Server Banner DisclosureLow
Why it matters: Revealing server version can lead attackers to exploit known vulnerabilities.
Fix: Configure the server to hide version information.
Evidence: Software version disclosure
- 7
Lack of Permissions PolicyInfo
Why it matters: This policy limits features for scripts, enhancing security against influences from injected scripts.
Fix: Add the header: Permissions-Policy: geolocation=(), camera=(), microphone=()
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.borhotlaw.com/ → no strict-transport-security
- https://www.borhotlaw.com/wp-login.php → no strict-transport-security
- https://www.borhotlaw.com/wp-login.php?action=lostpassword → no strict-transport-security
- https://www.borhotlaw.com/contact-us/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 4 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.borhotlaw.com/ → no content-security-policy
- https://www.borhotlaw.com/wp-login.php → no content-security-policy
- https://www.borhotlaw.com/wp-login.php?action=lostpassword → no content-security-policy
- https://www.borhotlaw.com/contact-us/ → no content-security-policy
- FoundClickjacking protectionMedium
2 of 4 HTML pages send 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.borhotlaw.com/ → no x-frame-options
- https://www.borhotlaw.com/contact-us/ → 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.borhotlaw.com/ → no x-content-type-options
- https://www.borhotlaw.com/wp-login.php → no x-content-type-options
- https://www.borhotlaw.com/wp-login.php?action=lostpassword → no x-content-type-options
- https://www.borhotlaw.com/contact-us/ → no x-content-type-options
- FoundPermissions policyInfo
2 of 4 HTML pages send 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.borhotlaw.com/wp-login.php → no permissions-policy
- https://www.borhotlaw.com/wp-login.php?action=lostpassword → 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 (61 responses)
- x-powered-by: PHP/7.4.33 (10 responses)
- FoundCookie flagsMedium
1 of 1 cookie 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.
- wordpress_test_cookie (set by https://www.borhotlaw.com/wp-login.php) lacks HttpOnly, SameSite
- NoteThird-party scripts
Scripts run from 1 other domain 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 (2 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/
7 checks passed
- OKHTTPS
All 4 crawled pages were served over HTTPS.
- OKReferrer policy
A referrer policy is set through a <meta name="referrer"> tag.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
7 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.
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.
Earlier scans of www.borhotlaw.com
No other scans of this site yet.
Sites scoring near www.borhotlaw.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- atlasroofingltd.ca82/100 · rank 608 · 20 pages
- boiseatitsbestflowers.com82/100 · rank 608 · 64 pages
- www.scase.ca81/100 · rank 666 · 66 pages
- www.furnasmanright-time.ca81/100 · rank 666 · 861 pages
- www.aestheticdentalstudio.ca81/100 · rank 666 · 233 pages
- www.petetheplumber.com81/100 · rank 666 · 166 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.borhotlaw.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.borhotlaw.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.borhotlaw.com. Removal needs no account and no proof of purchase.