Redirection of event pages

On your inwink website, you have the possibility to create two types of redirections.

  • Via the inwink redirection module if the initial page does not exist
  • Via a script in an HTML block if the initial page already exists on inwink

1ʳᵉ possibility: Via the inwink redirection module

⚠️ The initial page must not exist (Message "this page does not exist"). 

2 examples of scenario :

  1. The pages of your site have been referenced under one URL
    example: https://www.event.inwink.com/sessions
    and inwink proposes another URL structure
    example: https://www.event.inwink.com/content/sessions
    You don't want to lose your Google ranking, so you want to redirect the page https://www.event.inwink.com/sessions to https://www.event.inwink.com/content/sessions to avoid users falling on a page in error.
  2. You made a mistake in an address already transmitted, you want to correct it 



To activate your redirection, follow these steps: 

  • Go to the back-office of your event > website tab > webmaster 
  • Click on the "Redirect" tab, then click on the "Add" button

CPT2301271044-1827x829


  • You want to redirect the page https://www.event.inwink.com/cgu to the page https://www.event.inwink.com/content/cgu : 
    • In Source, enter /cgu
    • In Target, enter /en/content/cgu
    • In Operation, select if the redirection is permanent or temporary
  • Click on Save


  • Save the page, then publish your changes to make them effective.

Note: You need to republish one of your pages on your site for the redirection to be effective.


2ᵉ possibility: The initial page exists on inwink

If you want to redirect a page that already exists on inwink to another page, you will need to add an HTML block to the page you want to redirect, inserting a script to redirect the page to the desired site.

➡️ Here is the script to add when you edit the HTML block:  <script>window.document.location.href = "https://nomdevotresite"</script>

⚠️ Also remember to turn ON the "Allow risky content: please read the complementary information on the right before using this functionality."

If you want all the pages on your site to be redirected, insert this HTML block in the footer of your site.