Scanned sites / www.boiseanimalhealth.com / 2026-09-26-2022
www.boiseanimalhealth.com scan from 9/26/2026, 8:22:19 PM
A newer scan exists. See the latest report for www.boiseanimalhealth.com.
Scan 2026-09-26-2022
Scanned 9/26/2026, 8:22:19 PM, finished 9/27/2026, 3:15:23 PM. Found with openstreetmap overpass
Site: https://www.boiseanimalhealth.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 26, 2026 the Site Spider crawled 8 pages and 178 assets of www.boiseanimalhealth.com, starting from https://www.boiseanimalhealth.com/. It scored 77 out of 100, a good result. 9 of 16 checks found something to fix, led by meta descriptions (8), thin content (5), sitemap coverage (5); 4 checks passed. Most of the points went to meta descriptions (−8), thin content (−5), sitemap coverage (−3.8). 3 checks found something the score does not count, listed as noted. 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: Medium4 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 8
- Assets fetched
- 178
- Status
- Completed
- Checks with issues
- 9 of 16
186 of 186 discovered URLs were fetched. The crawl reached everything it found. HTML only: nothing here ran JavaScript. 13 link destinations on other sites were checked.
- Title tags1 issue1 of 8 pages have title issues.−1.3 points
- Meta descriptions8 issues8 of 8 pages have meta description issues.−8 points
- Headings1 issue1 of 8 pages have heading issues.−0.8 points
- Broken linksOK0 internal links point at 0 broken URLs.
- Links to other sites2 issues2 destinations answered with an error, 4 could not be determined (timeouts, rate limits or refusals), of 13 destinations checked.−0.8 points
- Redirects1 noted1 redirecting URL, 0 of them chained.
- Non-200 responses2 noted2 URLs did not return a 2xx response. 0 of them are pages, 0 with an error status; the rest are assets or redirects.
- Rate limitedOKThe site did not rate limit the crawler.
- IndexabilityOK0 of 8 indexable pages have indexability warnings.
- Image alt text8 issues8 of 37 image references have no alt attribute. 13 use an empty alt (decorative), which is fine.−1.3 points
- Heavy assets1 issue1 asset larger than 500 KB among 178 fetched assets.−0.6 points
- Orphan pages5 issues5 pages have no internal links pointing at them.−2.5 points
- Sitemap coverage5 issues3 sitemaps listing 8 URLs: 0 crawled pages missing, 0 listed URLs broken or redirecting, 5 reachable only via the sitemap.−3.8 points
- Internal link countsOKInternal link counts for 8 pages.
- Thin content5 issues5 of 8 pages have fewer than 200 words.−5 points
- Duplicate contentOK0 groups of pages with identical HTML.
Where this scan sits among all scanned sites
1315 sites, median 80%, average 79%
www.boiseanimalhealth.com scores 77%, higher than 35% of the 1315 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 findingsThe website has several SEO issues, mainly related to meta descriptions, title tags, heading structure, and content quality. Addressing these will improve visibility and user engagement.
- 1
Fix Meta Descriptions
Why: All pages lack meta descriptions, essential for search engine visibility.
How: Create unique, concise descriptions for each page, incorporating relevant keywords.
Checks: meta-descriptions
- 2
Optimize Title Tags
Why: One page has a lengthy title tag, which can negatively impact ranking.
How: Shorten the title for the relevant page to under 60 characters for better optimization.
Checks: titles
- 3
Resolve Multiple H1 Tags
Why: Having multiple H1 tags on a page confuses search engines about the main topic.
How: Limit each page to one H1 tag that accurately describes the main content.
Checks: headings
- 4
Improve Thin Content
Why: Five pages have fewer than 200 words, impacting authority and search visibility.
How: Add relevant content to each page to provide value and enhance engagement.
Checks: thin-content
- 5
Add Alt Text to Images
Why: Some images lack alt attributes, which are vital for accessibility and SEO.
How: Review images and add descriptive alt text to enhance context for search engines.
Checks: images-alt
- 6
Link Orphan Pages Internally
Why: Five pages are not linked internally, which can hinder their visibility.
How: Add links to these orphan pages from relevant content within the site.
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 and has inadequate cookie protections. These issues could allow for vulnerabilities such as man-in-the-middle attacks and exposure of sensitive information. Immediate action is recommended to enhance security.
- 0 high
- 4 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: Without HSTS, visitors can be intercepted during the initial request over HTTP.
Fix: Add the header 'Strict-Transport-Security: max-age=63072000; includeSubDomains' to all HTML responses.
Evidence: HTTP Strict Transport Security
- 2
Missing Content Security Policy (CSP)Medium
Why it matters: No CSP means unrestricted loading of scripts and styles, increasing the risk of XSS attacks.
Fix: Add the header 'Content-Security-Policy: default-src 'self'' to all HTML responses.
Evidence: Content Security Policy
- 3
Missing X-Frame-OptionsMedium
Why it matters: Without X-Frame-Options, your pages can be embedded in frames on other sites, risking clickjacking.
Fix: Add the header 'X-Frame-Options: DENY' to all HTML pages.
Evidence: Clickjacking protection
- 4
Cookies Lack Protective FlagsMedium
Why it matters: Cookies without Secure, HttpOnly, and SameSite attributes can be exploited by attackers.
Fix: Set flags: Secure, HttpOnly, SameSite on the cookie 'asp_transient_id'.
Evidence: Cookie flags
- 5
Missing X-Content-Type-OptionsLow
Why it matters: Without this header, browsers may improperly execute files as scripts based on content.
Fix: Add the header 'X-Content-Type-Options: nosniff' to all HTML responses.
Evidence: MIME sniffing protection
- 6
Missing Referrer PolicyLow
Why it matters: Lack of a Referrer Policy means full URL information is sent to external sites on navigation.
Fix: Add the header 'Referrer-Policy: no-referrer' to all HTML pages.
Evidence: Referrer policy
- 7
Third-party Scripts without Subresource IntegrityLow
Why it matters: Scripts from external domains can change the site's behavior if compromised.
Fix: Implement a Content-Security-Policy that restricts script sources or ensure Subresource Integrity for third-party scripts.
Evidence: Third-party scripts
- 8
Missing Permissions PolicyInfo
Why it matters: Without this header, unnecessary browser features could be exploited by malicious scripts.
Fix: Add the header 'Permissions-Policy: geometricDetection=(), microphone=()' to all HTML responses.
Evidence: Permissions policy
What the checks found
- FoundHTTP Strict Transport SecurityMedium
No HTML page sends strict-transport-security. Without it a visitor who types the address without https:// can be intercepted on the first request.
- https://www.boiseanimalhealth.com/ → no strict-transport-security
- https://www.boiseanimalhealth.com/about/ → no strict-transport-security
- https://www.boiseanimalhealth.com/contact/ → no strict-transport-security
- https://www.boiseanimalhealth.com/blog/ → no strict-transport-security
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no strict-transport-security
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no strict-transport-security
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no strict-transport-security
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → no strict-transport-security
- FoundContent Security PolicyMedium
None of the 8 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.boiseanimalhealth.com/ → no content-security-policy
- https://www.boiseanimalhealth.com/about/ → no content-security-policy
- https://www.boiseanimalhealth.com/contact/ → no content-security-policy
- https://www.boiseanimalhealth.com/blog/ → no content-security-policy
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no content-security-policy
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no content-security-policy
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no content-security-policy
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → 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.boiseanimalhealth.com/ → no x-frame-options
- https://www.boiseanimalhealth.com/about/ → no x-frame-options
- https://www.boiseanimalhealth.com/contact/ → no x-frame-options
- https://www.boiseanimalhealth.com/blog/ → no x-frame-options
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no x-frame-options
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no x-frame-options
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no x-frame-options
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → 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.boiseanimalhealth.com/ → no x-content-type-options
- https://www.boiseanimalhealth.com/about/ → no x-content-type-options
- https://www.boiseanimalhealth.com/contact/ → no x-content-type-options
- https://www.boiseanimalhealth.com/blog/ → no x-content-type-options
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no x-content-type-options
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no x-content-type-options
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no x-content-type-options
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → 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.boiseanimalhealth.com/ → no referrer-policy
- https://www.boiseanimalhealth.com/about/ → no referrer-policy
- https://www.boiseanimalhealth.com/contact/ → no referrer-policy
- https://www.boiseanimalhealth.com/blog/ → no referrer-policy
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no referrer-policy
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no referrer-policy
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no referrer-policy
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → 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.boiseanimalhealth.com/ → no permissions-policy
- https://www.boiseanimalhealth.com/about/ → no permissions-policy
- https://www.boiseanimalhealth.com/contact/ → no permissions-policy
- https://www.boiseanimalhealth.com/blog/ → no permissions-policy
- https://www.boiseanimalhealth.com/asp-products/single-class/ → no permissions-policy
- https://www.boiseanimalhealth.com/asp-products/5-class-card/ → no permissions-policy
- https://www.boiseanimalhealth.com/asp-products/ten-class-card/ → no permissions-policy
- https://www.boiseanimalhealth.com/asp-products/monthly-unlimited-class-pass/ → no permissions-policy
- FoundCookie flagsMedium
1 of 1 cookie are missing protective flags. Without HttpOnly a script can read the cookie; without Secure it travels over plain HTTP; without SameSite it is sent on cross-site requests.
- asp_transient_id (set by https://www.boiseanimalhealth.com/robots.txt) lacks Secure, HttpOnly, SameSite
- NoteThird-party scripts
Scripts run from 1 other domain 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.)
- us.idexxneo.com (10 script tags)
8 checks passed
- OKHTTPS
All 8 crawled pages were served over HTTPS.
- 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
5 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.
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.boiseanimalhealth.com
Their neighbours in the SEO rank table, which orders every scanned site by health score.
- subzerotechnical.com78/100 · rank 758 · 43 pages
- maidensail.com78/100 · rank 758 · 200 pages
- www.themontanawoolbarn.com77/100 · rank 814 · 22 pages
- www.dentalchoice.ca77/100 · rank 814 · 841 pages
- www.overleaf.com77/100 · rank 814 · 5,000 pages
- www.scr-mn.com77/100 · rank 814 · 522 pages
This report was produced by the DIY SEO Hub Site Spider crawling www.boiseanimalhealth.com from its pages as published, the way a search engine does. It shows summary figures only.
Own www.boiseanimalhealth.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.boiseanimalhealth.com. Removal needs no account and no proof of purchase.