I'm trying to sort out my canonical links so that my site is really seen as "http:/www.abytecomputers.co.uk"
I have added code into my templates to achieve this:
Only the code does not appear to be working. Would someone mind just looking at my site to see if the code is actually doing what it is meant to be? Is it meant to actually redirect you from http://abytecomputers.co.uk to http://www.abytecomputers.co.uk, or is the code that I am using just information to search engines so that they do not mistakenly crawl both address thinking that they are different?{*canonical stuff*}
{if isset($canonical)}{elseif isset($content_obj)}GetURL()}" />{/if}
Sorry, if this seems basic, but we were all new at one point. Getting my head around web development is one thing, applying it to a CMS arena sometimes makes me scratch my head a little at the moment.