Scanned sites / www.bushmanorganics.com
SEO report for www.bushmanorganics.com
The latest Site Spider scan of www.bushmanorganics.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-bushmanorganics-com/2026-09-21-0500.
Latest scan
Scanned 9/21/2026, 5:00:02 AM, finished 9/21/2026, 5:00:29 AM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://www.bushmanorganics.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 21, 2026 the Site Spider crawled 5 pages and 6 assets of www.bushmanorganics.com, starting from https://www.bushmanorganics.com/. It scored 73 out of 100, a result that needs work. 5 of 14 checks found something to fix, led by image alt text (10), meta descriptions (5), headings (5); 9 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: Medium2 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 5
- Assets fetched
- 6
- Status
- Completed
- Checks with issues
- 5 of 14
- Title tags2 issues2 of 5 pages have title issues.
- Meta descriptions5 issues5 of 5 pages have meta description issues.
- Headings5 issues5 of 5 pages have heading issues.
- 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 5 indexable pages have indexability warnings.
- Image alt text10 issues10 of 22 image references have no alt attribute.
- Heavy assetsOK0 assets larger than 500 KB among the 6 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK2 sitemaps listing 5 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content4 issues4 of 5 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1237 sites, median 82%, average 80%
www.bushmanorganics.com scores 73%, higher than 20% of the 1237 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 findingsThe site has several SEO issues affecting its health score. Priorities include fixing redirects, improving titles, adding meta descriptions, addressing heading structure, and adding alt text to images. These changes will enhance visibility and user experience.
- 1
Fix Redirects
Why: The redirect affects accessibility and indexing.
How: Update or remove the redirect from `https://www.bushmanorganics.com/sitemap.xml` to the correct URL.
Checks: redirects
- 2
Improve Title Tags
Why: Short title tags can impact rankings.
How: Expand titles on key pages to 30-60 characters, e.g., use ‘About Us | Bushman Organics - Our Mission’.
Checks: titles
- 3
Add Meta Descriptions
Why: Missing meta descriptions reduce click-through rates.
How: Craft relevant meta descriptions for all pages (150-160 characters). E.g., ‘Explore organic products at Bushman Organics.’
Checks: meta-descriptions
- 4
Fix Heading Structure
Why: Multiple H1s confuse search engines and users.
How: Revise each page to have one H1 and use H2s for sub-sections.
Checks: headings
- 5
Add Alt Text to Images
Why: Missing alt text affects accessibility and SEO.
How: Add descriptive alt text to the 10 images without it, e.g., ‘Bushman Organics background image’.
Checks: images-alt
- 6
Enhance Thin Content
Why: Pages with less than 200 words may rank poorly.
How: Expand content on thin pages to provide more information and value to visitors.
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 lacks several important security headers, making it vulnerable to attacks like clickjacking and content injection. Implementing a Content Security Policy and other headers is essential for improving security.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: No Content Security Policy limits where scripts and styles can load from, exposing the site to XSS attacks.
Fix: Implement the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing X-Frame-OptionsMedium
Why it matters: Without this header, your pages can be embedded in frames, risking clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Missing X-Content-Type-OptionsLow
Why it matters: Without this, browsers may incorrectly interpret files' content types, allowing script execution
Fix: Include the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 4
Missing Referrer-PolicyLow
Why it matters: Lack of this header exposes full referring URLs, including sensitive data.
Fix: Set the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 5
Server Version DisclosureLow
Why it matters: Revealing server version info helps attackers identify vulnerabilities.
Fix: Remove or modify the headers: Server: Apache; X-Powered-By: PHP/8.1.34;
Evidence: Software version disclosure
- 6
Missing Permissions-PolicyInfo
Why it matters: This policy can restrict browser features, reducing the impact of any potential script injection.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=();
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 5 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.bushmanorganics.com/ → no content-security-policy
- https://www.bushmanorganics.com/our-services → no content-security-policy
- https://www.bushmanorganics.com/about-us → no content-security-policy
- https://www.bushmanorganics.com/processing-facility → no content-security-policy
- https://www.bushmanorganics.com/contact-us → 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.bushmanorganics.com/ → no x-frame-options
- https://www.bushmanorganics.com/our-services → no x-frame-options
- https://www.bushmanorganics.com/about-us → no x-frame-options
- https://www.bushmanorganics.com/processing-facility → no x-frame-options
- https://www.bushmanorganics.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.bushmanorganics.com/ → no x-content-type-options
- https://www.bushmanorganics.com/our-services → no x-content-type-options
- https://www.bushmanorganics.com/about-us → no x-content-type-options
- https://www.bushmanorganics.com/processing-facility → no x-content-type-options
- https://www.bushmanorganics.com/contact-us → 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.bushmanorganics.com/ → no referrer-policy
- https://www.bushmanorganics.com/our-services → no referrer-policy
- https://www.bushmanorganics.com/about-us → no referrer-policy
- https://www.bushmanorganics.com/processing-facility → no referrer-policy
- https://www.bushmanorganics.com/contact-us → 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.bushmanorganics.com/ → no permissions-policy
- https://www.bushmanorganics.com/our-services → no permissions-policy
- https://www.bushmanorganics.com/about-us → no permissions-policy
- https://www.bushmanorganics.com/processing-facility → no permissions-policy
- https://www.bushmanorganics.com/contact-us → 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: Apache (11 responses)
- x-powered-by: PHP/8.1.34 (9 responses)
- 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.)
- bushmanorganics.b-cdn.net (38 script tags)
- www.googletagmanager.com (5 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, 2 not applicable
- OKHTTPS
All 5 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 5 HTML pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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.
- 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.
Earlier scans of www.bushmanorganics.com
No other scans of this site yet.
Sites scoring near www.bushmanorganics.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.chasefarmswells.com73/100 · rank 965 · 7 pages
- www.feelchristmassy.co.uk73/100 · rank 965 · 579 pages
- www.gb-farms.com73/100 · rank 965 · 13 pages
- www.rpsne.com73/100 · rank 965 · 8 pages
- www.craftcompaniesllc.com73/100 · rank 965 · 26 pages
- www.freighthere.net73/100 · rank 965 · 8 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.bushmanorganics.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.bushmanorganics.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.bushmanorganics.com. Removal needs no account and no proof of purchase.