1 to 1 IT Coaching Australia
Our company introduction video. Remember to call today on 0412743591 or book a 1 to 1 IT skills session or remote session through the services tab
const collections = [ {categoryLink: '/blog/category/', canonicalLink: 'https://your-domain/blog/'} ] collections.forEach(({categoryLink, canonicalLink})=> { if(window.location.pathname.includes(categoryLink)) { const squarespaceSetCanonical = document.querySelector("link[rel='canonical']") if(squarespaceSetCanonical) { squarespaceSetCanonical.remove() } const linkTag = document.createElement('link'); linkTag.setAttribute('rel', 'canonical'); linkTag.href = canonicalLink document.head.appendChild(linkTag) } })
Our company introduction video. Remember to call today on 0412743591 or book a 1 to 1 IT skills session or remote session through the services tab