Scanned sites / laufequipment.com / 2026-09-27-1500
laufequipment.com scan from 9/27/2026, 3:00:02 PM
Scan 2026-09-27-1500
Scanned 9/27/2026, 3:00:02 PM, finished 9/27/2026, 7:00:00 PM. Found on page 3 of chatgpt for browser (api usage) results
Site: https://laufequipment.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 2360 pages and 1806 assets of laufequipment.com, starting from https://laufequipment.com/. It scored 65 out of 100, a result that needs work. 13 of 16 checks found something to fix, led by meta descriptions (2,272), heavy assets (584), title tags (1,310); 2 checks passed. Most of the points went to meta descriptions (−7.9), heavy assets (−6), title tags (−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: Medium4 medium and 2 low findings. See the security findings ↓
- Pages crawled
- 2360
- Assets fetched
- 1806
- Status
- Completed
- Checks with issues
- 13 of 16
4,166 of 6,136 discovered URLs were fetched, 1,968 blocked by robots.txt, 15,425 left out by the 5,000-page and 1,000-asset budget. The job finished, but the crawl did not reach everything it found. HTML only: nothing here ran JavaScript. 300 link destinations on other sites were checked, 62 left unchecked.
- Title tags1,310 issues1310 of 2283 pages have title issues. 9 noindex or canonicalized pages excluded.−5.7 points
- Meta descriptions2,272 issues2272 of 2283 pages have meta description issues. 9 noindex or canonicalized pages excluded.−7.9 points
- Headings116 issues116 of 2283 pages have heading issues. 9 noindex or canonicalized pages excluded.−0.3 points
- Broken links50 issues1870 internal links point at 50 broken URLs.−0.4 points
- Links to other sites80 issues80 destinations answered with an error, 119 could not be determined (timeouts, rate limits or refusals), 62 were left unchecked by the per-scan cap, of 300 destinations checked.−1.4 points
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responses68 issues69 URLs did not return a 2xx response. 68 of them are pages, 68 with an error status; the rest are assets or redirects.−0.3 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability96 issues96 of 2292 indexable pages have indexability warnings.−0.4 points
- Image alt text3 issues3 of 14345 image references have no alt attribute. 1411 use an empty alt (decorative), which is fine.
- Heavy assets584 issues584 assets larger than 500 KB among 1806 fetched assets. 1 document over that size is listed but not counted: downloads are not page weight.−6 points
- Orphan pages1,912 issues1912 pages have no internal links pointing at them.−3.3 points
- Sitemap coverage2,034 issues2 sitemaps listing 2213 URLs: 96 crawled pages missing, 26 listed URLs broken or redirecting, 1912 reachable only via the sitemap.−5.3 points
- Internal link countsOKInternal link counts for 500 pages.
- Thin content1,430 issues1430 of 2283 pages have fewer than 200 words. 9 noindex or canonicalized pages excluded.−5 points
- Duplicate content20 issues1 group of pages with identical HTML.−0.1 points
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
laufequipment.com scores 65%, higher than 9% 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 findingsThe site has significant issues, particularly broken links and non-200 responses. Prioritizing fixes will improve user experience and SEO performance. Consider optimizing titles and meta descriptions for better indexing.
- 1
Fix Broken Links
Why: 1870 internal links point to 50 broken URLs, harming user experience.
How: Identify and update or remove links pointing to the broken URLs.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: 69 URLs are returning errors, which can negatively affect site credibility.
How: Review and rectify the status of these URLs, ensuring they return a 2xx response.
Checks: status-codes
- 3
Complete Meta Descriptions
Why: 2272 pages lack proper meta descriptions, impacting SEO.
How: Create and implement unique meta descriptions for these pages.
Checks: meta-descriptions
- 4
Enhance Title Tags
Why: 1310 pages have title issues, affecting search visibility.
How: Craft unique and relevant title tags for these pages.
Checks: titles
- 5
Fix Heading Issues
Why: 116 pages have heading issues that can confuse search engines.
How: Ensure each page has a single H1 heading and properly structured subheadings.
Checks: headings
- 6
Improve Sitemap Coverage
Why: 1912 pages are only reachable via the sitemap, limiting their discoverability.
How: Ensure all pages are linked internally and troubleshoot sitemap errors.
Checks: sitemap-coverage
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 vulnerabilities, including the absence of crucial HTTP headers that protect against various attacks, such as interception and clickjacking. Implementing recommended headers and adjusting cookie settings can significantly enhance the site's security posture.
- 0 high
- 4 medium
- 2 low
- 0 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be vulnerable to man-in-the-middle attacks when accessing via non-HTTPS connections.
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: The lack of a CSP allows malicious scripts to run unnoticed, which can lead to cross-site scripting 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, where attackers can overlay frames to trick users.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Incomplete Cookie ProtectionMedium
Why it matters: Lacking protective flags on cookies can expose them to theft or misuse by scripts.
Fix: Set cookies with Secure; HttpOnly; SameSite=Strict (where applicable).
Evidence: Cookie flags
- 5
Missing X-Content-Type-OptionsLow
Why it matters: This allows browsers to interpret files based on their content rather than declared type, leading to potential risks.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Without a referrer policy, sensitive information may be exposed to external sites when users navigate away.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer 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://laufequipment.com/ → no strict-transport-security
- https://laufequipment.com/equipment/ → no strict-transport-security
- https://laufequipment.com/10328-2/ → no strict-transport-security
- https://laufequipment.com/kuhn-by-lauf-equipment/ → no strict-transport-security
- https://laufequipment.com/10339-2/ → no strict-transport-security
- https://laufequipment.com/jaylor-by-lauf-equipment/ → no strict-transport-security
- https://laufequipment.com/bush-hog-by-lauf-equipment/ → no strict-transport-security
- https://laufequipment.com/gehl-by-lauf-equipment/ → no strict-transport-security
- https://laufequipment.com/danuser-by-lauf-equipment/ → no strict-transport-security
- https://laufequipment.com/gardnerwelding/ → no strict-transport-security
- https://laufequipment.com/about-us/ → no strict-transport-security
- https://laufequipment.com/about-us/lauf-team/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 2292 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://laufequipment.com/ → no content-security-policy
- https://laufequipment.com/equipment/ → no content-security-policy
- https://laufequipment.com/10328-2/ → no content-security-policy
- https://laufequipment.com/kuhn-by-lauf-equipment/ → no content-security-policy
- https://laufequipment.com/10339-2/ → no content-security-policy
- https://laufequipment.com/jaylor-by-lauf-equipment/ → no content-security-policy
- https://laufequipment.com/bush-hog-by-lauf-equipment/ → no content-security-policy
- https://laufequipment.com/gehl-by-lauf-equipment/ → no content-security-policy
- https://laufequipment.com/danuser-by-lauf-equipment/ → no content-security-policy
- https://laufequipment.com/gardnerwelding/ → no content-security-policy
- https://laufequipment.com/about-us/ → no content-security-policy
- https://laufequipment.com/about-us/lauf-team/ → 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://laufequipment.com/ → no x-frame-options
- https://laufequipment.com/equipment/ → no x-frame-options
- https://laufequipment.com/10328-2/ → no x-frame-options
- https://laufequipment.com/kuhn-by-lauf-equipment/ → no x-frame-options
- https://laufequipment.com/10339-2/ → no x-frame-options
- https://laufequipment.com/jaylor-by-lauf-equipment/ → no x-frame-options
- https://laufequipment.com/bush-hog-by-lauf-equipment/ → no x-frame-options
- https://laufequipment.com/gehl-by-lauf-equipment/ → no x-frame-options
- https://laufequipment.com/danuser-by-lauf-equipment/ → no x-frame-options
- https://laufequipment.com/gardnerwelding/ → no x-frame-options
- https://laufequipment.com/about-us/ → no x-frame-options
- https://laufequipment.com/about-us/lauf-team/ → 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://laufequipment.com/ → no x-content-type-options
- https://laufequipment.com/equipment/ → no x-content-type-options
- https://laufequipment.com/10328-2/ → no x-content-type-options
- https://laufequipment.com/kuhn-by-lauf-equipment/ → no x-content-type-options
- https://laufequipment.com/10339-2/ → no x-content-type-options
- https://laufequipment.com/jaylor-by-lauf-equipment/ → no x-content-type-options
- https://laufequipment.com/bush-hog-by-lauf-equipment/ → no x-content-type-options
- https://laufequipment.com/gehl-by-lauf-equipment/ → no x-content-type-options
- https://laufequipment.com/danuser-by-lauf-equipment/ → no x-content-type-options
- https://laufequipment.com/gardnerwelding/ → no x-content-type-options
- https://laufequipment.com/about-us/ → no x-content-type-options
- https://laufequipment.com/about-us/lauf-team/ → 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://laufequipment.com/ → no referrer-policy
- https://laufequipment.com/equipment/ → no referrer-policy
- https://laufequipment.com/10328-2/ → no referrer-policy
- https://laufequipment.com/kuhn-by-lauf-equipment/ → no referrer-policy
- https://laufequipment.com/10339-2/ → no referrer-policy
- https://laufequipment.com/jaylor-by-lauf-equipment/ → no referrer-policy
- https://laufequipment.com/bush-hog-by-lauf-equipment/ → no referrer-policy
- https://laufequipment.com/gehl-by-lauf-equipment/ → no referrer-policy
- https://laufequipment.com/danuser-by-lauf-equipment/ → no referrer-policy
- https://laufequipment.com/gardnerwelding/ → no referrer-policy
- https://laufequipment.com/about-us/ → no referrer-policy
- https://laufequipment.com/about-us/lauf-team/ → no referrer-policy
- FoundPermissions policyInfo
2196 of 2292 HTML pages send 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://laufequipment.com/wp-content/uploads/2025/02/EP-Auger-Series-_-Danuser.html → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2025/02/Python-Wire-Winder-_-Danuser.html → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2025/02/Stump-Auger-_-Danuser.html → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/03/shop-christmas-party.htm → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?logout → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=1&m=massey-ferguson&cc=agco-finance---pre-approval → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=2&m=massey-ferguson&cc=brand-identity → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=3&m=massey-ferguson&cc=government-sales → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=4&m=massey-ferguson&cc=my-land-my-massey → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=5&m=massey-ferguson&c=massey-ferguson%2Fbalers → no permissions-policy
- https://laufequipment.com/wp-content/uploads/2023/01/index.htm?active=6&m=massey-ferguson&c=massey-ferguson%2Fbalers%2F… → no permissions-policy
- FoundCookie flagsMedium
3 of 3 cookies 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.
- AWSALB (set by https://laufequipment.com/) lacks Secure, HttpOnly, SameSite
- AWSALBCORS (set by https://laufequipment.com/) lacks HttpOnly
- _fbp (set by https://laufequipment.com/) lacks HttpOnly
- NoteThird-party scripts
Scripts run from 5 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 (160 script tags)
- stats.wp.com (80 script tags)
- tag.brandcdn.com (40 script tags)
- scripts.iconnode.com (40 script tags)
- cdn.trustindex.io (2 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/
7 checks passed
- OKHTTPS
All 2292 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.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
87 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.
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 laufequipment.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.talontattooboise.com66/100 · rank 1175 · 181 pages
- absarokapainandrehab.com66/100 · rank 1175 · 47 pages
- opusfived.dev66/100 · rank 1175 · 1 page
- www.square1coffee.ca65/100 · rank 1189 · 22 pages
- www.actsofsupport.com65/100 · rank 1189 · 297 pages
- www.steinsllc.com65/100 · rank 1189 · 6 pages
This report was produced by the DIY SEO Hub Site Spider crawling laufequipment.com from its pages as published, the way a search engine does. It shows summary figures only.
Own laufequipment.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 laufequipment.com. Removal needs no account and no proof of purchase.