r/ShopifySEO

Do not spend hours creating your listings again!
▲ 11 r/ShopifySEO+3 crossposts

Do not spend hours creating your listings again!

Solo founder here, also an active reseller. The problem I kept hitting (and heard from every other seller) was how long it takes to list - writing copy and re-entering it into each marketplace by hand.

So I built MyShopRender, a Chrome & Firefox extension. You add 2–3 photos and it generates the title, description, tags and category, then auto-fills the listing form as a draft (deliberately never auto-publishes - sellers want the final say). It covers Etsy, eBay, Depop, Vinted and Shopify.

What I've shipped recently based on user feedback:

  • Batch processing - multiple drafts from a set of photos in one pass.
  • Toys & Collectibles mode - collector-focused copy (brand/era/scale/condition).
  • Smarter per-marketplace category selection.

Model's freemium: free to try (5 listings, no card), paid after.

👉 myshoprender.com

Would love feedback from other builders - both on the product and on how I'm positioning it to resellers. What would make you trust a tool like this enough to try it?

u/RetroLady74 — 23 hours ago
▲ 9 r/ShopifySEO+1 crossposts

After a couple of hours and finally acceptable numbers.

I have been working on many changes on our e-commerce store over the past couple of months and sometimes I have been neglecting lighthouse/PageSpeed performance and decided today was the day I wanted acceptable numbers and honestly in my opinion Accessibility, Best practices and SEO needs to be 100%, performance can be harder, but I hope to get it above 95 later on.

Hope everyone is having a great day, do share your numbers and feel free to ask questions!

u/Pawnee20 — 5 days ago
▲ 11 r/ShopifySEO+2 crossposts

Got my first organic Pro conversion — 5 new users this week with zero ad spend 🌱

Small win, but it genuinely made my week.

I've been building a Shopify SEO app (MetaGenius: AI SEO & Alt Text — helps merchants auto-generate meta titles, descriptions, alt text, etc.) and growth has been painfully slow. No ads, no influencer deals, just the app sitting on the App Store.

This past week: 5 new installs, all organic. And one of them converted to a paid Pro plan.

I know that sounds tiny. But I've been grinding on this thing solo, and seeing strangers find it, install it, and actually pay for it without me doing anything to push them there... that feeling hits different.

No Shopify ads. No paid promotions. Pure organic.

If you're building a Shopify app and feeling like nothing is happening — keep going. The App Store does eventually work. SEO on your own listing matters. Reviews matter. The compounding is just slow at first.

To anyone who's further along: what was the moment growth started feeling real for you?

reddit.com
u/gautamrudani — 6 days ago
▲ 4 r/ShopifySEO+2 crossposts

How can I sell my Shopify app?

I have a live Shopify app approved on the Shopify App Store. It currently has 16 installs.

I’m thinking of selling it because I don’t have enough time to grow it properly.

Has anyone here sold a Shopify app before? How do you value an early-stage app, and where can I find serious buyers?

Any advice would be helpful.

reddit.com
u/gautamrudani — 9 days ago
▲ 6 r/ShopifySEO+3 crossposts

Built a Shopify app to make product options and customization feel cleaner for merchants

Hey everyone,

We launched a Shopify app called Ultimate Product Options last year and have been improving it step by step based on merchant feedback and real store use cases.

The goal was to make product customization easier without making Shopify variants and product setup overly complicated.

Currently the app supports:

• text fields, dropdowns, checkboxes, swatches, buttons, uploads, etc
• add-on pricing for custom options
• conditional logic
• product personalization
• reusable option sets
• bulk assignment across products
• live preview style customization flows

A big reason we built this was seeing how difficult native Shopify variants become once stores start offering personalized or configurable products, especially for print, gifting, bundles, and custom items.

We’d genuinely appreciate any honest feedback from merchants or developers here — whether it’s around missing features, UX, performance, onboarding, or anything that could make the experience better for stores.

App link: https://apps.shopify.com/ultimate-product-options

u/DependentClient8391 — 9 days ago
▲ 9 r/ShopifySEO+1 crossposts

Should we buy backlinks or avoid it?

last autumn we changed our website URL/domain structure, and since then we’ve still been struggling a lot with our Google rankings.

To speed things up, we are now considering buying backlinks for the first time.

The problem is: every AI tool basically says, “Never buy backlinks.”
But recently I read a post here from someone who said that buying backlinks helped them a lot.

So now we’re unsure what to do.

Would you recommend buying backlinks in this situation, or should we avoid it completely?

And if buying backlinks can make sense, what would be the better approach?

  • A few “high-quality” backlinks?
  • Many backlinks, even if the quality is not perfect?
  • Or only backlinks from websites in our own country/language?

We are a German company, so I’m also wondering whether the backlinks should ideally come from German websites.

Thanks in advance for your thoughts and advice. :)

reddit.com
u/Bitter-Ad-1513 — 14 days ago
▲ 3 r/ShopifySEO+2 crossposts

No sales in June :( -Understanding niche market for sensory products and platform to sell better

I own a sensory niche e-commeser digital platform providing behavioral sensory materials of kids and adults. I am running a brand on Shopify
sensoryspacesolutions.com
I started in March and by April, I made couple sales, and in May I had good 15 orders and now June went completely dry with 0 order till date. Anything I did wrong or is it just the timing / season. I though summer would be relatively busy, but im shocked nothing came through this month. I haven't change much in my flow, if anything have more therapist recommended tools on my catalog. anyone faced similar situation in the past?

I'm marketing my product and selling them on Ebay apart from my own store. nothing from there as well!
some folks said its better I sell on niche platform for niche products. Anyone aware of any such platform where I can sell my products particularly aiming for sensory - ADHD, autism , special needs support?
My catalog focus is :
motor skill, proprioceptive and vestibular

u/National_Leave1415 — 13 days ago

Breadcrumbs on product pages: collection in URL vs. metafield vs. auto-pick from product.collections. What actually works for SEO?

Hoping someone who has shipped this on a real store can sanity-check my thinking.

My products live in multiple collections, so there's no single "true" hierarchy stored anywhere. My dev suggested two options:

  1. Add a metafield per product holding the primary collection, then build the breadcrumb + JSON-LD from that. Downside: someone has to maintain that field across the whole catalog.
  2. Slightly modify the product URLs so they always include the current collection, like /collections/karambolage-queues/products/product-name. Then Shopify exposes the collection object on the product page and we build the breadcrumb from that.

My concern with option 2: Shopify sets the canonical to the clean /products/... URL no matter which collection you enter from. So on the canonical page the collection object is nil, which means the breadcrumb + BreadcrumbList schema that Google actually indexes would be empty or inconsistent. Feels like it only helps visual nav, not the rich snippet. Am I wrong about that?

The third option I'm considering: skip the metafield maintenance entirely and just iterate over product.collections in Liquid, pick the first one that isn't "All", "Frontpage" or "Sale", and build the breadcrumb + JSON-LD from that on the canonical URL. Only override with a metafield for the handful of products where the auto-pick is wrong.

Questions:

  • For anyone running multi-collection catalogs, did the auto-pick-from-product.collections approach hold up, or did it produce inconsistent paths that caused Search Console enhancement warnings?
  • Is the collection-in-URL approach a dead end for SEO breadcrumbs specifically because of the canonical, or am I misunderstanding how Shopify handles it?
  • Anyone regretting going the app route (Breadcrumbs Uncomplicated, JSON-LD for SEO) vs. native snippet?

Store is a niche sports equipment shop, a few thousand products. Thanks.

reddit.com
u/BreakYaNeck99 — 11 days ago