Scanned sites / www.forrestfencing.com / 2026-09-17-2300
www.forrestfencing.com scan from 9/17/2026, 11:00:01 PM
Scan 2026-09-17-2300
Scanned 9/17/2026, 11:00:01 PM, finished 9/17/2026, 11:07:30 PM. Found on page 3 of chatgpt for browser (api usage) results
Site: https://www.forrestfencing.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 17, 2026 the Site Spider crawled 54 pages and 412 assets of www.forrestfencing.com, starting from https://www.forrestfencing.com/. It scored 70 out of 100, a result that needs work. 6 of 14 checks found something to fix, led by meta descriptions (53), title tags (52), indexability (30); 8 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: Medium2 medium and 1 info findings. See the security findings ↓
- Pages crawled
- 54
- Assets fetched
- 412
- Status
- Completed
- Checks with issues
- 6 of 14
- Title tags52 issues52 of 54 pages have title issues.
- Meta descriptions53 issues53 of 54 pages have meta description issues.
- Headings5 issues5 of 54 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- RedirectsOK0 redirecting URLs, 0 of them chained.
- Non-200 responsesOK0 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability30 issues30 of 54 indexable pages have indexability warnings.
- Image alt textOK0 of 1120 image references have no alt attribute. 742 use an empty alt (decorative), which is fine.
- Heavy assets8 issues9 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage13 issues1 sitemap listing 41 URLs: 13 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 54 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1075 sites, median 82%, average 80%
www.forrestfencing.com scores 70%, higher than 13% of the 1075 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 findingsThe website has notable issues with title tags, meta descriptions, headings, indexability, heavy assets, and sitemap coverage. Addressing these will improve SEO health significantly.
- 1
Fix Title Tags
Why: 52 pages have short or missing title tags, affecting SEO.
How: Ensure each title tag is unique and contains relevant keywords, ideally between 30-60 characters.
Checks: titles
- 2
Add Meta Descriptions
Why: 53 pages are missing meta descriptions, which influences click-through rates.
How: Create unique meta descriptions for each page, ideally between 50-160 characters, summarizing content with keywords.
Checks: meta-descriptions
- 3
Implement H1 Headings
Why: 5 pages lack H1 headings, which are essential for SEO structure.
How: Add a single, relevant H1 heading to each affected page that describes its content.
Checks: headings
- 4
Add Canonical Tags
Why: 30 pages have indexability issues, mainly due to missing canonical tags.
How: Include a canonical tag referencing the preferred version of the page to avoid duplicate content issues.
Checks: indexability
- 5
Optimize Heavy Assets
Why: Large assets can slow page load speed, affecting user experience and SEO.
How: Compress images and reduce PDF document sizes or consider alternative lighter formats.
Checks: heavy-assets
- 6
Update Sitemap Coverage
Why: 13 crawled pages are missing from the sitemap, potentially limiting their visibility.
How: Add all relevant URLs to the sitemap to ensure they are indexed by search engines.
Checks: sitemap-coverage
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 has several security issues regarding cookie protections, permissions policy, and Content Security Policy that could expose it to risks. Implementing recommended headers and flag settings is essential to enhance security.
- 0 high
- 2 medium
- 0 low
- 1 info
- 1
Cookie Lacks SameSite AttributeMedium
Why it matters: The missing SameSite attribute allows the cookie to be sent with cross-site requests, increasing CSRF risk.
Fix: Set the SameSite attribute on cookie `d10eee81bfdef277b54484d69e6517e5` to `SameSite=Lax`.
Evidence: Cookie flags
- 2
Insecure Content Security PolicyMedium
Why it matters: Allowing 'unsafe-inline' and 'unsafe-eval' reduces the effectiveness of the CSP, increasing the risk of XSS attacks.
Fix: Modify the CSP to remove 'unsafe-inline' and 'unsafe-eval' to strengthen protection against injected scripts.
Evidence: Content Security Policy
- 3
Missing Permissions-Policy HeaderInfo
Why it matters: Without this header, the site allows certain browser features which may be exploited by malicious scripts.
Fix: Add `Permissions-Policy: geolocation=(self), microphone=(self), camera=(self)` to response headers for all pages.
Evidence: Permissions policy
What the checks found
- 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.forrestfencing.com/ → no permissions-policy
- https://www.forrestfencing.com/general-information/install-process.html → no permissions-policy
- https://www.forrestfencing.com/general-information/warranties.html → no permissions-policy
- https://www.forrestfencing.com/general-information/faq.html → no permissions-policy
- https://www.forrestfencing.com/general-information/do-it-yourself.html → no permissions-policy
- https://www.forrestfencing.com/services.html → no permissions-policy
- https://www.forrestfencing.com/services/commercial.html → no permissions-policy
- https://www.forrestfencing.com/services/residential.html → no permissions-policy
- https://www.forrestfencing.com/services/solar-fields.html → no permissions-policy
- https://www.forrestfencing.com/services/temporary-fence-panels.html → no permissions-policy
- https://www.forrestfencing.com/services/gates.html → no permissions-policy
- https://www.forrestfencing.com/services/gate-operators.html → no permissions-policy
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- d10eee81bfdef277b54484d69e6517e5 (set by https://www.forrestfencing.com/) lacks SameSite
- NoteContent Security Policy
A Content-Security-Policy is set, but it allows inline or eval scripts ('unsafe-inline' / 'unsafe-eval'), which removes most of its protection against injected scripts.
- https://www.forrestfencing.com/ → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/general-information/install-process.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/general-information/warranties.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/general-information/faq.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/general-information/do-it-yourself.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/commercial.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/residential.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/solar-fields.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/temporary-fence-panels.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/gates.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- https://www.forrestfencing.com/services/gate-operators.html → default-src 'self'; base-uri 'self'; object-src 'none'; frame-ancestors 'self'; form-action 'self'; img-src 'self' data: https:; script-src 'self' 'unsafe-inline' https://www.googletagmanager.com https://www.google-analytics.com https://analytics.google.com https://www.google.com https://www.gstatic
- NoteThird-party scripts
Scripts run from 1 other domain 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.google.com (40 script tags)
- NoteSensitive paths in robots.txt
robots.txt lists 3 paths 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: /administrator/
- Disallow: /includes/
- Disallow: /tmp/
11 checks passed
- OKHTTPS
All 54 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 54 HTML pages.
- OKClickjacking protection
x-frame-options is set on all 54 HTML pages.
- OKMIME sniffing protection
x-content-type-options is set on all 54 HTML pages.
- OKReferrer policy
referrer-policy is set on all 54 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
5 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.
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.forrestfencing.com 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.