Scanned sites / www.highpointplumbing.ca / 2026-09-24-0330
www.highpointplumbing.ca scan from 9/24/2026, 3:30:09 AM
Scan 2026-09-24-0330
Scanned 9/24/2026, 3:30:09 AM, finished 9/24/2026, 4:00:05 AM. 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 24, 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
1215 sites, median 82%, average 80%
www.highpointplumbing.ca scores 84%, higher than 57% of the 1215 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 site has several SEO issues that need addressing, including broken links, unclear title tags, and a missing sitemap. Prioritizing these fixes will enhance your site's performance and user experience.
- 1
Fix Broken Links
Why: Broken links can lead to a poor user experience and affect SEO.
How: Update or remove links to the following pages: /ac-repair-in-cranbrook-bc/, /central-kootenay-h-air-conditioning-services/, and others with 404 errors.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: URLs returning non-200 responses harm SEO and user experience.
How: Ensure the following URLs return a 200 response: /ac-repair-in-cranbrook-bc/ and others listed as non-200 responses.
Checks: status-codes
- 3
Improve Title Tags
Why: 126 pages have title issues; better titles enhance click-through rates.
How: Revise long titles (over 60 characters) to make them concise and engaging.
Checks: titles
- 4
Enhance Meta Descriptions
Why: 54 pages with meta description issues can be optimized for search performance.
How: Revise meta descriptions exceeding 160 characters to ensure clarity and relevance.
Checks: meta-descriptions
- 5
Update Sitemap
Why: An outdated sitemap limits indexing of your pages.
How: Generate an updated sitemap that includes all 177 crawled pages and submit to search engines.
Checks: sitemap-coverage
- 6
Address Thin Content
Why: Pages with minimal content can negatively impact rankings.
How: Enhance the content on the /thank-you/ page to provide more value and context.
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 crawlYour website has several security weaknesses that could expose users to risks. Key issues include missing headers to protect against man-in-the-middle attacks and clickjacking. Additionally, vulnerabilities in a JavaScript library and improper cookie settings could compromise user privacy and security. Implementing the recommended fixes will significantly enhance your site's security.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, connections initiated without HTTPS can be intercepted.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Without a CSP, the site is vulnerable to cross-site scripting (XSS) attacks.
Fix: Add a header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: The absence of this header allows clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Missing HttpOnly, Secure, and SameSite flags for cookiesMedium
Why it matters: Cookies without these flags can be accessed by scripts or sent in unencrypted requests.
Fix: Set cookie flags: HttpOnly, Secure, SameSite=Strict
Evidence: Cookie flags
- 5
Vulnerable JavaScript Library FoundMedium
Why it matters: The jQuery version is outdated and has known vulnerabilities.
Fix: Update jQuery to version 3.5.0 or later.
Evidence: Vulnerable JavaScript libraries
- 6
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may incorrectly execute files.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 7
Missing Referrer PolicyLow
Why it matters: Without a referrer-policy, sensitive URL parameters can be leaked to third parties.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade
Evidence: Referrer policy
- 8
Server Version DisclosureLow
Why it matters: Revealing server versions can help attackers find vulnerabilities.
Fix: Remove or hide the Server and X-Powered-By headers.
Evidence: Software version disclosure
- 9
Missing Permissions PolicyInfo
Why it matters: Without a permissions policy, unnecessary browser features are enabled.
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.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.
- secondcup.com85/100 · rank 409 · 633 pages
- simpsonplumbing.ca85/100 · rank 409 · 33 pages
- lhmglaw.com85/100 · rank 409 · 193 pages
- www.advocateslaw.com84/100 · rank 462 · 495 pages
- www.ramsayanimalclinic.ca84/100 · rank 462 · 66 pages
- eatfishmaine.com84/100 · rank 462 · 25 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.