Scanned sites / www.bowbottomvet.com / 2026-09-19-1352
www.bowbottomvet.com scan from 9/19/2026, 1:52:08 PM
Scan 2026-09-19-1352
Scanned 9/19/2026, 1:52:08 PM, finished 9/19/2026, 5:15:42 PM. Found with openstreetmap overpass
Site: https://www.bowbottomvet.com/
Download SQLite databaseEvery page and asset from this scan, with the crawl events, in one file.
On September 19, 2026 the Site Spider crawled 4525 pages and 605 assets of www.bowbottomvet.com, starting from https://www.bowbottomvet.com/. It scored 90 out of 100, an excellent result. 13 of 14 checks found something to fix, led by image alt text (7083), meta descriptions (372), title tags (343); 1 check 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: Medium5 medium, 3 low and 1 info findings. See the security findings ↓
- Pages crawled
- 4525
- Assets fetched
- 605
- Status
- Completed
- Checks with issues
- 13 of 14
- Title tags343 issues343 of 373 pages have title issues. 4120 noindex or canonicalized pages excluded.
- Meta descriptions372 issues372 of 373 pages have meta description issues. 4120 noindex or canonicalized pages excluded.
- Headings46 issues46 of 373 pages have heading issues. 4120 noindex or canonicalized pages excluded.
- Broken links4 issues4103 internal links point at 8 broken URLs.
- Redirects24 issues24 redirecting URLs, 0 of them chained.
- Non-200 responses8 issues40 URLs did not return a 2xx response.
- Rate limitedOKThe site did not rate limit the crawler.
- Indexability127 issues127 of 4485 indexable pages have indexability warnings. 8 pages noindex by design.
- Image alt text7083 issues7083 of 21610 image references have no alt attribute. 9500 use an empty alt (decorative), which is fine.
- Heavy assets36 issues36 assets larger than 500 KB among the 100 heaviest.
- Orphan pages6 issues6 pages have no internal links pointing at them.
- Sitemap coverage265 issues7 sitemaps listing 113 URLs: 261 crawled pages missing, 0 listed URLs broken or redirecting, 2 reachable only via the sitemap.
- Thin content2 issues2 of 373 pages have fewer than 200 words. 4120 noindex or canonicalized pages excluded.
- Duplicate content4 issues1 group of pages with identical HTML.
Where this scan sits among all scanned sites
1107 sites, median 82%, average 80%
www.bowbottomvet.com scores 90%, higher than 84% of the 1107 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 site has several significant issues, including broken links and missing meta data. Fixing these will enhance user experience and SEO performance. Prioritize fixing broken links and addressing title and meta description issues.
- 1
Fix Broken Links
Why: Enhancing user navigation and SEO by eliminating 8 broken URLs.
How: Identify and update or remove the internal links pointing to broken URLs from the crawl report.
Checks: broken-links
- 2
Update Title Tags
Why: Improving visibility and click-through rates by addressing 343 title tag issues.
How: Revise title tags to ensure they are unique, under 60 characters, and relevant to the page content.
Checks: titles
- 3
Improve Meta Descriptions
Why: Enhancing search visibility and user engagement by fixing 372 missing meta descriptions.
How: Add concise and relevant meta descriptions for each affected page.
Checks: meta-descriptions
- 4
Address Headings Issues
Why: Clarifying on-page content structure and improving SEO by fixing 46 heading issues.
How: Ensure each page has a single H1 and appropriate H2s for better readability and SEO.
Checks: headings
- 5
Resolve Non-200 Responses
Why: Improving site performance by addressing 40 URLs not returning a 2xx response.
How: Inspect the URLs and ensure proper configuration to return a 200 status.
Checks: status-codes
- 6
Fix Orphan Pages
Why: Increasing visibility and crawl efficiency by linking to the 6 orphaned pages.
How: Add internal links from other relevant pages to the orphaned 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 crawlThe site has several important security issues, including missing security headers and vulnerable libraries. Key headers like Strict-Transport-Security and X-Frame-Options are absent, creating risks for users. Address these findings promptly to enhance your site's security posture.
- 0 high
- 5 medium
- 3 low
- 1 info
- 1
Missing HTTP Strict Transport Security (HSTS)Medium
Why it matters: HSTS prevents interception of users' initial requests over HTTP.
Fix: Add 'Strict-Transport-Security: max-age=31536000; includeSubDomains' to your server response headers.
Evidence: HTTP Strict Transport Security
- 2
Lack of X-Frame-Options HeaderMedium
Why it matters: Without this header, your site is vulnerable to clickjacking attacks.
Fix: Include 'X-Frame-Options: DENY' in your HTTP response headers.
Evidence: Clickjacking protection
- 3
Cookies Missing Security FlagsMedium
Why it matters: Lacking these flags leaves cookies vulnerable to theft and misuse.
Fix: Set Secure, HttpOnly, and SameSite attributes on all cookies (e.g., 'Set-Cookie: webdvm=value; Secure; HttpOnly; SameSite=Lax').
Evidence: Cookie flags
- 4
Vulnerable JavaScript Library DetectedMedium
Why it matters: Using jQuery 1.7.0 exposes the site to known security issues.
Fix: Upgrade jQuery to version 3.5.0 or later to mitigate vulnerabilities.
Evidence: Vulnerable JavaScript libraries
- 5
Leaked Google API KeyMedium
Why it matters: Exposing API keys can lead to API misuse and increased costs.
Fix: Restrict the API key’s usage by configuring referrer restrictions in Google Cloud Console.
Evidence: Keys and secrets in page code
- 6
Missing X-Content-Type-Options HeaderLow
Why it matters: This exposes your site to MIME-sniffing attacks, which can misinterpret content types.
Fix: Add 'X-Content-Type-Options: nosniff' to your response headers.
Evidence: MIME sniffing protection
- 7
No Referrer Policy SetLow
Why it matters: Without this policy, referrer URLs can expose sensitive information.
Fix: Add 'Referrer-Policy: no-referrer' to your HTTP response headers.
Evidence: Referrer policy
- 8
Server Banner DisclosuresLow
Why it matters: Revealing version information aids attackers in finding vulnerabilities.
Fix: Configure your server to hide version details or present as generic (e.g., 'Server: Apache').
Evidence: Software version disclosure
- 9
Missing Permissions-Policy HeaderInfo
Why it matters: This limits features an attacker could misuse in a cross-origin attack.
Fix: Include 'Permissions-Policy: geolocation=(self)' to restrict features.
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.bowbottomvet.com/ → no strict-transport-security
- https://www.bowbottomvet.com/location-hours/ → no strict-transport-security
- https://www.bowbottomvet.com/forms/ → no strict-transport-security
- https://www.bowbottomvet.com/blog/ → no strict-transport-security
- https://www.bowbottomvet.com/testimonials/ → no strict-transport-security
- https://www.bowbottomvet.com/new-clients/ → no strict-transport-security
- https://www.bowbottomvet.com/new-clients/what-to-expect/ → no strict-transport-security
- https://www.bowbottomvet.com/new-clients/take-a-tour/ → no strict-transport-security
- https://www.bowbottomvet.com/about-us/ → no strict-transport-security
- https://www.bowbottomvet.com/about-us/welcome-to-our-clinic/ → no strict-transport-security
- https://www.bowbottomvet.com/about-us/team/ → no strict-transport-security
- https://www.bowbottomvet.com/all-services/services/ → no strict-transport-security
- FoundClickjacking protectionMedium
4491 of 4493 HTML pages send 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.bowbottomvet.com/services/boarding/admin-ajax-2/ → no x-frame-options
- https://www.bowbottomvet.com/author/bowbottomadmin/ → 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.bowbottomvet.com/ → no x-content-type-options
- https://www.bowbottomvet.com/location-hours/ → no x-content-type-options
- https://www.bowbottomvet.com/forms/ → no x-content-type-options
- https://www.bowbottomvet.com/blog/ → no x-content-type-options
- https://www.bowbottomvet.com/testimonials/ → no x-content-type-options
- https://www.bowbottomvet.com/new-clients/ → no x-content-type-options
- https://www.bowbottomvet.com/new-clients/what-to-expect/ → no x-content-type-options
- https://www.bowbottomvet.com/new-clients/take-a-tour/ → no x-content-type-options
- https://www.bowbottomvet.com/about-us/ → no x-content-type-options
- https://www.bowbottomvet.com/about-us/welcome-to-our-clinic/ → no x-content-type-options
- https://www.bowbottomvet.com/about-us/team/ → no x-content-type-options
- https://www.bowbottomvet.com/all-services/services/ → 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.bowbottomvet.com/ → no referrer-policy
- https://www.bowbottomvet.com/location-hours/ → no referrer-policy
- https://www.bowbottomvet.com/forms/ → no referrer-policy
- https://www.bowbottomvet.com/blog/ → no referrer-policy
- https://www.bowbottomvet.com/testimonials/ → no referrer-policy
- https://www.bowbottomvet.com/new-clients/ → no referrer-policy
- https://www.bowbottomvet.com/new-clients/what-to-expect/ → no referrer-policy
- https://www.bowbottomvet.com/new-clients/take-a-tour/ → no referrer-policy
- https://www.bowbottomvet.com/about-us/ → no referrer-policy
- https://www.bowbottomvet.com/about-us/welcome-to-our-clinic/ → no referrer-policy
- https://www.bowbottomvet.com/about-us/team/ → no referrer-policy
- https://www.bowbottomvet.com/all-services/services/ → 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.bowbottomvet.com/ → no permissions-policy
- https://www.bowbottomvet.com/location-hours/ → no permissions-policy
- https://www.bowbottomvet.com/forms/ → no permissions-policy
- https://www.bowbottomvet.com/blog/ → no permissions-policy
- https://www.bowbottomvet.com/testimonials/ → no permissions-policy
- https://www.bowbottomvet.com/new-clients/ → no permissions-policy
- https://www.bowbottomvet.com/new-clients/what-to-expect/ → no permissions-policy
- https://www.bowbottomvet.com/new-clients/take-a-tour/ → no permissions-policy
- https://www.bowbottomvet.com/about-us/ → no permissions-policy
- https://www.bowbottomvet.com/about-us/welcome-to-our-clinic/ → no permissions-policy
- https://www.bowbottomvet.com/about-us/team/ → no permissions-policy
- https://www.bowbottomvet.com/all-services/services/ → no permissions-policy
- FoundSoftware version disclosureLow
Responses reveal the exact server or framework version, which lets an attacker look up known vulnerabilities for it without guessing.
- server: Apache/2.4.53 (Ubuntu) (5123 responses)
- x-powered-by: W3 Total Cache/2.7.0 (4526 responses)
- x-powered-by: PHP/7.4.28 (356 responses)
- server: awselb/2.0 (5 responses)
- server: Caddy (1 response)
- FoundCookie flagsMedium
5 of 5 cookies 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.
- webdvm (set by https://www.bowbottomvet.com/) lacks Secure, HttpOnly, SameSite
- AWSALBAPP-0 (set by https://www.bowbottomvet.com/) lacks Secure, HttpOnly, SameSite
- AWSALBAPP-1 (set by https://www.bowbottomvet.com/) lacks Secure, HttpOnly, SameSite
- AWSALBAPP-2 (set by https://www.bowbottomvet.com/) lacks Secure, HttpOnly, SameSite
- AWSALBAPP-3 (set by https://www.bowbottomvet.com/) lacks Secure, HttpOnly, SameSite
- FoundVulnerable JavaScript librariesMedium
1 library with published vulnerabilities: jQuery 1.7.0. Whether they are exploitable depends on how the site uses them, but each has a fixed release.
- jQuery 1.7.0 in https://www.bowbottomvet.com/wp-content/themes/salient/js/build/third-party/hov…: CVE-2012-6708 (selector XSS), CVE-2015-9251, CVE-2019-11358, CVE-2020-11022, CVE-2020-11023; fixed in 3.5.0
- FoundKeys and secrets in page codeMedium
1 credential-like value found in code served to every visitor: Google API key.
- Google API key AIzaSy…hk (39 chars) in https://www.bowbottomvet.com/: browser keys are expected in pages, but must be restricted by HTTP referrer and API in the Google Cloud console
- 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.)
- www.googletagmanager.com (80 script tags)
- www.google.com (5 script tags)
5 checks passed, 1 not applicable
- OKHTTPS
All 4493 crawled pages were served over HTTPS.
- OKContent Security Policy
A Content-Security-Policy is set on 4491 of 4493 pages.
- OKMixed content
No HTTPS page loads a script, stylesheet, font or image over plain HTTP.
- OKForms over HTTPS
52 forms found, all on HTTPS pages posting to HTTPS addresses.
- OKExposed files and listings
None of the crawled URLs is a configuration file, backup, dump, repository folder or directory listing.
- Not applicableSensitive paths in robots.txt
No robots.txt was fetched.
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.
This report was produced by the DIY SEO Hub Site Spider crawling www.bowbottomvet.com from its public pages. Anyone can run a scan of any site they own or are authorised to check. Is this your site? Claim it to manage the listing, or ask for removal through the support form.