---
title: Choosing the format of page content
related:
  - https://docs.kentico.com/13/developing-websites/content-modeling-guide/storing-content-in-xperience.md
  - https://docs.kentico.com/13/developing-websites/content-modeling-guide.md
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

When it comes to [storing the content](https://docs.kentico.com/13/developing-websites/defining-website-content-structure.md) of pages on Xperience websites, there are two possibilities: **page builder** and **structured pages**.

The following table contains a brief overview of both possibilities, to help you decide which approach best meets your demands. For more information, see the corresponding sections below.

|                   | Page builder                                                                                                                                                                                                                                                                                                        | Structured pages                                                                                                               |
| ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Advantages        | Focus on design<br>Greater control over the layout<br>More creative options<br>Better ability to fine-tune individual pages<br>More flexibility when [personalizing](https://docs.kentico.com/13/on-line-marketing-features/managing-your-on-line-marketing-features/personalizing-widgets.md) the content of pages | Focus on content<br>Easier to work with data in code<br>Better for storing reusable content presented across multiple channels |
| Recommended usage | Landing pages<br>Home page                                                                                                                                                                                                                                                                                          | Articles<br>Products<br>News                                                                                                   |

## Structured pages

Structured content of pages is edited on the _Content_ tab of pages in the _Pages_ application. Content editors provide text, images, media files, and other assets, while the layout of the content is handled in the code of your live site project. Structured content can easily be [retrieved via the API](https://docs.kentico.com/13/developing-websites/retrieving-content/displaying-page-content.md) and displayed on the live site. Alternatively, you can retrieve and display the content in various channels, such as mobile applications or third-party services.

The structure and type of the content is based on fields, which are defined for individual [page types](https://docs.kentico.com/13/developing-websites/defining-website-content-structure/managing-page-types.md).

This approach is suitable for scenarios where you want to display a large amount of pages with similar structure of content, and you do not require control over the design on the editor side. Examples may include articles, blogs, news, or products.

![Structured pages editing interface](https://docs.kentico.com/docsassets/13/choosing-the-format-of-page-content/structured_page.png "Structured pages editing interface")

## Page builder

[Page builder](https://docs.kentico.com/13/developing-websites/page-builder-development.md) provides a user-friendly interface where non-technical users can manage content using configurable widgets, which need to be prepared by the developers in advance. Page builder enables content editors to experiment with different layouts and immediately see the results in a drag-and-drop interface. The page builder is focused on the design of individual pages. It is possible to retrieve content of page builder widgets in the code, but it is not as convenient as retrieving structured content.

It is also important to realize that page builder is not designed for creating whole websites. For example, consider the following reasons:

- Frequent changes of design are not required on most pages on a site. For such pages, it is more convenient to define only the content in Xperience and let the live site application provide the presentation layer.
- Nesting of content is currently not supported in the page builder. I.e. scenarios where a page builder area displays page builder content from other pages are not supported by default.
- Giving content editors, for whom the page builder is designed, access to the entire site could be dangerous for security and web design reasons. If the scope of the page builder is not limited to specific pages, non-technical users could break something without realizing the impact.

When building websites, you should combine page builder with structured content to leverage the full potential of both page content formats.

The page builder is suitable for scenarios where you want to create single-purpose, visually captivating pages, and you want to experiment with the design and layout of the page, for example landing pages or your home page.

![Page builder editing interface](https://docs.kentico.com/docsassets/13/choosing-the-format-of-page-content/pageBuilder_home.png "Page builder editing interface")

> **Note:** **Limitations of page builder content**
>
> Text added and displayed on pages through page builder widgets is not processed by [translation services](https://docs.kentico.com/13/multilingual-websites/configuring-translation-services/configuring-content-for-translation.md).

> **Tip:** **Combining page builder and structured pages**
>
> Page builder and structured content are not mutually exclusive and can be used on the same page. For example, you can use structured data to store and display general content and add an editable area into the header of the page to display visually captivating content. This way you are able to utilize the advantages of both approaches.
