---
title: Pages
description: Understand how pages function as website entry points with unique URLs, metadata settings and containers for elements and components.
---

# Pages

Pages are the foundation of any website in Nordcraft, representing distinct screens that users navigate to via unique URLs.

![A page is being edited. The HTML element tree is visible which comprises of HTML elements and Nordcraft components.|16/9](page.webp 'Page'){https://editor.nordcraft.com/projects/docs_examples/branches/main/components/screenshot-page?canvas-width=800&canvas-height=800&rightpanel=events}

Pages in Nordcraft:

- Have their own URLs, allowing direct navigation and bookmarking
- Define metadata for SEO, social sharing, and browser display
- Can accept URL paths and parameters to create dynamic content
- Contain their own variables, APIs, and workflows
- Serve as containers for components and HTML elements
- Function as the top-level entry points for user interaction

Pages are essential to a structured website in Nordcraft. They should be used to:

- Create distinct sections of your website
- Implement navigation between different parts of your website
- Configure SEO-friendly metadata for each screen
- Handle URL-based parameters for dynamic content
- Organize related functionality into coherent screens

::: info
For more detailed information on creating and configuring pages, see the [Pages](/pages/overview) section of the documentation.
:::
