cms

Presentation of the Wagtail CMS

We detail all the basic functionalities of the CMS as well as those we have developed to optimize the websites created by this CMS.

Alexis Le BaronAlexis Le Baron

Alexis Le Baron

Developer at Snoweb
Published on 23 June 2021 (Updated on 21 March 2022)

Wagtail is a CMS designed with Django. It allows you to create web pages easily for different types of websites. You can create :

  • Website: allows to highlight the activity of a company.
  • Portfolio: showcases the achievements of a professional, whether an architect, writer, artist or developer.
  • Blog: manages blog articles and displays them according to search criteria.
  • E-commerce: allows you to showcase and sell products.
  • Documentation: help center for users in the form of questions and answers.
  • And many more

The Wagtail CMS differs from Wordpress by its strong customization. It allows to create CMS quickly with tools to facilitate the life of the developer.

By the way, this site was created with Wagtail 😇


1. Wagtail features

We detail here some features of Wagtail. If you wish, you can find the list of general features of a CMS as well as a comparative table of the 3 most used CMS of the moment.

Website page

Actions on pages

Wagtail has several "Page" templates on which it is possible to perform different actions to speed up the production of pages.

  • Duplicate page

This allows you to duplicate a page identically. A real time saver when you have to create pages that look the same! Create a page, duplicate it and then modify its content.

  • Alias page creation

An alias is a copy of a page. However, unlike a duplicate, the alias remains synchronized with its original page.

  • Move page

This action allows you to move a page from one site to another or to assign it a new parent page.

  • Add a sub-page

This allows you to add a page inside another one. For example, a Blog page that will contain 10 blog post pages.

  • Unpublish a page

This allows you to unpublish a page, i.e. to put it in "Draft" mode. It is therefore no longer visible to users and no longer indexed in Google.

  • Scheduled publication of page

This allows you to create pages and schedule their publication to a later day and time.

Some examples of pages

  • Base page : this page is a classic page like home page, sales page or contact page.
  • Search page: the search page is a summary page that is automatically updated according to the keyword assigned to it. More simply, this means that if the keyword of the search page is "Article" then it will display all the pages of the website that have the word "Article" in their title.
  • Web Story page: page dedicated to web stories. It only allows to add a link to a web story made from a specific generator so that it is linked to the website.
  • Blog post: the page of a blog post has a summary that is updated automatically according to the content of the article, articles to read in connection with the article of the page and finally an option to share the article on social networks.
  • Portfolio page: this page is useful to present achievements. The idea of having one page per project allows you to display only the essential and not necessarily go into all the details.
  • Document page: this page is particularly useful: it has an integrated document like a PDF for example. The user can then download this document, share it or print it.
pages-cms-wagtail3

Blocks

To facilitate the use of blocks in everyday life, Wagtail has made some improvements such as :

  • Duplication

This feature allows you to copy/paste an identical block. Very useful when you make two identical blocks in a row and you only want to change the text content.

  • Decrease of the block

When you create a block, it is completely unfolded and takes up space on the page. So, to avoid a long scroll, Wagtail allows you to click on the top of the block to reduce its size. On very long web pages, this is very useful.

bloc wagtail gif

Steamfield

StreamField allows you to have a free page content editing model. The different types of content represented by blocks, can be duplicated and arranged in any order.

Personally, I think this is the most beautiful invention of the CMS. Thanks to streamfield, a page can be organized as you wish with the following elements:

  • Headings
  • Subtitles
  • Images
  • Videos
  • Illustrations
  • Tables
  • Code excerpt
  • Quote
  • Etc.


RichText

You have many options to change the style of your text. You can organize the layout on your site as you wish with these features:

  • Bold
  • Italic
  • Strikethrough
  • Highlighting
  • Shadow
  • Numbered list
  • Quote
  • Interlining
  • Links
  • Separation
  • Etc.
rich_text
Think about the readability of your texts! In this article we give you some tips to improve the ergonomics of your website.
blocks Few blocks example

This block is a feature block to highlight information in the form of a map.

Timeline block

This block allows you to tell the story of your brand as a timeline. It allows you to define several stages with dates, images, and text.

Hero block

The "Hero" blocks are specific and built to be used at the top of a page as the first block to display an image, video or a search field.

Stats block

Present an idea in the form of numbers! Your key figures, the number of your customers, your employees or the number of coffee you drink, everything is possible!

Content block

Layout your content the way you want it: with an image, a video. With or without action buttons or simply on two columns.

Newsletter block

Catch your reader's attention and propose him to subscribe to your newsletter. Link this block to your favorite CRM and organize your mailing campaigns in 1 click.

Feature block

Highlight your services, your offer or your functionalities with feature blocks. Add icons to your texts, illustrations or images.

Multi-sites

You have an ambitious project that includes several sites? Wagtail manages multi-site projects without increasing the load of your sites. If your brand is present in several languages, the creation of a multilingual site is made easy and planned without adding an additional module.

You can also manage your sites differently from each other in different languages.

More details on Wagtail's multi-site functionality in our article on CMS features.


Wagtail Form

To allow your targets and prospects to contact you, you can create complete forms. Thanks to the wagtailforms module it is possible to configure forms in Wagtail. Like for example a contact form. However, it just allows you to manage the form in the back office, then it will remain the style to add.

You can integrate up to 13 different types of fields and you can indicate some fields as mandatory. Here are some of the available fields:

  • Text: short text of the type "name" or "first name
  • Textarea : long text of the type "description".
  • E-mail : e-mail address
  • Number : phone number
  • Date : choice of a date
  • Checkbox : multiple checkboxes
  • Radio : Single checkbox
  • Url : link to a web page
  • Select : drop down list
  • File : add a file to the form
  • Etc.

Do you collaborate in your team using Slack? Easily retrieve the content of a form from a Slack channel to integrate the content of a form or an HTML section received by email directly into your website.

Remember to structure your forms well! In this article, we give you some tips to improve the usability of your website.


Embed

This feature allows you to embed an external piece of content in your page like :

  • YouTube video, Vimeo, etc...
  • PDF
  • Web page
  • Iframe
  • Etc.
embed wagtail gif

Images

The images of a website can greatly impact its performance. With Wagtail, images are optimized for optimal weight. In addition, Wagtail automatically resizes images to ensure an ideal size without loss of quality.

Thanks to lazy loading, the image is loaded at the right time. Integrate an image on a site in a few clicks, it will automatically resize and convert png or jpg formats to webp.

Finally, sort and organize your images thanks to Wagtail's collections.


User management

From the back office, you can manage and give access to your team members to edit content. There are several levels of access rights and you have the possibility to see live the actions performed by other members.

The roles you can assign to a user are :

  • Administrator: you grant him all the access to the CMS to manage the pages, the content, the brand or the settings.
  • Moderator: he can validate the work of the editor and then publish.
  • Editor: he can write and modify content and a page, but he can't publish it.


Sitemap

For natural referencing, it is useful to create a sitemap. It will improve the exploration of the site by search engines.

With Wagtail, you can manage the sitemap of all your sites including multilingual ones.


Workflow

Once you have an editorial team, you can organize the content to be produced. You can automate the following phases of writing with the workflow:

  • Proofreading
  • Drafting
  • Publication


API

Connect data from your pages, sites and blocks to an API. Wagtail has tools for a developer to easily do this.

So you have the ability to pass data from your content management system to any other application.


Page redirection

Sometimes the URLs of your pages change. For example, during a website redesign, the "/contact" page is now "/appointment" in the browser address bar.

Thanks to redirections, you can easily indicate to Google this change of page for your natural referencing.
Thanks to Wagtail, it is possible to create a dynamic and optimized CMS

Discover Snoweb CMS: install a website, create a web page, add content and publish in minutes!

2. Some modules of Wagtail

Here is a list of some features that the community around Wagtail has developed, including Snoweb, and that we have added into our Wagtail to improve our pages.


Wagtail SVG

Using the SVG format means taking the long view! SVG is a vector image format used for illustrations. The advantage of SVG is that they are very light and therefore will not affect the optimization of your site.

Wagtail SVG is a module that allows :

  • Add an SVG in Wagtail
  • Add an SVG on a page block
  • Manage SVGs:
    • Store in a collection
    • Add a title to the SVG
    • Modifying the source file
    • Adding keywords
    • Deleting the SVG

This SVG module ensures that the SVG will be readable on all browsers.

Discover the whole Wagtail SVG project on Github.


SVG open source library

Snoweb has developed and gives you access to its SVG library to allow you to use them directly in Wagtail. Snoweb SVG is composed of :

  • 1.500 icons declined in formats
    • small : filled icon
    • basic : icon in border
    • rect : icon with a square in background
    • circle : icon with a circle in background
    • line: icon with a line below
  • 22 icons of the most used social networks
  • 20 decorators that can be added to some blocks
  • 40 separators that allow you to make separations between blocks (like on the first block of the article)
Find an example of use of the library of icons just below ⬇️
snoweb svg icon library
Open Source Library

Snoweb SVG

Internal documentation

Snoweb SVG

Optimized for developers

Snoweb SVG

Wagtail Gmaps

This module allows you to use the Google Maps script and display a map on your website. You can then either indicate :

  • a postal address
  • GPS coordinates
Discover the whole Wagtail Gmaps project on Github.


Wagalytics module

Very practical for people who want to group everything in one place, Wagalytics allows you to display in the administration of Wagtail dashboard of Google Analytics. Like Google Analytics, this module will display on the last 7 or 30 days :

  • a curve of the number of sessions
  • a list of the best pages of your website
  • a list of the best keywords


Wagtail Lottie

If you want to add Lottie animations to your website, the Wagtail Lottie module is what you need.

To use Wagtail Lottie, you need to make an animation and export it in json with Bodymovin. Then, on Wagtail you have to :

  • Make a compressed folder with the json file and the possible images of the animation
  • Define if you want the animation to play in a loop
  • Select which ratio you want
  • Select if you want it in light mode, dark mode or both

You have then an animation like below ⬇️

Wagtail Yoast

Yoast is a reference in the field of SEO. As a user, it will be easy for you to contribute to the natural referencing of your site by filling in the metadata in a few clicks. Wagtail Yoast is a module that will show you the positive and negative points to work on your page.

Discover the whole project on Wagtail Yoast on Github.

Wagtail Metrics

This recently developed Wagtail module allows you to retrieve information about your Wagtail pages. This module is interesting if you want to know how your pages are doing or how you use the elements of your pages.

Here is, for the moment, what Wagtail Metrics can do:

  • wagtail_page : allows to get all the fields and blocks of a page or a site
  • request : allows to get the HTTP status code of the Wagtail pages, like for example code 404 or 503
  • google_page_speed : allows you to collect scores on the performance, accessibility, best practices and referencing of a site
Discover the full Wagtail Metrics project on Github.

Conclusion

As you can see, Wagtail is an ultra-powerful open-source CMS with a strong community behind it that allows to enrich it daily. Snoweb works with Wagtail and contributes to its development for several years. Working with Wagtail is to be sure to have :

  • a powerful CMS
  • a fast CMS
  • an intuitive and easy to use CMS
Create my website withSnoweb CMS