Scanned sites / www.jcgroupllc.com / 2026-09-18-1800
www.jcgroupllc.com scan from 9/18/2026, 6:00:01 PM
Scan 2026-09-18-1800
Scanned 9/18/2026, 6:00:01 PM, finished 9/18/2026, 6:00:23 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://www.jcgroupllc.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 18, 2026 the Site Spider crawled 16 pages and 10 assets of www.jcgroupllc.com, starting from https://www.jcgroupllc.com/. It scored 47 out of 100, a poor result. 8 of 14 checks found something to fix, led by image alt text (43), sitemap coverage (21), title tags (11); 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: Medium1 medium, 4 low and 2 info findings. See the security findings ↓
- Pages crawled
- 16
- Assets fetched
- 10
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags11 issues11 of 11 pages have title issues.
- Meta descriptions11 issues11 of 11 pages have meta description issues.
- HeadingsOK0 of 11 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects2 issues9 redirecting URLs, 2 of them chained.
- Non-200 responsesOK9 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability11 issues11 of 11 indexable pages have indexability warnings.
- Image alt text43 issues43 of 43 image references have no alt attribute.
- Heavy assetsOK0 assets larger than 500 KB among the 10 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage21 issues3 sitemaps listing 5 URLs: 11 crawled pages missing, 10 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content6 issues6 of 11 pages have fewer than 200 words.
- Duplicate content11 issues5 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1092 sites, median 82%, average 80%
www.jcgroupllc.com scores 47%, higher than 1% of the 1092 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 findingsResolving website issues will significantly improve SEO performance. Prioritize fixing redirects and adding title tags and meta descriptions. Additionally, address indexability warnings and image alt text.
- 1
Fix Redirects
Why: Redirects can slow down navigation and dilute link equity.
How: Update URLs in your website's routing to directly link to final pages without redirect chains.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses prevent users and bots from accessing your pages.
How: Ensure URLs return a 200 status by fixing broken links or updating redirects to live pages.
Checks: status-codes
- 3
Update Title Tags
Why: Improved title tags enhance search visibility and click-through rates.
How: Create unique, descriptive titles >30 characters for each page.
Checks: titles
- 4
Add Meta Descriptions
Why: Meta descriptions influence user engagement from search results.
How: Write concise, relevant descriptions for each page to attract clicks.
Checks: meta-descriptions
- 5
Fix Indexability Issues
Why: Indexability warnings can prevent your pages from appearing in search results.
How: Add canonical tags and viewport meta tags to all pages.
Checks: indexability
- 6
Add Image Alt Text
Why: Alt text improves accessibility and enhances SEO for images.
How: Describe each image with relevant alt attributes in your HTML.
Checks: images-alt
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 important security issues, including missing headers that protect against content-type sniffing and leaking referrer information. Additionally, sensitive paths are listed in a publicly accessible robots.txt file, and there are cookies without protective flags. Addressing these findings will enhance your site's security.
- 0 high
- 1 medium
- 4 low
- 2 info
- 1
Missing Protective Cookie FlagsMedium
Why it matters: Cookies are vulnerable to cross-site scripting without HttpOnly, Secure, and SameSite flags.
Fix: Set your cookie as `HttpOnly; Secure; SameSite=Lax` for added protection.
Evidence: Cookie flags
- 2
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may interpret files incorrectly, allowing potential script execution vulnerabilities.
Fix: Include `X-Content-Type-Options: nosniff` in your HTTP response headers.
Evidence: MIME sniffing protection
- 3
Missing Referrer-Policy HeaderLow
Why it matters: Absence of this policy exposes full URLs including query strings when users navigate away from your site.
Fix: Add `Referrer-Policy: no-referrer` to your HTTP response headers.
Evidence: Referrer policy
- 4
Software Version DisclosureLow
Why it matters: Revealing server software version can lead attackers to known vulnerabilities.
Fix: Consider configuring your server to omit the version number in the `Server` header.
Evidence: Software version disclosure
- 5
Third-Party Scripts without SRILow
Why it matters: Running scripts from external sources without Subresource Integrity exposes the site to modifications if those scripts are compromised.
Fix: Implement SRI where possible or use a Content-Security-Policy to control script sources.
Evidence: Third-party scripts
- 6
Missing Permissions-Policy HeaderInfo
Why it matters: This header helps restrict unneeded browser features that can be exploited by scripts.
Fix: Add a `Permissions-Policy` header like `Permissions-Policy: geolocation=(), microphone=(), camera=()`.
Evidence: Permissions policy
- 7
Sensitive Paths in robots.txtInfo
Why it matters: Sensitive directories listed here can guide attackers but do not restrict access.
Fix: Remove sensitive paths from your robots.txt or implement real access controls.
Evidence: Sensitive paths in robots.txt
What the checks found
- 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.jcgroupllc.com/ → no x-content-type-options
- https://www.jcgroupllc.com/work.html → no x-content-type-options
- https://www.jcgroupllc.com/contact.html → no x-content-type-options
- https://www.jcgroupllc.com/about-us.html → no x-content-type-options
- https://www.jcgroupllc.com/home.html → no x-content-type-options
- https://www.jcgroupllc.com/gallery.html → no x-content-type-options
- https://jcgroupllc.com/contact.html → no x-content-type-options
- https://jcgroupllc.com/work.html → no x-content-type-options
- https://jcgroupllc.com/home.html → no x-content-type-options
- https://jcgroupllc.com/about-us.html → no x-content-type-options
- https://jcgroupllc.com/gallery.html → 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.jcgroupllc.com/ → no referrer-policy
- https://www.jcgroupllc.com/work.html → no referrer-policy
- https://www.jcgroupllc.com/contact.html → no referrer-policy
- https://www.jcgroupllc.com/about-us.html → no referrer-policy
- https://www.jcgroupllc.com/home.html → no referrer-policy
- https://www.jcgroupllc.com/gallery.html → no referrer-policy
- https://jcgroupllc.com/contact.html → no referrer-policy
- https://jcgroupllc.com/work.html → no referrer-policy
- https://jcgroupllc.com/home.html → no referrer-policy
- https://jcgroupllc.com/about-us.html → no referrer-policy
- https://jcgroupllc.com/gallery.html → 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.jcgroupllc.com/ → no permissions-policy
- https://www.jcgroupllc.com/work.html → no permissions-policy
- https://www.jcgroupllc.com/contact.html → no permissions-policy
- https://www.jcgroupllc.com/about-us.html → no permissions-policy
- https://www.jcgroupllc.com/home.html → no permissions-policy
- https://www.jcgroupllc.com/gallery.html → no permissions-policy
- https://jcgroupllc.com/contact.html → no permissions-policy
- https://jcgroupllc.com/work.html → no permissions-policy
- https://jcgroupllc.com/home.html → no permissions-policy
- https://jcgroupllc.com/about-us.html → no permissions-policy
- https://jcgroupllc.com/gallery.html → 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: DPS/2.0.0+sha-9ac0622 (26 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.
- dps_site_id (set by https://www.jcgroupllc.com/) 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.)
- img1.wsimg.com (22 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 5 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: /_backup/
- Disallow: /_temp/
- Disallow: /_tempalbums/
- Disallow: /_tmpfileop/
- Disallow: /dbboon/
7 checks passed, 2 not applicable
- OKHTTPS
All 11 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 11 HTML pages.
- OKContent Security Policy
A Content-Security-Policy is set.
- OKClickjacking protection
Every HTML page restricts framing through X-Frame-Options or a CSP frame-ancestors directive.
- 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.
- 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.jcgroupllc.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.