⬡ DIGITAL AUDIT REPORT
A full technical and strategic review of americanshooters.com — covering performance, tracking integrity, UX/CRO, SEO, design, and mobile readiness. Prepared by Nice Spaceship, March 2026.
OVERALL SITE SCORE
Bottom line: americanshooters.com has strong brand equity — 5-star reviews, veteran ownership, a genuinely premium product — but the website is actively losing bookings. A slow WordPress/Elementor build, broken conversion tracking, a confusing navigation structure, and an outdated design are collectively creating friction at every step of the funnel. The good news: all of this is fixable. The demo site at nicespaceship.com/americanshooters shows exactly what it could look like.
Elementor generates deeply nested HTML with hundreds of wrapper divs, inline style attributes, and widget-specific CSS/JS loaded on every page regardless of use. This directly inflates page weight, increases browser parse time, and causes Core Web Vitals failures — particularly LCP (Largest Contentful Paint) and CLS (Cumulative Layout Shift).
A typical Elementor homepage contains 4–8× the DOM node count of a hand-coded equivalent. For a booking-driven business, every second of load time on mobile costs an estimated 7–10% in conversion rate.
WP Rocket is a band-aid over a structural problem. It can cache static HTML and defer some scripts, but it cannot remove Elementor's fundamental overhead, reduce the plugin ecosystem weight, or eliminate render-blocking resources injected by third-party widgets.
The WordPress admin toolbar is rendering for logged-out users — this is a security misconfiguration that exposes the CMS type, version hints, and login endpoints to the public. It also pushes page content down by 32px, creating layout shifts and eating into the hero visual area.
add_filter('show_admin_bar', '__return_false'); to functions.php as a fail-safe.FareHarbor's booking widget loads in an iframe from a different domain (fareharbor.com). Standard Google Analytics and Meta Pixel tracking does not cross iframe boundaries. This means that when a user completes a booking, that conversion is almost certainly not being recorded — or if it is, it's being attributed to FareHarbor's domain, not americanshooters.com.
The practical consequence: if you're running Google or Meta ads, your reporting shows zero or near-zero conversions even when real bookings are being made. This leads to incorrect campaign optimization, wasted budget on mis-attributed spend, and no ability to calculate true ROAS.
A common and costly mistake in booking-site tracking: the Meta Pixel Purchase event fires when a user clicks the booking button — not when they actually complete the transaction. This inflates "conversion" counts, corrupts lookalike audiences built on that data, and makes ROAS calculations completely unreliable.
Real-world consequence: an account might report $8 ROAS on Meta ads while the actual revenue from completed bookings is negative after ad spend. This is impossible to detect without server-side verification.
value (actual booking amount) and currency parametersWithout consistent UTM tagging on all paid and organic link sources, it's impossible to attribute bookings to specific campaigns, ad sets, or channels in GA4. This means budget allocation decisions are made on incomplete data.
The current nav presents users with too many choices at once, which research consistently shows reduces click-through rates on primary CTAs. A gun range website has one primary conversion goal: get the visitor to book. Every additional nav item dilutes that intent.
A floating chat widget (observed in the bottom-right corner) is overlapping key page content on mobile viewport widths. For a booking business where the "Book Now" button is the primary CTA, any element obscuring that button is directly costing conversions.
The packages page lists all options at equal visual weight with no "recommended" or "most popular" indicator. Pricing psychology research shows that featuring one option prominently (with a visual callout) increases average order value by 15–35% — users anchor to the featured option and either buy it or compare up or down from it.
American Shooters has excellent reviews — but they're buried. For a Las Vegas entertainment business competing in a crowded market, social proof in the first visible viewport is a conversion multiplier. A visitor who sees "★★★★★ 4.8/5 — 2,400+ reviews" immediately before clicking "Book Now" is significantly more likely to complete the booking.
Since Google's Page Experience update, Core Web Vitals (LCP, CLS, INP) are a ranking factor. A site with an Elementor build and no systematic performance optimization is almost certainly failing LCP on mobile — which means Google is actively suppressing organic rankings for competitive queries like "Las Vegas gun range" and "shooting range Las Vegas."
For a local Las Vegas business, structured data (Schema.org) is a significant ranking lever that most competitors skip. LocalBusiness schema with opening hours, geo coordinates, price range, and review aggregate helps Google understand and surface the business in local packs and "near me" searches.
LocalBusiness + SportsActivityLocation schema to homepageopeningHoursSpecification with all operating hoursaggregateRating with review count and rating valuegeo coordinates for Google Maps integrationhasMap link to Google Maps listingThe most valuable search queries for a booking business are transactional — "book gun range Las Vegas," "shooting range Las Vegas packages," "indoor gun range Las Vegas." Current title tags likely default to the site name without keyword optimization for these high-intent terms.
The current site uses a dated gold/brown/white color scheme with significant white-background sections that undercut the tactical, premium, veteran-owned brand identity. Competitors in the Las Vegas entertainment market (escape rooms, axe throwing, racing experiences) are investing heavily in immersive dark-mode aesthetics that make their experiences feel premium and exciting in the browser before the customer ever arrives in person.
American Shooters has a genuinely compelling story — veteran-operated, 21 lanes, serious equipment, unmatched local expertise — but the website doesn't communicate any of that visually. A visitor comparing this site to a competitor with modern dark design may unconsciously perceive the competitor as higher-quality, even if the reverse is true.
#c9a84c), red CTAs (#cc2127), and Rajdhani typography — all evoking precision, quality, and tactical authorityThe site mixes professional facility photography with lower-quality images and possible stock photography. For a premium experiential brand, every image needs to communicate quality, safety, and excitement. A visitor's first impression is formed in under 50ms — primarily through imagery.
Elementor builds are typically designed desktop-first and then awkwardly adapted to mobile. For a Las Vegas attraction where 70%+ of visitors are discovering the business on a mobile device (often while already in the area), the mobile experience is arguably more important than desktop.
Key mobile-specific issues to audit:
tel: link and address links to Google Maps.Las Vegas visitors make impulse decisions. A significant portion of potential customers will want to call rather than book online — especially for group bookings, corporate events, or custom experiences. A prominent click-to-call button on mobile nav or as a sticky floating CTA would capture this segment.
<a href="tel:+17028000000">)| # | ACTION | IMPACT | EFFORT | TIMELINE |
|---|---|---|---|---|
| 1 | Fix conversion tracking — audit and correct FareHarbor + Meta Pixel + GA4 attribution chain | CRITICAL | 1–2 weeks | |
| 2 | Remove WordPress admin bar from public-facing pages (immediate security fix) | CRITICAL | Same day | |
| 3 | Simplify navigation to 4 items + isolated "Book Now" CTA button | HIGH | 1 week | |
| 4 | Fix or remove mobile chat widget obscuring hero CTA | HIGH | Same day | |
| 5 | Add social proof (star rating + review count) to hero section above the fold | HIGH | 1 week | |
| 6 | Implement LocalBusiness + SportsActivityLocation JSON-LD schema on all pages | MEDIUM | 1–2 weeks | |
| 7 | Feature one "Most Popular" package with visual callout and rewrite package descriptions | MEDIUM | 2 weeks | |
| 8 | Add sticky click-to-call + book CTA bar for mobile visitors | MEDIUM | 1 week | |
| 9 | Full site rebuild on performant stack — eliminate Elementor DOM bloat, target 90+ PageSpeed score | CRITICAL (Long-term) | 4–6 weeks | |
| 10 | Professional photography session — facility, lanes, instructors, packages in action | HIGH (Long-term) | Schedule ASAP |
HAND-CODED PERFORMANCE
Custom HTML/CSS/JS — no page builders, no plugin bloat. 90+ PageSpeed score on mobile from day one. LCP under 1 second.
TRACKING INTEGRITY
Server-side GA4 + Meta Conversions API. FareHarbor cross-domain event tracking. Every booking counted correctly, every ad dollar attributed.
BOOKING-FIRST CRO
Every element on the page exists to move visitors toward the "Book Now" button. No distractions. Clear hierarchy. Mobile-native design.
BRAND-MATCHED DESIGN
Tactical dark design system that matches the American Shooters brand identity. See the demo: the site that your customers deserve to find.
See exactly what the new americanshooters.com could look like — tactical dark design, clear booking hierarchy, mobile-native layout, all 6 packages.
◆ READY TO FIX THIS?
Start with the quick wins — fix the tracking, clean up the nav, kill the admin bar — and build toward a full rebuild that puts you in a different tier from every other Vegas gun range online.