> ## Documentation Index
> Fetch the complete documentation index at: https://docs.inploi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Adding an FAQ section to your careers site

> How to build a frequently asked questions section on any page using the Accordion block.

FAQ sections are a popular way to answer common candidate questions — about your application process, working arrangements, benefits, or culture — without candidates needing to contact you directly. In Studio, you build them using the **Accordion** block.

## Adding an FAQ section to a page

<Steps>
  ### Open the page in the editor

  Go to **CMS → Pages** and open the page where you want to add a FAQ section. This could be your home page, an "About us" page, a role-specific landing page, or a dedicated "FAQs" page.

  ### Add a new section

  Click **Add section** and choose **Section** to start from an empty layout (a template also works). An empty section works well for FAQ content.

  ### Add a column

  Inside the section, click **Add column**. For an FAQ section, a single full-width column works well — set it to span all 12 columns on desktop.

  ### Add an Accordion block

  Click **Add block** and select **Accordion** from the list.

  ### Add your FAQ items

  Each item in the accordion has two parts:

  * **Summary** — the question text that candidates click to expand
  * **Details** — the answer shown when the item is expanded, written in a rich text editor

  Add as many items as you need. You can reorder them by dragging.

  ### Add a section heading (optional)

  Above the accordion, add a **Rich text** block with a heading such as "Frequently asked questions" or "Everything you need to know". This helps candidates understand what the section is for.

  ### Publish the page

  Click **Save & publish** when you're done.

  <Snippet file="publish-reminder.mdx" />
</Steps>

## Tips for writing good FAQs

* **Write questions as candidates would ask them** — "How long does the application take?" rather than "Application duration information"
* **Keep answers concise** — link to more detail rather than writing long paragraphs inside the accordion
* **Group related questions** — if you have many FAQs, consider using multiple accordion sections with a heading for each group (e.g. "Applying", "What to expect", "Working arrangements")
* **Update regularly** — review your FAQs whenever your process changes

## A note on search engines

Accordion text is rendered in the page's HTML, so it forms part of the page's normal content. inploi does not add special FAQ structured data (FAQ rich results) for accordion blocks, so don't expect questions to automatically appear as rich snippets in search results. Treat FAQs as helpful on-page content rather than a guaranteed SEO feature.

## Related articles

* [The page editor](/studio/cms/pages/page-editor)
* [Creating a landing page](/studio/cms/faqs/create-a-landing-page)
* [SEO and discoverability](/studio/cms/faqs/seo-and-discoverability)
