Scanned sites / www.baers.com
SEO report for www.baers.com
The latest Site Spider scan of www.baers.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-baers-com/2026-09-18-0800.
Latest scan
Scanned 9/18/2026, 8:00:01 AM, finished 9/18/2026, 9:51:46 AM. Found on page 2 of chatgpt for browser (api usage) results
Site: https://www.baers.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 18, 2026 the Site Spider crawled 4329 pages and 467 assets of www.baers.com, starting from https://www.baers.com/. It scored 96 out of 100, an excellent result. 11 of 14 checks found something to fix, led by title tags (500), meta descriptions (500), sitemap coverage (500); 3 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 4329
- Assets fetched
- 467
- Status
- Completed
- Checks with issues
- 11 of 14
- Title tags500 issues3369 of 3936 pages have title issues. 143 noindex or canonicalized pages excluded.
- Meta descriptions500 issues3875 of 3936 pages have meta description issues. 143 noindex or canonicalized pages excluded.
- Headings21 issues21 of 3936 pages have heading issues. 143 noindex or canonicalized pages excluded.
- Broken links21 issues55 internal links point at 21 broken URLs.
- Redirects229 issues229 redirecting URLs, 0 of them chained.
- Non-200 responses9 issues630 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability147 issues147 of 4079 indexable pages have indexability warnings.
- Image alt text1 issue1 of 183871 image references have no alt attribute. 1491 use an empty alt (decorative), which is fine.
- Heavy assets1 issue1 asset larger than 500 KB among the 100 heaviest.
- Orphan pages27 issues27 pages have no internal links pointing at them.
- Sitemap coverage500 issues5 sitemaps listing 7,092+ URLs (first 5,000 entries read): 2478 crawled pages missing, 1 listed URL broken or redirecting, 0 reachable only via the sitemap. 5,633 listed URLs not crawled within the 5000-page budget.
- Thin contentOK0 of 3936 pages have fewer than 200 words. 143 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1085 sites, median 82%, average 80%
www.baers.com scores 96%, higher than 97% of the 1085 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 findingsSeveral issues need addressing, including broken links, non-200 responses, and title tag problems. These fixes will enhance user experience and SEO performance.
- 1
Fix Broken Links
Why: 55 internal links are pointing to broken URLs, leading to poor user experience.
How: Identify the broken links and either update or remove them. Use a link checker tool.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: 630 URLs did not return a 2xx response, which can harm SEO and usability.
How: Review the URLs returning errors and fix them, either by correcting the links or removing them.
Checks: status-codes
- 3
Optimize Title Tags
Why: 3369 pages have title issues, leading to poor SEO and unclear content structure.
How: Revise short (<30 characters) and long (>60 characters) titles for clarity and conciseness.
Checks: titles
- 4
Improve Meta Descriptions
Why: 3875 pages have meta description issues that can affect search visibility.
How: Adjust meta descriptions to be clear, engaging, and within the 160-character limit.
Checks: meta-descriptions
- 5
Fix Headings Issues
Why: 21 pages have heading issues affecting readability and SEO.
How: Ensure each page has a unique H1 and that H2/H3s are used appropriately.
Checks: headings
- 6
Address Sitemap Coverage
Why: Many crawled pages are missing from the sitemap, impacting visibility.
How: Update the sitemap to include all relevant URLs and remove those that are broken.
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 www.baers.com exposes several security risks, primarily due to missing important HTTP response headers and insufficient cookie configurations, leaving it vulnerable to attacks like clickjacking and cross-site scripting. Urgent action is needed to implement these security measures.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport SecurityMedium
Why it matters: Without HSTS, visitors can be intercepted when typing URLs without HTTPS.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security PolicyMedium
Why it matters: Absence of a CSP allows unrestricted loading of scripts and resources, increasing risk of XSS.
Fix: Add the header: Content-Security-Policy: default-src 'self'
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without X-Frame-Options, the site can be embedded in iframes, exposing users to clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Cookies Missing Secure FlagsMedium
Why it matters: Without Secure and HttpOnly flags, cookies can be compromised or accessed by scripts.
Fix: Set Secure and HttpOnly flags on cookies, e.g., .AspNetCore.Antiforgery.jQNfpOlZSUc; set Secure and HttpOnly attributes.
Evidence: Cookie flags
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may incorrectly interpret files as scripts based on content.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: A missing policy exposes full URLs to third-party sites, which could be a privacy concern.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Server Version DisclosureLow
Why it matters: Exposing server versions can help attackers identify known vulnerabilities to exploit.
Fix: Remove headers: Server, X-Powered-By
Evidence: Software version disclosure
- 8
Missing Permissions PolicyInfo
Why it matters: Lacking a permissions policy allows all browser features, potentially exposing users if scripts are compromised.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=()
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://www.baers.com/ → no strict-transport-security
- https://www.baers.com/financing/ → no strict-transport-security
- https://www.baers.com/delivery/ → no strict-transport-security
- https://www.baers.com/make-a-payment/ → no strict-transport-security
- https://www.baers.com/furniture-store/stuart-florida → no strict-transport-security
- https://www.baers.com/furniture-store/north-palm-beach-florida → no strict-transport-security
- https://www.baers.com/furniture-store/west-palm-beach-florida → no strict-transport-security
- https://www.baers.com/furniture-store/boca-raton-florida → no strict-transport-security
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no strict-transport-security
- https://www.baers.com/furniture-store/dania-beach-florida → no strict-transport-security
- https://www.baers.com/furniture-store/pembroke-pines-florida → no strict-transport-security
- https://www.baers.com/furniture-store/naples-florida → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 4079 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://www.baers.com/ → no content-security-policy
- https://www.baers.com/financing/ → no content-security-policy
- https://www.baers.com/delivery/ → no content-security-policy
- https://www.baers.com/make-a-payment/ → no content-security-policy
- https://www.baers.com/furniture-store/stuart-florida → no content-security-policy
- https://www.baers.com/furniture-store/north-palm-beach-florida → no content-security-policy
- https://www.baers.com/furniture-store/west-palm-beach-florida → no content-security-policy
- https://www.baers.com/furniture-store/boca-raton-florida → no content-security-policy
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no content-security-policy
- https://www.baers.com/furniture-store/dania-beach-florida → no content-security-policy
- https://www.baers.com/furniture-store/pembroke-pines-florida → no content-security-policy
- https://www.baers.com/furniture-store/naples-florida → no content-security-policy
- FoundClickjacking protectionMedium
2623 of 4079 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://www.baers.com/ → no x-frame-options
- https://www.baers.com/financing/ → no x-frame-options
- https://www.baers.com/delivery/ → no x-frame-options
- https://www.baers.com/make-a-payment/ → no x-frame-options
- https://www.baers.com/furniture-store/stuart-florida → no x-frame-options
- https://www.baers.com/furniture-store/north-palm-beach-florida → no x-frame-options
- https://www.baers.com/furniture-store/west-palm-beach-florida → no x-frame-options
- https://www.baers.com/furniture-store/boca-raton-florida → no x-frame-options
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no x-frame-options
- https://www.baers.com/furniture-store/dania-beach-florida → no x-frame-options
- https://www.baers.com/furniture-store/pembroke-pines-florida → no x-frame-options
- https://www.baers.com/furniture-store/naples-florida → 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://www.baers.com/ → no x-content-type-options
- https://www.baers.com/financing/ → no x-content-type-options
- https://www.baers.com/delivery/ → no x-content-type-options
- https://www.baers.com/make-a-payment/ → no x-content-type-options
- https://www.baers.com/furniture-store/stuart-florida → no x-content-type-options
- https://www.baers.com/furniture-store/north-palm-beach-florida → no x-content-type-options
- https://www.baers.com/furniture-store/west-palm-beach-florida → no x-content-type-options
- https://www.baers.com/furniture-store/boca-raton-florida → no x-content-type-options
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no x-content-type-options
- https://www.baers.com/furniture-store/dania-beach-florida → no x-content-type-options
- https://www.baers.com/furniture-store/pembroke-pines-florida → no x-content-type-options
- https://www.baers.com/furniture-store/naples-florida → 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://www.baers.com/ → no referrer-policy
- https://www.baers.com/financing/ → no referrer-policy
- https://www.baers.com/delivery/ → no referrer-policy
- https://www.baers.com/make-a-payment/ → no referrer-policy
- https://www.baers.com/furniture-store/stuart-florida → no referrer-policy
- https://www.baers.com/furniture-store/north-palm-beach-florida → no referrer-policy
- https://www.baers.com/furniture-store/west-palm-beach-florida → no referrer-policy
- https://www.baers.com/furniture-store/boca-raton-florida → no referrer-policy
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no referrer-policy
- https://www.baers.com/furniture-store/dania-beach-florida → no referrer-policy
- https://www.baers.com/furniture-store/pembroke-pines-florida → no referrer-policy
- https://www.baers.com/furniture-store/naples-florida → 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://www.baers.com/ → no permissions-policy
- https://www.baers.com/financing/ → no permissions-policy
- https://www.baers.com/delivery/ → no permissions-policy
- https://www.baers.com/make-a-payment/ → no permissions-policy
- https://www.baers.com/furniture-store/stuart-florida → no permissions-policy
- https://www.baers.com/furniture-store/north-palm-beach-florida → no permissions-policy
- https://www.baers.com/furniture-store/west-palm-beach-florida → no permissions-policy
- https://www.baers.com/furniture-store/boca-raton-florida → no permissions-policy
- https://www.baers.com/furniture-store/fort-lauderdale-florida → no permissions-policy
- https://www.baers.com/furniture-store/dania-beach-florida → no permissions-policy
- https://www.baers.com/furniture-store/pembroke-pines-florida → no permissions-policy
- https://www.baers.com/furniture-store/naples-florida → no permissions-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: Microsoft-IIS/10.0 (4795 responses)
- x-powered-by: ASP.NET (4795 responses)
- server: awselb/2.0 (1 response)
- FoundCookie flagsMedium
1 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.
- .AspNetCore.Antiforgery.jQNfpOlZSUc (set by https://www.baers.com/p/customer-service) lacks Secure
- NoteThird-party scripts
Scripts run from 6 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.)
- safevisit.online (40 script tags)
- www.googletagmanager.com (80 script tags)
- static.klaviyo.com (40 script tags)
- px.octillion.tv (33 script tags)
- connect.podium.com (32 script tags)
- sdk.wellsfargo.com (1 script tag)
- NoteSensitive paths in robots.txt
robots.txt lists 3 paths 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: /login*$
- Disallow: /ItemPage/FabricSection_FabricList*$
- Disallow: /ItemPage/FabricSection_RenderedFabricList*$
5 checks passed, 1 not applicable
- OKHTTPS
All 4079 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
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 www.baers.com
No other scans of this site yet.
This report was produced by the DIY SEO Hub Site Spider crawling www.baers.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.