Skip to content

Individual Job Pages

When enabled, each job gets its own page on your site with clean, SEO-friendly URLs:

https://yoursite.com/jobs/software-developer-oslo/
  1. You designate a WordPress page as the “single job” template page
  2. The plugin creates rewrite rules to route /{slug}/{job-urn}/ to that page
  3. The page uses shortcodes or template functions to display the job details
  4. The URL base slug is configurable

When a job expires, visitors hitting the old URL are automatically redirected to a page you configure (e.g., your main jobs listing). This prevents 404 errors and dead links.

  1. Create a new page in WordPress for the individual job post. Add placeholder content like “This is the RecMan job post page” so you can identify it.

  2. Go to RecMan > Settings in the WordPress admin.

  3. Enable “Show individual job posts on WordPress” in the Individual job post page section.

  4. Select the page you created in step 1.

  5. Optionally set a custom slug — if the page doesn’t have a parent page or you want a different URL path.

Once the page is set up, add content to it using shortcodes or a custom template.

Add shortcodes to the page to display job fields:

[job_post_field name="title"]
[job_post_field name="body"]
[job_post_field name="workplace"]
[job_post_field name="deadline"]
[job_post_contacts]
[job_post_map]

When a job is no longer active:

  • The plugin detects the expired state
  • Visitors are redirected to a configurable page (e.g., your main job listing)
  • No 404 errors or dead links

Configure the redirect target in RecMan Jobs > Settings > Expired page redirect.

When individual job pages are enabled, the plugin automatically generates:

  • Page title override
  • Canonical URL
  • Meta description from the job excerpt
  • Open Graph tags for social sharing
  • Twitter Card tags

See SEO & Social Sharing for details.