Https://clutch-movements.myshopify.com/

This is my only store, this is my first venture into having my own store so I’m looking for feed back on my website and overall opinions. Was trying to find what people feel and think going through the website and get feedback on their thoughts so that I can optimize my store

1 Like

Hi @Igloomagoo88

Welcome to the community.

I would rather not give you my feedback, as you are new and it is your first venture.
All I can say those colors are hard on the eyes, and the text is hard to read.

But please go through the Store feedback category, read the last 50 topics, and you will get an idea of what you did wrong and how to fix it. Learn from other people’s experiences and tips they got.

Good luck, you have a lot of work ahead, but I hope sales will come in time.

Here is a checklist to turn your store into a Trusted Brand:

1. Kill the “Google Search” Domain

Nothing screams “unprofessional” louder than a default Shopify domain.

  • Action: Buy a custom domain (e.g., yourbrand.com). It’s a small investment that builds 90% of your initial trust.

2. Branding Starts with a Clean Logo

Don’t just type your store name in a basic font.

  • Tip: Use Canva or Fiverr to get a clean, transparent PNG logo. A professional logo tells the customer, “I’m here to stay.”

3. Above the Fold: Call to Action (CTA)

Your banner shouldn’t just be a pretty picture. It needs a purpose.

  • Action: Add a clear CTA button like “Shop Now” or “Get 20% Off Today”. Guide your customers exactly where you want them to go.

4. Stop the “Popup Harassment”

Never trigger a popup the second a visitor lands. It’s annoying and hurts your SEO.

  • The Fix: Set your popups to “Exit Intent” or after the user has spent at least 30-60 seconds on the site. Let them breathe first!

5. The “Legal” Must-Haves

Banks and Google Shopping will flag you if you miss these. Make sure your footer has:

  • Shipping Policy (Be honest about times!)
  • Return & Refund Policy
  • Terms of Service & Privacy Policy

6. Visual Consistency is King

If one product photo has a grey background and another is in a bedroom, your site looks messy.

  • Strategy: Use a uniform format. High-quality white background images are the gold standard for e-commerce. It makes the store look organized and high-end.

7. The Power of Product FAQs

Why add an FAQ section to every product page?

  • Why: It kills “Buying Resistance”. If a customer wonders “Is this waterproof?”, and they have to email you to find out, you’ve lost the sale. Answer it right there!

8. Social Proof: Quality > Quantity

Reviews are the #1 conversion driver, but amateurs do it wrong.

  • The Mistake: Importing thousands of random reviews that don’t match the product.
  • The Right Way: Import reviews specifically for the product you are selling. Ensure the photos in the reviews actually match the item in your description.

Pro Tip: If you’re struggling with importing specific, high-quality reviews from AliExpress or Amazon, tools like Ryviu can help you filter and curate only the best ones to keep your social proof authentic

Hi , @Igloomagoo88

I checked your store along with your PageSpeed report https://pagespeed.web.dev/analysis/https-clutch-movements-myshopify-com/ocelp0np8b?form_factor=mobile .This usually happens when key content loads late and the page doesn’t immediately build trust, causing users to leave before engaging further.

1.Performance (PageSpeed / LCP issues):

Your main visible content ( hero section) is loading slowly.

  • Lazy loading on above-the-fold content

  • Apps/scripts delaying rendering

  • Add fetchpriority=“high” to the hero image

{{ section.settings.image | image_url: width: 1800 | image_tag:

loading: ‘eager’,

fetchpriority: ‘high’

}}

  1. Improve clarity

It’s not instantly obvious what you sell or why it stands out, which can affect engagement.

  • Add a clear headline explaining what you offer.
  • Add a short value proposition
  1. Functionality and user flow
  • Add a visible Add to Cart / Buy Now button on each product page

Improving these areas will make a big difference in how users interact with your store and how confident they feel to purchase.

Lastly , If you’re not handling performance manually, you could also look into optimization tools available like Website Speedy that help delay non-critical scripts and improve load time.

Disclaimer : We are the developer of the Website Speedy.

Hope this Helps!