Scanned sites / www.powertec.ca / 2026-09-26-1742
www.powertec.ca scan from 9/26/2026, 5:42:51 PM
A newer scan exists. See the latest report for www.powertec.ca.
Scan 2026-09-26-1742
Scanned 9/26/2026, 5:42:51 PM, finished 9/26/2026, 5:55:15 PM. Found with openstreetmap overpass
Site: https://www.powertec.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 875 pages and 324 assets of www.powertec.ca, starting from https://www.powertec.ca/. It scored 79 out of 100, a good result. 7 of 15 checks found something to fix, led by title tags (209), meta descriptions (221), redirects (553); 6 checks passed. Most of the points went to title tags (−6.5), meta descriptions (−5.5), redirects (−4). 2 checks found something the score does not count, listed as noted. 1 check was not run because the crawl fetched nothing for it. 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, 3 low and 2 info findings. See the security findings ↓
- Pages crawled
- 875
- Assets fetched
- 324
- Status
- Completed
- Checks with issues
- 7 of 15
1,199 of 1,199 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 190 link destinations on other sites have not been checked.
- Title tags209 issues209 of 309 pages have title issues. 15 noindex or canonicalized pages excluded.−6.5 points
- Meta descriptions221 issues221 of 309 pages have meta description issues. 15 noindex or canonicalized pages excluded.−5.5 points
- Headings24 issues24 of 309 pages have heading issues. 15 noindex or canonicalized pages excluded.−0.4 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sitesNot checkedNot checked: the crawl fetched nothing this check can look at.
- Redirects553 issues552 redirecting URLs, 4 of them chained.−4 points
- Non-200 responses552 noted552 URLs did not return a 2xx response. 551 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability35 issues35 of 324 indexable pages have indexability warnings.−1.1 points
- Image alt textOK0 of 1196 image references have no alt attribute. 4 use an empty alt (decorative), which is fine.
- Heavy assets4 issues4 assets larger than 500 KB among 324 fetched assets.−2.4 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage61 issues7 sitemaps listing 252 URLs: 59 crawled pages missing, 1 listed URL broken or redirecting, 1 reachable only via the sitemap.−1.1 points
- Internal link countsOKInternal link counts for 324 pages.
- Thin contentOK0 of 309 pages have fewer than 200 words. 15 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1314 sites, median 80%, average 79%
www.powertec.ca scores 79%, higher than 42% of the 1314 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 findingsWritten from an earlier version of the analysis. The findings on this page have been recomputed since, so counts and labels here may differ from what the plan describes. The advice still points at the same checks.
Your site has several issues needing attention, especially with redirects, titles, and sitemap coverage. Addressing these will improve site performance and SEO. Key recommendations are provided below.
- 1
Fix Redirects
Why: 552 URLs have redirects, which hinder SEO and user experience.
How: Audit and streamline redirects, reducing chains. Redirect directly from old URLs to final URLs when possible.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 552 URLs do not return 2xx responses, impacting indexability.
How: Identify and fix the URLs that return non-200 status codes. Ensure all important pages return proper 200 responses.
Checks: status-codes
- 3
Update Title Tags
Why: 208 pages have title issues, affecting click-through rates.
How: Adjust title tags to be unique and under 60 characters while incorporating focused keywords.
Checks: titles
- 4
Improve Meta Descriptions
Why: 55 pages have meta description issues, which may hurt click rates.
How: Create unique and engaging meta descriptions for affected pages to encourage clicks. Ensure they fit within character limits.
Checks: meta-descriptions
- 5
Repair Sitemap Coverage
Why: 59 pages are missing from the sitemap, leading to potential indexing issues.
How: Update the sitemap to include all relevant URLs and fix any URLs that return broken or redirecting links.
Checks: sitemap-coverage
- 6
Fix Heading Issues
Why: 24 pages have heading issues, impacting readability and SEO.
How: Ensure each page has one H1 tag and use H2s properly for subheadings.
Checks: headings
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 powertec.ca has multiple security headers missing, which can expose it to various attacks such as data interception, clickjacking, and unauthorized script execution. Implementing recommended headers will greatly enhance security.
- 0 high
- 3 medium
- 3 low
- 2 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted on initial requests when entering without HTTPS.
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: Absence of CSP allows scripts and resources from any source, increasing risk of cross-site scripting attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self'; script-src 'self';
Evidence: Content Security Policy
- 3
Missing Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Lack of X-Frame-Options allows your site to be embedded in frames, risking malicious overlays.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing MIME Sniffing Protection (X-Content-Type-Options)Low
Why it matters: No X-Content-Type-Options may allow browsers to execute files incorrectly based on their content.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: No Referrer-Policy exposes full URLs to third-party sites, increasing privacy risks.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 6
Uncontrolled Third-Party ScriptsLow
Why it matters: Scripts from external domains lack Subresource Integrity, risking exposure to compromised resources.
Fix: Implement a Content-Security-Policy that controls trusted sources or utilize Subresource Integrity.
Evidence: Third-party scripts
- 7
Missing Permissions PolicyInfo
Why it matters: Not using a Permissions-Policy could allow injected scripts to access sensitive features.
Fix: Add the header: Permissions-Policy: fullscreen=(self).
Evidence: Permissions policy
- 8
Sensitive Paths in robots.txtInfo
Why it matters: robots.txt reveals private paths, aiding attackers in exploration.
Fix: Restrict access to sensitive directories using authentication methods.
Evidence: Sensitive paths in robots.txt
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.powertec.ca/ → no strict-transport-security
- https://www.powertec.ca/about-us/ → no strict-transport-security
- https://www.powertec.ca/careers/ → no strict-transport-security
- https://www.powertec.ca/projects/ → no strict-transport-security
- https://www.powertec.ca/services/ → no strict-transport-security
- https://www.powertec.ca/commercial/ → no strict-transport-security
- https://www.powertec.ca/services/multi-family-construction/ → no strict-transport-security
- https://www.powertec.ca/services/ups-systems/ → no strict-transport-security
- https://www.powertec.ca/services/ev-charging/ → no strict-transport-security
- https://www.powertec.ca/services/ballast-changes/ → no strict-transport-security
- https://www.powertec.ca/services/home-and-office-renos/ → no strict-transport-security
- https://www.powertec.ca/services/cabling-services/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 324 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.powertec.ca/ → no content-security-policy
- https://www.powertec.ca/about-us/ → no content-security-policy
- https://www.powertec.ca/careers/ → no content-security-policy
- https://www.powertec.ca/projects/ → no content-security-policy
- https://www.powertec.ca/services/ → no content-security-policy
- https://www.powertec.ca/commercial/ → no content-security-policy
- https://www.powertec.ca/services/multi-family-construction/ → no content-security-policy
- https://www.powertec.ca/services/ups-systems/ → no content-security-policy
- https://www.powertec.ca/services/ev-charging/ → no content-security-policy
- https://www.powertec.ca/services/ballast-changes/ → no content-security-policy
- https://www.powertec.ca/services/home-and-office-renos/ → no content-security-policy
- https://www.powertec.ca/services/cabling-services/ → 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.powertec.ca/ → no x-frame-options
- https://www.powertec.ca/about-us/ → no x-frame-options
- https://www.powertec.ca/careers/ → no x-frame-options
- https://www.powertec.ca/projects/ → no x-frame-options
- https://www.powertec.ca/services/ → no x-frame-options
- https://www.powertec.ca/commercial/ → no x-frame-options
- https://www.powertec.ca/services/multi-family-construction/ → no x-frame-options
- https://www.powertec.ca/services/ups-systems/ → no x-frame-options
- https://www.powertec.ca/services/ev-charging/ → no x-frame-options
- https://www.powertec.ca/services/ballast-changes/ → no x-frame-options
- https://www.powertec.ca/services/home-and-office-renos/ → no x-frame-options
- https://www.powertec.ca/services/cabling-services/ → 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.powertec.ca/ → no x-content-type-options
- https://www.powertec.ca/about-us/ → no x-content-type-options
- https://www.powertec.ca/careers/ → no x-content-type-options
- https://www.powertec.ca/projects/ → no x-content-type-options
- https://www.powertec.ca/services/ → no x-content-type-options
- https://www.powertec.ca/commercial/ → no x-content-type-options
- https://www.powertec.ca/services/multi-family-construction/ → no x-content-type-options
- https://www.powertec.ca/services/ups-systems/ → no x-content-type-options
- https://www.powertec.ca/services/ev-charging/ → no x-content-type-options
- https://www.powertec.ca/services/ballast-changes/ → no x-content-type-options
- https://www.powertec.ca/services/home-and-office-renos/ → no x-content-type-options
- https://www.powertec.ca/services/cabling-services/ → 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.powertec.ca/ → no referrer-policy
- https://www.powertec.ca/about-us/ → no referrer-policy
- https://www.powertec.ca/careers/ → no referrer-policy
- https://www.powertec.ca/projects/ → no referrer-policy
- https://www.powertec.ca/services/ → no referrer-policy
- https://www.powertec.ca/commercial/ → no referrer-policy
- https://www.powertec.ca/services/multi-family-construction/ → no referrer-policy
- https://www.powertec.ca/services/ups-systems/ → no referrer-policy
- https://www.powertec.ca/services/ev-charging/ → no referrer-policy
- https://www.powertec.ca/services/ballast-changes/ → no referrer-policy
- https://www.powertec.ca/services/home-and-office-renos/ → no referrer-policy
- https://www.powertec.ca/services/cabling-services/ → 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.powertec.ca/ → no permissions-policy
- https://www.powertec.ca/about-us/ → no permissions-policy
- https://www.powertec.ca/careers/ → no permissions-policy
- https://www.powertec.ca/projects/ → no permissions-policy
- https://www.powertec.ca/services/ → no permissions-policy
- https://www.powertec.ca/commercial/ → no permissions-policy
- https://www.powertec.ca/services/multi-family-construction/ → no permissions-policy
- https://www.powertec.ca/services/ups-systems/ → no permissions-policy
- https://www.powertec.ca/services/ev-charging/ → no permissions-policy
- https://www.powertec.ca/services/ballast-changes/ → no permissions-policy
- https://www.powertec.ca/services/home-and-office-renos/ → no permissions-policy
- https://www.powertec.ca/services/cabling-services/ → no permissions-policy
- NoteThird-party scripts
Scripts run from 3 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 (80 script tags)
- www.google.com (40 script tags)
- cdn.trustindex.io (6 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/
7 checks passed, 1 not applicable
- OKHTTPS
All 324 crawled pages were served over HTTPS.
- 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.
- OKVulnerable JavaScript libraries
1 library version recognised, none with known vulnerabilities.
- 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 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.
Sites scoring near www.powertec.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- u-msc.com80/100 · rank 647 · 198 pages
- amanblaze.in80/100 · rank 647 · 22 pages
- www.strategiccriminaldefence.com79/100 · rank 713 · 571 pages
- www.aestheticdentalstudio.ca79/100 · rank 713 · 233 pages
- www.tendingtoes.com79/100 · rank 713 · 23 pages
- pastepot.com79/100 · rank 713 · 17 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.powertec.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.powertec.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.powertec.ca. Removal needs no account and no proof of purchase.