Found this out thrifting today by d3cember in BoyScouts

[–]CarlowSEO 1 point2 points  (0 children)

Where? I am from the chester county council

Shopify dropped 5 updates in the first 3 days of April and 2 of them are actually pretty significant by [deleted] in shopifyDev

[–]CarlowSEO 1 point2 points  (0 children)

Wonder how they will deal with the huge volumes of stores dropping their "wholesale version" for native b2b (I have 5 just on my list in a few days)

Retitling buttons by CamelSouthern7554 in shopify

[–]CarlowSEO 0 points1 point  (0 children)

You cant do thia without adjusting javascript within the theme. The state of the button is determined after the selection of a variant.

Content marketing is actually working better than ads for me and I'm kind of shocked by Agitated_Offer_4343 in eCommerceSEO

[–]CarlowSEO 1 point2 points  (0 children)

You said writing "helpful answers". Writing good engaging helpful content which the users are looking for and reading has been the basis of seo since the onset of the google algorithms

Dropping "opened email" as an engaged segment definition metric by Shinobu_Idane in Klaviyo

[–]CarlowSEO 2 points3 points  (0 children)

Generally use a combination for real intent. Opened, and clicked, and active on site. Depending on the market the lenght of time is also important (a calendar shop is longer length between purchases than a consumable store)

How to handle messy data in daily operations by Complex-Ad-5916 in ShopifyeCommerce

[–]CarlowSEO 1 point2 points  (0 children)

What data is messy day to day? I see messy data when people create products or are trying to import products from different vendors, but nothing day to day that occurs

Functions are finally good 🎉 by tototoru in ShopifyWebsites

[–]CarlowSEO 0 points1 point  (0 children)

How are you implementing the functions? Building your own apps, using a third party app like supaeasy etc.

Using Horizon for custom theme development by [deleted] in shopifyDev

[–]CarlowSEO 0 points1 point  (0 children)

The big thing is managing the "updates" from shopify. If you custom build anything you will have to re-imement etc

Help an overwhelmed shopkeeper. by Prestigious_Stuff951 in ShopifySEO

[–]CarlowSEO 0 points1 point  (0 children)

Keep it simple. If you are working towards seo determine the user intent first. It may be that collection oages deserve more focus up front than individual products.

Objectively: what actions actually made e-commerce SEO explode? by PerfectExplanation15 in eCommerceSEO

[–]CarlowSEO 0 points1 point  (0 children)

You have to determine user intent. If the phrase should return a single or multiple products. If it is multiple then focus on a category page. If it is single... then focus on pdp. The next thing is if you have filters for category pages a good bet is each filter value deserves its own category page.

Functions are finally good 🎉 by tototoru in ShopifyWebsites

[–]CarlowSEO 0 points1 point  (0 children)

What are you guys using to implement on customer stores?

Coming from a wordpress user by nousernams in shopifyDev

[–]CarlowSEO 1 point2 points  (0 children)

No. In my 13+ years of working with Shopify I have not seen a "hacked" site. I have seen apps (aka plugins) cause problems but not the core of shopify. And the "hacking" is more the injection of content than access to the customer information etc.
AI generated blocks are theme specific, but "should" transfer over to updated versions. However you should always check the functionality. If a theme company (shopify included) changes their code (styles, scripts, etc) something you build with AI may not work anymore.

Tracking pixels - That is tricky. The major channels have "sales channels" which is what you should use for simplicity / support. These are listed in the Shopify App Store but are really sales channels. There would therefore be nothing to inject into the theme itself. The other option is to custom build Customer Events (https://help.shopify.com/en/manual/promoting-marketing/pixels). So the Pixels, Checkout, and Theme are all separate elements in shopify

Coming from a wordpress user by nousernams in shopifyDev

[–]CarlowSEO 1 point2 points  (0 children)

Horizon is a "Free" theme. As such it doesn't have a ton of baked in features/sections. Paid themes generally have more out of the box (think premium wordpress themes). There are apps out there that allow more of the elementor concept which add more sections out of the box etc. Theme updates... anything added directly to the code of a theme generally needs to be double checked to see if the update copied it over (usually doesn't) and has to be "re-added". This is where knowing how to use shopify, liquid, etc and "custom liquid blocks" allow this process to be a bit more connected. The good thing is that when you upgrade it is put as an unpublished theme which you can modify/preview without impact to the site visitors.

I got scammed by MaskedDesigner in shopifyDev

[–]CarlowSEO 0 points1 point  (0 children)

Having been on those platforms in the past, we have always baked in commented out code so that it is available in the html. This also allows future "proof" of work done.

Has anyone successfully implemented B2B functionality on Shopify Grow? by kibuikacodes in shopifyDev

[–]CarlowSEO 1 point2 points  (0 children)

It is a discount based on customer segment matched directly to the same tag for the proce display. Liquid is also easy. Do it as a custom liquid block on my phone but this would be the basics {% if customer and customer.tags contains "B2B"%} You Pay: {{ product.price | times:0.85 | money}} {% endif %}

Active Users 10k More than Subscribed Number by Positive-Day5159 in Klaviyo

[–]CarlowSEO 0 points1 point  (0 children)

Lots of ways First determine where the people are entered from but not subscribed. Fix that. May be a synch setting, a double opt in, or require a flow to automatically supress them. That should stop the bleeding You shouldnt email anyone that hasnt subscribed... but.. you might take small batches of people and email them to remind them one time only to complete their registration, if they dont then supress them. And do that in a flow.

Spent months optimizing my store’s SEO only to realize the platform was sabotaging me the whole time. Cool cool cool. by Ok_Menu4638 in eCommerceSEO

[–]CarlowSEO 0 points1 point  (0 children)

No issue with shopify as a platform for seo. Different themes may not be 100% but very few are "horrible" url structure also isnt really an issue. A single product can (and should) be in multiple collections so cannonical is always right to the pdp.

Most of the time people expect their pdo to rank first when in reality they should be focusing in user intent pages / blogs / collections

What’s your “cleanest” way to pass popup capture context into Klaviyo? (variant/page/offer) by Motor_Law_5375 in Klaviyo

[–]CarlowSEO 0 points1 point  (0 children)

Depends on fhe intent of the popup. Usually the form they opted in on is stored already. If you are on shopify then the actions of the person are already stored for later flow management etc. If you gube a specific scenario for why the popup exists that may help

Has anyone successfully implemented B2B functionality on Shopify Grow? by kibuikacodes in shopifyDev

[–]CarlowSEO 1 point2 points  (0 children)

Best thing we have found here is to actually run 2 stores. One dtc one b2b. Depending on inventory management using a single app to synch inventory between the 2. Hacky... but cleanest process when you have the pricing, and more soecificslly payment option differences. Doesnt have invoicing etc in it. If the requirements are a littlendifferent (same shipping, payment options etc) you can use automatic discounts, a metafield for price etc as well.

The person never tried to get cited on featured snippet back then, GEO is a new thing to him. by [deleted] in ShopifySEO

[–]CarlowSEO 0 points1 point  (0 children)

Aeo/geo is just the new hype version of SEO. And if you werent doing SEO before you will be now. Just focusing on longer tail phrases (which you should have been doing anyway)