Scanned sites / www.petetheplumber.com / 2026-09-26-1958
www.petetheplumber.com scan from 9/26/2026, 7:58:18 PM
A newer scan exists. See the latest report for www.petetheplumber.com.
Scan 2026-09-26-1958
Scanned 9/26/2026, 7:58:18 PM, finished 9/27/2026, 5:05:00 PM. Found with openstreetmap overpass
Site: https://www.petetheplumber.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 166 pages and 1070 assets of www.petetheplumber.com, starting from https://www.petetheplumber.com/. It scored 81 out of 100, a good result. 9 of 16 checks found something to fix, led by heavy assets (18), sitemap coverage (119), links to other sites (122); 5 checks passed. Most of the points went to heavy assets (−6), sitemap coverage (−4.3), links to other sites (−4). 2 checks 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: Medium2 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 166
- Assets fetched
- 1070
- Status
- Completed
- Checks with issues
- 9 of 16
1,236 of 1,236 discovered URLs were fetched, 4,118 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. 300 link destinations on other sites were checked, 302 left unchecked.
- Title tags63 issues63 of 119 pages have title issues. 46 noindex or canonicalized pages excluded.−3.8 points
- Meta descriptions64 issues64 of 119 pages have meta description issues. 46 noindex or canonicalized pages excluded.−3.1 points
- Headings30 issues30 of 119 pages have heading issues. 46 noindex or canonicalized pages excluded.−1.1 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites122 issues122 destinations answered with an error, 10 could not be determined (timeouts, rate limits or refusals), 302 were left unchecked by the per-scan cap, of 300 destinations checked.−4 points
- Redirects1 issue2 redirecting URLs, 0 of them chained.
- Non-200 responses4 noted4 URLs did not return a 2xx response. 1 of them is a page, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability15 issues15 of 134 indexable pages have indexability warnings. 31 pages noindex by design.−0.9 points
- Image alt text39 issues39 of 800 image references have no alt attribute. 41 use an empty alt (decorative), which is fine.−0.3 points
- Heavy assets18 issues18 assets larger than 500 KB among 1070 fetched assets. 1 document over that size is listed but not counted: downloads are not page weight.−6 points
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage119 issues1 sitemap listing 0 URLs: 119 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.−4.3 points
- Internal link countsOKInternal link counts for 165 pages.
- Thin contentOK0 of 119 pages have fewer than 200 words. 46 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.petetheplumber.com scores 81%, higher than 51% 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 findingsYour site has some areas for improvement, including missing title tags, meta descriptions, and indexability issues. Addressing these can enhance your SEO. Here are the key actions to take.
- 1
Fix Title Tags
Why: 63 pages have title tag issues; improving relevance can boost rankings.
How: Review and shorten title tags to under 60 characters to improve their effectiveness.
Checks: titles
- 2
Add Missing Meta Descriptions
Why: 64 pages lack meta descriptions, impacting click-through rates.
How: Create and implement unique meta descriptions for all pages, ideally under 160 characters.
Checks: meta-descriptions
- 3
Resolve Indexability Warnings
Why: 15 indexable pages have warnings that could hinder visibility.
How: Review the pages flagged for canonical issues and ensure proper canonical tags are set.
Checks: indexability
- 4
Update Sitemap Coverage
Why: 119 pages are missing from sitemap, leading to potential indexing issues.
How: Update your sitemap to include all crawlable URLs and resubmit it to search engines.
Checks: sitemap-coverage
- 5
Shrink Heavy Assets
Why: 18 assets are over 500 KB, affecting load times and user experience.
How: Optimize images and stylesheets mentioned, and consider using CDN for better delivery.
Checks: heavy-assets
- 6
Fix Headings Issues
Why: 30 pages have multiple H1 tags which can confuse search engines.
How: Ensure each page has a single H1 and implement relevant H2 or H3 headers.
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 crawlYour website has several security concerns that could expose visitors to risks. The absence of HTTP Strict Transport Security and Content Security Policy could allow data interception and script vulnerabilities. It's important to address these issues to strengthen user protection and trust.
- 0 high
- 2 medium
- 2 low
- 1 info
- 1
Missing HTTP Strict Transport Security HeaderMedium
Why it matters: Without this header, visitors accessing the site without https:// can be intercepted on the first request.
Fix: Add the header `Strict-Transport-Security: max-age=31536000; includeSubDomains` to all pages.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security PolicyMedium
Why it matters: No policy defined allows scripts and styles to load from any source, increasing risk of attacks.
Fix: Implement a Content Security Policy to restrict sources, e.g. `Content-Security-Policy: default-src 'self';`.
Evidence: Content Security Policy
- 3
Missing Referrer PolicyLow
Why it matters: Without this policy, sensitive information may be leaked to third-party sites when navigating away.
Fix: Add the header `Referrer-Policy: no-referrer` to mitigate information leakage.
Evidence: Referrer policy
- 4
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from external domains could be compromised, changing what runs on your site.
Fix: Consider using Subresource Integrity (SRI) for these scripts or restrict them using a Content-Security-Policy.
Evidence: Third-party scripts
- 5
Missing Permissions PolicyInfo
Why it matters: A Permissions-Policy limits access to browser features for injected scripts, reducing potential harm.
Fix: Set the header `Permissions-Policy: geolocation=(self), microphone=(), camera=()` to restrict unused features.
Evidence: Permissions policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
35 of 165 HTML pages send strict-transport-security. Without it a visitor who types the address without https:// can be intercepted on the first request.
- https://www.petetheplumber.com/ → no strict-transport-security
- https://www.petetheplumber.com/plumbing/emergency-plumbing-services/ → no strict-transport-security
- https://www.petetheplumber.com/plumbing/sewer-digs/ → no strict-transport-security
- https://www.petetheplumber.com/plumbing/water-softeners/ → no strict-transport-security
- https://www.petetheplumber.com/hot-water-tanks/ → no strict-transport-security
- https://www.petetheplumber.com/furnace/ → no strict-transport-security
- https://www.petetheplumber.com/high-efficiency-furnace-what-does-it-mean/ → no strict-transport-security
- https://www.petetheplumber.com/air-conditioning/ → no strict-transport-security
- https://www.petetheplumber.com/hvac/ → no strict-transport-security
- https://www.petetheplumber.com/hvac/duct-cleaning/ → no strict-transport-security
- https://www.petetheplumber.com/electrical/ → no strict-transport-security
- https://www.petetheplumber.com/electrical/panel-upgrades/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 165 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.petetheplumber.com/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/emergency-plumbing-services/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/drain-cleaning/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/sewer-digs/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/water-softeners/ → no content-security-policy
- https://www.petetheplumber.com/plumbing/poly-b-pipes/ → no content-security-policy
- https://www.petetheplumber.com/hot-water-tanks/ → no content-security-policy
- https://www.petetheplumber.com/how-to-fix-your-hot-water/ → no content-security-policy
- https://www.petetheplumber.com/furnace/ → no content-security-policy
- https://www.petetheplumber.com/high-efficiency-furnace-what-does-it-mean/ → no content-security-policy
- https://www.petetheplumber.com/air-conditioning/ → no content-security-policy
- FoundReferrer policyLow
35 of 165 HTML pages send 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.petetheplumber.com/ → no referrer-policy
- https://www.petetheplumber.com/plumbing/emergency-plumbing-services/ → no referrer-policy
- https://www.petetheplumber.com/plumbing/sewer-digs/ → no referrer-policy
- https://www.petetheplumber.com/plumbing/water-softeners/ → no referrer-policy
- https://www.petetheplumber.com/hot-water-tanks/ → no referrer-policy
- https://www.petetheplumber.com/furnace/ → no referrer-policy
- https://www.petetheplumber.com/high-efficiency-furnace-what-does-it-mean/ → no referrer-policy
- https://www.petetheplumber.com/air-conditioning/ → no referrer-policy
- https://www.petetheplumber.com/hvac/ → no referrer-policy
- https://www.petetheplumber.com/hvac/duct-cleaning/ → no referrer-policy
- https://www.petetheplumber.com/electrical/ → no referrer-policy
- https://www.petetheplumber.com/electrical/panel-upgrades/ → no referrer-policy
- FoundPermissions policyInfo
35 of 165 HTML pages send 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.petetheplumber.com/ → no permissions-policy
- https://www.petetheplumber.com/plumbing/emergency-plumbing-services/ → no permissions-policy
- https://www.petetheplumber.com/plumbing/sewer-digs/ → no permissions-policy
- https://www.petetheplumber.com/plumbing/water-softeners/ → no permissions-policy
- https://www.petetheplumber.com/hot-water-tanks/ → no permissions-policy
- https://www.petetheplumber.com/furnace/ → no permissions-policy
- https://www.petetheplumber.com/high-efficiency-furnace-what-does-it-mean/ → no permissions-policy
- https://www.petetheplumber.com/air-conditioning/ → no permissions-policy
- https://www.petetheplumber.com/hvac/ → no permissions-policy
- https://www.petetheplumber.com/hvac/duct-cleaning/ → no permissions-policy
- https://www.petetheplumber.com/electrical/ → no permissions-policy
- https://www.petetheplumber.com/electrical/panel-upgrades/ → no permissions-policy
- 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.)
- www.googletagmanager.com (40 script tags)
- cdn.callrail.com (40 script tags)
- acuityplatform.com (40 script tags)
- www.google.com (30 script tags)
- widget.reviewability.com (1 script tag)
10 checks passed, 1 not applicable
- OKHTTPS
All 165 crawled pages were served over HTTPS.
- OKClickjacking protection
x-frame-options is set on all 165 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 165 HTML pages.
- 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
30 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.
- 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.
Sites scoring near www.petetheplumber.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- supaslides.app82/100 · rank 504 · 198 pages
- www.immigration-nation.ca81/100 · rank 572 · 1,911 pages
- www.brunilaw.com81/100 · rank 572 · 12 pages
- www.achenhenderson.ca81/100 · rank 572 · 545 pages
- www.physiomira.com81/100 · rank 572 · 37 pages
- weaverfamilyfarms.com81/100 · rank 572 · 104 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.petetheplumber.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.petetheplumber.com?
- 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.petetheplumber.com. Removal needs no account and no proof of purchase.