Scanned sites / www.sahms.com
SEO report for www.sahms.com
The latest Site Spider scan of www.sahms.com, with 1 scan on record. Each scan is at its own address, for example /domain/www-sahms-com/2026-09-21-0100.
Latest scan
Scanned 9/21/2026, 1:00:01 AM, finished 9/21/2026, 1:06:33 AM. Found on page 2 of chatgpt for browser (api usage) results
Site: https://www.sahms.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 21, 2026 the Site Spider crawled 25 pages and 70 assets of www.sahms.com, starting from https://www.sahms.com/. It scored 70 out of 100, a result that needs work. 10 of 14 checks found something to fix, led by meta descriptions (19), headings (15), thin content (13); 4 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, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 25
- Assets fetched
- 70
- Status
- Completed
- Checks with issues
- 10 of 14
- Title tags4 issues4 of 21 pages have title issues.
- Meta descriptions19 issues19 of 21 pages have meta description issues.
- Headings15 issues15 of 21 pages have heading issues.
- Broken links1 issue21 internal links point at 1 broken URL.
- Redirects3 issues4 redirecting URLs, 0 of them chained.
- Non-200 responses1 issue5 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 21 indexable pages have indexability warnings.
- Image alt textOK0 of 148 image references have no alt attribute. 80 use an empty alt (decorative), which is fine.
- Heavy assets6 issues6 assets larger than 500 KB among the 70 heaviest.
- Orphan pages12 issues12 pages have no internal links pointing at them.
- Sitemap coverage12 issues3 sitemaps listing 21 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 12 reachable only via the sitemap.
- Thin content13 issues13 of 21 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this site sits among all scanned sites
1176 sites, median 82%, average 80%
www.sahms.com scores 70%, higher than 13% of the 1176 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 website has several SEO issues that need attention, particularly broken links and missing meta descriptions. Prioritize fixing these to improve user experience and search visibility.
- 1
Fix Broken Links
Why: 21 internal links lead to a 404 page. This impacts user experience and rankings.
How: Update or remove links pointing to 'https://www.sahms.com/sahms-charity-golf/'.
Checks: broken-links
- 2
Address Non-200 Responses
Why: 5 URLs are not returning a 2xx response, affecting accessibility.
How: Check the non-200 URLs and ensure they return a proper status.
Checks: status-codes
- 3
Improve Meta Descriptions
Why: 19 pages lack meta descriptions, which can enhance click-through rates.
How: Write unique meta descriptions for each of the 19 pages.
Checks: meta-descriptions
- 4
Resolve Title Tag Issues
Why: 4 pages have title issues that may affect the SEO effectiveness.
How: Shorten the titles over 60 characters and lengthen those under 30.
Checks: titles
- 5
Fix Heading Structure
Why: 15 pages have heading issues; multiple H1s can confuse search engines.
How: Adjust headings to have a single H1 and appropriate H2s on affected pages.
Checks: headings
- 6
Enhance Thin Content
Why: 13 pages have fewer than 200 words, which may not provide enough value.
How: Expand the content on the affected pages to meet or exceed 200 words.
Checks: thin-content
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 site has several security weaknesses that need addressing, including missing security headers and outdated JavaScript libraries. Implementing these fixes will strengthen user privacy and protect against potential vulnerabilities.
- 0 high
- 3 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, an attacker could intercept unencrypted connections.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains;
Evidence: HTTP Strict Transport Security
- 2
Outdated jQuery library with vulnerabilitiesMedium
Why it matters: The use of jQuery 1.12.4 exposes the site to known vulnerabilities.
Fix: Upgrade jQuery to version 3.5.0 or higher.
Evidence: Vulnerable JavaScript libraries
- 3
Leaked Google API keyMedium
Why it matters: Exposing this API key can lead to unauthorized access to your Google services.
Fix: Restrict this API key by HTTP referrer and update settings in the Google Cloud console.
Evidence: Keys and secrets in page code
- 4
Missing Referrer PolicyLow
Why it matters: No referrer policy exposes full URLs to third-party sites.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade;
Evidence: Referrer policy
- 5
Third-party scripts without Subresource IntegrityLow
Why it matters: Lack of integrity checks allows modified scripts to run on your site.
Fix: Implement a Content-Security-Policy (CSP) to restrict sources of scripts.
Evidence: Third-party scripts
- 6
Missing Permissions PolicyInfo
Why it matters: The absence of a permissions policy allows unrestricted access to browser features.
Fix: Add the header: Permissions-Policy: geolocation=(self), 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://www.sahms.com/ → no strict-transport-security
- https://www.sahms.com/restaurants/ → no strict-transport-security
- https://www.sahms.com/banquets/ → no strict-transport-security
- https://www.sahms.com/vip-club/ → no strict-transport-security
- https://www.sahms.com/golf/ → no strict-transport-security
- https://www.sahms.com/dine-to-donate/ → no strict-transport-security
- https://www.sahms.com/contact/ → no strict-transport-security
- https://www.sahms.com/our-story/ → no strict-transport-security
- https://www.sahms.com/trivia/ → no strict-transport-security
- https://www.sahms.com/locations/ → no strict-transport-security
- https://www.sahms.com/location/sahms-haven/ → no strict-transport-security
- https://www.sahms.com/location/sahms-place/ → no strict-transport-security
- 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.sahms.com/ → no referrer-policy
- https://www.sahms.com/restaurants/ → no referrer-policy
- https://www.sahms.com/banquets/ → no referrer-policy
- https://www.sahms.com/vip-club/ → no referrer-policy
- https://www.sahms.com/golf/ → no referrer-policy
- https://www.sahms.com/dine-to-donate/ → no referrer-policy
- https://www.sahms.com/contact/ → no referrer-policy
- https://www.sahms.com/our-story/ → no referrer-policy
- https://www.sahms.com/trivia/ → no referrer-policy
- https://www.sahms.com/locations/ → no referrer-policy
- https://www.sahms.com/location/sahms-haven/ → no referrer-policy
- https://www.sahms.com/location/sahms-place/ → 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.sahms.com/ → no permissions-policy
- https://www.sahms.com/restaurants/ → no permissions-policy
- https://www.sahms.com/banquets/ → no permissions-policy
- https://www.sahms.com/vip-club/ → no permissions-policy
- https://www.sahms.com/golf/ → no permissions-policy
- https://www.sahms.com/dine-to-donate/ → no permissions-policy
- https://www.sahms.com/contact/ → no permissions-policy
- https://www.sahms.com/our-story/ → no permissions-policy
- https://www.sahms.com/trivia/ → no permissions-policy
- https://www.sahms.com/locations/ → no permissions-policy
- https://www.sahms.com/location/sahms-haven/ → no permissions-policy
- https://www.sahms.com/location/sahms-place/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.12.4. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.12.4 in https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js: CVE-2015-9251 (XSS via cross-domain AJAX), CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…qU (39 chars) in https://www.sahms.com/locations/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- 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.)
- www.googletagmanager.com (63 script tags)
- ajax.googleapis.com (42 script tags)
- cdn.rawgit.com (21 script tags)
- js-na1.hs-scripts.com (21 script tags)
- www.google.com (1 script tag)
- maps.googleapis.com (1 script tag)
9 checks passed, 1 not applicable
- OKHTTPS
All 21 crawled pages were served over HTTPS.
- OKContent Security Policy
A Content-Security-Policy is set.
- OKClickjacking protection
x-frame-options is set on all 21 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 21 HTML pages.
- 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
2 forms found, all on HTTPS pages posting to HTTPS addresses.
- 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.
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.sahms.com
No other scans of this site yet.
Sites scoring near www.sahms.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- www.woundscanada.ca70/100 · rank 996 · 2,416 pages
- keysearch.co70/100 · rank 996 · 800 pages
- www.helpfulhomeservices.com70/100 · rank 996 · 60 pages
- www.carltonfarm.com70/100 · rank 996 · 590 pages
- www.forrestfencing.com70/100 · rank 996 · 54 pages
- wfpc.ca70/100 · rank 996 · 53 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.sahms.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.sahms.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 www.sahms.com. Removal needs no account and no proof of purchase.