Scanned sites / defrancescofarm.com / 2026-09-16-1900
defrancescofarm.com scan from 9/16/2026, 7:00:01 PM
Scan 2026-09-16-1900
Scanned 9/16/2026, 7:00:01 PM, finished 9/16/2026, 7:19:03 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://defrancescofarm.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 16, 2026 the Site Spider crawled 6 pages and 388 assets of defrancescofarm.com, starting from https://defrancescofarm.com/. It scored 87 out of 100, a good result. 3 of 14 checks found something to fix, led by heavy assets (46), thin content (3), meta descriptions (2); 11 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, 3 low and 2 info findings. See the security findings ↓
- Pages crawled
- 6
- Assets fetched
- 388
- Status
- Completed
- Checks with issues
- 3 of 14
- Title tagsOK0 of 6 pages have title issues.
- Meta descriptions2 issues2 of 6 pages have meta description issues.
- HeadingsOK0 of 6 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 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 6 indexable pages have indexability warnings.
- Image alt textOK0 of 101 image references have no alt attribute.
- Heavy assets46 issues46 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK2 sitemaps listing 6 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content3 issues3 of 6 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1053 sites, median 82%, average 80%
defrancescofarm.com scores 87%, higher than 70% of the 1053 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 a few areas for improvement, including fixing a non-200 response, optimizing meta descriptions, reducing heavy assets, and enhancing thin content. These changes will positively impact SEO.
- 1
Fix Non-200 Response
Why: A 404 error can harm usability and SEO.
How: Redirect the sitemap URL to an active page or restore it.
Checks: status-codes
- 2
Shorten Meta Descriptions
Why: Meta descriptions longer than 160 characters may be cut off in search results.
How: Edit https://defrancescofarm.com/ and https://defrancescofarm.com/products/ to be under 160 characters.
Checks: meta-descriptions
- 3
Optimize Heavy Assets
Why: Large images can slow load times, affecting user experience.
How: Compress images or replace with lighter versions for assets over 500 KB.
Checks: heavy-assets
- 4
Improve Thin Content
Why: Pages with fewer than 200 words may hinder engagement and SEO.
How: Add more relevant text to https://defrancescofarm.com/about/, https://defrancescofarm.com/, and https://defrancescofarm.com/contact/.
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 headers missing, which could allow for various attacks such as man-in-the-middle and clickjacking. Implementing recommended headers will enhance your site's security significantly.
- 0 high
- 3 medium
- 3 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors may be intercepted when accessing your site via HTTP.
Fix: Add the header `Strict-Transport-Security: max-age=31536000; includeSubDomains; preload` to your web server configuration.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of a CSP allows scripts and resources to load from untrusted sources, increasing risk of XSS attacks.
Fix: Add the header `Content-Security-Policy: default-src 'self';` to your web server configuration.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without X-Frame-Options, your site can be embedded in a malicious frame, exposing users to clickjacking.
Fix: Add the header `X-Frame-Options: DENY` to your web server configuration.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may wrongly interpret files' types, potentially running harmful content.
Fix: Add the header `X-Content-Type-Options: nosniff` to your web server configuration.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Not having a referrer policy can expose sensitive query strings when users navigate away from the site.
Fix: Add the header `Referrer-Policy: no-referrer` to your web server configuration.
Evidence: Referrer policy
- 6
Use of Third-Party Scripts without SRILow
Why it matters: Scripts from other domains can alter site behavior if compromised, leading to security issues.
Fix: Implement a Content Security Policy, or consider using Subresource Integrity (SRI) with third-party scripts.
Evidence: Third-party scripts
- 7
Missing Permissions PolicyInfo
Why it matters: A permissions policy restricts browser features, minimizing potential damage from compromised scripts.
Fix: Add the header `Permissions-Policy: geometries=()`, replacing with relevant features if needed.
Evidence: Permissions policy
- 8
Sensitive Paths in robots.txtInfo
Why it matters: Robots.txt can disclose sensitive paths to malicious actors, potentially leading to access attempts.
Fix: Restrict access to sensitive paths through proper authentication and authorization measures, rather than relying on robots.txt.
Evidence: Sensitive paths in robots.txt
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://defrancescofarm.com/ → no strict-transport-security
- https://defrancescofarm.com/about/ → no strict-transport-security
- https://defrancescofarm.com/products/ → no strict-transport-security
- https://defrancescofarm.com/market/ → no strict-transport-security
- https://defrancescofarm.com/bakery/ → no strict-transport-security
- https://defrancescofarm.com/contact/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 6 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://defrancescofarm.com/ → no content-security-policy
- https://defrancescofarm.com/about/ → no content-security-policy
- https://defrancescofarm.com/products/ → no content-security-policy
- https://defrancescofarm.com/market/ → no content-security-policy
- https://defrancescofarm.com/bakery/ → no content-security-policy
- https://defrancescofarm.com/contact/ → 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://defrancescofarm.com/ → no x-frame-options
- https://defrancescofarm.com/about/ → no x-frame-options
- https://defrancescofarm.com/products/ → no x-frame-options
- https://defrancescofarm.com/market/ → no x-frame-options
- https://defrancescofarm.com/bakery/ → no x-frame-options
- https://defrancescofarm.com/contact/ → 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://defrancescofarm.com/ → no x-content-type-options
- https://defrancescofarm.com/about/ → no x-content-type-options
- https://defrancescofarm.com/products/ → no x-content-type-options
- https://defrancescofarm.com/market/ → no x-content-type-options
- https://defrancescofarm.com/bakery/ → no x-content-type-options
- https://defrancescofarm.com/contact/ → 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://defrancescofarm.com/ → no referrer-policy
- https://defrancescofarm.com/about/ → no referrer-policy
- https://defrancescofarm.com/products/ → no referrer-policy
- https://defrancescofarm.com/market/ → no referrer-policy
- https://defrancescofarm.com/bakery/ → no referrer-policy
- https://defrancescofarm.com/contact/ → 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://defrancescofarm.com/ → no permissions-policy
- https://defrancescofarm.com/about/ → no permissions-policy
- https://defrancescofarm.com/products/ → no permissions-policy
- https://defrancescofarm.com/market/ → no permissions-policy
- https://defrancescofarm.com/bakery/ → no permissions-policy
- https://defrancescofarm.com/contact/ → no permissions-policy
- 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.)
- www.google.com (6 script tags)
- unpkg.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/
8 checks passed
- OKHTTPS
All 6 crawled pages were served over HTTPS.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
13 forms found, all on HTTPS pages posting to HTTPS addresses.
- 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.
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 defrancescofarm.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.