===== Pages ===== In this chapter, you will learn how to declare static pages. Default pages ============= In Odoo, websites come with a few default static pages (Home, Contact us, 404, ...). They are built the following way. .. code-block:: xml Define the meta title. .. code-block:: xml Define the meta description. .. code-block:: xml Add a CSS class to the page. .. code-block:: xml Hide the header. .. code-block:: xml Hide the footer. .. code-block:: xml If needed, deactivate default pages. .. code-block:: xml :caption: ``/website_airproof/data/pages/home.xml`` .. code-block:: xml :caption: ``/website_airproof/data/pages/contactus.xml`` Alternatively, replace the default content of these pages using XPath. .. code-block:: xml :caption: ``/website_airproof/data/pages/404.xml`` .. seealso:: - `Odoo eLearning: Search Engine Optimization (SEO) `_ - :doc:`Odoo Documentation on SEO <../../../applications/websites/website/pages/seo>` Theme pages =========== You can add as many pages as you want to your website. Instead of defining a `