SEO meta data for CMS pages
For CMS pages, a meta info plugin is available by default. It is used to maintain the SEO-relevant fields of a page, such as SEO URL, meta title, meta description, and robots, centrally and independently of the free content type modeling. This way, these values can be set per page without having to model them individually in every project-specific content type. The values maintained this way are transferred to the shop and processed there like the meta data of other pages. The corresponding configuration node isseoMetaData – in particular viewSchemes, which provides the meta data for CMS pages analogous to categories, products, and the home page.
A detailed classification of the meta info plugin can be found under Basics & architecture of Strapi.
Which content is relevant
Content maintenance and changes to existing content
If you only want to maintain content or adjust existing content, it is enough to read the following two chapters. For pure content maintenance, no development knowledge is required.Creating new content elements
If new content elements are needed or existing input masks and structures are to be extended, these chapters are additionally relevant:- Basics & architecture of Strapi
- Components & collections in Strapi
- Adapting templates for Strapi content
Table of contents
- Sign-in & user management of Strapi — This page describes how access to the Strapi CMS works and how users are managed in Strapi. This includes the initial login, basic settings such as the language, and creating, editing, and deleting users.
- Basics & architecture of Strapi — This page explains the basic concepts and architecture of Strapi. The aim is to provide an understanding of how Strapi is built as a headless CMS, what role the API-first approach plays, and how content from Strapi is delivered to the WEBSALE shop.
- Components & collections in Strapi — This page explains how content is structured in Strapi and what role components, collections, and single entries play. You will learn what the respective content types are used for, how they differ, and how they work together in the content manager to maintain content.
- Editing content in Strapi — This page describes how content is maintained and adapted in the Strapi CMS in the WEBSALE context. This includes editing existing content, creating new content, and the basic differences between saving and publishing – including notes on prior testing.
- Adapting templates for Strapi content — This page describes how the shop templates must be adapted when Strapi components or content are changed or new.
