Pages in Nordcraft
Pages in Nordcraft are HTML documents. Each page on your website has a unique URL that users can navigate to in a browser. For example:
- your home page will be accessed at
https://your-site.nordcraft.com/ - your about page may be accessed at
https://your-site.nordcraft.com/about - and your contact page may be accessed at
https://your-site.nordcraft.com/contact
When you create a new project in Nordcraft, a page named HomePage is created for you automatically. You can rename the page from the project sidebar if you need to.
Page structure
A page in Nordcraft can have any of the following:
- Element tree: HTML elements and components
- URL configuration: Path segments and query parameters that define the full page URL in a browser
- Metadata: Title, description, language settings, and social sharing metadata
- Head assets: Custom scripts, styles and other resources you want to include in the page's HTML
headtag
- Variables: State and temporary data management
- APIs: Connections to external services and back-end data sources
- Formulas: Calculations and data transformations
- Workflows: Internal logic and behavior triggered by events
- Contexts: Communication channels to provide data to child components
To learn more about pages in Nordcraft, check out the following lesson from the Nordcraft Fundamentals video course.
Custom 404 page
If a user navigates to a URL that doesn't match any page in your project, Nordcraft shows a default 404 (page not found) page.
To create a custom 404 page:
- 1Add a new page
- 2Name it
404 - 3Design the page as you want it to appear when users encounter invalid URLs
Custom 404 pages are only available on paid plans. Projects in organizations on the free plan will display Nordcraft's standard 404 page.