You’re about to spend $500 on Facebook ads to drive traffic to your new Shopify store. Before you do, here’s a question: have you actually tested whether a first-time visitor can find and buy a product without getting lost?
Most new store owners skip this step. They’ve built the store themselves, so they know where everything is. They click through the menus a few times, think “looks fine,” and launch. But you’re the worst possible tester of your own store—you already know the layout. A stranger doesn’t.
This 10-minute audit will expose the navigation problems that silently kill your conversion rate. Grab your phone, open your store in a private browser window, and work through each checkpoint below. No analytics tools required, no code, no developer—just you and fresh eyes.
- Testing navigation before spending on ads saves you money and prevents wasted traffic
- This audit covers 5 areas: findability, mobile usability, speed, accessibility, and trust signals
- Each checkpoint takes under 2 minutes and requires no technical skills
- Fix the highest-impact issues first—you don't need a perfect score to launch
- Re-run this audit monthly as your catalog and traffic grow
Before you start: set up the test
To get honest results, simulate a first-time visitor’s experience:
- Use a private/incognito browser window. This prevents cached data, saved passwords, or browsing history from skewing the test.
- Test on your actual phone. Chrome DevTools’ mobile emulator is useful for development, but it doesn’t replicate real-world conditions: the awkwardness of one-handed use, thumb reach limitations, screen glare, or slow cellular connections.
- Have a task in mind. Don’t just “browse around.” Pretend you want to buy a specific product. Pick your best-selling item (or will-be best-seller) and try to find it from the homepage.
- Time yourself. Use a stopwatch app. If any task takes more than 15 seconds, there’s a problem.
If possible, also ask a friend or family member—someone who has never seen your store—to do the same test while you watch. Don’t guide them. Just observe where they tap, where they hesitate, and where they get stuck.
Part 1: Findability (3 minutes)
Findability is the core question: can a customer get from the homepage to a product page without confusion?
Checkpoint 1.1: Can you reach any product in 3 taps or fewer?
Starting from the homepage, navigate to a product. Count the taps (or clicks on desktop):
- 1 tap: Homepage → Product page (ideal for small catalogs or featured products)
- 2 taps: Homepage → Collection → Product page (standard and acceptable)
- 3 taps: Homepage → Category → Subcategory → Product page (acceptable for large catalogs)
- 4+ taps: Too deep. Flatten your hierarchy or surface popular products earlier.
If it takes 4 or more taps on mobile, your menu structure needs work. Every additional tap is a point where customers abandon.
Checkpoint 1.2: Are your categories named in customer language?
Read your menu items out loud. Would a first-time visitor understand what each category contains?
Red flags:
- Internal codes or abbreviations (“SS26 Collection” instead of “Summer 2026”)
- Generic labels (“Products,” “Shop All,” “Misc”)
- Overlapping categories where a product could logically live in two places (“Casual Wear” vs “Everyday Basics”)
Quick fix: pick 5 random products. For each, predict which menu category a stranger would look under. If your prediction feels uncertain, the label needs work.
Checkpoint 1.3: Does your search work?
Type the name of one of your products into the search bar. Did it appear? Now try:
- A common misspelling of that product name
- A general term (“blue shirt” instead of the exact product title)
- A material or attribute (“cotton,” “waterproof,” “under $50”)
If the search returns nothing for a reasonable query, customers will assume you don’t carry what they’re looking for. Shopify’s default search handles exact matches but struggles with typos and synonyms—note this as a future improvement area.
Part 2: Mobile usability (3 minutes)
Over 60% of your traffic will likely come from mobile devices. These checkpoints test whether your navigation actually works on a phone.
Checkpoint 2.1: Can you tap every menu item without accidental mis-taps?
Open your mobile menu and try tapping each item. Pay attention to:
- Tap target size: Can you hit each item cleanly with your thumb, or do you keep tapping the wrong thing? Apple’s Human Interface Guidelines recommend a minimum of 44x44 pixels per tap target.
- Spacing between items: Menu items that are too close together cause accidental taps. There should be visible space between each clickable element.
- Accordion behavior: If your categories have subcategories, does tapping a parent expand the children, or does it navigate away from the menu entirely? Ideally, a chevron or “+” icon expands subcategories, while tapping the category name itself takes you to the collection.
Checkpoint 2.2: Is the cart always accessible?
Without opening the menu, can you see the cart icon? Scroll down the homepage—does the cart icon stay visible (sticky header) or disappear?
If the cart disappears on scroll, customers who decide to check out while browsing mid-page have to scroll all the way back up. A sticky header or a bottom tab bar with a cart tab solves this.
Also check: does the cart icon show a badge with the number of items? Add something to your cart and verify. This badge provides essential feedback—without it, customers aren’t sure their “Add to Cart” action worked.
Checkpoint 2.3: Does the menu work in landscape mode?
Rotate your phone sideways. Does the menu still function? Some themes break in landscape orientation—menu items overlap, the hamburger icon disappears, or the menu becomes scrollable in unexpected ways.
This might seem like an edge case, but tablet users and customers who browse in landscape mode will encounter it. A quick check now prevents complaints later.
| Checkpoint | Pass | Fail | Quick Fix |
|---|---|---|---|
| Products reachable in 3 taps | Visible path from homepage | 4+ taps required | Flatten categories or feature popular items |
| Customer-friendly labels | Clear, specific names | Jargon, abbreviations | Rename using customer language |
| Search returns results | Finds products reliably | Zero results for obvious queries | Improve product tags and descriptions |
| Tap targets are 44px+ | Easy to tap cleanly | Frequent mis-taps | Increase menu item spacing in theme settings |
| Cart always visible | Sticky header or tab bar | Disappears on scroll | Enable sticky header in theme settings |
| Cart shows item count | Badge updates on add | No feedback | Check theme settings or cart app |
Part 3: Speed (2 minutes)
Navigation that takes too long to load is navigation that doesn’t exist. Customers won’t wait.
Checkpoint 3.1: Does your menu appear within 2 seconds?
On your phone, with a normal cellular connection (not WiFi), tap the hamburger icon or navigate to your homepage. Does the full menu render within 2 seconds?
If the menu loads slowly, check for:
- Large hero images that push the menu down while loading
- Too many menu items loaded at once (mega menus with 50+ subcategories can be heavy)
- Third-party scripts that block rendering (chat widgets, pop-ups, analytics tools)
Checkpoint 3.2: Does the page shift when the menu loads?
Watch carefully as your homepage loads. Does the header jump around? Do elements reposition themselves? This is called Cumulative Layout Shift (CLS), and it’s one of Google’s Core Web Vitals.
A menu that causes layout shift is disorienting. Customers might click the wrong thing because the target moved just as they tapped.
You can measure CLS formally using Google’s PageSpeed Insights (free, at pagespeed.web.dev), but a visual check is enough for now: if anything jumps, it needs fixing.
Checkpoint 3.3: Run a quick PageSpeed test
Open pagespeed.web.dev on your desktop, enter your store URL, and run a test for both mobile and desktop. Focus on three numbers:
- LCP (Largest Contentful Paint): Under 2.5 seconds is good. Above 4 seconds is poor.
- INP (Interaction to Next Paint): Under 200ms is good. This measures how quickly the page responds to taps.
- CLS (Cumulative Layout Shift): Under 0.1 is good.
Don’t panic if your scores aren’t perfect. For this audit, just note which metrics are in the red or orange zone—those are your priority fixes.
Part 4: Accessibility basics (1 minute)
Accessibility isn’t just about compliance—it’s about making your store usable for everyone, including customers with visual impairments, motor difficulties, or those browsing in bright sunlight.
Checkpoint 4.1: Can you read all menu text easily?
Hold your phone at arm’s length. Can you still read every menu item? If any text is too small, too low-contrast, or blends into the background, fix it.
Check contrast: menu text should have a contrast ratio of at least 4.5:1 against its background. Use WebAIM’s Contrast Checker (webaim.org/resources/contrastchecker) to verify.
Checkpoint 4.2: Can you navigate using only a keyboard? (Desktop only)
On desktop, put your mouse aside. Using only the Tab key, can you move through menu items? Does pressing Enter open a category? Can you reach search, cart, and account?
Many customers use keyboard navigation—including those using screen readers, those with motor impairments, and power users who prefer keyboard shortcuts. If Tab skipping doesn’t work, your theme may need ARIA label improvements.
Part 5: Trust and clarity (1 minute)
Navigation isn’t just about finding products. It also communicates legitimacy and professionalism.
Checkpoint 5.1: Are “About” and “Contact” pages findable?
New visitors—especially those arriving from ads—often check your About or Contact page to verify the store is legitimate. These pages should be accessible from the main menu or footer within one click.
If you’ve hidden “About Us” behind three layers of a footer menu, customers who want reassurance won’t find it.
Checkpoint 5.2: Can customers find shipping and return policies?
“Free shipping over $50” and “30-day returns” are trust builders that reduce purchase anxiety. These belong in:
- A top announcement bar (visible on every page)
- The footer navigation
- Or both
Check that these policy pages exist, are linked from the footer, and load properly.
Checkpoint 5.3: Is the language switcher visible? (If applicable)
If you serve multiple markets or languages, make sure the language/currency switcher is easy to find—typically in the header or footer. A customer who lands on the wrong language version and can’t switch will leave immediately.
After the auditRank your findings by impact. Fix cart visibility and broken search first—these directly affect revenue. Label clarity and speed improvements can follow. You don't need to fix everything today; consistent weekly improvements compound fast.
Scoring your audit
Give yourself one point for each checkpoint you passed. Here’s how to interpret the score:
- 11-12 points: Your navigation is solid. Focus on optimization, not overhaul.
- 8-10 points: Good foundation with a few gaps. Prioritize the failed checkpoints by revenue impact (cart access > label clarity > keyboard navigation).
- 5-7 points: Significant issues that are likely costing you sales. Address the Part 1 (findability) and Part 2 (mobile) failures first.
- Below 5: Navigation needs serious work before you spend money on ads. Every dollar you spend driving traffic to a confusing store is partially wasted.
When to re-run this audit
Navigation isn’t a set-it-and-forget-it task. Re-run this checklist:
- Before your first ad campaign (non-negotiable)
- After adding 10+ new products (new products may need new categories)
- After changing themes (every Shopify theme handles navigation differently—Dawn, Refresh, and Sense each have their own menu structure and settings)
- Monthly for the first 6 months (your catalog and customer behavior will evolve)
- Quarterly after that (unless analytics show a sudden drop in engagement)
Tools that make this easier
For the manual checkpoints above, you don’t need any tools beyond a phone and a browser. But if you want to go deeper:
- Google PageSpeed Insights (free): Formal speed and CLS testing
- WebAIM Contrast Checker (free): Verify text readability
- Hotjar or Microsoft Clarity (free tier): Session recordings that show exactly where customers get stuck
- Navi+ Menu Builder: If your audit reveals that your theme’s built-in menu lacks mobile customization (no tab bar, no sticky cart, limited icon support), Navi+ lets you configure mobile and desktop navigation separately without code changes
Running this 10-minute audit before launching ads is one of the highest-ROI activities you can do as a new store owner. The fixes are usually simple—relabeling a category, enabling sticky header, making the cart icon visible—but their impact on conversion is outsized.
This article is part of the larger guide on Navigation basics for your first online store: the 5 essentials.