Scanned sites / newgatefarms.com
SEO report for newgatefarms.com
The latest Site Spider scan of newgatefarms.com, with 1 scan on record. Each scan is at its own address, for example /domain/newgatefarms-com/2026-09-16-2300.
Latest scan
Scanned 9/16/2026, 11:00:02 PM, finished 9/16/2026, 11:00:11 PM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://newgatefarms.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 1 page and 12 assets of newgatefarms.com, starting from https://newgatefarms.com/. It scored 89 out of 100, a good result. 2 of 14 checks found something to fix, led by indexability (1), heavy assets (1); 12 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 1 info findings. See the security findings ↓
- Pages crawled
- 1
- Assets fetched
- 12
- Status
- Completed
- Checks with issues
- 2 of 14
- Title tagsOK0 of 0 pages have title issues. 1 noindex or canonicalized page excluded.
- Meta descriptionsOK0 of 0 pages have meta description issues. 1 noindex or canonicalized page excluded.
- HeadingsOK0 of 0 pages have heading issues. 1 noindex or canonicalized page excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1 issue1 of 1 indexable page have indexability warnings.
- Image alt textOK0 of 0 image references have no alt attribute.
- Heavy assets1 issue1 asset larger than 500 KB among the 12 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverageOK1 sitemap listing 1 URL: 0 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 0 pages have fewer than 200 words. 1 noindex or canonicalized page excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1053 sites, median 82%, average 80%
newgatefarms.com scores 89%, higher than 80% 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 findingsYour site has a good health score but requires attention to indexability warnings and heavy asset optimization. Addressing these issues will enhance performance and SEO.
- 1
Fix Indexability Warning
Why: The indexability warning can impact search engine visibility.
How: Ensure that the canonical tag correctly points to itself or remove it if redundant.
Checks: indexability
- 2
Optimize Heavy Asset
Why: Large assets can slow down the site, affecting user experience and SEO rankings.
How: Consider reducing the size of the image (logo preview) using compression tools.
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 crawlThe website newgatefarms.com has several missing security headers that can expose it to various attacks. Implementing these headers is essential for enhancing site security and protecting user data.
- 0 high
- 3 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, a visitor could be intercepted on the first request if they omit 'https://'.
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: A lack of CSP allows any scripts, styles, and frames to load from any source, posing a risk of XSS attacks.
Fix: Add the header 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without this header, the site is vulnerable to clickjacking attacks by being embedded in a frame.
Fix: Add the header 'X-Frame-Options: DENY'.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this option, browsers may incorrectly interpret files based on their contents, leading to potential execution of malicious scripts.
Fix: Add the header 'X-Content-Type-Options: nosniff'.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Not having a referrer policy exposes the full URL to external sites, potentially revealing sensitive info.
Fix: Add the header 'Referrer-Policy: no-referrer-when-downgrade'.
Evidence: Referrer policy
- 6
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Using third-party scripts without SRI makes the site vulnerable to script compromises.
Fix: Implement SRI for third-party scripts or restrict them with a CSP.
Evidence: Third-party scripts
- 7
Missing Permissions PolicyInfo
Why it matters: The absence of a permissions policy may allow unnecessary access to browser features for injected scripts.
Fix: Add the header 'Permissions-Policy: detach-able=(), 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://newgatefarms.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://newgatefarms.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://newgatefarms.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://newgatefarms.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://newgatefarms.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://newgatefarms.com/ → 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.googletagmanager.com (1 script tag)
- img1.wsimg.com (1 script tag)
6 checks passed, 3 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.
- OKSensitive paths in robots.txt
robots.txt does not point at admin, backup or private paths.
- Not applicableCookie flags
The crawl set no cookies, so there are no cookie flags to check.
- 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 newgatefarms.com
No other scans of this site yet.
This report was produced by the DIY SEO Hub Site Spider crawling newgatefarms.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.