# Pages
- Language: Language of the page.
required
- Title: Title of the page.
required
- Content: Content of the page.
required
- Show on Navbar: Used to show page on the navbar section.
- Show on Footer: Used to show page on the footer section.
# SEO Settings
- Custom Meta Title: Used to change the title section in the meta tags. The following 3 lines will be affected.
<title>Custom Page Title</title>
<meta property="og:title" content="Custom Page Title" />
<meta name="twitter:title" content="Custom Page Title" />
- Custom Meta Description: Used to change the description section in the meta tags. The following 3 lines will be affected.
<meta name="description" content="Custom Page Description" />
<meta property="og:description" content="Custom Page Description" />
<meta name="twitter:description" content="Custom Page Description" />