Scanned sites / www.perfectionplumbing.ca / 2026-09-18-2033
www.perfectionplumbing.ca scan from 9/18/2026, 8:33:40 PM
A newer scan exists. See the latest report for www.perfectionplumbing.ca.
Scan 2026-09-18-2033
Scanned 9/18/2026, 8:33:40 PM, finished 9/18/2026, 8:50:32 PM. Found with openstreetmap overpass
Site: https://www.perfectionplumbing.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 18, 2026 the Site Spider crawled 409 pages and 966 assets of www.perfectionplumbing.ca, starting from https://www.perfectionplumbing.ca/. It scored 91 out of 100, an excellent result. 8 of 14 checks found something to fix, led by title tags (65), indexability (29), headings (25); 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: Medium4 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 409
- Assets fetched
- 966
- Status
- Completed
- Checks with issues
- 8 of 14
- Title tags65 issues65 of 270 pages have title issues. 131 noindex or canonicalized pages excluded.
- Meta descriptions17 issues17 of 270 pages have meta description issues. 131 noindex or canonicalized pages excluded.
- Headings25 issues25 of 270 pages have heading issues. 131 noindex or canonicalized pages excluded.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects8 issues9 redirecting URLs, 1 of them chained.
- Non-200 responsesOK9 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability29 issues29 of 305 indexable pages have indexability warnings. 96 pages noindex by design.
- Image alt textOK0 of 2382 image references have no alt attribute. 3 use an empty alt (decorative), which is fine.
- Heavy assets18 issues18 assets larger than 500 KB among the 100 heaviest.
- Orphan pages2 issues2 pages have no internal links pointing at them.
- Sitemap coverage3 issues5 sitemaps listing 271 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 3 reachable only via the sitemap.
- Thin contentOK0 of 270 pages have fewer than 200 words. 131 noindex or canonicalized pages excluded.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1095 sites, median 82%, average 80%
www.perfectionplumbing.ca scores 91%, higher than 88% of the 1095 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 a health score of 91/100, but there are several issues to address including redirects, title tags, and orphan pages. Addressing these will improve user experience and SEO.
- 1
Fix Redirects
Why: 9 redirecting URLs, including a chained redirect, hinder user experience.
How: Remove unnecessary redirects and ensure all URLs lead directly to their final destination.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 9 URLs are returning non-200 responses, affecting site accessibility.
How: Identify the URLs and update them to return a 200 status code or redirect properly.
Checks: status-codes
- 3
Optimize Title Tags
Why: 65 pages have title tag issues, affecting SEO rankings.
How: Shorten title tags to under 60 characters while retaining key terms.
Checks: titles
- 4
Fix Meta Description Issues
Why: 17 pages have meta description issues, impacting click-through rates.
How: Create compelling meta descriptions under 160 characters for the affected pages.
Checks: meta-descriptions
- 5
Address Missing Headings
Why: 25 pages are missing H1 headings, affecting content structure.
How: Add relevant H1 heading tags to each affected page for better SEO.
Checks: headings
- 6
Link to Orphan Pages
Why: 2 pages have no internal links, making them hard to discover.
How: Create internal links pointing to the orphan pages from relevant content.
Checks: orphan-pages
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 issues that need urgent attention. Most importantly, missing security headers such as HTTP Strict Transport Security can make users vulnerable to interception. Also, there's a need to update a vulnerable JavaScript library. Please implement the recommended fixes below.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, users can be intercepted on the first request if they type the address without 'https://'.
Fix: Add the header: Strict-Transport-Security: max-age=31536000; includeSubDomains
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Absence of a CSP allows scripts and frames to load from any source, increasing the risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without this header, your site can be embedded in frames on other sites, leading to clickjacking.
Fix: Add the header: X-Frame-Options: DENY
Evidence: Clickjacking protection
- 4
Vulnerable JavaScript Library DetectedMedium
Why it matters: jQuery 3.1.2 has known vulnerabilities that could be exploited depending on its usage.
Fix: Upgrade jQuery to version 3.5.0 or later.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may wrongly execute files as a script based on content rather than type.
Fix: Add the header: X-Content-Type-Options: nosniff
Evidence: MIME sniffing protection
- 6
Missing Referrer-PolicyLow
Why it matters: Missing referrer policy may expose the full page address to third-party sites when users navigate away.
Fix: Add the header: Referrer-Policy: no-referrer
Evidence: Referrer policy
- 7
Missing Permissions-Policy HeaderInfo
Why it matters: This header can limit features available to injected scripts, reducing potential damage.
Fix: Add the header: Permissions-Policy: geolocation=(), 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.perfectionplumbing.ca/ → no strict-transport-security
- https://www.perfectionplumbing.ca/about-us/ → no strict-transport-security
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no strict-transport-security
- https://www.perfectionplumbing.ca/about-us/specials/ → no strict-transport-security
- https://www.perfectionplumbing.ca/services/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no strict-transport-security
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 401 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.perfectionplumbing.ca/ → no content-security-policy
- https://www.perfectionplumbing.ca/about-us/ → no content-security-policy
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no content-security-policy
- https://www.perfectionplumbing.ca/about-us/specials/ → no content-security-policy
- https://www.perfectionplumbing.ca/services/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no content-security-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → 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.perfectionplumbing.ca/ → no x-frame-options
- https://www.perfectionplumbing.ca/about-us/ → no x-frame-options
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no x-frame-options
- https://www.perfectionplumbing.ca/about-us/specials/ → no x-frame-options
- https://www.perfectionplumbing.ca/services/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no x-frame-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → 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.perfectionplumbing.ca/ → no x-content-type-options
- https://www.perfectionplumbing.ca/about-us/ → no x-content-type-options
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no x-content-type-options
- https://www.perfectionplumbing.ca/about-us/specials/ → no x-content-type-options
- https://www.perfectionplumbing.ca/services/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no x-content-type-options
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → 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.perfectionplumbing.ca/ → no referrer-policy
- https://www.perfectionplumbing.ca/about-us/ → no referrer-policy
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no referrer-policy
- https://www.perfectionplumbing.ca/about-us/specials/ → no referrer-policy
- https://www.perfectionplumbing.ca/services/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no referrer-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → 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.perfectionplumbing.ca/ → no permissions-policy
- https://www.perfectionplumbing.ca/about-us/ → no permissions-policy
- https://www.perfectionplumbing.ca/about-us/meet-the-team/ → no permissions-policy
- https://www.perfectionplumbing.ca/about-us/specials/ → no permissions-policy
- https://www.perfectionplumbing.ca/services/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/backwater-valve-installation-saskatoon-sewer-backup-protection/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/emergency-plumbing-services-in-saskatoon/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/faucet-repair-installation-in-saskatoon/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/leak-detection-saskatoon-hidden-water-leak-repair-detection/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/main-water-shut-off-valve-services-in-saskatoon/ → no permissions-policy
- https://www.perfectionplumbing.ca/best-plumbing-repair/outdoor-faucet-hose-bib-repair-saskatoonprofessional-outside-tap… → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 3.1.2. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 3.1.2 in https://www.perfectionplumbing.ca/wp-content/plugins/gravityforms/js/placeholde…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- NoteThird-party scripts
Scripts run from 5 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.)
- static.speetra.com (40 script tags)
- www.google.com (6 script tags)
- www.googletagmanager.com (40 script tags)
- ma.diib.com (40 script tags)
- simplybook.me (1 script tag)
7 checks passed, 1 not applicable
- OKHTTPS
All 401 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
41 forms found, all on HTTPS pages posting to HTTPS addresses.
- 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.
- 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.
This report was produced by the DIY SEO Hub Site Spider crawling www.perfectionplumbing.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.