Admin > URL Maps
URL Maps
Jolojo has inbuilt URL mapping which can assist Google (any other web crawlers) to find modified URLs on your site.
To add a URL map click the 'Add map' button.
The modal has the following options:
- Use Source Regex - See note below, do not use unless you understand Regular Expressions, leave in off state for most use cases.
- Source - this is the URL you are diverting from (old page URL).
- Destination - the URL you are diverting to (new page URL)
- Response Code - what http header should be passed when the Source is requested, options are Permanent 301 or temporary 302
NOTE FOR ADVANCED USERS you can use a Regular Expression in the Source above, proceed with caution as RegEx can be powerful!