Scanned sites / www.highpointplumbing.ca / 2026-09-27-1148
www.highpointplumbing.ca scan from 9/27/2026, 11:48:31 AM
A newer scan exists. See the latest report for www.highpointplumbing.ca.
Scan 2026-09-27-1148
Scanned 9/27/2026, 11:48:31 AM, finished 9/27/2026, 5:07:40 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 27, 2026 the Site Spider crawled 190 pages and 1002 assets of www.highpointplumbing.ca, starting from https://www.highpointplumbing.ca/. It scored 82 out of 100, a good result. 9 of 16 checks found something to fix, led by title tags (126), sitemap coverage (177), meta descriptions (100); 6 checks passed. Most of the points went to title tags (−6.8), sitemap coverage (−5.8), meta descriptions (−4.3). 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 190
- Assets fetched
- 1002
- Status
- Completed
- Checks with issues
- 9 of 16
1,192 of 1,192 discovered URLs were fetched, 646 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. 45 link destinations on other sites were checked.
- Title tags126 issues126 of 177 pages have title issues. 7 noindex or canonicalized pages excluded.−6.8 points
- Meta descriptions100 issues100 of 177 pages have meta description issues. 7 noindex or canonicalized pages excluded.−4.3 points
- HeadingsOK0 of 177 pages have heading issues. 7 noindex or canonicalized pages excluded.
- Broken links4 issues7 internal links point at 4 broken URLs.−0.4 points
- Links to other sites7 issues7 destinations answered with an error, 9 could not be determined (timeouts, rate limits or refusals), of 45 destinations checked.−1.6 points
- Redirects2 issues3 redirecting URLs, 0 of them chained.
- Non-200 responses4 issues7 URLs did not return a 2xx response. 6 of them are pages, 4 with an error status; the rest are assets or redirects.−0.2 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability2 issues2 of 179 indexable pages have indexability warnings. 5 pages noindex by design.−0.1 points
- 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 1002 fetched assets.
- 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.−5.8 points
- Internal link countsOKInternal link counts for 184 pages.
- 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
1315 sites, median 80%, average 79%
www.highpointplumbing.ca scores 82%, higher than 57% 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 website has several issues affecting SEO, including broken links and missing title/meta descriptions. Prioritize correcting these to enhance user experience and visibility.
- 1
Fix Broken Links
Why: Broken links can lead to poor user experience and negatively impact SEO.
How: Address the broken links by either restoring the URL or removing the broken link from the referring pages.
Checks: broken-links
- 2
Improve Title Tags
Why: 126 pages have title issues, which can impact search rankings.
How: Revise long titles to be concise, ideally under 60 characters, to improve SEO.
Checks: titles
- 3
Enhance Meta Descriptions
Why: 100 pages have meta description issues that can affect click-through rates.
How: Create unique and engaging meta descriptions under 155 characters for affected pages.
Checks: meta-descriptions
- 4
Update Sitemap
Why: Sitemap listing is missing URLs that can hinder search engine crawling.
How: Update the sitemap to include all 177 crawled pages to ensure they're indexed.
Checks: sitemap-coverage
- 5
Resolve Indexability Issues
Why: 2 pages have indexability warnings that may affect their visibility in search results.
How: Fix the canonical issues on the pages to point correctly to the main versions.
Checks: indexability
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 weaknesses, including missing HTTP headers and vulnerable libraries. High priority issues include the lack of security policies that protect users from man-in-the-middle attacks, clickjacking, and potential script injections. Immediate action is recommended to implement fixes for these vulnerabilities.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport SecurityMedium
Why it matters: Without HSTS, users can be intercepted when accessing the site via HTTP.
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 XSS risk.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing Clickjacking ProtectionMedium
Why it matters: Lack of X-Frame-Options exposes the site to clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Missing Cookie FlagsMedium
Why it matters: Cookies without security flags can be hijacked or misused.
Fix: Set cookie flags: HttpOnly, Secure, SameSite=Strict for _fbp.
Evidence: Cookie flags
- 5
Use of Vulnerable JavaScript LibraryMedium
Why it matters: Using jQuery 1.8.7 poses known vulnerabilities that could be exploited.
Fix: Upgrade jQuery to at least version 3.5.0.
Evidence: Vulnerable JavaScript libraries
- 6
Missing MIME Sniffing ProtectionLow
Why it matters: Without this protection, browsers might incorrectly execute files.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: No referrer-policy exposes full URLs to other sites, which can leak sensitive information.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 8
Server Version DisclosureLow
Why it matters: Revealing server versions helps attackers find vulnerabilities.
Fix: Remove or configure server banners, consider setting: Server: [Your Server Name]
Evidence: Software version disclosure
- 9
Missing Permissions PolicyInfo
Why it matters: Not specifying a permissions policy can enable browser features that may be exploited by scripts.
Fix: Add the header: Permissions-Policy: geolocation=(self), microphone=()
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.
Sites scoring near www.highpointplumbing.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- drmtmassage.ca83/100 · rank 446 · 444 pages
- veprof.com83/100 · rank 446 · 96 pages
- www.ramsayanimalclinic.ca82/100 · rank 504 · 66 pages
- www.germanautomotive.ca82/100 · rank 504 · 176 pages
- www.tsoralhealth.com82/100 · rank 504 · 44 pages
- vigoindustries.com82/100 · rank 504 · 2,272 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.highpointplumbing.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.highpointplumbing.ca?
- 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.highpointplumbing.ca. Removal needs no account and no proof of purchase.