Scanned sites / www.brunilaw.com / 2026-09-27-1850
www.brunilaw.com scan from 9/27/2026, 6:50:23 PM
Scan 2026-09-27-1850
Scanned 9/27/2026, 6:50:23 PM, finished 9/27/2026, 6:52:24 PM. Found with openstreetmap overpass
Site: https://www.brunilaw.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 12 pages and 80 assets of www.brunilaw.com, starting from https://www.brunilaw.com/. It scored 81 out of 100, a good result. 3 of 16 checks found something to fix, led by indexability (12), title tags (8), meta descriptions (3); 9 checks passed. Most of the points went to indexability (−10), title tags (−6.7), meta descriptions (−2). 4 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 12
- Assets fetched
- 80
- Status
- Completed
- Checks with issues
- 3 of 16
92 of 92 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 3 link destinations on other sites were checked.
- Title tags8 issues8 of 12 pages have title issues.−6.7 points
- Meta descriptions3 issues3 of 12 pages have meta description issues.−2 points
- HeadingsOK0 of 12 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites12 noted0 destinations answered with an error, 1 could not be determined (timeouts, rate limits or refusals), of 3 destinations checked.
- Redirects1 noted1 redirecting URL, 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.
- Indexability12 issues12 of 12 indexable pages have indexability warnings.−10 points
- Image alt textOK0 of 50 image references have no alt attribute. 43 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among 80 fetched assets.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK2 sitemaps listing 12 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Internal link countsOKInternal link counts for 12 pages.
- Thin contentOK0 of 12 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.brunilaw.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 some areas needing improvement, especially regarding title tags and indexability. The following prioritized fixes will enhance your site's SEO performance.
- 1
Fix Redirects
Why: One URL is redirecting unnecessarily, which can dilute SEO value.
How: Update links to point directly to the final URL without the 301 redirect.
Checks: redirects
- 2
Optimize Title Tags
Why: Eight pages have long title tags that may be cut off in search results.
How: Shorten each title tag to within 60 characters to avoid truncation. For example, consider reducing specifics while maintaining clarity.
Checks: titles
- 3
Revise Meta Descriptions
Why: Three pages have meta descriptions that are too long, risking truncation in SERPs.
How: Simplify each meta description to be under 155 characters, focusing on key phrases.
Checks: meta-descriptions
- 4
Add Viewport Meta Tags
Why: All pages lack viewport meta tags, impacting mobile usability.
How: Insert <meta name='viewport' content='width=device-width, initial-scale=1'> in the head section of each page.
Checks: indexability
- 5
Address Indexability Warnings
Why: All indexable pages have warnings which may affect search visibility.
How: Ensure each page has a proper viewport tag and check for other potential indexability issues.
Checks: indexability
- 6
Review Heavy Asset Management
Why: Although no assets are over 500 KB, keep reviewing files for performance.
How: Continue optimizing images and other files for size; consider lazy loading images to improve load times.
Checks: heavy-assets
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 has several security enhancements that are not implemented, exposing it to potential threats. Critical headers for secure browsing are missing, making it vulnerable to attacks. Immediate action is recommended to improve security.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users may be intercepted when accessing the site via HTTP.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of CSP allows scripts, styles, and frames from any origin, risking XSS attacks.
Fix: Add a CSP header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Lack of X-Frame-Options permits clickjacking, allowing malicious sites to frame this content.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript LibrariesMedium
Why it matters: Using Bootstrap 3.3.7 exposes the site to known vulnerabilities.
Fix: Upgrade Bootstrap to version 3.4.1 or higher.
Evidence: Vulnerable JavaScript libraries
- 5
Leaked Secrets: Google API KeyMedium
Why it matters: An exposed API key can lead to unauthorized usage of Google services.
Fix: Use HTTP referrer restrictions for the API key in the Google Cloud console.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-OptionsLow
Why it matters: Absence of this header may cause browsers to interpret files as different types, risking malicious execution.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 7
Server Banner DisclosureLow
Why it matters: Disclosed software versions can enable attackers to exploit vulnerabilities.
Fix: Configure your server to not disclose version info. For nginx, you can set: server_tokens off.
Evidence: Software version disclosure
- 8
Third-party Scripts Without Subresource IntegrityLow
Why it matters: Third-party scripts can be altered to compromise site security.
Fix: Implement a CSP that restricts script sources or select third-party scripts that support Subresource Integrity.
Evidence: Third-party scripts
- 9
Missing Permissions-PolicyInfo
Why it matters: Lack of this header may allow unintended access to browser features that can be exploited.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=()
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.brunilaw.com/ → no strict-transport-security
- https://www.brunilaw.com/estate-planning-firm-marda-loop/ → no strict-transport-security
- https://www.brunilaw.com/amanda-bruni/ → no strict-transport-security
- https://www.brunilaw.com/janice-bruni/ → no strict-transport-security
- https://www.brunilaw.com/michael-bruni/ → no strict-transport-security
- https://www.brunilaw.com/ronaliz-veron/ → no strict-transport-security
- https://www.brunilaw.com/adult-guardianship-trusteeship-lawyers-marda-loop/ → no strict-transport-security
- https://www.brunilaw.com/estate-planning-lawyers-marda-loop/ → no strict-transport-security
- https://www.brunilaw.com/estate-administration-lawyers-marda-loop/ → no strict-transport-security
- https://www.brunilaw.com/residential-real-estate-lawyers-marda-loop/ → no strict-transport-security
- https://www.brunilaw.com/estate-planning-blog/ → no strict-transport-security
- https://www.brunilaw.com/legal-consultation-marda-loop/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 12 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.brunilaw.com/ → no content-security-policy
- https://www.brunilaw.com/estate-planning-firm-marda-loop/ → no content-security-policy
- https://www.brunilaw.com/amanda-bruni/ → no content-security-policy
- https://www.brunilaw.com/janice-bruni/ → no content-security-policy
- https://www.brunilaw.com/michael-bruni/ → no content-security-policy
- https://www.brunilaw.com/ronaliz-veron/ → no content-security-policy
- https://www.brunilaw.com/adult-guardianship-trusteeship-lawyers-marda-loop/ → no content-security-policy
- https://www.brunilaw.com/estate-planning-lawyers-marda-loop/ → no content-security-policy
- https://www.brunilaw.com/estate-administration-lawyers-marda-loop/ → no content-security-policy
- https://www.brunilaw.com/residential-real-estate-lawyers-marda-loop/ → no content-security-policy
- https://www.brunilaw.com/estate-planning-blog/ → no content-security-policy
- https://www.brunilaw.com/legal-consultation-marda-loop/ → 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.brunilaw.com/ → no x-frame-options
- https://www.brunilaw.com/estate-planning-firm-marda-loop/ → no x-frame-options
- https://www.brunilaw.com/amanda-bruni/ → no x-frame-options
- https://www.brunilaw.com/janice-bruni/ → no x-frame-options
- https://www.brunilaw.com/michael-bruni/ → no x-frame-options
- https://www.brunilaw.com/ronaliz-veron/ → no x-frame-options
- https://www.brunilaw.com/adult-guardianship-trusteeship-lawyers-marda-loop/ → no x-frame-options
- https://www.brunilaw.com/estate-planning-lawyers-marda-loop/ → no x-frame-options
- https://www.brunilaw.com/estate-administration-lawyers-marda-loop/ → no x-frame-options
- https://www.brunilaw.com/residential-real-estate-lawyers-marda-loop/ → no x-frame-options
- https://www.brunilaw.com/estate-planning-blog/ → no x-frame-options
- https://www.brunilaw.com/legal-consultation-marda-loop/ → 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.brunilaw.com/ → no x-content-type-options
- https://www.brunilaw.com/estate-planning-firm-marda-loop/ → no x-content-type-options
- https://www.brunilaw.com/amanda-bruni/ → no x-content-type-options
- https://www.brunilaw.com/janice-bruni/ → no x-content-type-options
- https://www.brunilaw.com/michael-bruni/ → no x-content-type-options
- https://www.brunilaw.com/ronaliz-veron/ → no x-content-type-options
- https://www.brunilaw.com/adult-guardianship-trusteeship-lawyers-marda-loop/ → no x-content-type-options
- https://www.brunilaw.com/estate-planning-lawyers-marda-loop/ → no x-content-type-options
- https://www.brunilaw.com/estate-administration-lawyers-marda-loop/ → no x-content-type-options
- https://www.brunilaw.com/residential-real-estate-lawyers-marda-loop/ → no x-content-type-options
- https://www.brunilaw.com/estate-planning-blog/ → no x-content-type-options
- https://www.brunilaw.com/legal-consultation-marda-loop/ → no x-content-type-options
- 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.brunilaw.com/ → no permissions-policy
- https://www.brunilaw.com/estate-planning-firm-marda-loop/ → no permissions-policy
- https://www.brunilaw.com/amanda-bruni/ → no permissions-policy
- https://www.brunilaw.com/janice-bruni/ → no permissions-policy
- https://www.brunilaw.com/michael-bruni/ → no permissions-policy
- https://www.brunilaw.com/ronaliz-veron/ → no permissions-policy
- https://www.brunilaw.com/adult-guardianship-trusteeship-lawyers-marda-loop/ → no permissions-policy
- https://www.brunilaw.com/estate-planning-lawyers-marda-loop/ → no permissions-policy
- https://www.brunilaw.com/estate-administration-lawyers-marda-loop/ → no permissions-policy
- https://www.brunilaw.com/residential-real-estate-lawyers-marda-loop/ → no permissions-policy
- https://www.brunilaw.com/estate-planning-blog/ → no permissions-policy
- https://www.brunilaw.com/legal-consultation-marda-loop/ → 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: nginx (92 responses)
- x-powered-by: W3 Total Cache/2.9.4, PleskLin (51 responses)
- x-powered-by: PleskLin (39 responses)
- x-powered-by: PHP/7.3.25, PleskLin (2 responses)
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: Bootstrap 3.3.7. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- Bootstrap 3.3.7 in https://www.brunilaw.com/wp-content/cache/minify/480/20276.js?x71477: CVE-2016-10735, CVE-2018-14040, CVE-2018-14041, CVE-2018-14042, CVE-2019-8331 (XSS through data attributes in tooltip, popover, collapse and scrollspy); fixed in 3.4.1
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…UQ (39 chars) in https://www.brunilaw.com/legal-consultation-marda-loop/: 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 2 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.)
- ajax.googleapis.com (12 script tags)
- maps.googleapis.com (1 script tag)
5 checks passed, 2 not applicable
- OKHTTPS
All 12 crawled pages were served over HTTPS.
- OKReferrer policy
referrer-policy is set on all 12 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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 applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
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.brunilaw.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- boiseatitsbestflowers.com82/100 · rank 504 · 64 pages
- supaslides.app82/100 · rank 504 · 198 pages
- www.immigration-nation.ca81/100 · rank 572 · 1,911 pages
- www.petetheplumber.com81/100 · rank 572 · 166 pages
- www.achenhenderson.ca81/100 · rank 572 · 545 pages
- www.physiomira.com81/100 · rank 572 · 37 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.brunilaw.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.brunilaw.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.brunilaw.com. Removal needs no account and no proof of purchase.