// set the og:url same as the canonical url window.addEventListener('DOMContentLoaded', (event) => { let canonicalTag = document.querySelector('link[rel="canonical"]'); let canonicalURL = canonicalTag ? canonicalTag.getAttribute('href') : window.location.href; let metaTag = document.querySelector('meta[property="og:url"]'); if (!metaTag) { metaTag = document.createElement('meta'); metaTag.setAttribute('property', 'og:url'); document.head.appendChild(metaTag); } metaTag.setAttribute('content', canonicalURL); });
Immerse yourself in our resources dedicated to Soft Skills and discover how to transform the assessment, development, and certification of behavioral competencies. Free your teams from complex administrative tasks and offer your students powerful tools to improve their employability.
Whether you are an education professional or someone curious about personal development, our blog is full of practical insights, case studies, and expertise to master Core Skills essential to success in a constantly changing world with Rising Up.
Discover our series “In pursuit of Core Skills” on TikTok