What Is A Sitemap ?
Wednesday, May 26th, 2010 | Author: Paul Griffiths

A Sitemap is a list of all the pages that are contained in a website, these typically also include a text link to that page. Quite often this is in the form of an A-Z index of a website.

The most important purpose of a website is to ensure that search engines trawl ALL your website, and with good SEO list all these pages.

Google and many other search engines use a format called XML for it’s sitemaps which is a coding language used as the standard for webcrawlers to find and parse sitemaps.

How Do You Get A Sitemap ?

The easiest way to get you sitemap is to use an online tool to create the Sitemap for you.

One good example of this is XML-Sitemaps.

How to Use A Sitemap

Once you have your sitemaps you need to tell the search engines you have them and you want them to come and trawl your site.

First upload your sitemaps to the root of web directory, and even add a text link to your INDEX Page to your HTML sitemap.

Then you need to visit the following links to submit your sitemaps to the major search engines. You will need to validate them by adding a meta tag to your <HEAD> section of your index page or by uploading a validation file to your root directory :-)

Bing Site List Webmaster Tools

Google Sitemaps

Yahoo Submit

Add Your Business To Google Maps
Wednesday, May 26th, 2010 | Author: Paul Griffiths

A common question is how to add your business and web address to Google Maps.

This is done using GOOGLE PLACES, part of Google Local Business Centre.

You will need a valid Google Account which is free to get.

Once you have this logon to Google Places and you can add your business, it’s address, web address, opening times and photos. Once you have submitted the information you will need to CONFIRM it by getting a PIN CODE via telephone, SMS or by post.

It’s that simple :-)

Listings are normally quite quick too !

One taxing problem for web designers is ensuring their website works on all browsers, particularly older browsers like IE6 and IE7.

Once you have updated you browser to the latest version it’s a nightmare to do this without dual booting your PC, or having multiple machines available.

An easy way to do this is view your site via an online browser emulator such as:

IE NetRenderer

This will allow you to view your site as it would appear using IE5.5, IE6, IE7 and IE8

Want an easy way to add Driving Directions to an address by using UK postcodes ?

Nothing simpler using Google Maps ! HONEST

All you need to do is add the following code to your website, replacing the Destination_Postcode with the destination Postcode.

It really is that simple, see it in action at www.betelguise.com/contactus.html

<form action=”http://maps.google.co.uk/maps” method=”get”>
<p><label for=”saddr”>Your postcode</label>
<input type=”text” name=”saddr” id=”saddr” value=”" />
<input type=”submit” value=”Go” />
<input type=”hidden” name=”daddr” value=”Destination_Postcode” />
<input type=”hidden” name=”hl” value=”en” /></p>
</form>

How To Create A FavIcon
Wednesday, May 26th, 2010 | Author: Paul Griffiths

A Favicon is the little image that appears in your Favourites next to a saved web page, and also in certain browsers next to the Page Title.

So how do I create one I hear you shout…

The image is simply a 16 x 16 pixel icon that can be created in Photoshop, MS Paint or simlar program, the trick is in saving it as a .ico extension.

You can do this in Photoshop with a simple plug found at FAVICON PLUGIN.

OR the easily way is use a online tool to do the work for you.

Such as FavIcon From Pics

Once you have your icon, save it as favicon.ico and upload it via FTP to the root directory

Then go to you web page i.e. index.html and add the following code between the <head> tags

<link rel=”shortcut icon” href=”/favicon.ico” type=”image/x-icon” />

What is Search Engine Optimization SEO ?

SEO is the process of ‘optimizing’ your web site to achieve higher rankings in Search Engines by highlighting specific keywords. These are the words that are most important to your business.

SEO is divided in a number of sections; this guide is to cover ORGANIC SEO, which is SEO that doesn’t cost any money. The two sections of this guide will be divided into ON PAGE and OFF PAGE optimization.

Keywords

Good keywords or keyword phrases are the words most important to your business and the words prospective visitors’ type into searches. These give a list of the websites that contain these keywords; the resulting sites given by the search engine are the Search Engine Result pages or SERPs.

The important thing is to find the right keywords or specific keywords. For our example a Printing Company that is based in Bridgnorth is looking to target the Bridgnorth businesses with its services.

Instantly you may think PRINTING is a good keyword, it is, but is it specific enough and how many other sites on the web are targeting PRINTING ?  So the best keyword phrase is PRINTING BRIDGNORTH or BRIDGNORTH PRINTING. It is more specific, with less people using this phrase.

Good tools to find the best keyword for your site are:

Google Keywords Tool

Good Keywords                

On Page Search Engine Optimization

Ok we have our keywords now what do we do with them ?

The first part is On Page SEO that is the way the keywords and phrases are used in your site and where they are placed.

TITLE TAG

The title tag is the primary factor to good rankings; it is, as the name suggests, the Page Title that appears on the top of your browser bar for each page of your site.

This is in the <head> section of your webpage and is the first line prior to other META TAGS. This should be different for each page and be the Title to the page content.

The HTML code is:

<title>This is the title</title>

Some key factors are:

  • Use a maximum of 3 keyword phrases
  • Use 100 characters or less
  • Do NOT use the same Keyword more than TWICE
  • Don’t FULLY CAPITALISE Keywords

 

META TAG : Description

This is the META tag, again in your <head> section, that describes your page content. It should be a summary of your keywords and put into a readable sentence. For many search engines such as Google this is the Descriptive line below the title in Search Engine Result pages.

For example:

1.  Bridgnorth Print Services – Printing & Finishing For Bridgnorth

 - 10 visits - 11/11/2009

Welcome to Bridgnorth Print Services – providing a full range of printing services for Bridgnorth and the surrounding area.
www.bridgnorthprint.co.uk/CachedSimilar

The HTML code is:

<meta content=”This is the description” />

Some key factors are:

  • Use a maximum of 3 keyword phrases
  • Use your main keywords at the start of the description
  • Use  255 characters or less

 

META TAG : Keywords

This is a granddaddy of META Tags and is actually now ignored by many major search engines, since they trawl the page content to find their own keywords.

Despite this it is good practice to include it in your <head> section,  include your keyword phrases separated by commas.

The HTML code is:

<meta content=”keword1, keyword2, keyword3″ />

Some key factors are:

  • Use a maximum of 25 words or phrases.

 

META TAG: Summary

So to summarise your <head> section should now contain a Title, Description and Keywords so would thus look something like this.

<title>This is the title</title>
<meta content=”This is the description” />
<meta content=”keword1, keyword2, keyword3″ />

META TAG: Others

Some other commonly used META Tags are

<meta content=”The author of the site” />

This is a useful place to state who designed the site, most used by web design companies.
<meta content=”index, follow” />

This instructs search engines robots to include this page when they trawl your site and to FOLLOW any links to other pages and trawl them too.

Body Text

This is the text content of your page and it should also contain your keyword phrases throughout the page content.  There are some key factors to take note of though before you start stuffing your keywords all over the place.

Some key factors are:

  • The index or homepage is most important ensure you have a text content of a minimum of 100 words
  • Include your keywords phrase a maximum of 4.5%-5% of the content so if you have 100 words on the page repeat each keyword phrase a maximum of 4 or 5 times, keyword frequency is important.
  • Use your H1, H2, H3 tags. These are given particular attention and you should include some of these in order on your page, each with keyword phrases. H1 is the most important and ‘ideally’ should contain your Page Title. Use H1 only once, H2 & H3 no more than twice. H4, H5, H6 a few times.
  • It is a good idea to Bold or Italicize your keywords occasionally.
  • Keep your keyword phrases together try not to separate them with words like ‘and’ and ‘is’ keyword proximity is important.

Links

The anchor text of a link is very important to optimize the page it is linking to. When creating a text hyperlink ensure the text contains the keywords of the page it is linking to. Text linking is far better for SEO than using images for hyperlinks.

The HTML code is:

<a href=”pagename.html”>This Is the Anchor Text</a>

Navigation

For good SEO always use a text based menu, try to ensure that on your index page contains text links to all your ‘primary’ pages. Remember a Text Link is far better for SEO results than image links.

Sitemap

This is a key page and should contain a list of ALL you pages in your site with text links.

You should include a HTML format one and an XML format page and link to the HTML page via a text link on the index page.

For a fast way to create your own sitemaps try using

XML Sitemaps                

Off Page Search Engine Optimization

This is a KEY part to good rankings and if you have a website that you didn’t design yourself or have Web Content management it is the one thing you can do yourself to increase your ranking.

Inbound Links

Link Popularity is very important to good rankings. These are the inbound links to your site from other sites. The better your On Page SEO and the more inbound links you have the higher your page ranking will be.

Link Exchange

The common way to get inbound links is to do link exchanges with other sites relevant to your site. Contact such sites and offer them a link exchange.  Then add a text link to their site and request a text link to your site in return. This is best done by emailing the webmaster with a personalised email explaining what you like about their site and how it would be beneficial to both parties to do a link exchange.

Some key factors are:

  • Try to do link exchanges with sites that have a high Page Ranking
  • AVOID FFA pages and link exchange programs, this can be detrimental to your page rank.
  • Always use and request text links using your keywords.

 

Checking Your SEO Results

 

Page Ranking

We have mentioned page ranking, the best way to check your page rank is with Google Page Ranking which is included in the Google Toolbar.

Download the toolbar to your web browser and activate the Page Rank, details on this can be found at :

Google Toolbar               

Web Page Analysis

 

You can analyse your SEO efforts and results using a number of online tools.

Two excellent tools are:

Web Page Analyser                  

Google Analytics