How to install CookieHub in Umbraco
You can add CookieHub to your Umbraco site by inserting the implementation code into the main template.
Steps to install CookieHub
- Find your CookieHub implementation code.
- Log in to your Umbraco website and open the template file you want to edit (usually in the /Views folder).
- Locate the opening
<head>tag in the template. - Paste the CookieHub implementation code immediately after the
<head>tag. - Save the changes.
CookieHub is now installed and will manage third-party scripts based on user consent. You can customize the banner and settings in your CookieHub dashboard.