Scanned sites / www.boise-dentist.com / 2026-09-24-2317
www.boise-dentist.com scan from 9/24/2026, 11:17:05 PM
Scan 2026-09-24-2317
Scanned 9/24/2026, 11:17:05 PM, finished 9/24/2026, 11:28:04 PM. Found with openstreetmap overpass
Site: https://www.boise-dentist.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 24, 2026 the Site Spider crawled 173 pages and 578 assets of www.boise-dentist.com, starting from https://www.boise-dentist.com/. It scored 76 out of 100, a good result. 9 of 14 checks found something to fix, led by title tags (119), meta descriptions (111), sitemap coverage (81); 5 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, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 173
- Assets fetched
- 578
- Status
- Completed
- Checks with issues
- 9 of 14
- Title tags119 issues119 of 164 pages have title issues.
- Meta descriptions111 issues111 of 164 pages have meta description issues.
- Headings41 issues41 of 164 pages have heading issues.
- Broken links3 issues4 internal links point at 3 broken URLs.
- Redirects6 issues7 redirecting URLs, 0 of them chained.
- Non-200 responses3 issues12 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 164 indexable pages have indexability warnings.
- Image alt textOK0 of 954 image references have no alt attribute. 850 use an empty alt (decorative), which is fine.
- Heavy assets8 issues8 assets larger than 500 KB among the 100 heaviest.
- Orphan pages74 issues74 pages have no internal links pointing at them.
- Sitemap coverage81 issues7 sitemaps listing 159 URLs: 6 crawled pages missing, 0 listed URLs broken or redirecting, 75 reachable only via the sitemap.
- Thin contentOK0 of 164 pages have fewer than 200 words.
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1240 sites, median 82%, average 80%
www.boise-dentist.com scores 76%, higher than 27% of the 1240 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 affecting performance. Focus on fixing broken links, non-200 responses, title and meta description issues, and orphan pages for immediate improvements.
- 1
Fix Broken Links
Why: Broken links harm user experience and SEO.
How: Replace or remove links pointing to these URLs: /patients/dental-benefits/, /services/invisalign-and-orthodontic-treatments/, /services/minimal-invasive-dentistry/.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: Non-200 responses can negatively affect indexing.
How: Ensure the listed URLs return a 200 response instead of a redirect.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improper title lengths can impact search visibility.
How: Rewrite titles to be under 60 characters for the 119 affected pages.
Checks: titles
- 4
Improve Meta Descriptions
Why: Long or missing meta descriptions can decrease click-through rates.
How: Revise meta descriptions to be under 160 characters for the 111 affected pages.
Checks: meta-descriptions
- 5
Address Orphan Pages
Why: Orphan pages lack internal links and may not be indexed.
How: Link to the 74 orphan pages from relevant existing pages.
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 crawlYour website lacks several important security headers, making it vulnerable to attacks like clickjacking and scripted content injection. Implementing these headers will help secure your site against various threats.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: No Content Security Policy prevents control over where resources may load from, increasing risk of cross-site scripting attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing Clickjacking ProtectionMedium
Why it matters: Absence of X-Frame-Options allows your pages to be embedded in frames, risking clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Missing MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options, a browser may misinterpret files, allowing potential script execution.
Fix: Add the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 4
Missing Referrer PolicyLow
Why it matters: No referrer policy exposes complete page URLs, risking sensitive information leakage when users navigate.
Fix: Add the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 5
Third-party Scripts Lack Subresource IntegrityLow
Why it matters: Scripts from external domains can be modified, compromising your site functionality and security.
Fix: Consider implementing a Content-Security-Policy that specifies trusted sources or using Subresource Integrity.
Evidence: Third-party scripts
- 6
Missing Permissions PolicyInfo
Why it matters: Without a Permissions-Policy, potential scripts could access sensitive features like camera or location.
Fix: Add the header: Permissions-Policy: microphone=(), camera=();
Evidence: Permissions policy
What the checks found
- FoundContent Security PolicyMedium
None of the 164 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-dentist.com/ → no content-security-policy
- https://www.boise-dentist.com/about/ → no content-security-policy
- https://www.boise-dentist.com/dr-rosa-pothier/ → no content-security-policy
- https://www.boise-dentist.com/dr-dan-bruce/ → no content-security-policy
- https://www.boise-dentist.com/dr-rob-ririe/ → no content-security-policy
- https://www.boise-dentist.com/patient-financing/ → no content-security-policy
- https://www.boise-dentist.com/cherry-financing/ → no content-security-policy
- https://www.boise-dentist.com/about/community-involvement/ → no content-security-policy
- https://www.boise-dentist.com/services/ → no content-security-policy
- https://www.boise-dentist.com/services/cosmetic-dentistry/ → no content-security-policy
- https://www.boise-dentist.com/services/kor-teeth-whitening/ → no content-security-policy
- https://www.boise-dentist.com/services/minimally-invasive-cosmetic-dentistry/ → 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-dentist.com/ → no x-frame-options
- https://www.boise-dentist.com/about/ → no x-frame-options
- https://www.boise-dentist.com/dr-rosa-pothier/ → no x-frame-options
- https://www.boise-dentist.com/dr-dan-bruce/ → no x-frame-options
- https://www.boise-dentist.com/dr-rob-ririe/ → no x-frame-options
- https://www.boise-dentist.com/patient-financing/ → no x-frame-options
- https://www.boise-dentist.com/cherry-financing/ → no x-frame-options
- https://www.boise-dentist.com/about/community-involvement/ → no x-frame-options
- https://www.boise-dentist.com/services/ → no x-frame-options
- https://www.boise-dentist.com/services/cosmetic-dentistry/ → no x-frame-options
- https://www.boise-dentist.com/services/kor-teeth-whitening/ → no x-frame-options
- https://www.boise-dentist.com/services/minimally-invasive-cosmetic-dentistry/ → 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-dentist.com/ → no x-content-type-options
- https://www.boise-dentist.com/about/ → no x-content-type-options
- https://www.boise-dentist.com/dr-rosa-pothier/ → no x-content-type-options
- https://www.boise-dentist.com/dr-dan-bruce/ → no x-content-type-options
- https://www.boise-dentist.com/dr-rob-ririe/ → no x-content-type-options
- https://www.boise-dentist.com/patient-financing/ → no x-content-type-options
- https://www.boise-dentist.com/cherry-financing/ → no x-content-type-options
- https://www.boise-dentist.com/about/community-involvement/ → no x-content-type-options
- https://www.boise-dentist.com/services/ → no x-content-type-options
- https://www.boise-dentist.com/services/cosmetic-dentistry/ → no x-content-type-options
- https://www.boise-dentist.com/services/kor-teeth-whitening/ → no x-content-type-options
- https://www.boise-dentist.com/services/minimally-invasive-cosmetic-dentistry/ → 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-dentist.com/ → no referrer-policy
- https://www.boise-dentist.com/about/ → no referrer-policy
- https://www.boise-dentist.com/dr-rosa-pothier/ → no referrer-policy
- https://www.boise-dentist.com/dr-dan-bruce/ → no referrer-policy
- https://www.boise-dentist.com/dr-rob-ririe/ → no referrer-policy
- https://www.boise-dentist.com/patient-financing/ → no referrer-policy
- https://www.boise-dentist.com/cherry-financing/ → no referrer-policy
- https://www.boise-dentist.com/about/community-involvement/ → no referrer-policy
- https://www.boise-dentist.com/services/ → no referrer-policy
- https://www.boise-dentist.com/services/cosmetic-dentistry/ → no referrer-policy
- https://www.boise-dentist.com/services/kor-teeth-whitening/ → no referrer-policy
- https://www.boise-dentist.com/services/minimally-invasive-cosmetic-dentistry/ → 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-dentist.com/ → no permissions-policy
- https://www.boise-dentist.com/about/ → no permissions-policy
- https://www.boise-dentist.com/dr-rosa-pothier/ → no permissions-policy
- https://www.boise-dentist.com/dr-dan-bruce/ → no permissions-policy
- https://www.boise-dentist.com/dr-rob-ririe/ → no permissions-policy
- https://www.boise-dentist.com/patient-financing/ → no permissions-policy
- https://www.boise-dentist.com/cherry-financing/ → no permissions-policy
- https://www.boise-dentist.com/about/community-involvement/ → no permissions-policy
- https://www.boise-dentist.com/services/ → no permissions-policy
- https://www.boise-dentist.com/services/cosmetic-dentistry/ → no permissions-policy
- https://www.boise-dentist.com/services/kor-teeth-whitening/ → no permissions-policy
- https://www.boise-dentist.com/services/minimally-invasive-cosmetic-dentistry/ → no permissions-policy
- 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.)
- widgets.leadconnectorhq.com (2 script tags)
- www.google.com (3 script tags)
9 checks passed, 1 not applicable
- OKHTTPS
All 164 crawled pages were served over HTTPS.
- OKHTTP Strict Transport Security
strict-transport-security is set on all 164 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
3 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKVulnerable JavaScript libraries
2 library versions 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.boise-dentist.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- carechiropractic.ca77/100 · rank 822 · 156 pages
- photoai.com77/100 · rank 822 · 200 pages
- avettstudio.lovable.app77/100 · rank 822 · 10 pages
- www.mardaloopphysio.com76/100 · rank 864 · 94 pages
- franchimanagement.com76/100 · rank 864 · 17 pages
- lemscontracting.com76/100 · rank 864 · 22 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.boise-dentist.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.boise-dentist.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-dentist.com. Removal needs no account and no proof of purchase.