Scanned sites / www.furnasmanright-time.ca / 2026-09-27-1612
www.furnasmanright-time.ca scan from 9/27/2026, 4:12:00 PM
A newer scan exists. See the latest report for www.furnasmanright-time.ca.
Scan 2026-09-27-1612
Scanned 9/27/2026, 4:12:00 PM, finished 9/27/2026, 6:00:41 PM. Found with openstreetmap overpass
Site: https://www.furnasmanright-time.ca/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 27, 2026 the Site Spider crawled 861 pages and 1002 assets of www.furnasmanright-time.ca, starting from https://www.furnasmanright-time.ca/. It scored 78 out of 100, a good result. 13 of 16 checks found something to fix, led by heavy assets (45), links to other sites (125), sitemap coverage (518); 2 checks passed. Most of the points went to heavy assets (−6), links to other sites (−4), meta descriptions (−3.9). 1 check 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: Medium4 medium, 2 low and 1 info findings. See the security findings ↓
- Pages crawled
- 861
- Assets fetched
- 1002
- Status
- Completed
- Checks with issues
- 13 of 16
1,863 of 1,863 discovered URLs were fetched, 3,110 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. 220 link destinations on other sites were checked.
- Title tags246 issues246 of 793 pages have title issues. 2 noindex or canonicalized pages excluded.−3.1 points
- Meta descriptions392 issues392 of 793 pages have meta description issues. 2 noindex or canonicalized pages excluded.−3.9 points
- Headings97 issues97 of 793 pages have heading issues. 2 noindex or canonicalized pages excluded.−0.7 points
- Broken links36 issues73 internal links point at 36 broken URLs.−0.9 points
- Links to other sites125 issues125 destinations answered with an error, 34 could not be determined (timeouts, rate limits or refusals), of 220 destinations checked.−4 points
- Redirects31 issues30 redirecting URLs, 6 of them chained.−0.2 points
- Non-200 responses37 issues67 URLs did not return a 2xx response. 66 of them are pages, 37 with an error status; the rest are assets or redirects.−0.5 points
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability6 issues6 of 794 indexable pages have indexability warnings. 1 page noindex by design.−0.1 points
- Image alt text794 issues794 of 15397 image references have no alt attribute. 5714 use an empty alt (decorative), which is fine.−0.3 points
- Heavy assets45 issues45 assets larger than 500 KB among 1002 fetched assets.−6 points
- Orphan pages499 issues499 pages have no internal links pointing at them.−2.5 points
- Sitemap coverage518 issues10 sitemaps listing 773 URLs: 16 crawled pages missing, 2 listed URLs broken or redirecting, 500 reachable only via the sitemap.−3.9 points
- Internal link countsOKInternal link counts for 500 pages.
- Thin contentOK0 of 793 pages have fewer than 200 words. 2 noindex or canonicalized pages excluded.
- Duplicate content37 issues1 group of pages with identical HTML.−0.4 points
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.furnasmanright-time.ca scores 78%, higher than 38% 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 a few critical issues that need addressing for better SEO performance. Key changes include fixing broken links and resolving redirect chains. Enhancing title tags and meta descriptions can also improve visibility. Focus efforts on internal linking to orphan pages for better indexability.
- 1
Fix Broken Links
Why: 73 internal links lead to broken URLs, harming user experience and SEO.
How: Locate broken links and either update or remove them from the content.
Checks: broken-links
- 2
Resolve Redirect Chains
Why: 30 URLs redirect, with 6 in chains; this affects load times and SEO ranking.
How: Simplify or remove unnecessary redirects by directly linking to final destinations.
Checks: redirects
- 3
Optimize Title Tags
Why: 246 pages have title issues, which can hurt click-through rates.
How: Revise titles to be concise (under 60 characters) and keyword-rich where appropriate.
Checks: titles
- 4
Improve Meta Descriptions
Why: 392 pages have meta description issues, impacting visibility in search results.
How: Craft clear, engaging descriptions (under 160 characters) that include keywords.
Checks: meta-descriptions
- 5
Address Heading Issues
Why: 97 pages have multiple H1s which confuses search engines and users.
How: Ensure each page has a single H1 tag, use H2s for subheadings instead.
Checks: headings
- 6
Link to Orphan Pages
Why: 499 pages have no internal links, which limits their visibility and indexing.
How: Add internal links from relevant pages to encourage user navigation and SEO benefits.
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 website lacks critical security headers that protect against various web vulnerabilities. Notably, it does not enforce HTTP Strict Transport Security (HSTS) or Content Security Policy (CSP). Additionally, there are vulnerabilities in the jQuery library being used. Implementing necessary security measures is crucial to safeguard your site effectively.
- 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 their first attempt to access your site, making it vulnerable to man-in-the-middle attacks.
Fix: Add the header `Strict-Transport-Security: max-age=31536000; includeSubDomains; preload` to all responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: Not having a CSP allows scripts and resources to load without restriction, increasing the risk of cross-site scripting attacks.
Fix: Implement the header `Content-Security-Policy: default-src 'self'; script-src 'self';` to control content loading.
Evidence: Content Security Policy
- 3
Missing X-Frame-Options HeaderMedium
Why it matters: Pages without this protection can be embedded in iframes on malicious sites, allowing clickjacking.
Fix: Add `X-Frame-Options: DENY` or use a CSP directive such as `frame-ancestors 'none';`.
Evidence: Clickjacking protection
- 4
Vulnerable jQuery LibraryMedium
Why it matters: Using jQuery 3.1.1 contains known vulnerabilities that could be exploited, depending on usage.
Fix: Upgrade jQuery to version 3.5.0 or higher to address these vulnerabilities.
Evidence: Vulnerable JavaScript libraries
- 5
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may incorrectly interpret file types, leading to security risks.
Fix: Add the header `X-Content-Type-Options: nosniff` to all responses.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Not having a referrer policy may expose sensitive URL information when users navigate away from your site.
Fix: Set the header `Referrer-Policy: no-referrer` to limit the data sent.
Evidence: Referrer policy
- 7
Missing Permissions PolicyInfo
Why it matters: Lacking this policy means unnecessary permissions in the browser may be available to injected scripts.
Fix: Add `Permissions-Policy: camera=(), microphone=(), geolocation=()` to limit features.
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.furnasmanright-time.ca/ → no strict-transport-security
- https://www.furnasmanright-time.ca/heating/boilers/ → no strict-transport-security
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no strict-transport-security
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no strict-transport-security
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no strict-transport-security
- https://www.furnasmanright-time.ca/hvac-service/ → no strict-transport-security
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no strict-transport-security
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no strict-transport-security
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no strict-transport-security
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no strict-transport-security
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no strict-transport-security
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 795 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.furnasmanright-time.ca/ → no content-security-policy
- https://www.furnasmanright-time.ca/heating/boilers/ → no content-security-policy
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no content-security-policy
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no content-security-policy
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no content-security-policy
- https://www.furnasmanright-time.ca/hvac-service/ → no content-security-policy
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no content-security-policy
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no content-security-policy
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no content-security-policy
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no content-security-policy
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no content-security-policy
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → 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.furnasmanright-time.ca/ → no x-frame-options
- https://www.furnasmanright-time.ca/heating/boilers/ → no x-frame-options
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no x-frame-options
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no x-frame-options
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no x-frame-options
- https://www.furnasmanright-time.ca/hvac-service/ → no x-frame-options
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no x-frame-options
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no x-frame-options
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no x-frame-options
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no x-frame-options
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no x-frame-options
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → 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.furnasmanright-time.ca/ → no x-content-type-options
- https://www.furnasmanright-time.ca/heating/boilers/ → no x-content-type-options
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no x-content-type-options
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no x-content-type-options
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no x-content-type-options
- https://www.furnasmanright-time.ca/hvac-service/ → no x-content-type-options
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no x-content-type-options
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no x-content-type-options
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no x-content-type-options
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no x-content-type-options
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no x-content-type-options
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → 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.furnasmanright-time.ca/ → no referrer-policy
- https://www.furnasmanright-time.ca/heating/boilers/ → no referrer-policy
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no referrer-policy
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no referrer-policy
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no referrer-policy
- https://www.furnasmanright-time.ca/hvac-service/ → no referrer-policy
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no referrer-policy
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no referrer-policy
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no referrer-policy
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no referrer-policy
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no referrer-policy
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → 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.furnasmanright-time.ca/ → no permissions-policy
- https://www.furnasmanright-time.ca/heating/boilers/ → no permissions-policy
- https://www.furnasmanright-time.ca/heating/furnace-installation/ → no permissions-policy
- https://www.furnasmanright-time.ca/heating/furnace-repair/ → no permissions-policy
- https://www.furnasmanright-time.ca/heating/heat-pumps/ → no permissions-policy
- https://www.furnasmanright-time.ca/hvac-service/ → no permissions-policy
- https://www.furnasmanright-time.ca/air-quality/uv-air-purifiers/ → no permissions-policy
- https://www.furnasmanright-time.ca/air-quality/humidifiers/ → no permissions-policy
- https://www.furnasmanright-time.ca/air-conditioning-installation/ → no permissions-policy
- https://www.furnasmanright-time.ca/air-conditioning-repair/ → no permissions-policy
- https://www.furnasmanright-time.ca/air-conditioning-services/ → no permissions-policy
- https://www.furnasmanright-time.ca/heating/heat-pump-repair/ → no permissions-policy
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 3.1.1. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 3.1.1 in https://www.furnasmanright-time.ca/wp-content/plugins/gravityforms/js/placehold…: CVE-2019-11358 (prototype pollution), CVE-2020-11022, CVE-2020-11023 (XSS via HTML passed to DOM methods); fixed in 3.5.0
- NoteSoftware version disclosure
Responses name the framework in an X-Powered-By header but hide the version.
- server: cloudflare (1863 responses)
- x-powered-by: WP Engine (872 responses)
- NoteThird-party scripts
Scripts run from 6 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)
- tag.validate.audio (40 script tags)
- web.accesspro.ai (40 script tags)
- embed.scheduler.servicetitan.com (40 script tags)
- cdn.jsdelivr.net (40 script tags)
- www.google.com (40 script tags)
7 checks passed
- OKHTTPS
All 795 crawled pages were served over HTTPS.
- OKCookie flags
All 1 cookie carry Secure, HttpOnly and SameSite flags.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
40 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.
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.furnasmanright-time.ca
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- cougarmechanical.com79/100 · rank 713 · 152 pages
- franklinphotographywa.com79/100 · rank 713 · 21 pages
- www.smilesourcespokane.com78/100 · rank 758 · 261 pages
- longrowlavender.com78/100 · rank 758 · 288 pages
- www.advancedhealthphysio.com78/100 · rank 758 · 76 pages
- www.eitherorpdx.com78/100 · rank 758 · 14 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.furnasmanright-time.ca from its pages as published, the way a search engine does. It shows summary figures only.
Own www.furnasmanright-time.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.furnasmanright-time.ca. Removal needs no account and no proof of purchase.