Task: Split "FAQ" into individual question pages

Split "FAQ" into individual question pages

05.09.2026bizneshelper.ru

Restructure the FAQ so that each question and answer has its own page, and the main section works as a catalog of questions.

Objective

Make the "FAQ" section more convenient for navigation, linking, and search engine indexing: each question should be a standalone page, and the main section should act as a list or catalog of such pages.

What to do

  • Define the target question entity in haih-cms: question title, answer, slug, publication status, SEO fields, and category if necessary.
  • Migrate existing questions and answers to individual entries.
  • Generate a human-readable URL for each question.
  • Display a list of questions with links to individual pages on the main section page.
  • Provide navigation between questions and a way back to the main list.
  • Configure title, description, canonical, and other basic SEO fields for the question pages.
  • Group questions by topic if necessary, provided it improves navigation without unnecessarily complicating the structure.
  • Check for old FAQ links that should be redirected to the new pages.

Result

Each question and answer exists as a separate public page, and the "FAQ" section acts as a convenient index for such materials.

Definition of Done

  • Each question has a separate, stable URL.
  • The main section contains links to all published questions.
  • Question pages are indexable and have correct basic metadata.
  • The user can open an answer without JavaScript dependency.
  • The structure is suitable for further FAQ expansion.