Scanned sites / www.highpointplumbing.ca / 2026-09-19-1313
www.highpointplumbing.ca scan from 9/19/2026, 1:13:25 PM
A newer scan exists. See the latest report for www.highpointplumbing.ca.
Scan 2026-09-19-1313
Scanned 9/19/2026, 1:13:25 PM, finished 9/19/2026, 1:34:50 PM. Found with openstreetmap overpass
Site: https://www.highpointplumbing.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 19, 2026 the Site Spider crawled 190 pages and 1002 assets of www.highpointplumbing.ca, starting from https://www.highpointplumbing.ca/. It scored 84 out of 100, a good result. 8 of 14 checks found something to fix, led by sitemap coverage (177), title tags (126), meta descriptions (55); 6 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 190
- Assets fetched
- 1002
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags126 issues126 of 177 pages have title issues. 7 noindex or canonicalized pages excluded.
- Meta descriptions55 issues55 of 177 pages have meta description issues. 7 noindex or canonicalized pages excluded.
- HeadingsOK0 of 177 pages have heading issues. 7 noindex or canonicalized pages excluded.
- Broken links4 issues7 internal links point at 4 broken URLs.
- Redirects2 issues3 redirecting URLs, 0 of them chained.
- Non-200 responses4 issues7 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 179 indexable pages have indexability warnings. 5 pages noindex by design.
- Image alt textOK0 of 1538 image references have no alt attribute. 256 use an empty alt (decorative), which is fine.
- Heavy assetsOK0 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage177 issues1 sitemap listing 0 URLs: 177 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin content1 issue1 of 177 pages have fewer than 200 words. 7 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1105 sites, median 82%, average 80%
www.highpointplumbing.ca scores 84%, higher than 57% of the 1105 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 issues that need attention, including broken links, redirects, title and meta description problems, and sitemap coverage gaps. Addressing these will improve user experience and SEO performance.
- 1
Fix Broken Links
Why: 7 internal links lead to 404 errors, disrupting user experience.
How: Update or remove links pointing to the broken URLs listed in the crawl results.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: 7 URLs do not return a 2xx response, affecting crawlability.
How: Check the URLs and ensure they work correctly, or redirect them if necessary.
Checks: status-codes
- 3
Optimize Title Tags
Why: 126 pages have title issues, impacting rankings and user perception.
How: Revise titles to fit within 60 characters and accurately represent page content.
Checks: titles
- 4
Improve Meta Descriptions
Why: 55 pages have meta description issues, which can deter clicks.
How: Shorten descriptions to under 160 characters while maintaining clarity.
Checks: meta-descriptions
- 5
Update Sitemap Coverage
Why: 177 crawled pages are not listed in the sitemap, limiting their discoverability.
How: Add all pages to the sitemap and resubmit it to search engines.
Checks: sitemap-coverage
- 6
Enhance Thin Content Page
Why: 1 page has fewer than 200 words, which may impact SEO.
How: Add informative content to the page to provide value to users.
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 website has several security issues that need attention, including missing security headers and outdated software libraries. Implementing these changes will enhance protection against various attack vectors, such as interception and script vulnerabilities.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted on initial requests using HTTP.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains' to response headers.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of CSP allows scripts and styles from unintended sources, increasing risk of XSS.
Fix: Add 'Content-Security-Policy: default-src 'self'' to response headers.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, the site is vulnerable to clickjacking attacks.
Fix: Add 'X-Frame-Options: DENY' to response headers.
Evidence: Clickjacking protection
- 4
Cookie Missing Secure and HttpOnly FlagsMedium
Why it matters: Cookies lacking these flags are vulnerable to interception and theft via scripts.
Fix: Set 'Secure; HttpOnly; SameSite=Strict' on the _fbp cookie.
Evidence: Cookie flags
- 5
Outdated JavaScript LibraryMedium
Why it matters: Using jQuery 1.8.7 exposes the site to known vulnerabilities.
Fix: Upgrade jQuery to version 3.5.0 or later.
Evidence: Vulnerable JavaScript libraries
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: Absence of this header may allow browsers to execute content as a script based on its contents.
Fix: Add 'X-Content-Type-Options: nosniff' to response headers.
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Without a policy, sensitive URL details may be exposed when users navigate to other sites.
Fix: Add 'Referrer-Policy: no-referrer' to response headers.
Evidence: Referrer policy
- 8
Exposed Server BannerLow
Why it matters: Revealing server version may help attackers exploit vulnerabilities.
Fix: Disable server signature or set 'Server: [your chosen server]' and remove 'X-Powered-By' header.
Evidence: Software version disclosure
- 9
Missing Permissions PolicyInfo
Why it matters: Lack of this header fails to limit access to browser features, potentially exposing sensitive actions.
Fix: Add 'Permissions-Policy: interest-cohort=()' to response headers.
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.highpointplumbing.ca/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no strict-transport-security
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no strict-transport-security
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no strict-transport-security
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 184 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.highpointplumbing.ca/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no content-security-policy
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no content-security-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no content-security-policy
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → 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.highpointplumbing.ca/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no x-frame-options
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no x-frame-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no x-frame-options
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → 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.highpointplumbing.ca/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no x-content-type-options
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no x-content-type-options
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no x-content-type-options
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → 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.highpointplumbing.ca/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no referrer-policy
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no referrer-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no referrer-policy
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → 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.highpointplumbing.ca/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-installation-and-replacement/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-maintenance/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-boiler-repair/ → no permissions-policy
- https://www.highpointplumbing.ca/furnace-installation-replacement-cranbrook-bc/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-maintenance/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-furnace-repair/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-geothermal-heating-air-conditioning-installation-repair/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-installation-replacement/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-maintenance/ → no permissions-policy
- https://www.highpointplumbing.ca/east-kootenay-bc-heat-pump-repair/ → no permissions-policy
- https://www.highpointplumbing.ca/west-kootenay-bc-boiler-installation-and-replacement/ → 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: Apache (1192 responses)
- x-powered-by: PHP/8.1.34 (193 responses)
- FoundCookie flagsMedium
1 of 1 cookie 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.
- _fbp (set by https://www.highpointplumbing.ca/robots.txt) lacks HttpOnly
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.8.7. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.8.7 in https://www.highpointplumbing.ca/wp-content/plugins/jet-search/assets/lib/chose…: CVE-2012-6708 (selector XSS), CVE-2015-9251, CVE-2019-11358, CVE-2020-11022, CVE-2020-11023; fixed in 3.5.0
- NoteThird-party scripts
Scripts run from 1 other domain 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.)
- link.msgsndr.com (80 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/
4 checks passed, 1 not applicable
- OKHTTPS
All 184 crawled pages were served over HTTPS.
- 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.
- 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.highpointplumbing.ca 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.