HO-12: Search Engine Optimisation (SEO) 1. Research and Identify Keywords

Size: px
Start display at page:

Download "HO-12: Search Engine Optimisation (SEO) 1. Research and Identify Keywords"

Transcription

1 HO-12: Search Engine Optimisation (SEO) Having developed your business website/e-shop the next task is to make sure that your potential customers can find you. The aim here is to optimise your website/e-shop so that it takes advantage of search engine optimization (SEO) and gets lots of page views. There main elements in an effective SEO campaign are: keyword research web content and structure link building 1. Research and Identify Keywords The first step is to think about the Keywords that you can use to describe your site. Although you may initially find it difficult to identify which keywords to use, the best place to start is by jotting down a few words that you, or family and friends, think best reflect what your site is all about. 1. For example, let s consider Innocent Drinks ( 2. Open the website and select the page source view. This reveals a number of meta tags within the page s <head></head>. ITApps 2010/11 Page 1 of 7

2 3. For now we are interested in the content of the keywords meta tag. This shows that Innocent Drinks have used the following Keywords: "fruit, fruit drinks, smoothies, thickies, natural, products, drinks, innocent, little tasty drinks, Juicy Waters, detox, smoothie, healthy, pure, crushed, uk, british, drinks company, fruit towers, innocent drinks" 4. The next step is to identify keywords that your potential customers may use as they search for products/services of the type you offer on the web. Let s use another example, this time Yum Juices, to see how we go about the process of identifying relevant keywords. 5. The first step is to generate a list of ideas, these could include: fruit juices, vegetable juices, berry juices, healthy juices, pure juices, juices, slimming juices. 6. If you are stuck for ideas try using keyword suggestion generator tools such as: Open these tools in turn and experiment with them, using (i) Fruit Juices and (ii) phrases relevant to your own website/e-shop to identify relevant keywords: (1) Keywordfinder: (2) Keyword Niche Finder: ITApps 2010/11 Page 2 of 7

3 (3) Keyword Suggestion Generator: 8. Once you have tried this out for Yum Juices, repeat for your own sites. 9. Each of the keyword tools should help you generate a list of keywords or phrases that are relevant to your site. 2. Check the Popularity of the Keywords 1. The next step involves checking the popularity of the keywords or phrases using the Google Keyword Tool: 2. Open up the Google Keyword Tool and conduct some initial research on the phrase Fruit Juices (1). Since Yum Juices are based in the UK, choose UK and English in the Locations and Languages box in the Advanced options drop-down menus. Note: It s important to set a location when you re conducting keyword research as keywords can vary greatly from region to region based on a number of factors. 3. When you select Search you should see a table of keywords closely related to the phrase you entered (see figure below): ITApps 2010/11 Page 3 of 7

4 4. To understand more about what each columns shows click on About this data (2). You can also use different criteria to sort the data by Relevance (3) and adjust which columns are displayed (4). 5. Let s focus on Global Monthly Searches for the sake of our initial keyword research. Click on that column heading and it will re-sort the keywords by volume, from highest to lowest. In this case fruit juices is by far the most popular phrase used in monthly searches. 6. You can further refine this list by changing the Match types : Broad, [Exact] or Phrase (5). Select [Exact] as the Match type and the list of keywords in the main panel should automatically update: 7. Next filter the searches by clicking on the heading of the column labelled Local Monthly Searches, this shows us the number of searches for each Keyword in the region you selected (in this case the UK). These keywords, depending on their relevance, should be the ones that are included in your SEO strategy. 8. Repeat the above process using a keyword/phrase relevant to your own website/e- Shop and identify the top-10 Keywords used in searches. 9. Then with different search engines use your top-10 keywords to check the nature of the competition that exists out there for your business. ITApps 2010/11 Page 4 of 7

5 3. Web Content and Structure Meta Tags The <meta> tag provides metadata about the HTML document and is not displayed when the webpage is opened in a browser. Meta tags are typically used to specify page description, keywords, author of the document, last modified, etc. Metadata is used by browsers (e.g. how to display content), search engines (keywords), or other web services: As we saw in the case of Innocent Drinks ( the <meta> tag always goes inside the head element in our html file. In this respect the Innocent Drinks website made use of three meta-tags: description, keywords and author which provided the following information: Description: Hello, we make lovely natural fruit drinks like pure fruit smoothies and fresh yoghurt thickies. Everything we produce tastes good and does you good." Keywords: "fruit, fruit drinks, smoothies, thickies, natural, products, drinks, innocent, little tasty drinks, Juicy Waters, detox, smoothie, healthy, pure, crushed, uk, british, drinks company, fruit towers, innocent drinks" Author: "Site design and technology by Lightmaker.com" In addition the pages also contain a more descriptive title tag: Title: innocent - fruit smoothies, thickies, orange juice and tasty veg pots The information inside the <meta> and <title> tags is a crucial element in any SEO strategy, as the <meta> and <title> tags are used by search engines when they index a sites pages. Ideally the keywords should be repeated in the title and description and also within the page structure (headings and content), but the latter will be considered in more detail in section 4 below. For now let s consider how we can apply what we have learnt about <meta> and <title> tags, first in relation to Yum Juices and then how you can apply this your own website/e-shop: 1. If you look at the original Yum Juices home page, you will note that home page title: <title>yum Juices</title>, doesn t contain any of our keywords: ITApps 2010/11 Page 5 of 7

6 2. Since the <title> is used for bookmarks and in search engine results, for best optimisation we should include keywords/the search phrase in the title, in a way that doesn t look too ridiculous. For Yum Juices, for example, this could be updated to: <title> Yum Juices - Fruit Juices, Berry Juices, Vegetable Juices, Healthy Juices </title> 3. Next add the Keywords <meta> tag ( keeping in mind that most search engines ignore the keywords on a page, so you don't need to go crazy with them. Just use your keyword phrase a few times in different combinations. 4. Possible keyword combinations for the yum juices pages are: fruit juices, vegetable juices, berry juices, healthy juices, pure juices, juices, slimming juices. 5. These need to be added in a meta tag within the page <head> as follows: <meta name="keywords" content=" fruit juices, vegetable juices, berry juices, healthy juices, pure juices, juices, slimming juices /> 6. Next add a page description <meta> tag. This should be a short piece of text that explains what the page is about and uses your keyword phrase(s) at least once. The description is used as the description in search engine results, so you should add text that will entice people to click to your page. A page description for yum juices could include: Yum is one of the largest specialist juice stockists in the United Kingdom. We specialise in bringing the freshest, most-refreshing, most exiting and healthy juices available over the Internet direct to your door. Choose from an incredible range of types and flavours: we have fruit juices, berry juices, vegetable juices, healthy juices and slimming juices that will wake you up, knock you over, keep you healthy and keep you looking as slim and fit as you have ever looked. 7. This needs to be added within the <meta name= description > tag as follows: ITApps 2010/11 Page 6 of 7

7 8. Repeat this now adding appropriate <title> and <meta> tags for your website pages. 4. Web Content and Structure Headings and Content 1. The heading tags <h1>, <h2>, etc that display content on the page are also important and need to be optimised for search engines by including the keyword phrase(s), again without making the text look too ridiculous or cumbersome. This will ensure that search engines see the page headings and rate them accordingly 2. The key here is to use an appropriate <h1> header on each page. For example, for Yum Juices we could replace the current header: <h1>yum Juices</h1> by: <h1>yum Juices Healthy Natural Juices</h1> 3. You also need to make sure that you use relevant content in your sub-title header tags, again if possible using phrases that repeat your keywords. Again, you shouldn t go overboard, as you want the page to remain readable and interesting. 4. You can see updated pages for Yum Juices on: 5. Now consider how this can be applied to your own website/e-shop and update your home page accordingly. 5. Final Word on Keywords Because people have abused the <meta> keywords, search engines no longer pay much attention to keywords when it comes to ranking pages. However, the idea of searching for keywords is still very valid and what you need to remember is that keywords you add in the <meta> tag, should already exist in the body of the page. Also note that keywords in the page that are higher than the others take a higher "mark" when it comes to page ranking, and the <h1> and <h2> tags are the more important than the rest. Finally, you should also review Google s thoughts on SEO: and work through their Starter Guide to SEO: ITApps 2010/11 Page 7 of 7

Nonprofit Technology Collaboration. Web Analytics

Nonprofit Technology Collaboration. Web Analytics Web Analytics Contents What is Web Analytics?... 2 Why is Web Analytics Important?... 2 Google Analytics... 3 Using Major Metrics in Google Analytics... 6 Traffic Sources... 6 Visitor Loyalty... 9 Top

More information

Free SEO. 1. Meta Tags: they must be enticing for both search engines and visitors?

Free SEO. 1. Meta Tags: they must be enticing for both search engines and visitors? Free SEO This is your FREE SEO GUIDE in order for you to create a SEO friendly website. Use the advice and tips in this article to better your website. According to a GVU user s survey, 84% of Internet

More information

Promoting your Site: Search Engine Optimisation and Web Analytics

Promoting your Site: Search Engine Optimisation and Web Analytics E-Commerce Applications Promoting your Site: Search Engine Optimisation and Web Analytics Session 6 1 Next steps Promoting your Business Having developed website/e-shop next step is to promote the business

More information

Search Engine Optimisation (SEO) for cultural content producers

Search Engine Optimisation (SEO) for cultural content producers Search Engine Optimisation (SEO) for cultural content producers Summary Everything starts with search. A Pew internet survey found that 92% of online adults use search. Free online search tools will help

More information

Personalized Keyword Research Analysis

Personalized Keyword Research Analysis Personalized Keyword Research Analysis Niche: Web Design The purpose of this report is to filter through your master keyword list and identify some of the most profitable niches and keyword groups. Below

More information

SEO AND META TAGS. DOCUMENT Here is a guide to SEO on your Webdadi website. WEBDADI Updated Nov 2015

SEO AND META TAGS. DOCUMENT Here is a guide to SEO on your Webdadi website. WEBDADI Updated Nov 2015 DOCUMENT Here is a guide to SEO on your Webdadi website SEO AND META WEBDADI Updated Nov 2015 TAGS How to make sure your SEO is updated on your Webdadi pages for individual pages, Meta tags, Window titles,

More information

Administrator s Guide

Administrator s Guide SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide Rev: 2011-06-07 SEO Toolkit 1.3.0 for Sitecore CMS 6.5 Administrator s Guide How to use the Search Engine Optimization Toolkit to optimize your

More information

Disclaimer. The author in no case shall be responsible for any personal or commercial damage that results due to misinterpretation of information.

Disclaimer. The author in no case shall be responsible for any personal or commercial damage that results due to misinterpretation of information. 1 Disclaimer 2013 Solutions From Paradise, LLC No part of this ebook can be reproduced, stored, or transmitted by any means including recording, scanning, photocopying, electronic or print without written

More information

SEARCH ENGINE OPTIMISATION

SEARCH ENGINE OPTIMISATION S E A R C H E N G I N E O P T I M I S AT I O N - PA G E 2 SEARCH ENGINE OPTIMISATION Search Engine Optimisation (SEO) is absolutely essential for small to medium sized business owners who are serious about

More information

Simple Search Engine Optimization Tips

Simple Search Engine Optimization Tips Simple Search Engine Optimization Tips 25 Ways to Improve SEO by Ryan Shell RyanShell.com @RyanShell Feel free to share this report by using this link: http://www.ryanshell.com/simple-search-engine-optimization-tips

More information

SEO Workshop Keyword and Competitor Research and On Page Optimisation

SEO Workshop Keyword and Competitor Research and On Page Optimisation SEO Workshop Keyword and Competitor Research and On Page Optimisation Marketing & Public Relations Department University of Newcastle April 2014 SEO Workshop Contents 2 What is SEO? STEP 1: Define Purpose

More information

CHEAT SHEET GETTING KEYWORD IDEAS WWW.UNDERCOVERSTRATEGIST.COM

CHEAT SHEET GETTING KEYWORD IDEAS WWW.UNDERCOVERSTRATEGIST.COM CHEAT SHEET GETTING KEYWORD IDEAS WWW.UNDERCOVERSTRATEGIST.COM OVERVIEW Keywords or phrases in he context of a web search engine are those terms that a user enters into the search query field to find information

More information

Small Business SEO Marketing an introduction

Small Business SEO Marketing an introduction Small Business SEO Marketing an introduction Optimax May 2012 www.optimaxads.com 1 CONTENTS Introduction 3 On Page Optimisation 3 How Google views your Web Site 5 How to check your web page code for SEO

More information

Once you have navigated to the page that you want to edit the SEO Properties of then go into edit mode.

Once you have navigated to the page that you want to edit the SEO Properties of then go into edit mode. SEO Properties What does SEO mean? Search Engine Optimization (SEO) is a tool that is used to help enhance and the likelihood of the object you do SEO Meta-Tagging for to be found by a search engine. It

More information

323-868-3581. Search Engine Optimization

323-868-3581. Search Engine Optimization Search Engine Optimization What s the Difference between Pay-Per-Click and SEO Pay-per Click is a way for sites to appear in prominent positions on the search engines by paying the engine to display their

More information

Search Engines. Planning & Design 1

Search Engines. Planning & Design 1 Planning & Design 1 Previous tutorials have shown that some consideration at the design stage can help to make your site easier to navigate, easier to read and understand, and more Web-friendly. In this

More information

Our Five Step Guide To Successful Internet Marketing. Getting the best from your website: An introductory guide

Our Five Step Guide To Successful Internet Marketing. Getting the best from your website: An introductory guide Our Five Step Guide To Successful Internet Marketing Getting the best from your website: An introductory guide Step 1: Select your keywords carefully On one hand there is no point spending lots of time

More information

Search Engine Optimization with AccuNet SiteBuilder

Search Engine Optimization with AccuNet SiteBuilder Search Engine Optimization with AccuNet SiteBuilder AccuNet Web Services 2414 S. Hickory Ridge Rd Milford, MI 48380 866-984-8715 Copyright 2007 AccuNet Inc. Search Engine Marketing (SEM) SEM can be defined

More information

Search Engine Optimization Checklist

Search Engine Optimization Checklist Search Engine Optimization Checklist Complete the following checklist to ensure that your website is optimized for the various internet search engines. 1. Include the strongest keyword in your title tag.

More information

LOCAL SEARCH ENGINE OPTIMISATION. Making Your Brand Famous in Your Locale

LOCAL SEARCH ENGINE OPTIMISATION. Making Your Brand Famous in Your Locale LOCAL SEARCH ENGINE OPTIMISATION Making Your Brand Famous in Your Locale 1 P a g e TABLE OF CONTENTS I. Introduction: Driving Targeted Local Traffic - Page 2 II. Optimising Websites for Local Audiences

More information

Get More Hits to Your Website

Get More Hits to Your Website Get More Hits to Your Website Search Engine Optimization (SEO) With Sarah Johnson What is SEO? The techniques used so that people find your website listing when they search Pay-per-click For example, if

More information

Search Engine Optimisation (SEO) Guide

Search Engine Optimisation (SEO) Guide Search Engine Optimisation (SEO) Guide Search Engine Optimisation (SEO) has two very distinct areas; on site SEO and off site SEO. The first relates to all the tasks that you can carry out on your website

More information

This white paper is an introduction to SEO principles, with a focus on applying those principles using your SiteSuite website management tools

This white paper is an introduction to SEO principles, with a focus on applying those principles using your SiteSuite website management tools Level 3 / 1 Bay Street, Broadway Shopping Centre, NSW 2007, Australia How to Use Your SiteSuite Content Management System to Apply Search Engine Optimisation (SEO) Techniques & Principles (or how to get

More information

succeed ONLINE Local SEO Making Your Brand Famous in Your Locale Definitive Guide

succeed ONLINE Local SEO Making Your Brand Famous in Your Locale Definitive Guide succeed ONLINE Local SEO Making Your Brand Famous in Your Locale Definitive Guide Table of Contents succeed ONLINE I. Introduction: Driving Targeted Local Traffic - Page 2 II. Optimizing Websites for Local

More information

COMPLETE ONLINE MARKETING SOLUTION. Friday, 21 September 12

COMPLETE ONLINE MARKETING SOLUTION. Friday, 21 September 12 COMPLETE ONLINE MARKETING SOLUTION ABOUT ROCKETFISH We have been providing exceptional results for over 10 years We have the only full end to end solution specifically for SME s Offices in Manchester &

More information

SEO & CONTENT MARKETING SERVICES

SEO & CONTENT MARKETING SERVICES SEO & CONTENT MARKETING SERVICES Search Engine Optimisation is an essential element that can make or break the success of your business website. If you are not on page one of Google for a number of search

More information

Search engine optimisation (SEO)

Search engine optimisation (SEO) Search engine optimisation (SEO) Moving up the organic search engine ratings is called Search Engine Optimisation (SEO) and is a complex science in itself. Large amounts of money are often spent employing

More information

SEO Keywords Process Steps CreatorSEO easy to use SEO tools

SEO Keywords Process Steps CreatorSEO easy to use SEO tools CreatorSEO Keywords/phrases Process Guide Updated: May 2010 Introduction This guide has been developed by CreatorSEO to help our clients manage their SEO campaigns. This guide will be updated regularly

More information

Search Engine Optimisation (SEO) Factsheet

Search Engine Optimisation (SEO) Factsheet Search Engine Optimisation (SEO) Factsheet SEO is a complex element of our industry and many clients do not fully understand what is involved in getting their site ranked on common search engines such

More information

LOCAL SEO WHITE PAPER. Making Your Brand Famous in Your Location

LOCAL SEO WHITE PAPER. Making Your Brand Famous in Your Location LOCAL SEO WHITE PAPER Making Your Brand Famous in Your Location Table Of Contents I. Introduction 2 II. Managing Business Listings and Social Pages 2 III. Optimizing Websites for Local Audiences 3 IV.

More information

SEO FOR SCHOOLS OPTIMISING YOUR WEBSITE FOR MAXIMUM EXPOSURE

SEO FOR SCHOOLS OPTIMISING YOUR WEBSITE FOR MAXIMUM EXPOSURE SEO FOR SCHOOLS OPTIMISING YOUR WEBSITE FOR MAXIMUM EXPOSURE A BIT ABOUT US SCHOOL WEBSITE Digital marketing agency with 10+ years dedicated to the education market We re a team of over 50 experts offering

More information

SEO Links Process Steps CreatorSEO easy to use SEO tools

SEO Links Process Steps CreatorSEO easy to use SEO tools CreatorSEO Links Process Guide Updated: May 2010 Introduction This guide has been developed by CreatorSEO to help our clients manage their SEO campaigns. This guide will be updated regularly as the Search

More information

LOCAL SEO WHITE PAPER

LOCAL SEO WHITE PAPER LOCAL SEO WHITE PAPER Making Your Brand Famous in Your Location Table Of Contents I. Introduction 2 II. Managing Business Listings and Social Pages 2 III. Optimizing Websites for Local Audiences 3 IV.

More information

LOCAL SEO WHITE PAPER

LOCAL SEO WHITE PAPER LOCAL SEO WHITE PAPER Making your brand famous in your location TABLE OF CONTENTS Introduction 01 Chapter I Managing Business Listings and Social Pages 02 Chapter II Optimizing Websites for Local Audiences

More information

SEO Analysis Guide CreatorSEO easy to use SEO tools

SEO Analysis Guide CreatorSEO easy to use SEO tools CreatorSEO Analysis Guide Updated: July 2010 Introduction This guide has been developed by CreatorSEO to help our clients manage their SEO campaigns. This guide will be updated regularly as the Search

More information

DIGITAL MARKETING BASICS: SEO

DIGITAL MARKETING BASICS: SEO DIGITAL MARKETING BASICS: SEO Search engine optimization (SEO) refers to the process of increasing website visibility or ranking visibility in a search engine's "organic" or unpaid search results. As an

More information

How To Rank High In The Search Engines

How To Rank High In The Search Engines Search Engine Optimization Guide A Guide to Improving Website Rankings in the Search Engines Prepared by: Rosemary Brisco ToTheWeb LLC Sep 2007 Table of Contents WHY WORRY ABOUT SEARCH ENGINE MARKETING?...3

More information

Search Engine Optimization

Search Engine Optimization Search Engine Optimization Search An Introductory Guide How to improve the effectiveness of your web site through better search engine results. As you ve probably learned, having a Web site is almost a

More information

Introduction 3. What is SEO? 3. Why Do You Need Organic SEO? 4. Keywords 5. Keyword Tips 5. On The Page SEO 7. Title Tags 7. Description Tags 8

Introduction 3. What is SEO? 3. Why Do You Need Organic SEO? 4. Keywords 5. Keyword Tips 5. On The Page SEO 7. Title Tags 7. Description Tags 8 Introduction 3 What is SEO? 3 Why Do You Need Organic SEO? 4 Keywords 5 Keyword Tips 5 On The Page SEO 7 Title Tags 7 Description Tags 8 Headline Tags 9 Keyword Density 9 Image ALT Attributes 10 Code Quality

More information

User Documentation SEO EXPERT

User Documentation SEO EXPERT The SEO Expert module helps you quickly: User Documentation SEO EXPERT Create and personalize Friendly URLs Insert Meta tags for product pages, Facebook posts and Twitter Cards in your shop This module

More information

Simple SEO Success. Google Analytics & Google Webmaster Tools

Simple SEO Success. Google Analytics & Google Webmaster Tools Google Analytics & Google Webmaster Tools In this module we are going to be looking at 2 free tools and why they are essential when running any online business website. First of all you need to ensure

More information

SEO Basics for Starters

SEO Basics for Starters SEO Basics for Starters Contents What is Search Engine Optimisation?...3 Why is Search Engine Optimisation important?... 4 How Search Engines Work...6 Google... 7 SEO - What Determines Your Ranking?...

More information

Search Engine Optimization Making the most of your website content

Search Engine Optimization Making the most of your website content Search Engine Optimization Making the most of your website content Introduction...2 Develop your customer experience...2 Know your target audience...2 Product placements and descriptions...3 Don t stop

More information

SEO TRAINING COURSES GLASGOW & EDINBURGH. Online Marketing Workshops to fit all budgets

SEO TRAINING COURSES GLASGOW & EDINBURGH. Online Marketing Workshops to fit all budgets SEO TRAINING COURSES GLASGOW & EDINBURGH Online Marketing Workshops to fit all budgets SEO TRAINING COURSES GLASGOW & EDINBURGH BASIC INFORMATION SIGNUP CONSUMERS INTERACT WITH SEARCH ENGINES ON-PAGE OPTIMISATION

More information

WEB-GAIN INTERNET ESSENTIALS FOR SMALL TOURISM ENTERPRISES. Version 2.0

WEB-GAIN INTERNET ESSENTIALS FOR SMALL TOURISM ENTERPRISES. Version 2.0 WEB-GAIN INTERNET ESSENTIALS FOR SMALL TOURISM ENTERPRISES Version 2.0 19 April 2012 Workshop Content Branding for a small business Domain names The principles of excellent website design Content Management

More information

SEO for GTP icommerce Web Sites. On Page Optimisation Guide

SEO for GTP icommerce Web Sites. On Page Optimisation Guide SEO for GTP icommerce Web Sites On Page Optimisation Guide Website Address Optimisation Website Address (URL) Where possible use a domain name with at least one of your most popular keywords in it. E.g.

More information

Search Engine Optimisation Guide May 2009

Search Engine Optimisation Guide May 2009 Search Engine Optimisation Guide May 2009-1 - The Basics SEO is the active practice of optimising a web site by improving internal and external aspects in order to increase the traffic the site receives

More information

Metatags, Keywords, Links

Metatags, Keywords, Links Metatags, Keywords, Links The purpose of Digital Marketing is to get people online to visit your website, be impressed by what they see and hopefully become a client/customer There is no point in having

More information

How to Optimise your Content for SEO Success

How to Optimise your Content for SEO Success How to Optimise your Content for SEO Success 93% online experiences begin with a search engine SEO is a key component in an effective Inbound Marketing strategy and making the most of SEO techniques when

More information

Get to Grips with SEO. Find out what really matters, what to do yourself and where you need professional help

Get to Grips with SEO. Find out what really matters, what to do yourself and where you need professional help Get to Grips with SEO Find out what really matters, what to do yourself and where you need professional help 1. Introduction SEO can be daunting. This set of guidelines is intended to provide you with

More information

What Does Your Search Engine Results Mean To You

What Does Your Search Engine Results Mean To You SEARCH ENGINE OPTIMIZATION BASIC 101 SEO Considerations we can impact today Why Bother with SEO > 85% of all web visitors arrive through search 60% of all queries today are 3 words or more 87% of click-through

More information

Be found higher in organic search with Yellow Search Optimisation

Be found higher in organic search with Yellow Search Optimisation Be found higher in organic search with Yellow Search Optimisation Yellow Search Optimisation (SEO) helps your website get found further up the organic search results, increasing your visibility to reach

More information

SEARCH ENGINE OPTIMIZATION

SEARCH ENGINE OPTIMIZATION 1 of 3 Jane & Scot Noel Computers Made Easy, Inc. 2615 Detroit Street Grapeville PA, 15634 724-523-3001 FAX 412-592-0950 www.cmewebsites.com info@cmewebsites.com SEARCH ENGINE OPTIMIZATION The Basics of

More information

SEO REFERENCE SHEET. Search Engine Optimization 101: How to get customers to find your website. (The Short Version) www.chaosmap.

SEO REFERENCE SHEET. Search Engine Optimization 101: How to get customers to find your website. (The Short Version) www.chaosmap. SEO REFERENCE SHEET Search Engine Optimization 101: How to get customers to find your website (The Short Version) www.chaosmap.com 1 Overview The Internet has become one of the single most important business

More information

COLLEGE OF SOUTHERN NEVADA. Meta Elements. A Study in Search Engine Optimization. Travis Drainville 2/5/2015. Advanced Web Programming CIT 251

COLLEGE OF SOUTHERN NEVADA. Meta Elements. A Study in Search Engine Optimization. Travis Drainville 2/5/2015. Advanced Web Programming CIT 251 COLLEGE OF SOUTHERN NEVADA Meta Elements A Study in Search Engine Optimization Travis Drainville 2/5/2015 Advanced Web Programming CIT 251 Dr. Kate Pulling 1 D r a i n v i l l e Websters dictionary defines

More information

1.M2: Search Marketing (SEO)

1.M2: Search Marketing (SEO) 1.M2: Exercises A series of practical exercises is provided below: Module Domain Module Domain DMI_PDDM_PE_M2_00001 Search Marketing SEO Organic and paid search results display positioning of ad The Marketing

More information

SEO. Guide for Partners. Beautiful accounting software www.xero.com

SEO. Guide for Partners. Beautiful accounting software www.xero.com SEO Guide for Partners Beautiful accounting software www.xero.com Introduction 1 What is SEO and why is it important? 2 SEO suggestions for Xero Partners 4 Example co-branded page 8 Example optimised page

More information

Search Engine Optimization: Getting your website on the front page of search results

Search Engine Optimization: Getting your website on the front page of search results Search Engine Optimization: Getting your website on the front page of search results How do people find your website? Everyone knows the figure of speech "A Needle in a Haystack". Launching your brand

More information

CS4047 Multimedia Industry Perspectives Search Engine Optimisation (SEO) Introduction to SEO. Martina Skelly Activate Marketing.

CS4047 Multimedia Industry Perspectives Search Engine Optimisation (SEO) Introduction to SEO. Martina Skelly Activate Marketing. CS4047 Multimedia Industry Perspectives Search Engine Optimisation (SEO) Martina Skelly Introduction to SEO Martina Skelly Activate Marketing 18 November 2011 Agenda The Elements of a successful SEO strategy

More information

Search Engine Optimisation - Action Plan.

Search Engine Optimisation - Action Plan. Search Engine Optimisation - Action Plan. The following document contains a detailed set of actions that will guide you through the optimisation of your website. Using the analysis of your site (guided

More information

[Ramit Solutions] www.ramitsolutions.com SEO SMO- SEM - PPC. [Internet / Online Marketing Concepts] SEO Training Concepts SEO TEAM Ramit Solutions

[Ramit Solutions] www.ramitsolutions.com SEO SMO- SEM - PPC. [Internet / Online Marketing Concepts] SEO Training Concepts SEO TEAM Ramit Solutions [Ramit Solutions] www.ramitsolutions.com SEO SMO- SEM - PPC [Internet / Online Marketing Concepts] SEO Training Concepts SEO TEAM Ramit Solutions [2014-2016] By Lathish Difference between Offline Marketing

More information

Search Engine Optimization

Search Engine Optimization Search Engine Optimization Understanding Search Engine Optimization A search engine (Google, Yahoo, MSN, etc.), uses a combination of techniques to gather information about web pages so they can organize,

More information

SEO 360: The Essentials of Search Engine Optimization INTRODUCTION CONTENTS. By Chris Adams, Director of Online Marketing & Research

SEO 360: The Essentials of Search Engine Optimization INTRODUCTION CONTENTS. By Chris Adams, Director of Online Marketing & Research SEO 360: The Essentials of Search Engine Optimization By Chris Adams, Director of Online Marketing & Research INTRODUCTION Effective Search Engine Optimization is not a highly technical or complex task,

More information

What is a Domain Name?

What is a Domain Name? What is a Domain Name? First of all, let s just make sure you know what a domain name is. www.google.com www.amazon.com www.youtube.com These are domain names. It s simply the name of your site... www.yoursite.com.

More information

Youtube Search Engine Optimization (SEO) - How to Rank a Youtube Video:

Youtube Search Engine Optimization (SEO) - How to Rank a Youtube Video: Youtube Search Engine Optimization (SEO) - How to Rank a Youtube Video: Google s algorithm of 225+ factors takes into consideration many things, such as backlinks and social network signals, but when it

More information

Search Engine Optimisation Managed Service

Search Engine Optimisation Managed Service Search Engine Optimisation Managed Service SEO Managed Service Search Engine Optimisation Managed Service Every day over 350 million searches are performed across the internet so it s imperative that your

More information

Website Hosting, Design & Marketing

Website Hosting, Design & Marketing Tel: 011 613-1574 Fax: 0866 700 964 Email: info@1stweb.co.za PO Box 1786 Southdale 2135 Website Hosting, Design & Marketing Rita Thursday, 12 May 2011 Website Hosting - R99/m Includes: 500Mb hard drive

More information

1&1 SEO Tool Expert Call

1&1 SEO Tool Expert Call 1&1 SEO Tool Expert Call Introduction Search Engine Optimization (SEO) is one of the most effective marketing tactics to generate leads and sales for your business website. Here are some few important

More information

ONLINE BUSINESS PLATFORM. SEO Checklist: 7 Essential Checks Before Launching Your Sitefinity Website

ONLINE BUSINESS PLATFORM. SEO Checklist: 7 Essential Checks Before Launching Your Sitefinity Website ONLINE BUSINESS PLATFORM SEO Checklist: 7 Essential Checks Before Launching Your Sitefinity Website Before publishing a new Sitefinity website, you should validate that your pages are aligned with current

More information

COURSE OVERVIEW WHO IS THE COURSE FOR?

COURSE OVERVIEW WHO IS THE COURSE FOR? COURSE OVERVIEW Did you know that over 100 billion searches are performed on Google every single month, and that of those searches, around 80% of people only look at the top three results? Did you know

More information

Search Engine Optimisation

Search Engine Optimisation Service overview Search Engine Optimisation Increase your rankings on search engines and generate more qualifed leads with Netregistry s SEO program. Call 1300 638 734 or visit www.netregistry.com.au Introduction

More information

Search Engine Optimization Proposal

Search Engine Optimization Proposal Search Engine Optimization Proposal Focus on Search Engine Ranking Improvement & Website Optimization (+ suggestions on Social Media + Mobile Devices + Local Market + Website Integration & Development

More information

10 Quick And Powerful Website Optimization Tips Version 1.7

10 Quick And Powerful Website Optimization Tips Version 1.7 Page 1 10 Quick And Powerful Website Optimatisation Tips Version 2.1 IMPORTANT! To make sure you have the latest version CLICK HERE MASTER RESELL RIGHTS Congratulations! You now own master resell and distributions

More information

Search Engine Optimization Glossary

Search Engine Optimization Glossary Search Engine Optimization Glossary A ALT Text/Tag or Attribute: A description of an image in your site's HTML. Unlike humans, search engines read only the ALT text of images, not the images themselves.

More information

Optimizing Your Magento Store for best SEO Practices

Optimizing Your Magento Store for best SEO Practices Optimizing Your Magento Store for best SEO Practices Ronald Dod CEO/Owner of Grey Umbrella Marketing Overview of Presentation 1. Magento Store Basics 2. Best On Page Optimization Practices 3. Best Off

More information

9You can help build your customer base and attract more visitors to your ebay

9You can help build your customer base and attract more visitors to your ebay TOP SEO STRATEGIES 9You can help build your customer base and attract more visitors to your ebay shop by employing search engine optimisation (SEO) tactics. Here are a few tried and tested SEO strategies

More information

SEO Overview. Introduction

SEO Overview. Introduction Introduction This guide addresses a number of separate issues which are involved in Search Engine Optimisation (SEO) - the art of ensuring that your pages rank well in the "organic listings" [Wikipedia]

More information

Superdream is a leading creative, digital, and advertising agency based in the Midlands.

Superdream is a leading creative, digital, and advertising agency based in the Midlands. Contents About Superdream... 3 Contact Us... 3 Introduction... 4 About Local SEO... 4 Keywords... 6 On-Site SEO... 7 Title Tags... 7 Meta Description... 7 Address... 8 Schema... 9 Content... 9 Local Pages...

More information

The Ultimate Guide to Magento SEO Part 1: Basic website setup

The Ultimate Guide to Magento SEO Part 1: Basic website setup The Ultimate Guide to Magento SEO Part 1: Basic website setup Jason Millward http://www.jasonmillward.com jason@jasonmillward.com Published November 2014 All rights reserved. No part of this publication

More information

SEO Services Sample Proposal

SEO Services Sample Proposal SEO Services Sample Proposal Scroll down to see the rest of this truncated sample. When purchased, the complete sample is 18 pages long and was written using these Proposal Pack templates: Cover Letter,

More information

Search Engine Optimization for Higher Education. An Ingeniux Whitepaper

Search Engine Optimization for Higher Education. An Ingeniux Whitepaper Search Engine Optimization for Higher Education An Ingeniux Whitepaper This whitepaper provides recommendations on how colleges and universities may improve search engine rankings by focusing on proper

More information

Frozen fruit smoothies

Frozen fruit smoothies Frozen fruit smoothies www.nudgedrinks.co.uk enquiries@nudgedrinks.co.uk tel: 01206 580484 facebook.com/nudgedrinks @nudgedrinks Contents About us page 1 Our smoothies page 2 Our flavours page 3 How to

More information

SEO Guide: The Simple Art & Science of SEO Copywriting

SEO Guide: The Simple Art & Science of SEO Copywriting SEO Guide: The Simple Art & Science of SEO Copywriting The simple purpose of this SEO Guide is to understand how to effectively manipulate META info and on page content to improve website traffic via natural

More information

Building a website. Should you build your own website?

Building a website. Should you build your own website? Building a website As discussed in the previous module, your website is the online shop window for your business and you will only get one chance to make a good first impression. It is worthwhile investing

More information

HOW TO GENERATE FREE WEBSITE TRAFFIC JUST BY SHOWING UP WHEN PEOPLE GO LOOKING FOR YOU

HOW TO GENERATE FREE WEBSITE TRAFFIC JUST BY SHOWING UP WHEN PEOPLE GO LOOKING FOR YOU SEO PROFITS HOW TO GENERATE FREE WEBSITE TRAFFIC JUST BY SHOWING UP WHEN PEOPLE GO LOOKING FOR YOU In this book, we will look at what Search Engine Optimization (SEO) is, and the ways in which it can be

More information

Grow your Business with Online Marketing

Grow your Business with Online Marketing Grow your Business with Online Marketing - From Social Media Marketing to SEO Jan Klin Managing Partner Jan Klin & Associates 01928 788100 Sales Funnel and Inbound Marketing No interest Accepts that we

More information

The Easy Step Guide to SEO

The Easy Step Guide to SEO Victoria County CAP Sites Association presents: The Easy Step Guide to SEO Search Engine Optimization Building Stronger Communities Through Technology Course contents Overview Lesson 1: Effective Web Design

More information

Search Engine Optimisation

Search Engine Optimisation Search Engine Optimisation A Beginner s Guide to SEO www.softwareassistance.co.uk Page 1 of 6 Beginner s Guide to Search Engine Optimisation (SEO) Index: Introduction... 3 Key Words & Phrases... 3 Meta

More information

SEO: What is it and Why is it Important?

SEO: What is it and Why is it Important? SEO: What is it and Why is it Important? SearchEngineOptimization What is it and Why is it Important? The term SEO is being mentioned a lot lately, but not everyone is familiar with what SEO actually is.

More information

Local SEO for the Small Business Owner 2011

Local SEO for the Small Business Owner 2011 DISCLAIMER: While all of the information supplied in this ebook is designed to be helpful to an individual or group there are no express warranties attached to this work. The author, publisher and copyright

More information

So you want to create an email-to-target action targeting top tier councillors...

So you want to create an email-to-target action targeting top tier councillors... So you want to create an email-to-target action targeting top tier councillors... This help file will take you through all the steps on how to create a campaign action targeting top tier local councillors,

More information

Internet Marketing Guide

Internet Marketing Guide Internet Marketing Guide Contents 1. Internet Marketing 2. ROI 3. High Rankings 4. Internet Marketing: Techniques and options 5. Google PPC 6. Landing Pages 7. Conversions and Usability 8. SEO 9. Onsite

More information

Search Engine Submission

Search Engine Submission Search Engine Submission Why is Search Engine Optimisation (SEO) important? With literally billions of searches conducted every month search engines have essentially become our gateway to the internet.

More information

http://juxseo.zoomshift.com

http://juxseo.zoomshift.com http://juxseo.zoomshift.com Report: siasisasbahu.com Grade: D+ URL http://siasisasbahu.com Checks Passed 24 checks 68% KEYWORD CREATED AT headlines 12 months ago Checks Failed 17 checks 32% Crawlability

More information

ONLINE ADVERTISING (SEO / SEM & SOCIAL)

ONLINE ADVERTISING (SEO / SEM & SOCIAL) ONLINE ADVERTISING (SEO / SEM & SOCIAL) BASIC SEO (SEARCH ENGINE OPTIMIZATION) Search engine optimization (SEO) is the process of affecting the visibility of a website or a web page in a search engine's

More information

Five essentials of SEO for every restaurant website

Five essentials of SEO for every restaurant website Five essentials of SEO for every restaurant website PURPOSE This document will provide restaurant managers and restaurateurs with a basic understanding of Search Engine Optimisation (SEO) and its importance

More information

On-Site Search Engine Optimisation Tip Sheet Key Multimedia Ltd

On-Site Search Engine Optimisation Tip Sheet Key Multimedia Ltd On-Site Search Engine Optimisation Tip Sheet Key Multimedia Ltd Search Engine Optimisation is the process of optimising the pages within your website in order to achieve better rankings in the Search Engine

More information

Affordable SEO Packages Starter Package standard Package advance. Recommended For Small Business

Affordable SEO Packages Starter Package standard Package advance. Recommended For Small Business Is your online business lagging behind in making it to the top listings on search engines? Are your products and services being viewed by the maximum number of users? Do you have massive conversion rates?

More information

Department for Business, Enterprise, Technology and Science. Digital Tourism Business Framework Project. to Search Engine Optimisation

Department for Business, Enterprise, Technology and Science. Digital Tourism Business Framework Project. to Search Engine Optimisation Department for Business, Enterprise, Technology and Science Digital Tourism Business Framework Project How-To Barriers Guide to Search Engine Optimisation Many features of a websites design that create

More information