• 13Nov

    Google Analytics have added a slight tweak to their tracking code in the past 2 days to include a try catch block, which hopefully will result in any problems arising with contacting their server will not stop the page from loading. The small tweak adds a try catch block at the end of the code.

    New Google Analytics Tracking Code

    var gaJsHost = ((”https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
    document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));

    try {
    var pageTracker = _gat._getTracker(”UA-xxxxxxx-1″);
    pageTracker._trackPageview();
    } catch(err) {}

    Old Google Analytics Tracking Code

    var gaJsHost = ((”https:” == document.location.protocol) ? “https://ssl.” : “http://www.”); document.write(unescape(”%3Cscript src=’” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));

    var pageTracker = _gat._getTracker(”UA-xxxxxxx-1″);
    pageTracker._initData();
    pageTracker._trackPageview();

  • 12Nov

    No they don’t have to have the www in there although it depends on how you display the URL to the end user. If you want the user to eventually end up at the www. version of the address then by not having it in there you’re just making Google have to do a redirect when it follows the link. You don’t want to end up with duplicate content, for example
    http://www.mysite.co.uk, http://mysite.co.uk,
    http://mysite.co.uk/index.php and http://www.mysite.co.uk/index.php are the same URL.

    This can be addressed with a Canonical redirect in your .htaccess file in the root of your domain. For best results, each page of a website should be reachable at a single persistent url. This address is known as the page’s canonical URL (Canonical refers to being the authoritative address).

    Options +FollowSymlinks
    RewriteEngine on
    rewritecond %{http_host} ^mysite.co.uk [nc]
    rewriterule ^(.*)$ http://www.mysite.co.uk/$1 [r=301,nc]
    rewriteRule ^index.php$ http://www.mysite.co.uk/$1 [R=301]

  • 10Nov

    What importance should be put on the category that Google defines your website in? If you take the Google Ad Planner it categorises a website in a given category related to your sector. Are you unlikely to rank against what you perceive to be a close competitor but to what Google sees as although industry related, unrelated to the niche you would ideally like to be in?

    These categories are not only used in Google’s Ad Planner but surface in Google Analytics under benchmarking and also surface in Google Insight in exactly the same format. I recently interviewed a candidate for an SEO role who had worked for Google in India…she stated that she manually vetted sites before they went into the index…I wish I had asked her if some kind of categorisation was taking place or if this was her primary role in the entry process.

    There is inevitably going to be websites which straddle categories and see competitors outranking them on a term they feel strongly on. Does this categorisation have an impact on what you can realistically rank for in the SERPS?

    Tags:

  • 10Nov

    I always find it useful to give visual examples when giving SEO training so I built a tool to display what effect the key fields that editors fill in will represent when they are surfaced in the search engines. This is a very basic version of a tool i created for an in house CMS. Try the SEO Tool here. I hope to add a few more to the list which are currently in development.

    Tags:

  • 10Nov

    I have been receiving a lot of traffic recently related to people asking about free 301 redirects for their related domain names in their 123-Reg account. The redirect which 123-Reg actually implements is in fact a 302. The only way to implement a 301 on a domain name is to change the name servers to point at someone who does support 301 redirects, however, there will be a cost associated with this. If you have a Plesk Control panel you could set up an account and configure the .htaccess to conduct the redirect but this will result in a waste of account space for such a trivial task. Depending on the importance of the domain name will generally decide upon the best strategy.

    Tags:

  • 04Nov

    Advanced Segmentation Beta is starting to appear in Google Analytics accounts in the UK. Its very sketchy at the moment and even across different machines in the same office are showing different versions of Google Analytics.

    Tags:

  • 01Nov

    Citys.info switched its servers on for business on Friday with a launch expected to challenge the best of the local guide platforms. The platform says it can be launched on any town or city (currently only in the UK) in a matter of hours. The internet franchise can be applied to your local town or city providing hotel bookings, event information, restaurant guides and reviews amongst a whole host of other information on a domain name of your choice said company owner Lee Woodman. To see a live working example visit Swansea.info which has been running for just over a year whilst the platform was developed in a live environment.

    When asked how the platform would fair against its competitors Lee said “It’s simple; not only visually do our sites stand out but the engineering that has gone into the design of the management system is second to none. We hope to sit above our competitors such as TheBestOf and CityLocal. The way we have engineered the platform and structured our information architecture will give our franchise owners the edge when it comes to search engine placement. A lot of time has been spent making sure the platform has been optimised for natural search.”

    The first Franchises are due to launch their new platforms early in 2009 with the likes of Portsmouth, Plymouth and London already snapped up.

    Tags: ,

  • 08Oct

    Google’s slowly implementing the “Event Tracking” menu into its analytics accounts. I first came across this on one of my older analytics accounts even though we haven’t implemented the function. Even with accounts without the option and with websites that have had the function implemented it does not seem to appear.  I’m keen to see this in operation, there’s nothing wrong with invoking the track_pageview function but I’d rather configure the “conversion” as an event than a pageview.

    Tags: ,

  • 16Sep

    The long awaited arrival of the Quality Score “improvements” on Google Adwords was announced on the Official AdWords Blog yesterday morning well today it looks as if it went live, Adwords today updated its quality score to give you a rating out of 10, at last giving a numerical idea about how keywords are performing in an adwords campaign.

    Tags:

  • 09Aug

    Although documented in the press with large corporations, the domain highjacking issue is not of top priority when it comes to small to medium size online enterprises when it really should be. Recently I’ve been involved with closing ranks on many outstanding domain names that have either lapsed and been registered by third parties or never registered at all and the problem is a big one! Although not tried and tested yet Nominet offer a dispute resolution service where you can aim to retake control of what in your opinion is an abusive registration. In my opinion the service is priced wrongly and plays into the hands of the current registrant who will usually ask for a figure just below the DRS fee of £750 which for a domain name that cost at most £18, is not a bad return on investment and for large organisations is a quick resolution to their problem. I’ve seen situations where the domain was only 2 months old and the company paid out £500 for it’s return, although they would have had no problems in taking the domain through the DRS due to the nature in which the domain was being used and having sole trade mark, it was a critical part of their branding…the first question I asked myself was why had the .com been registered and not the .co.uk!

    For any online or offline UK company it’s imperative to get both domain extensions (if you’re UK focussed I’d always 301 redirect the .co.uk to the .com it’s amazing how many companes run a duplicate site on both…this will be seen as duplicate content and will effect your natural search performance.)

    1.Until domain syntax is learnt by an entire generation there will always been a 50/50 split about what is entered into the address bar.

    2. Search engines will give preferential treatment to a .co.uk with a UK IP in their country specific listings.

    3. If your brand is a generic one then you don’t want anyone else being able to register a powerful top level domain which could impede your brand marketing.

    There are many tools out there which can help you to manage your domain names and most are free if you register your domain with your host, goDaddy and 123-Reg are two I’d recommend although 123-Reg do regularly have performance issues (so why I stay with them is a mystery) however their domain management tool is one of the easiest I have seen. If you’re on an enterprise scale then your going to need to put someone in charge or monitoring your domains unless you get a third party in like netNames or similar, however cost is going to be 3-4 times more than doing it yourself. The main concern I hear is what if it lapses…123-Reg will regularly remind you 60,30,15,3,2, and 1 day before expiry and will renew automatically unless you choose not too. I’d set the email address for the accounts to domains@mycompany.com and on the outlook exchange server have it forwarding to at least 3 chosen parties. If you choose to go for a third party to manage your domains they will usually guarantee you won’t loose a domain name but will charge you accordingly; around £5000/year for a mixture of 150 .com and .co.uk so it’s not cheap but what would be the cost if you lost one?

    Domain strategy and management like reputation management is crucial in any organisation for brand longevity.

    Tags: ,

« Previous Entries