Showing posts with label marketing. Show all posts
Showing posts with label marketing. Show all posts

Why Every Site Needs a Search Engine

This article gives you two ways you can implement site-specific searches on your web page. Think of it as like having your own site-wide search engine. The question is: why should you do it?

It's simple, really: keywords used by your target market are part of your marketing resources. They help in market research, market development, and outreach marketing.

Search terms used by your visitors tell you what they want to see on your site. They also tell you how you should be marketing your site, what content you you should be producing, and how items should be listed for sale.

However, it can be tricky to make the most of this valuable information, and capturing it through various plug-ins is not always straightforward, or cheap.

Both these techniques are highly transparent, and free to use; my advice is to start using on-site search to monitor your existing market and build out your strategic keyword management process using the data that you gather as a result.

The Simple Search Solution

Use Google site search.

The background to this approach is represented by the following Google query:

  • site:searchengineland.com keyword research

This simple instruction tells Google to only return results for the site mentioned. This is convenient for site owners who want to check their coverage of keyword terms, but also very convenient if you want to provide a site specific search function.

The only caveat is that the pages must be indexed by Google.

Drop-In Javascript

There are two parts to the solution:

  • The HTML for the search form;
  • The Javascript to open the search.

Refinements on the following drop-in HTML and Javascript are many and various:

  • open the search in a new window;
  • open the search in an inline frame;
  • use various search modifiers to steer the result;
  • etc.
The one major advantage is that you'll see, in your web traffic statistics, the search terms being used to query Google. This means that you can check that people are coming to your site for the right reasons, and, crucially, check that you're still serving them to the best of your ability.

Here's the basic HTML:

<input id="search query" type="text" />
<button 
onClick="window.location.href=submitSearch(document.getElementById('search_query').value);">
Search</button>

All that this does is call the Javascript function submitSearch (defined below) with the contents of the text input (that's what all that getElementById code does), and then set the URL of the current page to the result of the submitSearch function.

Here's the Javascript (stick it at the top of the page, in the head section):

<script type="text/javascript">
function submitSearch(search_query) {
  search_domain = encodeURIComponent('site:your-domain.com');
  search_text = '+"' + search_query.replace(" ", "+") + '"';
  return search_domain + search_text;
}
</script>

This snippet forms the query out of the site and the query text, making sure that it is safe for use in a URL. Important: you should replace your-domain.com with your own domain.

The result is a Google search page, containing results for the keywords typed in by the visitor, restricted to pages from your site. In your logging, you will then see an Exit with the URL, inclduign the keywords.

Note that this doesn't work for sub-domains terribly well; so, for it to work, you will need to buy your own domain name, even if you only use it to point to Blogger!

More Advanced Options

Create a Google Custom Search engine, and add it to your site.

There are a few pre-requisites:

  • Your site is registered in Search Console;
  • You have Google Analytics set up.

The process is relatively painless, if a little technical. However, as always, the Google help on the topic is pretty good, and as long as you can edit your web site HTML, it should be fairly straightforward.

A big plus for bloggers, especially, is that it can be monetised via AdSense, too.

Tip: You get a bit more power, and advanced analytics (thanks to integration with Google Analytics and Search Console) including the ability to use sub-domains.

So, What Now?

The worst thing you can do is nothing.

At a minimum you need to give your site users a decent way to search your content for something that is meaningful to them. The next worst thing would be not to track the things they look for.

Google has tried to make this a bit more opaque, in the name of privacy. They hide the content of query strings made by users who are logged into their Google account, for example. However, you should attempt to get as much search data from your own site as possible.

Why?

The reasoning is simple: if a visitor comes to your site, looking for something specific and can't find it, it's your responsibility to make sure that you supply it.

This is how market research operates. Strategic keyword management - treating your pool of available SEO friendly keyword phrases as a valuable business resource - relies on market research.

Without it, you're just throwing spaghetti at the wall, hoping that some of it sticks.

Wednesday, 16 November 2016

Strategic Management + Search Engine Marketing = Strategic Keyword Marketing

Today, I'm coining a phrase: strategic keyword marketing.

It might not be the catchiest catch-phrase out there, but understanding it is vital to your business; be it online, offline or hybrid. At least, that's my position: and I'll do my best to explain it to you in the next few hundred words.

It all starts with marketing, and as discussed in "The Marketing Book" by Michael Baker and Susan Hart (an excellent read if you really want to get into the guts of modern marketing), the fact that a lot of people miss out on the opportunities offered by marketing.

The reason is that marketing is one of those iceberg topics, where we all see the tip, and try to base our marketing around that, without a deeper understanding of 75% of what goes into a proper marketing plan.

For the record, the iceberg idea, as applied to marketing, is presented by Baker & Hart on page 5 in the very first chapter What is Marketing? It's that important.

They also identify three items at the tip:
  • Advertising
  • Promotions
  • PR
These are the obvious external signs of a marketing campaign. A campaign.

As consumers, that's all we every really see: the adverts, the money off promotions and the PR stunts or press releases.

The rest, all of which has been vital in getting the organisation to the point at which they can construct adverts, promotions and manage the PR around a product launch, is below the marketing iceberg's waterline.

Those activities are aligned with their strategic marketing efforts, and consumers never really see them.

Strategic Marketing

Any organisation, from a one person blogger pushing products as an affiliate, through to international, multi-tiered behemoths that have become something of a hallmark of globalisation need to have some kind of strategy.

There are many strategies, and this isn't the place to go into them all.

Everything from a low-price, high volume discount through to a high price, low volume, quality differentiated product line represents a strategy. And, all aspects of a business need to align with a central strategy, that is usually linked to a core vision and mission statement.

In "Applied Strategic Marketing", by du Plessis, Jooste and Strydom, the field of strategic management (which pulls together all the aspects of a strategy) is merged with that of marketing to give a marketer's viewpoint of the development of strategy.

Specifically of interest is how the below-the-waterline stuff relates to an ongoing strategy. This includes:
  • Selling
  • Market Testing
  • Innovation & New Product Development
  • Identification of Marketing Opportunities
  • Market Intelligence
  • Researching Customer's Needs
(List adapted from Baker & Hart)

All of the above need to be aligned in order to derive competitive advantage from the marketing activity. Advertising, Promotions and PR are important, too, but the business is won or lost on the basis of the other stuff.

So, what does this mean for modern business?

Search Engine Marketing

One of the most popular ways for dynamic, modern businesses to satisfy the tip of the iceberg is by engaging in search engine marketing, and there are any number of SEO and search engine marketing books to choose from that will help you construct an entirely online-biased business view.

That's okay, as far as it goes: but it doesn't really deal with the strategy behind the advertising or promotional push.

Current books deal with the nuts and bolts. How to get ranked. What keyword phrases to target. Where to try and get back-links from for best effect. How to create content, where to post it, and, importantly, how to get your message across.

This is all important stuff, but worthless if you get the underlying product, market and customer needs wrong.

Enter strategic keyword marketing.

Strategic Keyword Marketing

The one thing that ties this all together is keyword research. But, on its own, KWR isn't enough; it's just a series of tools and methods to work out what the target market is trying to communicate to us, the entrepreneurs.

Keywords are a means of communication. We use them to communicate with search engines, to tell them what we're about. Our customers use them to communicate with search engines to tell them what they want.

Our advertising copy uses keywords to impress on the customer the value of our products.

Keywords, trigger words, words that allow us to imply buyer intent: these are all important things to research, track, and make part of an integrated online, offline, or hybrid marketing strategy.

Even if you don't have a web site, strategic keyword marketing is vital for the insights that it gives you into your market, and your future markets.

All aspects of the marketing iceberg can be influenced and enhanced by a proper understanding of strategic keyword marketing.

As more and more people use online means to communicate, research, and reveal their wants, needs, and desires, it is up to us to make sure that we tap into this cheap, reliable business and market intelligence resource.

That's why I'm writing the book on Strategic Keyword Marketing.

To get on the list, and receive the discounted version of the book, just join The Keyword Coach private mastermind group on Facebook. Let's unlock your web site's true potential as a strategic marketing asset.

(And make you some real money at the same time!)