Search by Algolia
Feature Spotlight: Query Rules
product

Feature Spotlight: Query Rules

You’re running an ecommerce site for an electronics retailer, and you’re seeing in your analytics that users keep ...

Jaden Baptista

Technical Writer

An introduction to transformer models in neural networks and machine learning
ai

An introduction to transformer models in neural networks and machine learning

What do OpenAI and DeepMind have in common? Give up? These innovative organizations both utilize technology known as transformer models ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

What’s the secret of online merchandise management? Giving store merchandisers the right tools
e-commerce

What’s the secret of online merchandise management? Giving store merchandisers the right tools

As a successful in-store boutique manager in 1994, you might have had your merchandisers adorn your street-facing storefront ...

Catherine Dee

Search and Discovery writer

New features and capabilities in Algolia InstantSearch
engineering

New features and capabilities in Algolia InstantSearch

At Algolia, our business is more than search and discovery, it’s the continuous improvement of site search. If you ...

Haroen Viaene

JavaScript Library Developer

Feature Spotlight: Analytics
product

Feature Spotlight: Analytics

Analytics brings math and data into the otherwise very subjective world of ecommerce. It helps companies quantify how well their ...

Jaden Baptista

Technical Writer

What is clustering?
ai

What is clustering?

Amid all the momentous developments in the generative AI data space, are you a data scientist struggling to make sense ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

What is a vector database?
product

What is a vector database?

Fashion ideas for guest aunt informal summer wedding Funny movie to get my bored high-schoolers off their addictive gaming ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

Unlock the power of image-based recommendation with Algolia’s LookingSimilar
engineering

Unlock the power of image-based recommendation with Algolia’s LookingSimilar

Imagine you're visiting an online art gallery and a specific painting catches your eye. You'd like to find ...

Raed Chammam

Senior Software Engineer

Empowering Change: Algolia's Global Giving Days Impact Report
algolia

Empowering Change: Algolia's Global Giving Days Impact Report

At Algolia, our commitment to making a positive impact extends far beyond the digital landscape. We believe in the power ...

Amy Ciba

Senior Manager, People Success

Retail personalization: Give your ecommerce customers the tailored shopping experiences they expect and deserve
e-commerce

Retail personalization: Give your ecommerce customers the tailored shopping experiences they expect and deserve

In today’s post-pandemic-yet-still-super-competitive retail landscape, gaining, keeping, and converting ecommerce customers is no easy ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

Algolia x eTail | A busy few days in Boston
algolia

Algolia x eTail | A busy few days in Boston

There are few atmospheres as unique as that of a conference exhibit hall: the air always filled with an indescribable ...

Marissa Wharton

Marketing Content Manager

What are vectors and how do they apply to machine learning?
ai

What are vectors and how do they apply to machine learning?

To consider the question of what vectors are, it helps to be a mathematician, or at least someone who’s ...

Catherine Dee

Search and Discovery writer

Why imports are important in JS
engineering

Why imports are important in JS

My first foray into programming was writing Python on a Raspberry Pi to flicker some LED lights — it wasn’t ...

Jaden Baptista

Technical Writer

What is ecommerce? The complete guide
e-commerce

What is ecommerce? The complete guide

How well do you know the world of modern ecommerce?  With retail ecommerce sales having exceeded $5.7 trillion worldwide ...

Vincent Caruana

Sr. SEO Web Digital Marketing Manager

Data is king: The role of data capture and integrity in embracing AI
ai

Data is king: The role of data capture and integrity in embracing AI

In a world of artificial intelligence (AI), data serves as the foundation for machine learning (ML) models to identify trends ...

Alexandra Anghel

Director of AI Engineering

What are data privacy and data security? Why are they  critical for an organization?
product

What are data privacy and data security? Why are they critical for an organization?

Imagine you’re a leading healthcare provider that performs extensive data collection as part of your patient management. You’re ...

Catherine Dee

Search and Discovery writer

Achieving digital excellence: Algolia's insights from the GDS Retail Digital Summit
e-commerce

Achieving digital excellence: Algolia's insights from the GDS Retail Digital Summit

In an era where customer experience reigns supreme, achieving digital excellence is a worthy goal for retail leaders. But what ...

Marissa Wharton

Marketing Content Manager

AI at scale: Managing ML models over time & across use cases
ai

AI at scale: Managing ML models over time & across use cases

Just a few years ago it would have required considerable resources to build a new AI service from scratch. Of ...

Benoit Perrot

VP, Engineering

Looking for something?

facebookfacebooklinkedinlinkedintwittertwittermailmail

Recently Google has decided to sunset Google Site Search (GSS), their paid service for powering search inside of websites. The service will cease on April 1st 2018 and stop active development on April 1st 2017.

Algolia helps product teams create lightning fast, relevant search, and since the announcement we’ve gotten a lot of questions and interest around how Algolia could serve as a replacement to GSS.

If you don’t have time to read this post, watch our on-demand webinar and learn more about the benefits of moving from GSS to Algolia…

A jack-of-all-trades search solution

For website owners, GSS was a jack-of-all-trades solution, notoriously easy to set up and as powerful as you’d expect a Google search product to be. From website crawling to the actual search UI, everything was handled automatically – all you needed was a small snippet of code.

GSS will be dearly missed, if only for the fact that no technical skills were required to go live with a powerful search.

We’ll talk a little more later about how Algolia compares (spoiler: we require developers 99% of the time), but let’s first look at what GSS did & didn’t do.

Keeping your search up to date

Because GSS was using Google’s default crawling mechanism, you couldn’t control the refresh rate of your pages. As a result, it could take several days for your search results to reflect the latest content on your website, and up to 24 hours when using their (paid) on-demand indexing API.

In contrast, Algolia provides you with an API you can use to push & update your content in realtime. That API is available in many different ways through several libraries and API clients. For e-commerce platforms (Magento, Shopify, etc.) & Content Management Systems (WordPress), we provide out-of-the-box plugins which include automatic indexing & updating requiring no additional software development.

Relevance Fine-tuning

By design, GSS didn’t provide a lot of control over relevancy in search results. The product started under the assumption all websites want to prioritize the same relevance as Google.com does, and therefore provided a single algorithm for every website. Unfortunately, it’s rare enough to see two eCommerce websites with the same relevancy algorithm, let alone every website on the web. GSS users could tune search relevancy in three ways: using keywords, weighted labels, and scores. But those knobs and dials were not ideal for improving your global site rankings – in fact you could negatively impact global results relevancy while trying to fix a specific query’s results.

Algolia has a unique way to combine textual & business relevancy, making sure your users always find the right content. In Algolia you have complete control over what we call the “ranking formula” and you can influence more “traditional” things like “typo tolerance” or “word proximity,” but also custom criteria, such as your product popularity in the case of an e-commerce company or the number of comments if you were indexing article content.

Updating your design

GSS has several built-in search page layouts and lets you select the one you’d like to have appear on your website. Most of the time, you want to go further than a simple integration: you want to have the same UI & UX patterns on all your website pages, including the search results page. GSS unfortunately only provides an API to fetch the results, you need to handle the full UI rendering on your end, from scratch.

Algolia provides you with powerful frontend libraries (like instantsearch.js, react-instantsearch or autocomplete.js) to help you build a beautiful & effective search results page, query suggestions, or dropdown menu in no time. Our goal is to reduce the time it takes you to implement incredibly powerful and beautiful looking search. We take User Experience very seriously, whether you’re a developer, product manager or website owner.

Search is a Conversation – Autocomplete and Instant Search

Both GSS & Algolia enable autocompletion, helping your users to find the right content as they type. GSS’s autocomplete feature was very simple: rendering a list of query suggestions as you type.

With Algolia you can build a rich dropdown menu displaying query suggestions but also include actual search results. Algolia goes even further and provides search results in real time with each keystroke, so search feels like a conversation & not an order request).

Navigation & Refinement

GSS provides you with a simple way to categorize your content and refine your end-users search through those categories. To define your categories, you could either add them through your page’s meta-data or by defining an annotation file. Unfortunately, this provides you limited refinement capabilities and makes it almost impossible to create a flexible search experience for all your users.

To solve this, Algolia provides you with a full-featured faceted-search experience, letting you define all the dimensions you want to use for the refinements. Building an Amazon-like refinements sidebar takes a matter of minutes.

In conclusion

Algolia can be a great option for GSS users to consider if you’re serious about search; However it all comes down to what you want to do with Search. If Search is core to your user experience, or you believe it could be with a better search experience, putting in a little extra effort and a few lines of code may be worth it. Outside of our one-click integrations with major content & ecommerce platforms, our team can help guide you through the transition and the choices to make. Sign up below to learn more.

Want to learn more?

Watch our on-demand webinar and learn more about the benefits of moving from GSS to Algolia.

About the author
Sylvain Utard

VP of Engineering

linkedintwitter

See Algolia in action

Tailoring search to maximize click-through and conversion rates.

See Algolia in actionView demo

Recommended Articles

Powered byAlgolia Algolia Recommend

The (almost) ultimate guide to site search
product

Ivana Ivanovic

Senior Content Strategist

How to create the best search engine experience
ux

Catherine Dee

Search and Discovery writer

How to streamline your search UX design
ux

Catherine Dee

Search and Discovery writer