Scanned sites / www.boise-dentists.com / 2026-09-20-1529
www.boise-dentists.com scan from 9/20/2026, 3:29:21 PM
Scan 2026-09-20-1529
Scanned 9/20/2026, 3:29:21 PM, finished 9/20/2026, 3:53:51 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 20, 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 1676 image references have no alt attribute.
- Heavy assets13 issues14 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
1123 sites, median 82%, average 80%
www.boise-dentists.com scores 77%, higher than 30% of the 1123 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 website has several SEO issues that need addressing, including many redirecting URLs, non-200 response codes, title and meta description problems, heading issues, and a missing sitemap. Prioritize these fixes for better performance.
- 1
Fix Redirects
Why: Redirects can hinder SEO; fixing them improves user experience and crawl efficiency.
How: Update or remove unnecessary redirects to ensure users and crawlers reach the final URLs directly.
Checks: redirects
- 2
Resolve Non-200 Responses
Why: Non-200 responses can lead to poor user experience and affect indexing.
How: Identify and correct the 14 URLs that return errors or redirects to ensure they serve a valid response.
Checks: status-codes
- 3
Correct Title Tag Issues
Why: Optimizing title tags improves SEO and click-through rates.
How: Rewrite the 395 title tags to be under 60 characters, incorporating relevant keywords.
Checks: titles
- 4
Add Meta Descriptions
Why: Meta descriptions enhance search result quality and can increase clicks.
How: Create unique meta descriptions for the 512 pages missing them, ideally under 160 characters, summarizing page content.
Checks: meta-descriptions
- 5
Fix Multiple H1s
Why: Having multiple H1 tags can confuse search engines and reduce ranking potential.
How: Ensure each page has one H1 tag; revise the 3 problematic pages accordingly.
Checks: headings
- 6
Update Sitemap Coverage
Why: A complete sitemap is essential for indexability and discoverability by search engines.
How: Ensure all 642 pages are listed in the sitemap and update it accordingly.
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 crawlYour website has several privacy and security vulnerabilities that could expose it to various risks. Most critically, you're missing several security headers, which can leave the site open to attacks such as clickjacking and content injection. Implementing these headers is crucial for protecting both your visitors and your site's integrity.
- 0 high
- 3 medium
- 4 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, a visitor can be intercepted on their 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: Absence of CSP allows scripts and assets to be loaded from any source, risking cross-site scripting attacks.
Fix: Add 'Content-Security-Policy: default-src 'self';'.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without this header, your pages can be embedded in frames on other sites, exposing users to clickjacking.
Fix: Set 'X-Frame-Options: DENY' or 'SAMEORIGIN'.
Evidence: Clickjacking protection
- 4
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers might run files as scripts based on their contents, leading to potential vulnerabilities.
Fix: Add 'X-Content-Type-Options: nosniff'.
Evidence: MIME sniffing protection
- 5
Missing Referrer PolicyLow
Why it matters: Not having a Referrer-Policy exposes full page URLs to external sites when users click links.
Fix: Include 'Referrer-Policy: no-referrer'.
Evidence: Referrer policy
- 6
Server Version DisclosureLow
Why it matters: Revealing server software versions can help attackers exploit known vulnerabilities.
Fix: Remove or mask the 'Server' and 'X-Powered-By' headers.
Evidence: Software version disclosure
- 7
Third-Party Scripts without Subresource IntegrityLow
Why it matters: Using external scripts without integrity checks increases the risk of compromised content being run on your site.
Fix: Implement Subresource Integrity (SRI) for third-party scripts or add a Content-Security-Policy that allows only known trusted sources.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Absence of this header allows potential misuse of browser features like camera access by injected scripts.
Fix: Add 'Permissions-Policy: geolocation=(self), microphone=()'.
Evidence: Permissions policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
470 of 642 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.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/meet-the-team/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/invisalign/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/restorative-dentistry/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/dental-implants/ → no strict-transport-security
- https://www.boise-dentists.com/boise-id/root-canals/ → no strict-transport-security
- https://www.boise-dentists.com/online-payments/ → no strict-transport-security
- https://www.boise-dentists.com/patient-forms-cancellation-policy-medical-records-transfer/ → no strict-transport-security
- https://www.boise-dentists.com/faqs/ → 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
470 of 642 HTML pages send 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/meet-the-team/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/invisalign/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/restorative-dentistry/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/dental-implants/ → no x-frame-options
- https://www.boise-dentists.com/boise-id/root-canals/ → no x-frame-options
- https://www.boise-dentists.com/online-payments/ → no x-frame-options
- https://www.boise-dentists.com/patient-forms-cancellation-policy-medical-records-transfer/ → no x-frame-options
- https://www.boise-dentists.com/faqs/ → no x-frame-options
- FoundMIME sniffing protectionLow
470 of 642 HTML pages send 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/meet-the-team/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/invisalign/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/restorative-dentistry/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/dental-implants/ → no x-content-type-options
- https://www.boise-dentists.com/boise-id/root-canals/ → no x-content-type-options
- https://www.boise-dentists.com/online-payments/ → no x-content-type-options
- https://www.boise-dentists.com/patient-forms-cancellation-policy-medical-records-transfer/ → no x-content-type-options
- https://www.boise-dentists.com/faqs/ → no x-content-type-options
- FoundReferrer policyLow
470 of 642 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.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/meet-the-team/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/invisalign/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/restorative-dentistry/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/dental-implants/ → no referrer-policy
- https://www.boise-dentists.com/boise-id/root-canals/ → no referrer-policy
- https://www.boise-dentists.com/online-payments/ → no referrer-policy
- https://www.boise-dentists.com/patient-forms-cancellation-policy-medical-records-transfer/ → no referrer-policy
- https://www.boise-dentists.com/faqs/ → 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.
Sites scoring near www.boise-dentists.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- saskflowers.com78/100 · rank 714 · 215 pages
- e-accounting.biz78/100 · rank 714 · 63 pages
- maidensail.com78/100 · rank 714 · 200 pages
- www.jslawmt.com77/100 · rank 749 · 196 pages
- plausible.io77/100 · rank 749 · 446 pages
- www.atlantaharvest.com77/100 · rank 749 · 37 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.boise-dentists.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.boise-dentists.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.boise-dentists.com. Removal needs no account and no proof of purchase.