Scanned sites / www.boise-dentists.com / 2026-09-15-2143
www.boise-dentists.com scan from 9/15/2026, 9:43:05 PM
A newer scan exists. See the latest report for www.boise-dentists.com.
Scan 2026-09-15-2143
Scanned 9/15/2026, 9:43:05 PM, finished 9/15/2026, 10:04:49 PM. Found with openstreetmap overpass
Site: https://www.boise-dentists.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 15, 2026 the Site Spider crawled 655 pages and 999 assets of www.boise-dentists.com, starting from https://www.boise-dentists.com/. It scored 77 out of 100, a good result. 7 of 14 checks found something to fix, led by meta descriptions (500), sitemap coverage (500), title tags (395); 7 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: Medium3 medium, 4 low and 1 info findings. See the security findings ↓
- Pages crawled
- 655
- Assets fetched
- 999
- Status
- Completed
- Checks with issues
- 7 of 14
- Title tags395 issues395 of 642 pages have title issues.
- Meta descriptions500 issues512 of 642 pages have meta description issues.
- Headings3 issues3 of 642 pages have heading issues.
- Broken linksOK0 internal links point at 0 broken URLs.
- Redirects13 issues14 redirecting URLs, 0 of them chained.
- Non-200 responsesOK14 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability1 issue1 of 642 indexable pages have indexability warnings.
- Image alt textOK0 of 1414 image references have no alt attribute.
- Heavy assets12 issues13 assets larger than 500 KB among the 100 heaviest.
- Orphan pagesOK0 pages have no internal links pointing at them.
- Sitemap coverage500 issues1 sitemap listing 0 URLs: 642 crawled pages missing, 0 listed URLs broken or redirecting, 0 reachable only via the sitemap.
- Thin contentOK0 of 642 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1032 sites, median 82%, average 80%
www.boise-dentists.com scores 77%, higher than 30% of the 1032 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 shows a good health score, but improvements are needed for redirects, titles, and meta descriptions for better SEO. Address these key issues to optimize visibility and user experience.
- 1
Fix Redirects
Why: Eliminating unnecessary redirects improves user experience and site performance.
How: Update internal links to point directly to the final URLs instead of redirecting.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Correcting URLs returning non-200 responses enhances accessibility and SEO.
How: Check each non-200 URL and ensure they return a 200 status, or update links to the correct pages.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improving title tags boosts relevance in search results.
How: Shorten any long title tags to under 60 characters, ensuring they accurately describe the page.
Checks: titles
- 4
Add Missing Meta Descriptions
Why: Meta descriptions affect click-through rates from search results.
How: Create relevant meta descriptions for pages missing them. Aim for 50-160 characters.
Checks: meta-descriptions
- 5
Fix Heading Issues
Why: Correcting multiple H1s will clarify content structure for search engines.
How: Ensure there is only one H1 per page and adjust other headings accordingly.
Checks: headings
- 6
Update Sitemap
Why: The sitemap should reflect all indexable pages to improve site indexing.
How: Add missing URLs to your sitemap and submit it to 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 multiple security vulnerabilities, mainly related to lacking essential HTTP headers that protect against common attacks. Addressing these issues is crucial for safeguarding user data and enhancing the site's overall security posture.
- 0 high
- 3 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted during their first request without HTTPS.
Fix: Add the following header: Strict-Transport-Security: max-age=63072000; includeSubDomains; preload.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No CSP header means scripts and styles can load from any origin, increasing XSS risk.
Fix: Implement a CSP header, e.g., Content-Security-Policy: default-src 'self'; script-src 'self'; object-src 'none'.
Evidence: Content Security Policy
- 3
Missing Clickjacking Protection (X-Frame-Options)Medium
Why it matters: Without this header, the site can be embedded in frames, making it vulnerable to clickjacking.
Fix: Add the header: X-Frame-Options: DENY.
Evidence: Clickjacking protection
- 4
Missing MIME Sniffing Protection (X-Content-Type-Options)Low
Why it matters: Lack of this header may allow the browser to execute files as scripts incorrectly.
Fix: Include the header: X-Content-Type-Options: nosniff.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: No referrer policy means sensitive page URLs may be sent along with requests to other sites.
Fix: Add the header: Referrer-Policy: no-referrer.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing software versions allows attackers to identify known vulnerabilities.
Fix: Configure the server to hide version information. For example, set server_tokens off in nginx.
Evidence: Software version disclosure
- 7
Unprotected Third-Party ScriptsLow
Why it matters: Scripts from other domains can be altered, potentially jeopardizing site security.
Fix: Consider implementing a CSP that allows only trusted domains or evaluating the necessity of these scripts.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Without this, scripts have access to browser features that could lead to data exposure.
Fix: Include the 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.boise-dentists.com/ → no strict-transport-security
- https://www.boise-dentists.com/about/ → no strict-transport-security
- https://www.boise-dentists.com/meet-the-dentists/ → no strict-transport-security
- https://www.boise-dentists.com/dr-zach-richardson/ → no strict-transport-security
- https://www.boise-dentists.com/dr-lance-ritchie/ → no strict-transport-security
- https://www.boise-dentists.com/dr-robert-studebaker/ → no strict-transport-security
- https://www.boise-dentists.com/dr-carson-mooney/ → no strict-transport-security
- https://www.boise-dentists.com/meet-the-team/ → no strict-transport-security
- https://www.boise-dentists.com/testimonials/ → no strict-transport-security
- https://www.boise-dentists.com/services/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 642 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.boise-dentists.com/ → no content-security-policy
- https://www.boise-dentists.com/about/ → no content-security-policy
- https://www.boise-dentists.com/meet-the-dentists/ → no content-security-policy
- https://www.boise-dentists.com/dr-zach-richardson/ → no content-security-policy
- https://www.boise-dentists.com/dr-lance-ritchie/ → no content-security-policy
- https://www.boise-dentists.com/dr-robert-studebaker/ → no content-security-policy
- https://www.boise-dentists.com/dr-carson-mooney/ → no content-security-policy
- https://www.boise-dentists.com/meet-the-team/ → no content-security-policy
- https://www.boise-dentists.com/testimonials/ → no content-security-policy
- https://www.boise-dentists.com/services/ → no content-security-policy
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no content-security-policy
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → 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.boise-dentists.com/ → no x-frame-options
- https://www.boise-dentists.com/about/ → no x-frame-options
- https://www.boise-dentists.com/meet-the-dentists/ → no x-frame-options
- https://www.boise-dentists.com/dr-zach-richardson/ → no x-frame-options
- https://www.boise-dentists.com/dr-lance-ritchie/ → no x-frame-options
- https://www.boise-dentists.com/dr-robert-studebaker/ → no x-frame-options
- https://www.boise-dentists.com/dr-carson-mooney/ → no x-frame-options
- https://www.boise-dentists.com/meet-the-team/ → no x-frame-options
- https://www.boise-dentists.com/testimonials/ → no x-frame-options
- https://www.boise-dentists.com/services/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → 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.boise-dentists.com/ → no x-content-type-options
- https://www.boise-dentists.com/about/ → no x-content-type-options
- https://www.boise-dentists.com/meet-the-dentists/ → no x-content-type-options
- https://www.boise-dentists.com/dr-zach-richardson/ → no x-content-type-options
- https://www.boise-dentists.com/dr-lance-ritchie/ → no x-content-type-options
- https://www.boise-dentists.com/dr-robert-studebaker/ → no x-content-type-options
- https://www.boise-dentists.com/dr-carson-mooney/ → no x-content-type-options
- https://www.boise-dentists.com/meet-the-team/ → no x-content-type-options
- https://www.boise-dentists.com/testimonials/ → no x-content-type-options
- https://www.boise-dentists.com/services/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → 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.boise-dentists.com/ → no referrer-policy
- https://www.boise-dentists.com/about/ → no referrer-policy
- https://www.boise-dentists.com/meet-the-dentists/ → no referrer-policy
- https://www.boise-dentists.com/dr-zach-richardson/ → no referrer-policy
- https://www.boise-dentists.com/dr-lance-ritchie/ → no referrer-policy
- https://www.boise-dentists.com/dr-robert-studebaker/ → no referrer-policy
- https://www.boise-dentists.com/dr-carson-mooney/ → no referrer-policy
- https://www.boise-dentists.com/meet-the-team/ → no referrer-policy
- https://www.boise-dentists.com/testimonials/ → no referrer-policy
- https://www.boise-dentists.com/services/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → 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.boise-dentists.com/ → no permissions-policy
- https://www.boise-dentists.com/about/ → no permissions-policy
- https://www.boise-dentists.com/meet-the-dentists/ → no permissions-policy
- https://www.boise-dentists.com/dr-zach-richardson/ → no permissions-policy
- https://www.boise-dentists.com/dr-lance-ritchie/ → no permissions-policy
- https://www.boise-dentists.com/dr-robert-studebaker/ → no permissions-policy
- https://www.boise-dentists.com/dr-carson-mooney/ → no permissions-policy
- https://www.boise-dentists.com/meet-the-team/ → no permissions-policy
- https://www.boise-dentists.com/testimonials/ → no permissions-policy
- https://www.boise-dentists.com/services/ → no permissions-policy
- https://www.boise-dentists.com/boise-id/general-dentistry/ → no permissions-policy
- https://www.boise-dentists.com/boise-id/teeth-cleaning/ → no permissions-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: nginx (1654 responses)
- x-powered-by: WP Rocket/3.23.3.3 (1 response)
- NoteThird-party scripts
Scripts run from 2 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.)
- cdn.trustindex.io (42 script tags)
- hipaa.form-reply.com (40 script tags)
5 checks passed, 3 not applicable
- OKHTTPS
All 642 crawled pages were served over HTTPS.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- 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.
- Not applicableForms over HTTPS
No forms were found on the sampled pages.
- Not applicableVulnerable JavaScript libraries
No recognisable library versions were found in the sampled scripts.
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.boise-dentists.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.