Scanned sites / herbertfarm.com / 2026-09-26-1600
herbertfarm.com scan from 9/26/2026, 4:00:01 PM
Scan 2026-09-26-1600
Scanned 9/26/2026, 4:00:01 PM, finished 9/26/2026, 4:08:04 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://herbertfarm.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 13 pages and 195 assets of herbertfarm.com, starting from https://herbertfarm.com/. It scored 53 out of 100, a result that needs work. 13 of 15 checks found something to fix, led by broken links (4), meta descriptions (5), non-200 responses (4); 1 check passed. Most of the points went to broken links (−11.4), meta descriptions (−5.7), non-200 responses (−5.7). 1 check found something the score does not count, listed as noted. 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 1 info findings. See the security findings ↓
- Pages crawled
- 13
- Assets fetched
- 195
- Status
- Completed
- Checks with issues
- 13 of 15
208 of 209 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript, and links to other sites were recorded but not fetched.
- Title tags1 issue1 of 5 pages have title issues. 2 noindex or canonicalized pages excluded.−1.4 points
- Meta descriptions5 issues5 of 5 pages have meta description issues. 2 noindex or canonicalized pages excluded.−5.7 points
- Headings5 issues5 of 5 pages have heading issues. 2 noindex or canonicalized pages excluded.−4.3 points
- Broken links4 issues4 internal links point at 4 broken URLs.−11.4 points
- Redirects2 issues4 redirecting URLs, 0 of them chained.−1.1 points
- Non-200 responses4 issues9 URLs did not return a 2xx response. 6 of them are pages, 4 with an error status; the rest are assets or redirects.−5.7 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability3 issues3 of 5 indexable pages have indexability warnings. 2 pages noindex by design.−4.3 points
- Image alt text2 issues2 of 157 image references have no alt attribute. 98 use an empty alt (decorative), which is fine.−0.1 points
- Heavy assets1 issue1 asset larger than 500 KB among 195 fetched assets.−0.6 points
- Orphan pages4 issues4 pages have no internal links pointing at them.−2.3 points
- Sitemap coverage3 issues5 sitemaps listing 5 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 3 reachable only via the sitemap.−2.6 points
- Internal link countsOKInternal link counts for 7 pages.
- Thin content3 issues3 of 5 pages have fewer than 200 words. 2 noindex or canonicalized pages excluded.−3.4 points
- Duplicate content4 issues1 group of pages with identical HTML.−4.6 points
Where this scan sits among all scanned sites
1293 sites, median 80%, average 79%
herbertfarm.com scores 53%, higher than 2% of the 1293 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 findingsWritten from an earlier version of the analysis. The findings on this page have been recomputed since, so counts and labels here may differ from what the plan describes. The advice still points at the same checks.
Your site has several SEO issues that need attention, particularly broken links, non-200 responses, and title/meta/heading problems. Addressing these will improve user experience and search visibility.
- 1
Fix Broken Links
Why: Broken links lead to 404 errors and harm user experience.
How: Update or remove the broken URLs from the affected pages.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: Non-200 responses can hinder user access and SEO ranking.
How: Redirect or remove the URLs that return 301 or 404 status.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improper title tags can confuse search engines and affect rankings.
How: Ensure all pages have unique and descriptive title tags.
Checks: titles
- 4
Improve Meta Descriptions
Why: Meta descriptions attract users to click on your site in search results.
How: Write clear, concise, and compelling meta descriptions for all pages.
Checks: meta-descriptions
- 5
Fix Headings Structure
Why: Heading issues can confuse both search engines and visitors.
How: Use a single H1 tag per page and follow a proper heading hierarchy.
Checks: headings
- 6
Address Thin Content
Why: Thin content can affect search engine rankings and user engagement.
How: Add meaningful text to pages with fewer than 200 words.
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 herbertfarm.com lacks several important security headers, increasing vulnerability to various attacks. Key issues include missing HSTS, CSP, and clickjacking protection. Addressing these findings will enhance the site's defenses significantly.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, connections can be intercepted when users access the site over HTTP.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of CSP allows potentially malicious resources to be loaded without restrictions.
Fix: Add the header: Content-Security-Policy: default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, the site can be embedded in a frame, which can lead to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-Options HeaderLow
Why it matters: Lack of this header can cause browsers to execute files incorrectly, increasing the risk of XSS attacks.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer Policy HeaderLow
Why it matters: Without a referrer policy, sensitive URL information can be leaked to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 6
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from external domains can be compromised, affecting site security.
Fix: Consider using a CSP that allows only trusted sources or implement SRI for these scripts.
Evidence: Third-party scripts
- 7
Missing Permissions Policy HeaderInfo
Why it matters: This header limits browser features, protecting against potential script injections.
Fix: Add the header: Permissions-Policy: geolocation=(self).
Evidence: Permissions policy
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://herbertfarm.com/ → no strict-transport-security
- https://herbertfarm.com/2023/03/hello-world/ → no strict-transport-security
- https://herbertfarm.com/sample-page/ → no strict-transport-security
- https://herbertfarm.com/category/uncategorized/ → no strict-transport-security
- https://herbertfarm.com/author/hbfwp/ → no strict-transport-security
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no strict-transport-security
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 7 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://herbertfarm.com/ → no content-security-policy
- https://herbertfarm.com/2023/03/hello-world/ → no content-security-policy
- https://herbertfarm.com/sample-page/ → no content-security-policy
- https://herbertfarm.com/category/uncategorized/ → no content-security-policy
- https://herbertfarm.com/author/hbfwp/ → no content-security-policy
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no content-security-policy
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → 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://herbertfarm.com/ → no x-frame-options
- https://herbertfarm.com/2023/03/hello-world/ → no x-frame-options
- https://herbertfarm.com/sample-page/ → no x-frame-options
- https://herbertfarm.com/category/uncategorized/ → no x-frame-options
- https://herbertfarm.com/author/hbfwp/ → no x-frame-options
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no x-frame-options
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → 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://herbertfarm.com/ → no x-content-type-options
- https://herbertfarm.com/2023/03/hello-world/ → no x-content-type-options
- https://herbertfarm.com/sample-page/ → no x-content-type-options
- https://herbertfarm.com/category/uncategorized/ → no x-content-type-options
- https://herbertfarm.com/author/hbfwp/ → no x-content-type-options
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no x-content-type-options
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → 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://herbertfarm.com/ → no referrer-policy
- https://herbertfarm.com/2023/03/hello-world/ → no referrer-policy
- https://herbertfarm.com/sample-page/ → no referrer-policy
- https://herbertfarm.com/category/uncategorized/ → no referrer-policy
- https://herbertfarm.com/author/hbfwp/ → no referrer-policy
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no referrer-policy
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → 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://herbertfarm.com/ → no permissions-policy
- https://herbertfarm.com/2023/03/hello-world/ → no permissions-policy
- https://herbertfarm.com/sample-page/ → no permissions-policy
- https://herbertfarm.com/category/uncategorized/ → no permissions-policy
- https://herbertfarm.com/author/hbfwp/ → no permissions-policy
- https://herbertfarm.com/wp-admin/upgrade.php?_wp_http_referer=%2Fwp-admin%2F → no permissions-policy
- https://herbertfarm.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2F → 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.)
- player.vimeo.com (1 script tag)
- img1.wsimg.com (5 script tags)
9 checks passed
- OKHTTPS
All 7 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
4 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.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
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.
Sites scoring near herbertfarm.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.fairholmfarm.com54/100 · rank 1258 · 205 pages
- www.boisedentist.com54/100 · rank 1258 · 227 pages
- www.highlandparkphysio.ca53/100 · rank 1263 · 52 pages
- sygnexproduction.com53/100 · rank 1263 · 482 pages
- www.hchaynes.com53/100 · rank 1263 · 7 pages
- aspirephysiotherapy.ca53/100 · rank 1263 · 333 pages
This report was produced by the DIY SEO Hub Site Spider crawling herbertfarm.com from its pages as published, the way a search engine does. It shows summary figures only.
Own herbertfarm.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 herbertfarm.com. Removal needs no account and no proof of purchase.