Symptom
Is it possible to redirect the RMK home page to the Brand home page?
Environment
SAP SuccessFactors Recruiting Marketing
Resolution
It is possible to perform this redirect by adding code to a Custom Plugin component from the Home Page according to the following steps:
- In Career Site Builder, go to Pages
- Select Home Page
- Select the Locale
- Select the Main Brand
- Click on Home
- Click on Add Component
- Select Custom Plugin
- Click on the Custom Plugin component
- Add the code
- Click on Publish
Below you can find an example of code for this which once inserted on Custom Plugin component, every time that you access RMK website (jobs.company.com> you will be redirected to the Brand home page (jobs.company.com/brand_url_identifier):
<meta http-equiv="refresh" content="0; url=/brand_url_identifier/" />
<style type="text/css">
* {
display: none !important;
}
</style>
Note 1: In case you need any redirect different from the example given, please contact an Implementation Partner.
Note 2: Please keep in mind that this is just a code example and in case you have issues with the code, please contact an Implementation Partner.
Keywords
brand, redirect, home page, specific brand, main , KBA , LOD-SF-RMK , Recruiting Marketing , Problem