Scanned sites / www.boise-dentist.com / 2026-09-22-1854
www.boise-dentist.com scan from 9/22/2026, 6:54:16 PM
Scan 2026-09-22-1854
Scanned 9/22/2026, 6:54:16 PM, finished 9/22/2026, 7:33:39 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 22, 2026 the Site Spider crawled 173 pages and 577 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
- 577
- 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
1175 sites, median 82%, average 80%
www.boise-dentist.com scores 76%, higher than 27% of the 1175 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 findingsThere are several critical SEO issues to address, including broken links, non-200 responses, title and meta description problems, and orphan pages. Fixing these will enhance user experience and search engine visibility.
- 1
Fix Broken Links
Why: Broken links hinder user navigation and harm SEO.
How: Update or remove links pointing to the broken URLs identified.
Checks: broken-links
- 2
Resolve Non-200 Responses
Why: Non-200 responses lead to poor user experience and indexing issues.
How: Redirect or fix URLs returning non-200 status to ensure accessibility.
Checks: status-codes
- 3
Optimize Title Tags
Why: Improperly structured title tags affect click-through rates and rankings.
How: Shorten title tags to under 60 characters and ensure they are relevant.
Checks: titles
- 4
Improve Meta Descriptions
Why: Meta descriptions that are too long or missing negatively impact search result visibility.
How: Rewrite meta descriptions to be under 160 characters and descriptive.
Checks: meta-descriptions
- 5
Address Orphan Pages
Why: Orphan pages lack internal links, reducing discoverability and SEO value.
How: Link orphan pages to relevant existing content throughout the website.
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 lacks several important security headers, exposing it to risks like clickjacking and malicious script execution. Implementing these headers will increase protection against content injection and data leakage.
- 0 high
- 2 medium
- 3 low
- 1 info
- 1
Missing Content Security PolicyMedium
Why it matters: Without a CSP, there's no control over where content can be loaded from, increasing the risk of XSS attacks.
Fix: Add the header: Content-Security-Policy: default-src 'self';
Evidence: Content Security Policy
- 2
Missing X-Frame-Options HeaderMedium
Why it matters: Without this header, pages can be embedded in iframes, leading to potential clickjacking attacks.
Fix: Add the header: X-Frame-Options: DENY; or SAMEORIGIN;
Evidence: Clickjacking protection
- 3
Missing X-Content-Type-Options HeaderLow
Why it matters: Without this header, browsers may incorrectly execute files as scripts based on content type, leading to security risks.
Fix: Add the header: X-Content-Type-Options: nosniff;
Evidence: MIME sniffing protection
- 4
Missing Referrer Policy HeaderLow
Why it matters: Without a referrer-policy, sensitive URL information may be leaked to external sites when a user navigates away.
Fix: Add the header: Referrer-Policy: no-referrer;
Evidence: Referrer policy
- 5
Third-Party Scripts Without Subresource IntegrityLow
Why it matters: Running scripts from external domains can change your site's behavior if those domains are compromised.
Fix: Implement a Content-Security-Policy that restricts script sources, or use SRI for third-party scripts.
Evidence: Third-party scripts
- 6
Missing Permissions Policy HeaderInfo
Why it matters: Not using this header allows unnecessary permissions on the site, which could be exploited by malware.
Fix: Add the header: Permissions-Policy: geolocation=(none), microphone=(none), camera=(none);
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 779 · 156 pages
- photoai.com77/100 · rank 779 · 200 pages
- avettstudio.lovable.app77/100 · rank 779 · 10 pages
- www.mardaloopphysio.com76/100 · rank 820 · 94 pages
- www.dutscher.com76/100 · rank 820 · 5,000 pages
- surferseo.com76/100 · rank 820 · 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.