Scanned sites / www.kulamanufarm.com / 2026-09-19-0701
www.kulamanufarm.com scan from 9/19/2026, 7:01:24 AM
Scan 2026-09-19-0701
Scanned 9/19/2026, 7:01:24 AM, finished 9/19/2026, 7:02:19 AM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://www.kulamanufarm.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 16 pages and 2 assets of www.kulamanufarm.com, starting from https://www.kulamanufarm.com/. It scored 66 out of 100, a result that needs work. 11 of 14 checks found something to fix, led by title tags (6), meta descriptions (6), redirects (6); 3 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 and 2 low findings. See the security findings ↓
- Pages crawled
- 16
- Assets fetched
- 2
- Status
- Completed
- Checks with issues
- 11 of 14
- Title tags6 issues6 of 6 pages have title issues. 2 noindex or canonicalized pages excluded.
- Meta descriptions6 issues6 of 6 pages have meta description issues. 2 noindex or canonicalized pages excluded.
- Headings2 issues2 of 6 pages have heading issues. 2 noindex or canonicalized pages excluded.
- Broken links1 issue2 internal links point at 1 broken URL.
- Redirects6 issues6 redirecting URLs, 0 of them chained.
- Non-200 responses2 issues8 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1 issue1 of 7 indexable pages have indexability warnings. 1 page noindex by design.
- Image alt textOK0 of 114 image references have no alt attribute. 7 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 2 heaviest.
- Orphan pages2 issues2 pages have no internal links pointing at them.
- Sitemap coverage3 issues1 sitemap listing 6 URLs: 1 crawled page missing, 0 listed URLs broken or redirecting, 2 reachable only via the sitemap.
- Thin content4 issues4 of 6 pages have fewer than 200 words. 2 noindex or canonicalized pages excluded.
- Duplicate content2 issues1 group of pages with identical HTML.
Where this scan sits among all scanned sites
1101 sites, median 82%, average 80%
www.kulamanufarm.com scores 66%, higher than 7% of the 1101 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 several issues affecting SEO performance, notably broken links, title and meta description problems, and thin content. Addressing these will significantly improve usability and search rankings.
- 1
Fix Broken Links
Why: Eliminates 404 errors, improving user experience and SEO.
How: Update or remove links to the broken URLs found in the crawl.
Checks: broken-links
- 2
Improve Title Tags
Why: Correct title length helps search engines and users better understand pages.
How: Rewrite title tags to be more descriptive and ensure they exceed 30 characters.
Checks: titles
- 3
Add Meta Descriptions
Why: Missing meta descriptions can lower click-through rates from search results.
How: Create concise and relevant meta descriptions for all pages.
Checks: meta-descriptions
- 4
Address Thin Content
Why: Pages with too few words may not rank well or provide value.
How: Expand content on thin pages by adding more information or resources.
Checks: thin-content
- 5
Resolve Redirects
Why: Clean up redirect chains to improve page load speed and user experience.
How: Redirect URLs should point directly to living destination pages.
Checks: redirects
- 6
Fix Heading Issues
Why: Proper heading structure is crucial for SEO and readability.
How: Ensure each page has a single H1 and corresponding H2 tags.
Checks: headings
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 weaknesses that need attention. Key issues include a lack of protective response headers, which could allow for script injection and clickjacking attacks, as well as insufficient cookie security. Addressing these issues will improve the overall security posture of the site.
- 0 high
- 3 medium
- 2 low
- 0 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a CSP, the site is vulnerable to script injection and content tampering.
Fix: Add 'Content-Security-Policy: default-src 'self'' header to all pages.
Evidence: Content Security Policy
- 2
Missing Clickjacking ProtectionMedium
Why it matters: Absence of X-Frame-Options increases risk of clickjacking attacks.
Fix: Add 'X-Frame-Options: DENY' header to all pages.
Evidence: Clickjacking protection
- 3
Missing Cookie FlagsMedium
Why it matters: Cookies are vulnerable to being read by scripts and sent in unsafe contexts.
Fix: Set flags 'HttpOnly', 'Secure', and 'SameSite=Strict' on the 'crumb' cookie.
Evidence: Cookie flags
- 4
No Referrer PolicyLow
Why it matters: Without a referrer policy, sensitive URL data may leak to external sites.
Fix: Add 'Referrer-Policy: no-referrer' header to all pages.
Evidence: Referrer policy
- 5
Mixed Content IssuesLow
Why it matters: Loading resources over HTTP on HTTPS pages risks interception.
Fix: Switch all HTTP resources to HTTPS.
Evidence: Mixed content
What the checks found
- FoundContent Security PolicyMedium
None of the 8 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.kulamanufarm.com/ → no content-security-policy
- https://www.kulamanufarm.com/cart → no content-security-policy
- https://www.kulamanufarm.com/about → no content-security-policy
- https://www.kulamanufarm.com/gallery → no content-security-policy
- https://www.kulamanufarm.com/resources → no content-security-policy
- https://www.kulamanufarm.com/contact → no content-security-policy
- https://www.kulamanufarm.com/home → no content-security-policy
- https://www.kulamanufarm.com/general-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.kulamanufarm.com/ → no x-frame-options
- https://www.kulamanufarm.com/cart → no x-frame-options
- https://www.kulamanufarm.com/about → no x-frame-options
- https://www.kulamanufarm.com/gallery → no x-frame-options
- https://www.kulamanufarm.com/resources → no x-frame-options
- https://www.kulamanufarm.com/contact → no x-frame-options
- https://www.kulamanufarm.com/home → no x-frame-options
- https://www.kulamanufarm.com/general-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.kulamanufarm.com/ → no referrer-policy
- https://www.kulamanufarm.com/cart → no referrer-policy
- https://www.kulamanufarm.com/about → no referrer-policy
- https://www.kulamanufarm.com/gallery → no referrer-policy
- https://www.kulamanufarm.com/resources → no referrer-policy
- https://www.kulamanufarm.com/contact → no referrer-policy
- https://www.kulamanufarm.com/home → no referrer-policy
- https://www.kulamanufarm.com/general-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.kulamanufarm.com/ → no permissions-policy
- https://www.kulamanufarm.com/cart → no permissions-policy
- https://www.kulamanufarm.com/about → no permissions-policy
- https://www.kulamanufarm.com/gallery → no permissions-policy
- https://www.kulamanufarm.com/resources → no permissions-policy
- https://www.kulamanufarm.com/contact → no permissions-policy
- https://www.kulamanufarm.com/home → no permissions-policy
- https://www.kulamanufarm.com/general-1 → no permissions-policy
- 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.
- crumb (set by https://www.kulamanufarm.com/) lacks HttpOnly, SameSite
- FoundMixed contentLow
3 resources on HTTPS pages are loaded over plain HTTP.
- https://www.kulamanufarm.com/ loads image http://static1.squarespace.com/static/5f1a17ccee8d2a3e87b961a4/t/5f1a5a252f47c83cf652a4ff…
- https://www.kulamanufarm.com/cart loads image http://images.squarespace-cdn.com/content/v1/5f1a17ccee8d2a3e87b961a4/1595562536075-71562…
- https://www.kulamanufarm.com/home loads image http://static1.squarespace.com/static/5f1a17ccee8d2a3e87b961a4/t/5f1a5a252f47c83cf652a4ff…
- NoteThird-party scripts
Scripts run from 4 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.)
- use.typekit.net (8 script tags)
- assets.squarespace.com (80 script tags)
- definitions.sqspcdn.com (25 script tags)
- static1.squarespace.com (8 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: /config
7 checks passed, 1 not applicable
- OKHTTPS
All 8 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 8 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 8 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKForms over HTTPS
1 form found, all on HTTPS pages posting to HTTPS addresses.
- 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 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.kulamanufarm.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.