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:
/
-
From Strapi dashboard Go to Content Management → Public Frontpage (under SINGLE TYPES).
-
Example for our default
Job Banner
component select componentJob Banner
frommetajob-block
category.
-
Example for our default
Job Category
component select componentJob Category
frommetajob-block
category.
-
Example for our default
Job Card
component select componentJob Card
frommetajob-block
category.
-
Example for our default
Review Block
component select componentReview Block
fromblock
category.
-
Example for our default
Block Post
component select componentBlock Post
fromblock
category.
📑 Public Pages
Here is default pages example are given.
-
Find-job:
/find-job
-
Company:
/company
-
Candidate:
/find-candidates
-
Career Advice:
/career-advice
-
From Strapi dashboard Go to Content Management → Public Page (under COLLECTION TYPES).
-
Example for our default
Find Job
page select componentJob Filter
frommetajob-block
category.
-
Example for our default
Company
page select componentCompany Filter
frommetajob-block
category.
-
Example for our default
Find Candidates
page select componentCandidate Filter
frommetajob-block
category. -
Example for our default
Career Advice
page select componentBlog Filter
fromblock
category.