Creating a Mutisite project

Hey everyone,

I am new to Contentful, and I am a bit confused as to what best practice is when building a multisite project. Does this just consist of creating a “Site” Content Type that then has references to pages, and this is jut how we manage sites? Or am I missing something?

Thanks in advance.

A suggestion for a basic website:

  • Page(ContentType):
    • Slug (field string)
    • SEO (field single reference to SEO contentType)
    • Content (field multiple references to ContentTypes that behaves as sections inside your website)
    • … any other field or references to ContentTypes …

Here you can find some more information on this topic:

I hope that helps and gives you a good start.