WooCommerce Product Discovery in the Age of AI

magnifying glass, nature, loupe, discover, look, outdoors, forest, mountain

In a recent Business Bloomer Club Slack thread, the topic of AI-driven product discovery came up following a blog post by James Kemp that discussed how AI tools are beginning to influence the way online shoppers find products — and what that means for WooCommerce stores.

The thread quickly shifted to a broader discussion about the impact of tools like ChatGPT, Google’s AI Overviews, and how WooCommerce developers and shop owners can adapt by expanding their presence beyond their own websites.

Several useful resources were shared, and the tone was clear: ecommerce is evolving fast, and being ready for the shift means taking action now.

The discussion brought out a mix of strategic insights and technical recommendations. Below is a summary of the blog post that sparked the conversation, along with thoughts and ideas shared by Club members.

Continue reading WooCommerce Product Discovery in the Age of AI

WooCommerce: Redirect Empty Paginated Category Pages (404)

Street scene featuring a bicycle detour sign and metal railings, guiding traffic.

In a recent Business Bloomer Club Slack thread, a WooCommerce developer faced a common but frustrating issue: their website was generating 404 errors for paginated product category URLs that no longer had enough products to justify multiple pages.

For example, /product-category/toys-gifts/page/3/ would show a 404 error if there weren’t enough products to fill that third page. This often happens when products are removed or recategorized, and while the base category URL remains valid, these deeper pagination URLs become orphaned.

The goal was to redirect those invalid paginated URLs back to the main category page to avoid broken links and improve user experience. What followed was a conversation about WooCommerce pagination, 404 behavior, and a working solution.

Continue reading WooCommerce: Redirect Empty Paginated Category Pages (404)

Does WooCommerce to Shopify Migration Need SEO Work?

A picturesque scene of a flock of birds flying over a lush green field during the day.

In a recent Business Bloomer Club Slack thread, members discussed the SEO implications of moving an online store from WooCommerce to Shopify.

The main takeaway is that migrating from WooCommerce to Shopify is not just a simple platform switch — it also involves significant SEO considerations, especially because the URL structures between the two platforms differ substantially.

This post explores why SEO work is essential during such migrations, what common pitfalls to avoid, and how to minimize the risk of losing organic rankings and traffic.

Continue reading Does WooCommerce to Shopify Migration Need SEO Work?

Is Core Web Vitals Optimization Worth It for WooCommerce?

Detailed close-up of a hand pointing at colorful charts with a blue pen on wooden surface.

In a recent Business Bloomer Club Slack thread, we discussed the impact of Core Web Vitals optimization on website performance and SEO.

Some store owners have invested in optimizing Core Web Vitals but saw little to no improvement in their site’s performance or search ranking.

This raised questions about the real-world benefits of focusing on Core Web Vitals, especially for WooCommerce stores of different sizes and with varying technical setups.

The discussion also touched on how perceived page speed, especially the “above the fold” content load time, might have more influence than overall metrics.

In this post, we’ll explore whether optimizing Core Web Vitals is always a critical task and what factors store owners should consider to get the most value from their efforts.

Continue reading Is Core Web Vitals Optimization Worth It for WooCommerce?

WooCommerce Brand Management: Navigating the Options

books, library, education, knowledge, book, archives, borrow, old, dust, archives, archives, archives, archives, archives

Effectively managing brands within a WooCommerce store requires a strategic approach that balances search engine optimization (SEO) with practical functionality for both store owners and customers.

The platform offers a variety of tools for handling brands, including a dedicated Brands taxonomy, product attributes, and product categories. While each of these options offers unique benefits, using them all can lead to complexity and redundancy.

This post explores the various ways to manage brands in WooCommerce, examining the pros and cons of each approach and offering guidance on how to choose the best strategy for your specific needs.

The discussion among developers highlights the common challenges faced when managing brands, particularly in larger stores with extensive product catalogs.

This guide aims to provide a clear understanding of the options available and empower store owners to make informed decisions about how to best represent and organize brands within their WooCommerce store.

Continue reading WooCommerce Brand Management: Navigating the Options

WooCommerce: Redirect Empty Paginated Category Pages (404)

When managing a WooCommerce store, it’s common to rearrange products or remove them from certain categories. However, this can lead to an unexpected issue: paginated product category URLs (e.g., /product-category/shirts/page/3/) may still be accessible even when that specific page no longer contains any products.

Instead of displaying a 404 error, it’s often better to redirect users back to the main category page to avoid confusion and improve user experience.

This is especially important for SEO, as you don’t want search engines indexing irrelevant or broken pages. The solution is to detect when a paginated product category archive is empty or invalid and redirect to the base category URL instead.

Below is a simple snippet you can add to your theme’s functions.php or a custom plugin. It handles the redirect only when necessary, ensuring users and bots land on meaningful content.

Continue reading WooCommerce: Redirect Empty Paginated Category Pages (404)

Should You Redirect Your WooCommerce Shop Page to Your Only Product Category?

In a recent Business Bloomer Club discussion, a WooCommerce store owner raised an interesting question about managing duplicate content on their site. The store features multiple product categories, but the main Shop page only showcases one category.

This creates a situation where both the “Shop” and “Product Category” pages display identical content, potentially impacting SEO by creating duplicate content.

The store owner is considering redirecting the Shop page to the specific Product Category page and indexing only that page.

Let’s explore the pros and cons of this approach and provide some practical recommendations for optimizing the Shop page while maintaining the best SEO practices.

Continue reading Should You Redirect Your WooCommerce Shop Page to Your Only Product Category?

A Beginners Guide to WooCommerce SEO

Thrilling image of a skier leaping from a snowy cliff against a clear blue sky in Whistler, Canada.

If you’ve recently launched a WooCommerce store—or are thinking about starting one—you’re probably already aware of the importance of SEO. After all, what good is a beautiful online shop if no one can find it in the first place?

Search engine optimization (SEO) is one of the most effective and affordable ways to bring consistent, organic traffic to your WooCommerce site. It’s how you get your products in front of the right people—those who are already searching for what you offer.

The best part? With a bit of know-how and some time investment, you can manage many of the key SEO strategies yourself—no need for expensive consultants or complex tools. WooCommerce is already built with SEO-friendly foundations, so you’ve got a head start.

In this beginner’s guide to WooCommerce SEO, we’ll walk you through the essentials: from choosing the right keywords to optimizing product pages, metadata, and site speed. Let’s dive in and get your shop ranking higher on search engines like Google.

Continue reading A Beginners Guide to WooCommerce SEO

Should You Disable Blog Functionality for Non-Blogging WooCommerce Clients?

In a recent Business Bloomer Club discussion, a member posed an interesting question: should WooCommerce clients who don’t intend to use WordPress’s blogging functions disable them entirely to possibly improve website performance?

Many eCommerce clients prioritize product pages, checkout flows, and support features over blog content, leading to the question of whether maintaining unused blogging functions adds any unnecessary load to the site. Below, we explore options for managing blog functionality in WooCommerce sites and whether disabling it could provide any tangible benefits.

Continue reading Should You Disable Blog Functionality for Non-Blogging WooCommerce Clients?

WooCommerce: Fix Google Search Console “No global identifier provided” Error

If you registered your WooCommerce website on Google Search Console for monitoring your SEO efforts and search appearance errors, you probably got this “No global identifier provided (e.g. gtin, brand)” email notification at some stage. I got it too.

Search Console optionally requests you set a unique product GTIN structured data for all your products – I believe in case you wish to sell on Google Shopping – and therefore sends you this error notification whenever a product is missing this.

You could use a WooCommerce GTIN plugin from the WP repo, yes. Or you could be smart, and programmatically set the GTIN to the same value of the product SKU, as long as all your products have a unique SKU value. Today, we will cover the latter. Enjoy!

Continue reading WooCommerce: Fix Google Search Console “No global identifier provided” Error

WooCommerce: Redirect Product Category Pages

Maybe because you have only one product category and therefore search engines would find duplicate content (Shop page = Category page) and penalize your website.

Or maybe because you use advanced product filters and you prefer customers to see the filtered view “by category” (e.g. “example.com/shop/?_product_category=tables“) as opposed to the default category pages ( “example.com/product_category/tables” ).

Either way, it is possible to programmatically redirect all product category pages to a given page or to a relevant URL with parameters – and here’s the fix. Enjoy!

Continue reading WooCommerce: Redirect Product Category Pages

WooCommerce: Add a Third Description @ Single Product Page

There are times when the “long description” and the “short description” are not enough on the WooCommerce Single Product page. What if you need to add another HTML content section – say – at the very bottom of the page (and maybe, because of the longer page, add another add to cart button there as well)?

In this simple snippet, we will add another “WYSIWYG” text editor in the Edit Product page, and display the output at the bottom of the single product page. Enjoy!

Continue reading WooCommerce: Add a Third Description @ Single Product Page

WooCommerce: How to Make Your Store More Mobile-Friendly

In April 2015, Google released an algorithm update that favored mobile-friendly pages in Google’s mobile oriented search results. This algorithm was named “Mobilegeddon”, and it gave leverage to those sites that display perfectly on smartphones and other mobile devices. 

Clearly, having a mobile-friendly website not only makes it easier to engage and convert mobile using customers, but also paves the way for better ranking and visibility on search engines.

While it is good practice to get a WooCommerce mobile app for your store, it is also important to optimize your website and make it more mobile-friendly.

We will first discover the benefits of making your website more mobile-friendly, and then learn the tips and tricks to optimize it for small devices.

Continue reading WooCommerce: How to Make Your Store More Mobile-Friendly

WooCommerce: Override Product Category Page Title

This is an interesting WooCommerce customization – as you know WordPress menus and widgets read whatever product category name and display it in the frontend.

Let’s say your product category title is “Tables”. This will show up in the navigation menu if you have set it up that way, in te breadcrumbs if you have any, in the sidebar category widgets, and as a title on the single product category page.

This is great and all, but what if your product category name is “Red Round Tables By Whatever Brandname“? As you can imagine, displaying this in a sidebar or navigation menu may be a little too much, while it’s fine to use it as a H1 on the single product category page for SEO reasons and enhanced readability.

So, the question is – how do we define an “alternative” product category name, so that this can be used on the product category page as custom title, while using the default one for other smaller locations such as menus and widgets?

Well, this is how it’s done – enjoy!

Continue reading WooCommerce: Override Product Category Page Title

WooCommerce: Top 8 SEO Plugins to Grow Your Traffic

Having an amazing website with top-notch content that ranks on the fifth page of search results is every website owner’s worst nightmare.  

And the key to avoiding this is to optimize your website for search engines. 

Search Engine Optimization (SEO) can help you rank higher in search results, gain more visibility, and improve the quality and quantity of traffic your website gets – all of which can help your bottom line.

But here’s the catch – SEO can often be complicated and confusing for website owners, especially if you don’t have prior knowledge or a strategy in place. Analyzing content for keywords, creating a site structure, tracking rankings, and most importantly, staying on top of search engine algorithms is not an easy feat. 

The good news is there’s a wide range of WordPress SEO plugins that can simplify the job for you. With features like content analysis, keyword tracking, and SEO audits, these plugins can help you optimize every part of your website effortlessly so you can gain more visibility online. 

Like with many plugin categories, if you go looking, you can get lost in a sea of SEO plugins because there are simply so many of them. But we’ve done the legwork for you and prepared a list of the eight best plugins to supercharge your website traffic. 

Let’s dive in!

Continue reading WooCommerce: Top 8 SEO Plugins to Grow Your Traffic