WPSolr logo
Search
Close this search box.

Wordpress guides for WordPress & WooCommerce

The impact of Google Retail search on your WooCommerce SEO performance

Introduction Google Retail search is a powerful tool that allows customers to search for products and make purchases directly on the Google search engine. This feature has had a significant impact on the SEO performance of WooCommerce websites. With Google Retail search, customers can see product listings, images, prices, and reviews, all within the search results page. This can lead to increased visibility, click-through rates, and ultimately, more sales for online retailers. The Impact of Google Retail search on WooCommerce SEO Google Retail search has revolutionized the way customers discover and buy products online. With the integration of product data directly into search results, customers can easily compare prices, read reviews, and make purchase decisions without even visiting a website. This has massive implications for

Using Algolia to create lightning-fast faceted search in your WordPress and WooCommerce store

Introduction: Faceted search is an essential feature for any e-commerce website. It allows users to refine their search results by applying filters to specific attributes or categories. Algolia is a powerful search engine that provides lightning-fast faceted search capabilities. In this post, we will learn how to integrate Algolia into your WordPress and WooCommerce store to enhance the search experience. Getting Started with Algolia: To start using Algolia, you need to create an account and obtain the necessary API credentials. Once you have your credentials, you can install the Algolia plugin for WordPress or use the Algolia PHP client directly. Using Algolia with the PHP Client: To use Algolia in your WordPress or WooCommerce store, you can utilize the Algolia PHP client. Here’s an example

How to use Google Retail search to improve your WooCommerce conversion rate

Introduction Google Retail Search is a powerful tool that can greatly optimize your WooCommerce conversion rate. By integrating this feature into your online store, you can provide a seamless and efficient search experience for your customers. In this post, we will explore the steps to use Google Retail Search and how it can significantly improve your WooCommerce conversion rate.   Setting up Google Retail Search To begin, you will need to have a Google Merchant Center account and a WooCommerce website. Once you have these, you can follow these steps to set up Google Retail Search: Step 1: Install the Google Retail Search plugin First, you will need to install the Google Retail Search plugin for WooCommerce. You can find this plugin in the WordPress

5 common mistakes to avoid when using Google Retail search for WooCommerce

Introduction Google Retail search is a powerful tool that can greatly enhance the search functionality of your WooCommerce store. By integrating Google’s Retail Search API into your website, you can provide your users with an efficient and seamless shopping experience. However, there are some common mistakes that you should avoid when using Google Retail search for WooCommerce. In this post, we will discuss five of these mistakes and provide you with tips on how to avoid them.   Inadequate API Configuration One common mistake when using Google Retail search is not configuring the API properly. To use Google’s Retail Search API, you need to set up a project in the Google Cloud Platform console, enable the API, and generate an API key. Without proper configuration,

Multi-modal WooCommerce search: Elasticsearch orders + Weaviate Cohere products + Weaviate CLIP media.

— Current solution — Just finished upgrading a WooCommerce client, who already had a front-end products multi-lingual Weaviate + Cohere search, and also a 200,000 orders/coupons Elasticsearch admin search. — Needs — The client’s team had troubles searching in thousands of unlabelled media images. — New solution — After upgrading the Weaviate Kubernetes cluster to enable the CLIP module, we indexed the thousands of images. This was relatively fast, on CPUs. — Results — Now the team can search images from their content, rather than from titles and captions. This was done thanks to the WPSOLR “views”, each setup with a dedicated index. WPSOLR + Weaviate + Cohere + CLIP: https://wpsolr.com #search #clip #cohere #weaviate #woocommerce

Advanced Elasticsearch features to improve search results in WooCommerce

Introduction WooCommerce is a versatile and widely used plugin on WordPress that powers e-commerce websites. One of its most vital functionalities is the search bar that lets customers search for products with ease. However, the default search functionality is rather basic and can sometimes give irrelevant results. Elasticsearch is an open-source search engine that powers advanced search and analytics. In this post, we will discuss the advanced Elasticsearch features that can help improve search results in WooCommerce. Advanced Elasticsearch features 1. Fuzziness Fuzziness refers to the ability of Elasticsearch to find results with similar spellings to the searched query. This is an essential feature when customers misspell words while searching. This feature can be enabled in the Elasticsearch index settings. 2. Synonyms Synonyms refer to

How to optimize your WooCommerce products for Google Retail search

Introduction: WooCommerce is the most popular e-commerce platform, and optimizing your products for Google Retail search is vital for online businesses. Google Retail search crawls the product pages of an online store to find the most relevant products for a user’s search query. Therefore, optimizing your products for Google Retail search means making your products more visible and ultimately resulting in increased sales. Optimizing Your WooCommerce Products for Google Retail Search: 1. Product Titles and Descriptions: Your product title and description should be descriptive and accurate. Use relevant keywords that describe the product in detail. The title should be between 50-60 characters and include the most important keywords to make it easier for Google to rank it higher in search results. Similarly, the description should

Leveraging Elasticsearch to power faceted search in WordPress and WooCommerce

Introduction Faceted search is a powerful feature that allows users to filter search results based on specific criteria. Elasticsearch is a highly scalable search engine that can be leveraged to provide faceted search capabilities in WordPress and WooCommerce. In this post, we’ll explore how Elasticsearch can be used to power faceted search and provide some code snippets to help you get started. Using Elasticsearch for Faceted Search Elasticsearch has powerful aggregation features that can be used to break down search results into categories based on specific criteria. These categories can be presented to users in a sidebar, allowing them to easily filter results based on their preferences. To get started, you’ll need to install Elasticsearch on your server and create an index for your content.

Maximizing your revenue with Apache Solr on WooCommerce

Introduction As an online store owner, your ultimate goal is to maximize revenue while providing an excellent experience to your customers. To achieve this, you need to ensure that your eCommerce platform is built to handle the scale of your operations and provide reliable search results. In this post, we’ll explore how you can use Apache Solr to maximize your WooCommerce revenue. Apache Solr is a powerful search engine that provides fast and accurate search results. It’s a popular tool among web developers and is widely used in eCommerce platforms. With Apache Solr, you can provide your customers with an advanced search experience on your WooCommerce store, resulting in increased customer satisfaction and revenue. In this post, we’ll look at how to integrate Apache Solr

Creating custom Elasticsearch queries for WooCommerce

Introduction When it comes to optimizing the search experience on your WooCommerce website, Elasticsearch is the best search engine that you can use. Elasticsearch is a fast, scalable, and powerful solution that can improve the search experience on your WooCommerce website dramatically. However, there is a lot of work that goes into creating custom Elasticsearch queries for WooCommerce. In this post, we will walk you through the process of creating custom Elasticsearch queries for WooCommerce. Creating Custom Elasticsearch Queries for WooCommerce The first step to creating custom Elasticsearch queries for WooCommerce is to install Elasticsearch on your server. Once you have Elasticsearch installed, you can start building custom queries using the Elasticsearch API. The easiest way to do this is to use the Elasticsearch PHP

Implementing custom ranking in Elasticsearch for WooCommerce

Introduction Elasticsearch is a powerful open-source search engine that can be used with many different applications. WooCommerce is one such application and is known as one of the most popular eCommerce platforms. By default, WooCommerce uses a relevance ranking system to sort the search results. However, sometimes businesses require different ranking systems, and hence, being able to implement a custom ranking system within Elasticsearch can be highly advantageous. In this post, we will discuss how you can implement custom ranking in Elasticsearch for WooCommerce with PHP client. We will also talk about how WPSOLR, a popular WordPress plugin, can help with that. Implementing Custom Ranking in Elasticsearch for WooCommerce To implement a custom ranking in Elasticsearch for WooCommerce, we need to understand how Elasticsearch handles

How to get started with Weaviate in WooCommerce

Introduction: Weaviate is an open-source vector search engine that allows you to build smart search applications. If you are using WooCommerce to power your online store, you can enhance your search capabilities by integrating Weaviate. In this post, we will show you how to get started with Weaviate in WooCommerce. How to Get Started with Weaviate in WooCommerce: To get started with Weaviate in WooCommerce, you will need to install the Weaviate PHP client. You can install it using Composer, which is a dependency manager for PHP. Once you have installed the Weaviate PHP client, you will need to create a Weaviate instance and an index. You can do this using the following code: // Include the Weaviate PHP client require_once 'vendor/autoload.php'; use Weaviate\Client\Configuration; use

Elasticsearch alternatives for WooCommerce

Introduction WooCommerce is a popular e-commerce platform that runs on WordPress. However, when it comes to search functionality, WooCommerce comes with its own built-in search functionality. But this search functionality is not always enough. Often, store owners face issues with search performance, relevancy, and scalability when the store has a large number of products. Elasticsearch, a search engine based on Lucene, could be the solution for such issues. Elasticsearch can help to optimize search performance, relevancy, and scalability. It provides full-text search, document-oriented storage, and real-time distributed search and analytics. However, Elasticsearch is not the only solution available in the market, so let’s take a look at some Elasticsearch alternatives for WooCommerce. Elasticsearch Alternatives Algolia Algolia is a cloud-based search engine that provides a fast

Top reasons why WooCommerce users should consider using Google Retail search

Introduction WooCommerce is a powerful eCommerce platform that allows users to create and manage their online store with ease. However, even with a well-designed store, it can be challenging to drive traffic and convert visitors into customers. This is where Google Retail search comes in. In this post, we will discuss the top reasons why WooCommerce users should consider using Google Retail search. Top Reasons to Use Google Retail Search 1. Increased Visibility: Google Retail search provides increased visibility for your products by displaying them prominently in Google search results. This helps your products get discovered by potential customers who are actively searching for similar products. 2. Improved Targeting: With Google Retail search, you can target customers who are more likely to make a purchase.

What is Apache Solr and how does it help with WooCommerce?

Introduction WooCommerce is a popular e-commerce platform for WordPress sites. It is an excellent choice for businesses that want to sell products online. However, even with excellent products and well-designed pages, customers need to be able to find what they are looking for quickly and efficiently. Fortunately, there is Apache Solr, a powerful search engine that can help with this. This post will detail what Apache Solr is, its advantages, and how it can help with WooCommerce. The post will also include a code sample that shows how to implement Solr in a WooCommerce site using PHP. What is Apache Solr? Apache Solr is an open-source search engine that can be used to manage and search large amounts of data. It is used by popular

The benefits of using Elasticsearch for catalog management in WooCommerce

Introduction In recent times, e-commerce has become one of the most reliable and widespread methods of buying and selling products. WooCommerce is an excellent platform that allows businesses to create online stores easily. However, managing a vast catalog of products can be a daunting task. That’s where Elasticsearch comes in. Elasticsearch is an open-source search engine built on top of the Apache Lucene library. It is fast, scalable, and designed to handle large amounts of data. In this post, we’ll explore the benefits of using Elasticsearch for catalog management in WooCommerce and how you can implement it using the PHP client. Benefits of Using Elasticsearch for Catalog Management in WooCommerce 1. Faster Search Results: Elasticsearch is built to handle large volumes of data, and it

Different ways of integrating Elasticsearch with WooCommerce

Introduction Elasticsearch is an open-source search engine that helps in storing and indexing data quickly and efficiently. It is a powerful tool that can be integrated with various applications, including eCommerce platforms like WooCommerce. WooCommerce is a free WordPress plugin that allows businesses to sell their products online through their websites. Integrating Elasticsearch with WooCommerce can enhance the search experience for users and provide better search results. In this post, we will discuss different ways of integrating Elasticsearch with WooCommerce and how WPSOLR can help in this process. We will also add some PHP code to help you get started with the Elasticsearch client. Integrating Elasticsearch with WooCommerce There are different ways to integrate Elasticsearch with WooCommerce, and we will discuss some of them here:

Top Elasticsearch plugins for WooCommerce

Introduction Elasticsearch is a powerful and popular search engine that can be integrated with WooCommerce to improve search functionality. However, Elasticsearch alone may not offer many features that you may want or need for your online store. That is why Elasticsearch plugins are important. In this post, we will discuss some of the top Elasticsearch plugins for WooCommerce and how they can add more functionality to your search engine. We will also give a brief overview of the plugins and how they work with Elasticsearch. Top Elasticsearch Plugins for WooCommerce 1. Elasticsearch for WooCommerce – This plugin is designed to help you integrate Elasticsearch with WooCommerce. It has many features that will help you create a more powerful search engine that can handle large amounts

Managing Multilingual WooCommerce Stores with Google Retail search

Introduction Managing multilingual WooCommerce stores can be a complex task, especially when it comes to ensuring a seamless search experience for customers across different languages. However, with the power of Google Retail Search and the flexibility of the WooCommerce platform, you can effectively manage multilingual stores and provide a consistent search experience to your customers. In this post, we will explore how you can leverage the Google Retail Search API to enhance search functionality in your multilingual WooCommerce store and provide relevant search results to users in their preferred language.   Google Retail Search API The Google Retail Search API is a powerful tool that allows you to integrate Google’s search technology into your online store. By utilizing this API, you can enhance the search

Managing Multilingual WooCommerce Stores with Weaviate

Introduction In today’s globalized world, businesses are expanding their reach beyond borders, catering to customers from different linguistic backgrounds. This has created a need for multilingual support in e-commerce platforms like WooCommerce. Managing a multilingual WooCommerce store can be a complex task, but with the help of powerful tools like Weaviate, it becomes much easier. Weaviate is an open-source knowledge graph that can be used to build intelligent applications. In this post, we will explore how to manage multilingual WooCommerce stores using Weaviate and provide some example code using the PHP client.   Managing Multilingual WooCommerce Stores with Weaviate 1. Setting up Weaviate: The first step is to set up Weaviate on your server. You can follow the official documentation to install and configure Weaviate

Managing Multilingual WooCommerce Stores with OpenSearch

Introduction Managing multilingual WooCommerce stores can be a challenging task, especially when it comes to handling search functionality across different languages. However, with the advent of OpenSearch, an open-source search engine, it has become easier to provide efficient and accurate search results for multilingual stores. In this post, we will explore how you can manage multilingual WooCommerce stores using OpenSearch and demonstrate a PHP client code snippet for integrating it into your WooCommerce setup.   Managing Multilingual WooCommerce Stores with OpenSearch One of the key challenges in managing multilingual WooCommerce stores is to ensure that the search functionality is capable of handling different languages and providing relevant search results. OpenSearch, which is based on the Elasticsearch search engine, offers powerful features that can help overcome

Optimizing WooCommerce Product Filtering with Google Retail search

Introduction WooCommerce is a powerful e-commerce platform that allows businesses to set up and manage their online stores. One of the essential features of any e-commerce store is the ability to filter and search for products based on various criteria. By default, WooCommerce provides basic product filtering options, but if you want to enhance the filtering capabilities and improve the user experience, integrating Google Retail search can be a game-changer. Google Retail search is a comprehensive solution that enables advanced product filtering, sorting, and searching functionalities. It utilizes Google’s powerful search technology to deliver accurate and relevant results to users. In this post, we will explore how to optimize WooCommerce product filtering by integrating Google Retail search into your online store.   Optimizing WooCommerce Product

Optimizing WooCommerce Product Filtering with Weaviate

Introduction WooCommerce is a popular e-commerce platform for WordPress that allows businesses to set up online stores and sell products. One important aspect of any e-commerce store is product filtering, which enables customers to narrow down their search and find the products they are looking for quickly and efficiently. However, the default filtering options provided by WooCommerce may not always meet the specific requirements of a business. In this post, we will explore how you can optimize WooCommerce product filtering using Weaviate, an open-source, vector-based search engine, and introduce a PHP client library to facilitate integration.   Optimizing WooCommerce Product Filtering with Weaviate Weaviate is an excellent tool for enhancing product filtering in WooCommerce due to its powerful search capabilities and flexible schema design. By

Ivory search logo

How Ivory Search works compared to the Default WordPress search? (w/ speed test)

Since forever, websites have offered search functionalites to help their users find the content they need. It is no different for WordPress websites. A good WordPress search is invaluable since it increases user engagement and reduces frustration. Well WordPress offers a default search. But is it a good idea to use it? Well apparently not enough since Ivory search exists. Ivory search is a WordPress search plugin that replaces the default search with a more refined and efficient one. If you want to learn about more WordPress search plugins, you could check out our list.   Which features does Ivory search add ? Index any WordPress data type The default WordPress search doesn’t offer configuration options, even choosing which data is searchable is not possible.

The relevanssi logo

How Relevanssi works compared to the default WordPress search?

Since forever, websites have offered search functionalites to help their users find the content they need. It is no different for WordPress websites. A good WordPress search is invaluable since it increases user engagement and reduces frustration. Well WordPress offers a default search. But is it a good idea to use it? Well apparently not enough since Relevanssi exists. Relevanssi is a WordPress search plugin that replaces the default search with a more refined and efficient one. If you want to learn about more WordPress search plugins, you could check out our list.   Which features does Relevanssi add ? Index any WordPress data type The default WordPress search doesn’t offer configuration options, even choosing which data is searchable is not possible. This type of

What are search facets, how to use them, and what are their limitations?

Search facets, also known as faceted navigation or faceted search, are a powerful feature used in many websites and search engines to help users refine their search results. Facets provide a structured way of categorizing and filtering search results based on different attributes or characteristics of the data. They allow users to narrow down their search by selecting specific values within these attributes, making it easier to find relevant information.     What are facets ? Search facets are front-end components that allow the users to filter the items they want to see based on their respective metadata or taxonomies. Each facet represents a specific attribute of the data, such as product categories, price ranges, dates, or any other relevant characteristic. They can be displayed

A WooCommerce vector search live demo with Weaviate & CLIP (text & image) embeddings

Description: – WooCommerce with the Flatsome theme are hosted on Cloudways – WPSOLR plugin is installed and configured – Weaviate is installed on a Google Cloud Kubernetes cluster https://weaviate.io/developers/weaviate/installation/kubernetes/ – The data vectorization is performed by a CLIP model https://weaviate.io/developers/weaviate/modules/retriever-vectorizer-modules/multi2vec-clip/ – Search, filters, facets, sorting, and pagination are performed by query/data similarity within the Weaviate database Demo link: https://demo-woocommerce-flatsome-cloudways-2k-clip.wpsolr.com/shop/ WPSOLR: https://wpsolr.com #wpsolr #weaviate #woocommerce #vectorsearch #vectordatabase #clipmodel  

Neon AI on a keyboard

GPT embeddings with Vector search for WordPress

GPT is the most widely used AI model today. But what if you wanted to use these same vectors (or embeddings) for your AI search? You could use OpenAI’s (or “GPT”) embedding models to generate embeddings and then store these GPT embeddings in a vector database solution like Weaviate, which offers a straightforward method for integrating OpenAI vectorizers. This allows you to efficiently incorporate GPT embeddings into your AI search engine or vector database. You can choose between three models : text-embedding-3-small, text-embedding-3-large and ada v2.   This guide will explain how you could add this AI search with GPT embeddings to your WordPress (or even Woocommerce) website.   Why use GPT embeddings ?   OpenAI provides the most widely used model today so why

WPSOLR is on OpenSearch partners list

WPSOLR is proud to announce his presence on the OpenSearch’s partners list https://opensearch.org/partners/ (And that we now use the official OpenSearch PHP client https://github.com/opensearch-project/opensearch-php)