# 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. ```xml ``` Define the meta title. ```xml ``` Define the meta description. ```xml ``` Add a CSS class to the page. ```xml ``` Hide the header. ```xml ``` Hide the footer. ```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)](https://www.odoo.com/slides/slide/search-engine-optimization-seo-648) - {doc}`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 `