Scanned sites / www.boise-dentist.com / 2026-09-23-2018
www.boise-dentist.com scan from 9/23/2026, 8:18:20 PM
Scan 2026-09-23-2018
Scanned 9/23/2026, 8:18:20 PM, finished 9/23/2026, 9:02:54 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 23, 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
1210 sites, median 82%, average 80%
www.boise-dentist.com scores 76%, higher than 27% of the 1210 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 several issues that need addressing for better SEO performance. Prioritize fixing broken links, resolving non-200 responses, and correcting title and meta description problems.
- 1
Fix Broken Links
Why: Broken links can harm user experience and SEO rankings.
How: Update or remove the links found in the crawl results.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: Pages that don't return a 200 status can be flagged by search engines.
How: Check the listed URLs and ensure they return a 2xx status.
Checks: status-codes
- 3
Correct Title Tag Issues
Why: Improper length or duplicates can affect search visibility.
How: Shorten title tags to under 60 characters, avoiding duplication.
Checks: titles
- 4
Revise Meta Descriptions
Why: Long or missing descriptions can decrease click-through rates.
How: Ensure all pages have unique meta descriptions under 160 characters.
Checks: meta-descriptions
- 5
Fix Heading Issues
Why: Multiple H1 tags confuse search engines and users.
How: Standardize heading structures by using only one H1 per page.
Checks: headings
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 that protect against various attacks, such as clickjacking and script injection. Implementing these headers will improve your site's security posture significantly.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, your site is vulnerable to script injections and attacks from malicious sources.
Fix: Add 'Content-Security-Policy: default-src 'self';' to your response headers.
Evidence: Content Security Policy
- 2
Lack of Clickjacking ProtectionMedium
Why it matters: Not having the X-Frame-Options header allows your site to be framed, which can lead to clickjacking attacks.
Fix: Set 'X-Frame-Options: SAMEORIGIN' in your response headers.
Evidence: Clickjacking protection
- 3
Absence of MIME Sniffing ProtectionLow
Why it matters: Without X-Content-Type-Options: nosniff, browsers may execute files incorrectly based on their contents.
Fix: Include 'X-Content-Type-Options: nosniff' in your response headers.
Evidence: MIME sniffing protection
- 4
No Referrer Policy SetLow
Why it matters: Without a referrer policy, sensitive information may leak when users navigate from your site.
Fix: Add 'Referrer-Policy: no-referrer' to your response headers.
Evidence: Referrer policy
- 5
Third-party Scripts Without Subresource IntegrityLow
Why it matters: Scripts from external sources can be altered without your consent, leading to security issues.
Fix: Implement a Content-Security-Policy that allows only trusted script sources.
Evidence: Third-party scripts
- 6
Missing Permissions PolicyInfo
Why it matters: A Permissions-Policy header can help limit browser features, reducing the risk from injected scripts.
Fix: Set 'Permissions-Policy: geolocation=(), microphone=(), camera=()' in your response headers.
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 804 · 156 pages
- photoai.com77/100 · rank 804 · 200 pages
- avettstudio.lovable.app77/100 · rank 804 · 10 pages
- www.mardaloopphysio.com76/100 · rank 845 · 94 pages
- www.dutscher.com76/100 · rank 845 · 5,000 pages
- surferseo.com76/100 · rank 845 · 834 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.