Scanned sites / glendalefarms.com

SEO report for glendalefarms.com

The latest Site Spider scan of glendalefarms.com, with 1 scan on record. Each scan is at its own address, for example /domain/glendalefarms-com/2026-09-16-2200.

Latest scan

Scanned 9/16/2026, 10:00:01 PM, finished 9/16/2026, 10:01:06 PM. Found on page 1 of chatgpt for browser (api usage) results

Site: https://glendalefarms.com/

Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.

100/ 100Excellent

On September 16, 2026 the Site Spider crawled 1 page and 2 assets of glendalefarms.com, starting from https://glendalefarms.com/. It scored 100 out of 100, an excellent result. All 14 checks passed: nothing needs fixing.

Security review: Medium4 medium, 2 low and 1 info findings. See the security findings ↓

Pages crawled
1
Assets fetched
2
Status
Completed
Checks with issues
0 of 14
  • Title tagsOK
    0 of 0 pages have title issues. 1 noindex or canonicalized page excluded.
  • Meta descriptionsOK
    0 of 0 pages have meta description issues. 1 noindex or canonicalized page excluded.
  • HeadingsOK
    0 of 0 pages have heading issues. 1 noindex or canonicalized page excluded.
  • Broken linksOK
    0 internal links point at 0 broken URLs.
  • RedirectsOK
    0 redirecting URLs, 0 of them chained.
  • Non-200 responsesOK
    0 URLs did not return a 2xx response.
  • Rate limitedOK
    The site did not rate limit the crawler.
  • IndexabilityOK
    0 of 0 indexable pages have indexability warnings. 1 page noindex by design.
  • Image alt textOK
    0 of 0 image references have no alt attribute.
  • Heavy assetsOK
    0 assets larger than 500 KB among the 2 heaviest.
  • Orphan pagesOK
    0 pages have no internal links pointing at them.
  • Sitemap coverageOK
    1 sitemap listing 0 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
  • Thin contentOK
    0 of 0 pages have fewer than 200 words. 1 noindex or canonicalized page excluded.
  • Duplicate contentOK
    0 groups of pages with identical HTML.

Where this site sits among all scanned sites

1053 sites, median 82%, average 80%

glendalefarms.com scores 100%, higher than 99% of the 1053 scanned sites. See the full ranking.

028550%: 0 sites1%: 0 sites2%: 0 sites3%: 0 sites4%: 0 sites5%: 0 sites6%: 0 sites7%: 0 sites8%: 0 sites9%: 0 sites10%: 0 sites11%: 0 sites12%: 0 sites13%: 0 sites14%: 0 sites15%: 0 sites16%: 0 sites17%: 0 sites18%: 0 sites19%: 0 sites20%: 0 sites21%: 1 site22%: 0 sites23%: 0 sites24%: 0 sites25%: 0 sites26%: 0 sites27%: 0 sites28%: 1 site29%: 0 sites30%: 0 sites31%: 0 sites32%: 0 sites33%: 0 sites34%: 0 sites35%: 1 site36%: 1 site37%: 0 sites38%: 0 sites39%: 0 sites40%: 0 sites41%: 0 sites42%: 0 sites43%: 0 sites44%: 0 sites45%: 1 site46%: 1 site47%: 0 sites48%: 1 site49%: 0 sites50%: 3 sites51%: 3 sites52%: 1 site53%: 1 site54%: 1 site55%: 1 site56%: 2 sites57%: 3 sites58%: 6 sites59%: 3 sites60%: 5 sites61%: 8 sites62%: 12 sites63%: 4 sites64%: 8 sites65%: 9 sites66%: 7 sites67%: 15 sites68%: 27 sites69%: 12 sites70%: 20 sites71%: 20 sites72%: 23 sites73%: 24 sites74%: 30 sites75%: 27 sites76%: 37 sites77%: 37 sites78%: 31 sites79%: 29 sites80%: 41 sites81%: 52 sites82%: 45 sites83%: 44 sites84%: 49 sites85%: 46 sites86%: 44 sites87%: 47 sites88%: 55 sites89%: 37 sites90%: 50 sites91%: 36 sites92%: 24 sites93%: 17 sites94%: 15 sites95%: 8 sites96%: 9 sites97%: 5 sites98%: 2 sites99%: 1 site100%: 10 sites100% here100%90%80%70%60%50%40%30%20%10%0%

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...

Start page (centre)OKRedirectErrorOrphanLinked from most pagesOne inbound link or noneRings = clicks from the start page. Size = inbound links. Drag to pan, scroll to zoom, click a page to see only its links.

Fix plan

Written by gpt-4o-mini from the scan findings

Your site has an excellent health score with no significant technical SEO issues. To further enhance performance, consider improving sitemap and robots.txt clarity and ensuring they align with indexing goals.

  1. 1

    Review Sitemap and Robots.txt

    Why: Clear sitemaps and robots.txt help search engines index your content effectively.

    How: Ensure the sitemap includes all relevant URLs and confirm the robots.txt file allows crawling of important pages.

    Checks: heavy-assets

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 crawl

The website glendalefarms.com has several security issues that need urgent resolution. Implementing a strict transport security header, a content security policy, and cookie flags will significantly enhance its protection against common web vulnerabilities.

  • 0 high
  • 4 medium
  • 2 low
  • 1 info
  1. 1

    Missing HTTP Strict Transport Security (HSTS)Medium

    Why it matters: Without HSTS, users can be intercepted on their initial HTTP request.

    Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains.

    Evidence: HTTP Strict Transport Security

  2. 2

    Lack of Content Security Policy (CSP)Medium

    Why it matters: No CSP means unrestricted loading of scripts and resources, exposing users to XSS attacks.

    Fix: Add the header: Content-Security-Policy: default-src 'self';

    Evidence: Content Security Policy

  3. 3

    Missing X-Frame-Options HeaderMedium

    Why it matters: Absence of X-Frame-Options allows clickjacking attacks.

    Fix: Add the header: X-Frame-Options: DENY.

    Evidence: Clickjacking protection

  4. 4

    Missing Secure Cookie FlagsMedium

    Why it matters: Cookies without Secure, HttpOnly, and SameSite are vulnerable to interception.

    Fix: Set cookie flags: Secure, HttpOnly, SameSite=Lax on cookie 'nevercache-b39818'.

    Evidence: Cookie flags

  5. 5

    Missing X-Content-Type-Options HeaderLow

    Why it matters: Without this header, browsers may decide to execute files incorrectly.

    Fix: Add the header: X-Content-Type-Options: nosniff.

    Evidence: MIME sniffing protection

  6. 6

    Absence of Referrer PolicyLow

    Why it matters: Not restricting referrer information can expose sensitive URLs to third parties.

    Fix: Add the header: Referrer-Policy: no-referrer.

    Evidence: Referrer policy

  7. 7

    Lack of Permissions PolicyInfo

    Why it matters: Without this header, potential attackers could exploit unused browser features.

    Fix: Add the header: Permissions-Policy: interest-cohort=(), microphone=(), camera=().

    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://glendalefarms.com/ → no strict-transport-security
  • FoundContent Security PolicyMedium

    None of the 1 HTML page 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://glendalefarms.com/ → 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://glendalefarms.com/ → 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://glendalefarms.com/ → 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://glendalefarms.com/ → 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://glendalefarms.com/ → 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.

    • nevercache-b39818 (set by https://glendalefarms.com/) lacks Secure, HttpOnly, SameSite
7 checks passed, 2 not applicable
  • OKHTTPS

    All 1 crawled page were served over HTTPS.

  • 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.

  • 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.

  • OKThird-party scripts

    The sampled pages load no scripts from other domains.

  • OKSensitive paths in robots.txt

    robots.txt does not point at admin, backup or private paths.

  • Not applicableForms over HTTPS

    No forms were found on the sampled pages.

  • 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.

Earlier scans of glendalefarms.com

No other scans of this site yet.

This report was produced by the DIY SEO Hub Site Spider crawling glendalefarms.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.

glendalefarms.com SEO report | DIY SEO Hub