Scanned sites / www.jetbuildershawaii.com / 2026-09-19-1100
www.jetbuildershawaii.com scan from 9/19/2026, 11:00:02 AM
Scan 2026-09-19-1100
Scanned 9/19/2026, 11:00:02 AM, finished 9/19/2026, 11:06:07 AM. Found on page 2 of chatgpt for browser (api usage) results
Site: https://www.jetbuildershawaii.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 19, 2026 the Site Spider crawled 9 pages and 85 assets of www.jetbuildershawaii.com, starting from https://www.jetbuildershawaii.com/. It scored 81 out of 100, a good result. 4 of 14 checks found something to fix, led by meta descriptions (9), thin content (7), headings (4); 10 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, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 9
- Assets fetched
- 85
- Status
- Completed
- Checks with issues
- 4 of 14
- Title tags2 issues2 of 9 pages have title issues.
- Meta descriptions9 issues9 of 9 pages have meta description issues.
- Headings4 issues4 of 9 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK7 redirecting URLs, 0 of them chained.
- Non-200 responsesOK82 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 9 indexable pages have indexability warnings.
- Image alt textOK0 of 71 image references have no alt attribute. 20 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 85 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK2 sitemaps listing 9 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content7 issues7 of 9 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1105 sites, median 82%, average 80%
www.jetbuildershawaii.com scores 81%, higher than 44% of the 1105 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 findingsImprovements are needed for redirects, statuses, titles, meta descriptions, headings, and thin content. Addressing these will enhance user experience and SEO performance.
- 1
Fix Non-200 Responses
Why: 82 URLs return errors; fixing these improves user experience and SEO.
How: Replace URLs returning 301 or 404 errors with their correct versions in your website pages.
Checks: status-codes
- 2
Correct Redirects
Why: 7 redirects may impact loading speed and user experience.
How: Update any outdated URLs to point directly to the final page without redirects.
Checks: redirects
- 3
Enhance Title Tags
Why: Only 2 pages have issues; improving titles boosts SEO and clarity.
How: Change titles to be at least 30 characters and descriptive, e.g., 'About JET Builder's, Inc.'
Checks: titles
- 4
Add Missing Meta Descriptions
Why: 9 pages lack or have issues with meta descriptions; this affects search visibility.
How: Create concise summaries for missing descriptions within 160 characters.
Checks: meta-descriptions
- 5
Ensure Headings are Present
Why: 4 pages missing H1 headings can hurt SEO structure.
How: Add a relevant H1 heading for each affected page.
Checks: headings
- 6
Address Thin Content
Why: 7 pages have fewer than 200 words; thin content can hurt rankings.
How: Expand text on pages by adding relevant, valuable content.
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 crawlThe website has several security deficiencies, including the lack of protective headers such as Content Security Policy and Clickjacking protection. It also misses secure cookie flags, which can expose user data. Implementing these changes will help secure the site against various attacks.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, the site is vulnerable to script injection attacks.
Fix: Add the following header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing Clickjacking ProtectionMedium
Why it matters: Lack of X-Frame-Options allows the site to be embedded in frames, which can lead to clickjacking attacks.
Fix: Add the following header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Missing Secure Cookie FlagsMedium
Why it matters: Cookies without protective flags can be accessed by scripts or sent over unencrypted connections.
Fix: Set HttpOnly, Secure, and SameSite flags on the cookies: XSRF-TOKEN should include HttpOnly, and ssr-caching should include Secure, HttpOnly, SameSite=Lax.
Evidence: Cookie flags
- 4
Missing Referrer PolicyLow
Why it matters: Without a Referrer Policy, sensitive URL parameters can be leaked to third-party sites.
Fix: Add the following header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 5
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Third-party scripts can be compromised, impacting site security.
Fix: Implement a Content-Security-Policy that restricts loading from known sources, or utilize Subresource Integrity for trusted sources.
Evidence: Third-party scripts
- 6
Missing Permissions PolicyInfo
Why it matters: Absence of a Permissions Policy can expose unnecessary browser features to attacks.
Fix: Add the following header: Permissions-Policy: geolocation=(self), microphone=();
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 9 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.jetbuildershawaii.com/ → no content-security-policy
- https://www.jetbuildershawaii.com/process → no content-security-policy
- https://www.jetbuildershawaii.com/about → no content-security-policy
- https://www.jetbuildershawaii.com/main-gallery → no content-security-policy
- https://www.jetbuildershawaii.com/gallery-home-1 → no content-security-policy
- https://www.jetbuildershawaii.com/gallery-home-2 → no content-security-policy
- https://www.jetbuildershawaii.com/gallery-home-3 → no content-security-policy
- https://www.jetbuildershawaii.com/gallery-home-4 → no content-security-policy
- https://www.jetbuildershawaii.com/copy-of-gallery-home-1 → 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.jetbuildershawaii.com/ → no x-frame-options
- https://www.jetbuildershawaii.com/process → no x-frame-options
- https://www.jetbuildershawaii.com/about → no x-frame-options
- https://www.jetbuildershawaii.com/main-gallery → no x-frame-options
- https://www.jetbuildershawaii.com/gallery-home-1 → no x-frame-options
- https://www.jetbuildershawaii.com/gallery-home-2 → no x-frame-options
- https://www.jetbuildershawaii.com/gallery-home-3 → no x-frame-options
- https://www.jetbuildershawaii.com/gallery-home-4 → no x-frame-options
- https://www.jetbuildershawaii.com/copy-of-gallery-home-1 → no x-frame-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.jetbuildershawaii.com/ → no referrer-policy
- https://www.jetbuildershawaii.com/process → no referrer-policy
- https://www.jetbuildershawaii.com/about → no referrer-policy
- https://www.jetbuildershawaii.com/main-gallery → no referrer-policy
- https://www.jetbuildershawaii.com/gallery-home-1 → no referrer-policy
- https://www.jetbuildershawaii.com/gallery-home-2 → no referrer-policy
- https://www.jetbuildershawaii.com/gallery-home-3 → no referrer-policy
- https://www.jetbuildershawaii.com/gallery-home-4 → no referrer-policy
- https://www.jetbuildershawaii.com/copy-of-gallery-home-1 → 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.jetbuildershawaii.com/ → no permissions-policy
- https://www.jetbuildershawaii.com/process → no permissions-policy
- https://www.jetbuildershawaii.com/about → no permissions-policy
- https://www.jetbuildershawaii.com/main-gallery → no permissions-policy
- https://www.jetbuildershawaii.com/gallery-home-1 → no permissions-policy
- https://www.jetbuildershawaii.com/gallery-home-2 → no permissions-policy
- https://www.jetbuildershawaii.com/gallery-home-3 → no permissions-policy
- https://www.jetbuildershawaii.com/gallery-home-4 → no permissions-policy
- https://www.jetbuildershawaii.com/copy-of-gallery-home-1 → no permissions-policy
- FoundCookie flagsMedium
2 of 3 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.
- XSRF-TOKEN (set by https://www.jetbuildershawaii.com/) lacks HttpOnly
- ssr-caching (set by https://www.jetbuildershawaii.com/) lacks Secure, HttpOnly, SameSite
- 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.)
- static.parastorage.com (18 script tags)
- browser.sentry-cdn.com (2 script tags)
8 checks passed, 2 not applicable
- OKHTTPS
All 9 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 9 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 9 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.
- 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.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
- 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.jetbuildershawaii.com 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.