---
layout: page
title: Main page title, heading level one
date: 2023-08-04
modified: 2023-08-04
thumbnail: /assets/img/test.jpg
thumbnailDescription: An alt text description for the thumbnail image
tags: 'page-demo'
draft: true
eleventyExcludeFromCollections: true
seo:
title: Custom title (defaults to title)
description: SEO description
slug: mmm-slugs
changeFrequency: daily
sitemapPriority: '1.0'
excludeFromSitemap: true
noIndex: true
---layout— Page layout for the page. Default ispostfor posts andpagefor pages.title— The title of the current page.date— Published date. You can set special values here likeLast Modified.modifed— Modified date.thumbnail— Relative path to thumbnail / opengraph image. Size1200px x 630px.thumbnailDescription— Alt text for thumbnail.tags– Tags are currently used for custom body classes.draft— Draft pages will appear locally and on staging but not in production.eleventyExcludeFromCollections— Hide from 11ty collections.seo.title— Set custom page title for search engines and opengraph.seo.description— Set the page description for search engines and opengraph.seo.slug— Set a new slug for the page that is different from the filename.seo.changeFrequency— How often does this page change?seo.sitemapPriority— The priority of this URL relative to other URLs on your site.seo.excludeFromSitemap— Hide this page from your sitemap.xml.seo.noIndex— Discourage search engine indexing.
Nearly all front matter is optional, except for titles (and dates for posts).