Scanned sites / www.perfectionplumbing.ca / 2026-09-18-1246
www.perfectionplumbing.ca scan from 9/18/2026, 12:46:45 PM
Scan 2026-09-18-1246
Scanned 9/18/2026, 12:46:45 PM, finished 9/18/2026, 1:12:27 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
1087 sites, median 82%, average 80%
www.perfectionplumbing.ca scores 91%, higher than 88% of the 1087 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 is performing well with a health score of 91/100. Key improvements include fixing redirects, addressing non-200 responses, optimizing title tags, enhancing meta descriptions, and adding headings where needed.
- 1
Fix Redirect Issues
Why: There are 9 redirects, including a chain that can confuse users and crawlers.
How: Remove or fix 301 redirects, especially the chained one. Update links directly to the final URLs.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: 9 URLs return non-200 statuses, affecting user experience and SEO.
How: Identify the URLs and correct or remove them to ensure they respond with a 200 status.
Checks: status-codes
- 3
Optimize Title Tags
Why: 65 pages have title issues, impacting search visibility.
How: Shorten titles to 60 characters or less while keeping them descriptive.
Checks: titles
- 4
Enhance Meta Descriptions
Why: 17 pages lack effective meta descriptions, lowering click-through rates.
How: Add concise descriptions (under 160 characters) to missing ones and adjust long descriptions.
Checks: meta-descriptions
- 5
Add Missing Headings
Why: 25 pages lack H1s, reducing structure for SEO and user engagement.
How: Create clear H1 headings for pages missing them. Ensure they summarize page content.
Checks: headings
- 6
Improve Internal Linking for Orphan Pages
Why: 2 orphan pages are not linked internally, limiting discoverability.
How: Link to these pages from relevant content on your site to improve access.
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 crawlThe site has several critical security issues, including the absence of security headers that protect against various web vulnerabilities. Addressing these should be prioritized to enhance user safety and data integrity.
- 0 high
- 4 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors 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; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: The absence of CSP allows scripts, styles, and frames to be loaded without restrictions, increasing XSS risk.
Fix: Add the header: Content-Security-Policy: default-src 'self'.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without X-Frame-Options, pages can be embedded in frames, risking clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Outdated jQuery LibraryMedium
Why it matters: Using jQuery 3.1.2 exposes the site to known vulnerabilities, which may be exploited depending on usage.
Fix: Upgrade jQuery to at least version 3.5.0 to mitigate security risks.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may incorrectly interpret file types, leading to potential execution of harmful scripts.
Fix: Add the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Not having a Referrer-Policy exposes user URLs to external sites when they navigate away.
Fix: Add the header: Referrer-Policy: no-referrer-when-downgrade.
Evidence: Referrer policy
- 7
Missing Permissions PolicyInfo
Why it matters: Without a Permissions-Policy, browser features could be accessed unnecessarily by injected scripts.
Fix: Consider adding a 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.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.