Guides
How To Setup Public Pages

Public Pages

This section covers the setup for all public-facing pages of the application. Public pages are accessible to all users, regardless of authentication status. These typically include pages like Home, About, Contact, Blog, and other marketing or informational pages.

The public layout will be applied to all these pages and includes shared components such as the Header Menu, Footer, and Logo to maintain a consistent look and feel across the site. No authentication is required to view these pages, and they serve as the main entry points for new or unauthenticated users.

📑 Public Front Page

This is public home page with some default home page component example.

  • Home: /

  1. From Strapi dashboard Go to Content Management → Public Frontpage (under SINGLE TYPES).

    Hello
  2. Example for our default Job Banner component select component Job Banner from metajob-block category.

    Hello
  3. Example for our default Job Category component select component Job Category from metajob-block category.

    Hello
  4. Example for our default Job Card component select component Job Card from metajob-block category.

    Hello
  5. Example for our default Review Block component select component Review Block from block category.

    Hello
  6. Example for our default Block Post component select component Block Post from block category.

    Hello

📑 Public Pages

Here is default pages example are given.

  • Find-job: /find-job

  • Company: /company

  • Candidate: /find-candidates

  • Career Advice: /career-advice


  1. From Strapi dashboard Go to Content Management → Public Page (under COLLECTION TYPES).

    Hello
  2. Example for our default Find Job page select component Job Filter from metajob-block category.

    Hello
  3. Example for our default Company page select component Company Filter from metajob-block category.

    Hello
  4. Example for our default Find Candidates page select component Candidate Filter from metajob-block category.

    Hello
  5. Example for our default Career Advice page select component Blog Filter from block category.

    Hello