Faceted pages (category pages + filters) represent an opportunity to increase your keyword coverage in search results. They enable you to target search intents such as "product + brand", "product + technical feature". However, this strategy is not easy to deploy with traditional CMS. In this tutorial 🎓 we'll show you how to open up your faceted pages for indexing.
Level: Expert.
Applications used : Bulk URL Rewriting / Bulk SEO / Sitemap
Let's take a case study that will accompany us throughout this use case.
On our e-commerce site, we have a "t-shirt" category page with filters for colors and sizes.
We've identified that the search intent "white t-shirt XL" has an interesting search volume, but I don't have a page to position myself on it.
[🎥 video coming soon]
The first step is to rewrite the URL of faceted pages using the "Bulk URL Rewriting" application.
For example, this URL https://www.mon-site.fr/cat/tshirt?couleur=blanc&taille=xl corresponds to a T-shirt category page with white color and XL size filters.
We want to rewrite it in https://www.mon-site.fr/cat/tshirt-blanc-xl.
<url-source>
: https://www.mon-site.fr/cat/tshirt?couleur=blanc&taille=xl<url-rewrite>
: https://www.mon-site.fr/cat/tshirt-blanc-xl<feature-rewrite>
: Y<feature-replace-url>
: N<feature-redirection>
: N👉 Discover the documentation for the "Bulk URL Rewriting" application
[🎥 video coming soon]
The second step is to optimize the rewritten URL with the "Bulk SEO" application.
Nous allons optimiser les balises <title>, <meta-description>, <canonical>, <meta-robots>, ajouter un texte SEO et renseigner les données structurées sur notre nouvelle URL afin de nous positionner sur le mot-clé cible : « T-shirt blanc XL ».
<url>
: https://www.mon-site.fr/cat/tshirt-blanc-xl<title>
XL white T-shirt<meta-description>
XL white T-shirt, in quality cotton, loose-fitting and comfortable. Ideal for all occasions, this timeless basic is the perfect complement to your wardrobe.<canonical>
: https://www.mon-site.fr/cat/tshirt-blanc-xl👉 Discover the "Bulk SEO" application documentation
[🎥 video coming soon]
The third step is to mesh your faceted pages with the "Bulk SEO" application.
We'll add a link to access the rewritten URL on the home page of the category without facets.
<url>
: https://mon-site.fr/cat/tshirt<html-target>
prepend_inside div.maClass<html-content>
: <a href="https://www.mon-site.fr/cat/tshirt-blanc-xl" title="T-shirt blanc XL">T-shirt blanc XL</a>👉 Discover the "Bulk SEO" application documentation
The final step is to create a sitemap.
We're going to create a sitemap and submit it to Search Console to "try" to speed up the indexing of new URLs.
👉 Discover the "Bulk SEO" application documentation
That's it, we've seen in this tutorial how to open faceted pages for indexing.
This is a simple example to show you the steps to follow and the applications to use.
If you have any questions, please don't hesitate to contact us.