How to create a root page

In TYPO3, the root page is the starting point for any website. It serves as the top-level page in the page tree and is essential for configuring the site and making it available to users. In this tutorial, you will learn how to create a root page in TYPO3 v13.

Create a new page on root level

Once you log into the TYPO3 backend, locate the Web > Page module on the left-hand side of the screen. Click on the Page module to open the page tree.

The "Page" module in the TYPO3 backend with a context menu to create a new page
  • In the page tree, right-click on the "root level" or the top node of the page tree (if no pages exist yet, this will likely be labeled as "site" or similar). A context menu will appear.
  • From the context menu, select "New". This will open a form for creating a new page.

Configure the newly created page

Now, you need to configure the new page:

  • In the form that appears, give your new page a name. This will be the label of your root page in the page tree.
  • Under the Behavior tab, look for the checkbox called "Use as Root Page". Ensure this is checked.
Page properties, tab "Behaviour", highlighting the "Use as root page"

Save the page

Once you have filled in the necessary information and selected the "Use as Root Page" option, click the "Save" button at the top of the form. Your new root page will now appear in the page tree on the left. The page is only visible in the Backend at this point

Backend module "Page" with a newly created but still disabled root page

The root page is disabled, therefore it is marked with the red icon. You can enable it in the context menu.

Configure the site

All sites must have a site configuration. If you have created a new page in the root of the page tree, the site configuration has been created automatically and you can edit it:

The auto-generated site of a new root page viewed in the "Sites" module

You can find the auto-generated site configuration for your root page in the module Site Management > Sites

Create a site package for the theme

The site needs a theme, also known as a "site package" in the TYPO3 world. Learn more about creating a site package.

Enable the page when you are ready

Enable the page as newly created pages are hidden by default.

A disabled root page and its context menu

Right click on the newly created page and chose Enable from the context menu. The red icon should disappear.