Scanned sites / www.boise-dentist.com / 2026-09-24-1443
www.boise-dentist.com scan from 9/24/2026, 2:43:54 PM
Scan 2026-09-24-1443
Scanned 9/24/2026, 2:43:54 PM, finished 9/24/2026, 2:56:12 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
1232 sites, median 82%, average 80%
www.boise-dentist.com scores 76%, higher than 27% of the 1232 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 several SEO issues that need attention, particularly with broken links, title tags, and meta descriptions. Addressing these will improve user experience and search visibility.
- 1
Fix Broken Links
Why: Improves user experience and helps maintain site authority.
How: Update or remove links pointing to broken pages.
Checks: broken-links
- 2
Optimize Title Tags
Why: Improves search engine ranking and click-through rate.
How: Shorten title tags to under 60 characters for affected pages.
Checks: titles
- 3
Update Meta Descriptions
Why: Increases relevance and click-through rates from search results.
How: Revise meta descriptions to ensure they are less than 160 characters.
Checks: meta-descriptions
- 4
Resolve Non-200 Responses
Why: Ensures visitors access content without errors.
How: Check URLs and either fix redirections or restore pages.
Checks: status-codes
- 5
Address Heading Issues
Why: Improves content structure and SEO.
How: Ensure each page has a single H1 tag and appropriate H2 tags.
Checks: headings
- 6
Link Orphan Pages
Why: Increases the visibility of important content.
How: Add internal links to orphan pages from relevant sections.
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 crawlThe website www.boise-dentist.com lacks important security headers that protect against various attacks, including clickjacking and content injection. Implementing these headers is crucial for enhancing your site's security posture.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a Content Security Policy, the site is vulnerable to cross-site scripting (XSS) attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing X-Frame-OptionsMedium
Why it matters: Lack of this header allows the site to be embedded in iframes, which can be exploited for clickjacking.
Fix: Add the header: X-Frame-Options: DENY;
Evidence: Clickjacking protection
- 3
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers can execute files based on their content rather than declared types, leading to potential risks.
Fix: Add the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 4
Missing Referrer PolicyLow
Why it matters: Not specifying a referrer policy can expose sensitive URL query strings to external sites.
Fix: Add the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 5
Third-Party Scripts without Subresource IntegrityLow
Why it matters: Scripts from external domains can be modified, potentially affecting site security.
Fix: Implement Subresource Integrity (SRI) for these scripts or enforce a strict CSP.
Evidence: Third-party scripts
- 6
Missing Permissions PolicyInfo
Why it matters: This header can restrict browser features, limiting the potential capabilities of injected scripts.
Fix: Add the header: Permissions-Policy: camera=(), microphone=(), geolocation=();
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 818 · 156 pages
- photoai.com77/100 · rank 818 · 200 pages
- avettstudio.lovable.app77/100 · rank 818 · 10 pages
- www.mardaloopphysio.com76/100 · rank 860 · 94 pages
- lemscontracting.com76/100 · rank 860 · 22 pages
- www.dutscher.com76/100 · rank 860 · 5,000 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.