Scanned sites / www.beelows.com / 2026-09-20-1100
www.beelows.com scan from 9/20/2026, 11:00:02 AM
Scan 2026-09-20-1100
Scanned 9/20/2026, 11:00:02 AM, finished 9/20/2026, 11:01:23 AM. Found on page 1 of chatgpt for browser (api usage) results
Site: https://www.beelows.com/about
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 20, 2026 the Site Spider crawled 19 pages and 2 assets of www.beelows.com, starting from https://www.beelows.com/about. It scored 79 out of 100, a good result. 7 of 14 checks found something to fix, led by indexability (15), title tags (5), meta descriptions (5); 7 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: Medium2 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 19
- Assets fetched
- 2
- Status
- Completed
- Checks with issues
- 7 of 14
- Title tags5 issues5 of 15 pages have title issues.
- Meta descriptions5 issues5 of 15 pages have meta description issues.
- HeadingsOK0 of 15 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects4 issues4 redirecting URLs, 3 of them chained.
- Non-200 responsesOK4 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability15 issues15 of 15 indexable pages have indexability warnings.
- Image alt textOK0 of 138 image references have no alt attribute.
- Heavy assetsOK0 assets larger than 500 KB among the 2 heaviest.
- Orphan pages1 issue1 page have no internal links pointing at them.
- Sitemap coverage2 issues1 sitemap listing 16 URLs: 0 crawled pages missing, 1 listed URL broken or redirecting, 1 reachable only via the sitemap.
- Thin content5 issues5 of 15 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1121 sites, median 82%, average 80%
www.beelows.com scores 79%, higher than 37% of the 1121 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 several technical issues impacting SEO. Prioritize fixing redirect chains and resolving non-200 responses for better user experience and search engine visibility.
- 1
Fix Redirect Chains
Why: Chained redirects create a poor user experience and waste crawl budget.
How: Simplify redirects: point URLs directly to their final destination.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses can prevent users and search engines from accessing important pages.
How: Ensure URLs return a 200 status; fix or remove URLs returning 301 redirects unexpectedly.
Checks: status-codes
- 3
Update Title Tags
Why: Improving title tags can enhance click-through rates from search results.
How: Rewrite title tags to be under 60 characters and include relevant keywords.
Checks: titles
- 4
Revise Meta Descriptions
Why: Meta descriptions should be concise to encourage clicks from search results.
How: Shorten meta descriptions to under 160 characters and incorporate target keywords.
Checks: meta-descriptions
- 5
Canonical and Language Tags
Why: Adding canonical and language attributes helps with indexing and avoids duplicate content issues.
How: Implement rel=canonical and a lang attribute on all pages in the <head> section.
Checks: indexability
- 6
Link to Orphan Page
Why: Linking to orphan pages can help improve SEO and user navigation.
How: Add internal links from relevant pages to the orphan page: https://www.beelows.com/video-reels.
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 lacks several important security headers, making it vulnerable to script injection, clickjacking, and information leakage. Implementing these headers will enhance your site's security posture significantly.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
No Content Security PolicyMedium
Why it matters: Without a Content-Security-Policy (CSP), your site is at risk from XSS attacks.
Fix: Add a CSP header like `Content-Security-Policy: default-src 'self';` to restrict resource loading.
Evidence: Content Security Policy
- 2
No X-Frame-Options HeaderMedium
Why it matters: Lack of this header allows clickjacking attacks, where malicious sites can embed your pages.
Fix: Set header `X-Frame-Options: DENY` to prevent framing.
Evidence: Clickjacking protection
- 3
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers might execute files based on content rather than declared type.
Fix: Add `X-Content-Type-Options: nosniff` to protect against MIME sniffing.
Evidence: MIME sniffing protection
- 4
No Referrer-Policy SetLow
Why it matters: Not having this policy can lead to unintended exposure of sensitive URL information.
Fix: Include `Referrer-Policy: no-referrer` to limit URL information sent.
Evidence: Referrer policy
- 5
Third-Party Scripts without SRILow
Why it matters: Running scripts from other domains without integrity checks increases compromise risk.
Fix: Note the domains and consider adding SRI or a CSP to control these scripts.
Evidence: Third-party scripts
- 6
Missing Permissions-PolicyInfo
Why it matters: This policy can limit feature usage by scripts, reducing risk if the site is compromised.
Fix: Add `Permissions-Policy: geolocation=(self)` to restrict features.
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 15 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.beelows.com/about → no content-security-policy
- https://www.beelows.com/ → no content-security-policy
- https://www.beelows.com/menu/dinner-menu → no content-security-policy
- https://www.beelows.com/menu/lunch → no content-security-policy
- https://www.beelows.com/menu/brunch → no content-security-policy
- https://www.beelows.com/menu/vegetarian → no content-security-policy
- https://www.beelows.com/menu/gluten-free → no content-security-policy
- https://www.beelows.com/menu/kids-options → no content-security-policy
- https://www.beelows.com/menu/sushi → no content-security-policy
- https://www.beelows.com/events → no content-security-policy
- https://www.beelows.com/party-booking → no content-security-policy
- https://www.beelows.com/gift-cards → 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://www.beelows.com/about → no x-frame-options
- https://www.beelows.com/ → no x-frame-options
- https://www.beelows.com/menu/dinner-menu → no x-frame-options
- https://www.beelows.com/menu/lunch → no x-frame-options
- https://www.beelows.com/menu/brunch → no x-frame-options
- https://www.beelows.com/menu/vegetarian → no x-frame-options
- https://www.beelows.com/menu/gluten-free → no x-frame-options
- https://www.beelows.com/menu/kids-options → no x-frame-options
- https://www.beelows.com/menu/sushi → no x-frame-options
- https://www.beelows.com/events → no x-frame-options
- https://www.beelows.com/party-booking → no x-frame-options
- https://www.beelows.com/gift-cards → 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.beelows.com/about → no x-content-type-options
- https://www.beelows.com/ → no x-content-type-options
- https://www.beelows.com/menu/dinner-menu → no x-content-type-options
- https://www.beelows.com/menu/lunch → no x-content-type-options
- https://www.beelows.com/menu/brunch → no x-content-type-options
- https://www.beelows.com/menu/vegetarian → no x-content-type-options
- https://www.beelows.com/menu/gluten-free → no x-content-type-options
- https://www.beelows.com/menu/kids-options → no x-content-type-options
- https://www.beelows.com/menu/sushi → no x-content-type-options
- https://www.beelows.com/events → no x-content-type-options
- https://www.beelows.com/party-booking → no x-content-type-options
- https://www.beelows.com/gift-cards → 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.beelows.com/about → no referrer-policy
- https://www.beelows.com/ → no referrer-policy
- https://www.beelows.com/menu/dinner-menu → no referrer-policy
- https://www.beelows.com/menu/lunch → no referrer-policy
- https://www.beelows.com/menu/brunch → no referrer-policy
- https://www.beelows.com/menu/vegetarian → no referrer-policy
- https://www.beelows.com/menu/gluten-free → no referrer-policy
- https://www.beelows.com/menu/kids-options → no referrer-policy
- https://www.beelows.com/menu/sushi → no referrer-policy
- https://www.beelows.com/events → no referrer-policy
- https://www.beelows.com/party-booking → no referrer-policy
- https://www.beelows.com/gift-cards → 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.beelows.com/about → no permissions-policy
- https://www.beelows.com/ → no permissions-policy
- https://www.beelows.com/menu/dinner-menu → no permissions-policy
- https://www.beelows.com/menu/lunch → no permissions-policy
- https://www.beelows.com/menu/brunch → no permissions-policy
- https://www.beelows.com/menu/vegetarian → no permissions-policy
- https://www.beelows.com/menu/gluten-free → no permissions-policy
- https://www.beelows.com/menu/kids-options → no permissions-policy
- https://www.beelows.com/menu/sushi → no permissions-policy
- https://www.beelows.com/events → no permissions-policy
- https://www.beelows.com/party-booking → no permissions-policy
- https://www.beelows.com/gift-cards → no permissions-policy
- 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.)
- ajax.googleapis.com (15 script tags)
- static.elfsight.com (20 script tags)
- www.googletagmanager.com (15 script tags)
- www.opentable.com (2 script tags)
- form.jotform.com (2 script tags)
8 checks passed, 2 not applicable
- OKHTTPS
All 15 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 15 HTML pages.
- OKSoftware version disclosure
The Server header names a product without a version, and there is no X-Powered-By header.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- 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 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.
Sites scoring near www.beelows.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- amanblaze.in80/100 · rank 633 · 22 pages
- www.dentalchoice.ca79/100 · rank 677 · 841 pages
- www.strategiccriminaldefence.com79/100 · rank 677 · 566 pages
- trends.google.com79/100 · rank 677 · 5 pages
- www.fenceworksofga.com79/100 · rank 677 · 294 pages
- www.hardyautomotive.com79/100 · rank 677 · 2,227 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.beelows.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.