Scanned sites / lan-farms.com / 2026-09-26-1300
lan-farms.com scan from 9/26/2026, 1:00:01 PM
Scan 2026-09-26-1300
Scanned 9/26/2026, 1:00:01 PM, finished 9/26/2026, 1:03:12 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://lan-farms.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 19 pages and 153 assets of lan-farms.com, starting from https://lan-farms.com/. It scored 74 out of 100, a result that needs work. 9 of 15 checks found something to fix, led by meta descriptions (15), title tags (11), heavy assets (9); 4 checks passed. Most of the points went to meta descriptions (−6.7), title tags (−6.1), heavy assets (−5.4). 2 checks found something the score does not count, listed as noted. 1 check was not run because the crawl fetched nothing for it. 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, 2 low and 2 info findings. See the security findings ↓
- Pages crawled
- 19
- Assets fetched
- 153
- Status
- Completed
- Checks with issues
- 9 of 15
172 of 173 discovered URLs were fetched, 1 blocked by robots.txt. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 5 link destinations on other sites have not been checked.
- Title tags11 issues11 of 15 pages have title issues. 3 noindex or canonicalized pages excluded.−6.1 points
- Meta descriptions15 issues15 of 15 pages have meta description issues. 3 noindex or canonicalized pages excluded.−6.7 points
- Headings3 issues3 of 15 pages have heading issues. 3 noindex or canonicalized pages excluded.−1 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- Redirects1 issue2 redirecting URLs, 0 of them chained.−0.2 points
- Non-200 responses2 noted2 URLs did not return a 2xx response. 1 of them is a page, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability6 issues6 of 15 indexable pages have indexability warnings. 3 pages noindex by design. 2 noindex pages are listed in the sitemap, which asks search engines both to visit and to ignore them.−3.3 points
- Image alt textOK0 of 15 image references have no alt attribute. 6 use an empty alt (decorative), which is fine.
- Heavy assets9 issues9 assets larger than 500 KB among 153 fetched assets.−5.4 points
- Orphan pages3 issues3 pages have no internal links pointing at them.−0.7 points
- Sitemap coverage6 issues5 sitemaps listing 18 URLs: 0 crawled pages missing, 1 listed URL broken or redirecting, 3 reachable only via the sitemap.−2 points
- Internal link countsOKInternal link counts for 18 pages.
- Thin content5 issues5 of 15 pages have fewer than 200 words. 3 noindex or canonicalized pages excluded.−2.2 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
lan-farms.com scores 74%, higher than 25% of the 1315 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 optimization opportunities to enhance SEO performance. Prioritize addressing title, meta description, and heading issues, as well as handling redirects and non-200 responses for improved site health.
- 1
Fix Redirects
Why: Redirects can harm user experience and SEO.
How: Remove unnecessary redirects, particularly for URLs like '/checkout'. Redirect to the correct pages directly.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses prevent proper indexing and access.
How: Update the URLs returning non-200 responses (e.g., '/checkout') to return 200 OK status.
Checks: status-codes
- 3
Update Title Tags
Why: Proper title tags improve visibility in search results.
How: Revise short or missing title tags to accurately describe each page, ensuring they exceed 30 characters.
Checks: titles
- 4
Enhance Meta Descriptions
Why: Meta descriptions impact click-through rates from search results.
How: Add unique meta descriptions for all pages, aiming for 150-160 characters.
Checks: meta-descriptions
- 5
Create H1 Headings
Why: Missing H1 tags hinder page understanding for search engines.
How: Ensure each page has a single, descriptive H1 heading.
Checks: headings
- 6
Improve Internal Linking
Why: Orphan pages don't gain SEO value and are inaccessible.
How: Link to orphan pages from relevant existing content to increase visibility.
Checks: orphan-pages
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 lan-farms.com has several security improvements needed, including missing headers that protect against clickjacking and the sharing of referer information. Implementing these changes can enhance user privacy and security when interacting with your site.
- 0 high
- 1 medium
- 2 low
- 2 info
- 1
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, your pages are vulnerable to clickjacking attacks.
Fix: Add `X-Frame-Options: DENY` or `X-Frame-Options: SAMEORIGIN` to HTTP response headers.
Evidence: Clickjacking protection
- 2
Missing Referrer-Policy HeaderLow
Why it matters: No referrer policy means sensitive URL information could be exposed when users navigate away from your site.
Fix: Add `Referrer-Policy: no-referrer` or another appropriate policy to protect user privacy.
Evidence: Referrer policy
- 3
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from external domains can be changed, affecting your site if compromised.
Fix: Consider implementing a Content Security Policy (CSP) that controls which external scripts can run.
Evidence: Third-party scripts
- 4
Missing Permissions-Policy HeaderInfo
Why it matters: This header restricts browser features, limiting what scripts can do and enhancing security.
Fix: Add `Permissions-Policy: interest-cohort=()` to HTTP response headers to mitigate risks.
Evidence: Permissions policy
- 5
Sensitive Path in robots.txtInfo
Why it matters: The listing does not secure sensitive paths, revealing potential targets for probing.
Fix: Remove or secure the path in the robots.txt file to prevent it from being publicly exposed.
Evidence: Sensitive paths in robots.txt
What the checks found
- FoundClickjacking protectionMedium
2 of 18 HTML pages send 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://lan-farms.com/ → no x-frame-options
- https://lan-farms.com/contact-us/ → no x-frame-options
- https://lan-farms.com/about/ → no x-frame-options
- https://lan-farms.com/shop/ → no x-frame-options
- https://lan-farms.com/product/premium-beef-box/ → no x-frame-options
- https://lan-farms.com/product/weeknight-hero-box/ → no x-frame-options
- https://lan-farms.com/product/big-beef-box/ → no x-frame-options
- https://lan-farms.com/faq/ → no x-frame-options
- https://lan-farms.com/cart/ → no x-frame-options
- https://lan-farms.com/privacy-policy/ → no x-frame-options
- https://lan-farms.com/terms-of-service/ → no x-frame-options
- https://lan-farms.com/disclaimer/ → 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://lan-farms.com/ → no referrer-policy
- https://lan-farms.com/contact-us/ → no referrer-policy
- https://lan-farms.com/about/ → no referrer-policy
- https://lan-farms.com/shop/ → no referrer-policy
- https://lan-farms.com/product/premium-beef-box/ → no referrer-policy
- https://lan-farms.com/product/weeknight-hero-box/ → no referrer-policy
- https://lan-farms.com/product/big-beef-box/ → no referrer-policy
- https://lan-farms.com/faq/ → no referrer-policy
- https://lan-farms.com/cart/ → no referrer-policy
- https://lan-farms.com/my-account/ → no referrer-policy
- https://lan-farms.com/privacy-policy/ → no referrer-policy
- https://lan-farms.com/terms-of-service/ → 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://lan-farms.com/ → no permissions-policy
- https://lan-farms.com/contact-us/ → no permissions-policy
- https://lan-farms.com/about/ → no permissions-policy
- https://lan-farms.com/shop/ → no permissions-policy
- https://lan-farms.com/product/premium-beef-box/ → no permissions-policy
- https://lan-farms.com/product/weeknight-hero-box/ → no permissions-policy
- https://lan-farms.com/product/big-beef-box/ → no permissions-policy
- https://lan-farms.com/faq/ → no permissions-policy
- https://lan-farms.com/cart/ → no permissions-policy
- https://lan-farms.com/my-account/ → no permissions-policy
- https://lan-farms.com/privacy-policy/ → no permissions-policy
- https://lan-farms.com/terms-of-service/ → no permissions-policy
- 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.)
- js.stripe.com (3 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/
10 checks passed, 1 not applicable
- OKHTTPS
All 18 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 18 HTML pages.
- OKContent Security Policy
A Content-Security-Policy is set on 2 of 18 pages.
- OKMIME sniffing protection
x-content-type-options is set on all 18 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- 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
2 library versions 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.
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 lan-farms.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- wintringhamroofing.com75/100 · rank 905 · 21 pages
- www.timetocare.ca74/100 · rank 941 · 113 pages
- www.jvftransport.com74/100 · rank 941 · 5 pages
- www.amosfamily.com74/100 · rank 941 · 1,155 pages
- ascent.health74/100 · rank 941 · 168 pages
- www.hanaandbeyond.com74/100 · rank 941 · 52 pages
This report was produced by the DIY SEO Hub Site Spider crawling lan-farms.com from its pages as published, the way a search engine does. It shows summary figures only.
Own lan-farms.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 lan-farms.com. Removal needs no account and no proof of purchase.