SearchPath Launches New Site for Kidson-Trigg

SearchPath has today launched a new website for auctioneers and surveyors, Kidson-Trigg.

The website is designed for users to easily navigate between Kidson-Trigg’s two business areas of auctions and properties.

The auction pages includes fully illustrated auction catalogues, online bidding, historical auction reports, sale calendar, bidding forms and a guide to autions.

Kidson-Trigg auctions

The property pages display all properties for sale, for rent and recently sold. Property details include a slideshow for property images, PDFs and an enquiry form.

Kidson-Trigg properties

The whole site is managed through a bespoke and easy to use ASP.NET CMS built by SearchPath. The simple property management area greatly eases the admin process for Kidson-Trigg – for example, all properties are managed through just one screen, whether they are for sale, for rent or sold. As soon as a property is marked as sold, the system automatically removes it from the Buying page to the Sold page.

Posted in SEO | Leave a reply

Paid, Owned and Earned Media – What are They and How Do They Interact?

In the last few years a division has occurred in the marketing/media world between the different types of media out there. The division was initially made by execs inclined towards making new marketing models, but has now been picked up by the marketing mainstream. Hence why I’m blogging about it.

So the various media out there have now classified into 3 categories:

1) Paid media – this is the traditional paid advertising of TV, billboard, radio and online display. This media has been criticised for being simply “interruption marketing”, whereby the user experience is hijacked by an advert for something the user doesn’t want or need. Paid media has also been criticised for being too “one-way”, and for not encouraging a conversation (however this may not be true – see below)

2) Owned media – this is the “owned” property that the brand completely owns and has total influence over. A brand’s portfolio of Owned media can include a website, a YouTube channel or a Facebook page. What makes Owned media distinctive is that the brand has complete control over it. But, as we shall see, just because there is total control doesn’t mean that it isn’t influenced by other media.

3) Earned media – This is the channels where you have little or no control over, such as blogs, SEO, forums, social media, and, most crucially, word-of-mouth. Earned media is where the conversation about your brand takes place; in a low trust world, it’s where the real brand equity and value can be acquired. Earned media has been suggested as an alternative name for “SEO”, since many SEOs are now concerned with the all the channels of unearned media not just SEO. Despite this suggestion, inbound marketing is considered a more accurate description for the expanding SEO role.

So these are the 3 media types to be used, or attempted to be used, by the 21st Century marketer. So what is the key to understanding them? IMHO it is that despite the differences between them, they are all linked.

So, for example, if someone mentions Facebook in a meeting, do they mean community (Earned media), FB ads (Paid media), or FB pages (Owned media)? Or all three?

Or how about advertising (Paid Media)? Traditionally advertising was intended to drive visitors to the product/store/website (Owned media). Now, a clever, shocking or downright entertaining advert (Paid media) can stimulate conversation about a brand in many different channels (earned media).

An example of this is BMW cars with their April Fools ad campaigns. If you look at Google Insights online, you will see a spike of searches for BMW at the start of every April. Why is that? It’s because BMW have become known for their funny April’s Fools jokes, such as the M3 Royal Wedding Edition last year, which came in Royal Blue… The conversation about this year’s BMW April Fools ad was played out in the Twittersphere.

This is an example of Earned media, that is: buzz and conversation, being converted directly into search engine traffic for the BMW site. Did they get any sales out of it? Probably not immediately, but in terms of branding, the exercise was very valuable.

So there is a feedback loop going between all three types of media – Paid, Owned and Earned. Positive Earned media coverage is the gold that all marketers are currently searching for, but have we have seen, all three types can interact and interdevelop in ways that are still emerging.

Posted in SEO | Leave a reply

How Does Google Work? View this 8 minute video

Google’s head of web spam, Matt Cutts, posted a 8 minute video on how Google search works. From crawling, indexing to ranking, he gets into a brief overview of how Google’s search engine does its job.

Matt explains how PageRank is used, crawling timelines, frequencies, priorities, indexing and filtering processes within the databases.

Here’s the video:

Posted in SEO | Leave a reply

New Google Algorithm Update

An update to the Google search algorithm will go live over the next few days, targetting websites that Google considers to be ‘over optimised’ and instead promoting those offering ‘high quality content’. It suggests that around 3% of websites will be affected by the change and could see large falls in search positions.

Sites that will be affected will be those low quality sites that we all dislike – sites with little content, or content that’s irrelvant to your search, sites that repeat keywords to the extent that the copy is almost unintelligible – and those using ‘black hat’ techniques, including keyword stuffing, links schemes (paid, excessive reciprocal, link farms) and article spinning.

Google is quite clear in its message that it wants site owners to focus on creating high quality sites that deliver a good user experience and employ ‘white hat’ SEO techniques, so create great content, improve usability, improve site speed and that of creative marketing campaigns that make your site more compelling.

For those following Google guidelines and doing the ‘right thing’ this algorith chnage is good news. Or as Google puts it: “We also want the “good guys” making great sites for users, not just algorithms, to see their effort rewarded.”

Posted in SEO | Leave a reply

Web Fonts

Are you looking to widen your choice of web fonts from the standard Arial, Georgia, Verdana etc? Then take a look at Google Web Fonts.

This is a great directory of over 250 fonts that you can include on your website with just one line of code in your CSS file. You can now even include Google Web Fonts in Photoshop

In the past, we’ve had to either lose the SEO benefit of text on a page, so that the client could keep their designer’s specified typeface, or we’ve had to compromise design for search engine placement. With Google Web Fonts, you can have both!

This post lists the 10 best fonts from the Webfonts directory.

Posted in SEO | Leave a reply

Is your site open to malicious attack?

Firstly a disclaimer…the site we’re discussing here was not developed by SearchPath!!

We’ve recently had a website owner contact us because their site was hacked by a SQL injection – it wasn’t much of a surprise when looking at how their site was setup and the lack of security.

We thought it might be a good time to remind people of how crucial website security is, in many respects, from damaging your brand reputation, and in financially damaging your business. If Google finds your site contains malicious code or is redirecting to a malicious site, your site will be blocked by Google, and will disappear from its search results. If you rely on your website for business, just consider how damaging this could be.

For us, security is a given – it is naturally included and taken care of within our build process – why would it be otherwise?!

CSS Tip – Text Transform

Recently whilst developing a new website for a client, a requirement was that the headings on the right hand side of a web page needed to be in uppercase.

Naturally during the development process design decisions can often change at a later date during the project. It would be a time consuming process changing all of the titles back to lowercase should the design change at a later date. This is where the text-transform property comes in handy:

.right-column {
text-transform: uppercase;
}

Therefore if the headings need to be changed to lowercase, only one line of code will need to be removed from the CSS file, rather than retyping all of the headings in lowercase format.

CSS3 and Internet Explorer

Using CSS3 has made the implementation of certain design elements a very simple process. Gone are the days of modifying an image to ensure it has a 1px width and then setting it in the CSS as a repeating background image!

A fantastic tool for CSS3 is CSS3 PIE. CSS3 PIE allows the user to easily create gradients and buttons by simply selecting options and then copying the code to clipboard.

A unique feature of CSS3 PIE is the capability of rendering several CSS3 decoration features in Internet Explorer. As all web developers should know…when developing a website we need to ensure it’s compatible across a range of different browsers.

To ensure compatibility between IE and CSS3, we first need to include the following line of code each time we implement CSS3 in the style sheet.

behavior: url(/PIE.htc);

This file referenced above is available here and will need to be stored in the relevant location to ensure CSS3 is compatible with Internet Explorer.

Comparing Paid-For Digital Marketing/SEO Communities

Various communities have sprung up in the SEO space in the last few years to serve the needs of SEOs worldwide. These communities generally have a monthly fee, and provide access to tools, training and general help with the day-to-day activities of the internet marketer. This post is designed to lay out the options for signing up with one of these communities, and perhaps give a little advice as to which one might be the right one for you. Some of these sites may have basic free options with limited features, but this post is about the paid memberships only. Here they are:

SEOMoz Pro Membershiphttp://www.seomoz.org

•    From $99 a month
•    Full access to their link analysis tool, Open Site Explorer
•     “Campaign” website monitoring – crawl diagnostics, on-page errors, warnings
•    Ranking monitoring
•    Pro Webinars – advice and info on different aspects of inbound marketing
•    Q + A forum – community answers questions from the community
•    Keyword difficulty tool

Smart Insights Expert Membershiphttp://www.smartinsights.com/

•    £197 a year
•    Consists of training and advice rather than tools
•    Comprehensive e-books on all aspects of digital marketing, from strategy and CRO to PPC and email marketing.
•    Many training videos on all aspects of DM
•    Templates for all aspects of DM

SEO Book Membershiphttp://www.seobook.com

•    $300 per month
•    Over 100 training modules covering aspects of DM including: keyword research, site structure, on page SEO, link building and PPC.
•    Quick start checklists
•    Training videos
•    Advanced flowcharts
•    Monthly newsletter
•    Private member’s forum

Majestic SEOhttps://www.majesticseo.com

•    From £29.99 per month
•    Access to the Majestic Site Explorer link analysis tool
•    Backlink History Tool
•    Bulk backlink checker
•    Neighbourhood Checker

Posted in SEO | Leave a reply