Posted: June 24th, 2010 | Author: Ryan | Filed under: CSS, XHTML | No Comments »
I have just finished a web site design for an engineering company close to where I live.

Screenshot of www.monabri-engineering.co.uk
Visit Monabri Engineering
Posted: July 7th, 2009 | Author: Ryan | Filed under: SEO, XHTML | Tags: Better Coding, SEO | No Comments »
In one of my previous posts “An Insight into What Search Engines like”, I discussed a point on having a clear information hierarchy.
Clear information hierarchies are obtained by writing mark-up semantically, if not written semantically when the search engine scans the content of a web page it cannot identify the most important aspects of the page and index appropriately.
Writing Semantic mark-up is a process of choosing the tags that communicate the hierarchy of information contained in the page and placing them in a logical order.
<h1> tag
The <h1> tag should only ever be used once on a page at a time. It signifies the top, most important piece of information in the document and is generally reserved for the name of the site / author or owner and their logo.
<h2> tag
The <h2> tag should be treated with the same respect as the <h1> tag and its usage be limited. <h2> are commonly used for page titles.
<h3> to <h6>
<h3> to <h6> are the lower heading tags and can be used multiple times within the page. They don’t have the same importance as their older siblings but gain more importance with search engines than regular paragraph copy. They can be used for navigation and headings within content replacing the <strong> tag.
A must for semantics is the need for the tags to be placed in order within the mark-up, a typical example could be.
Posted: July 2nd, 2009 | Author: Ryan | Filed under: SEO, XHTML | Tags: Better Coding, SEO | No Comments »
In my previous post “An insight into what Search Engines like” I discussed a point on search engines liking content that does not have meta barriers.
These can include
Some Meta data is vital for Search Engines indexing the page and building descriptions in search results.
These tags include
Description
Keyword
Keywords can be singular words or phrases related to the specific page.
A general rule to consider with adding keywords is to limit the amount of keywords used, add specific targeted keywords for the type of site, its location and to make sure the content of the page has those keywords appearing often.
Keywords can be placed within other parts of the mark-up including elements used for accessibility to provide areas for keywords.
This can be done using the title attribute on a variety of tags.
a href
The title tag within the a href link allows for a description to appear in a small tool tip when hovering over a link.
acronym and abbreviations
If your site includes acronyms and abbreviations within the content and uses them as keywords, this may pose problems when potential visitors may search for the non-abbreviated phrase.
A solution for this is to use
Image
Instead of using the title attribute within the tag, the alt tag is used to convey the text information relevant to the keywords.
Other Meta tags you may consider adding are
Author
Copyright
Although adding these two meta tags to the mark-up of your site will not increase your position in search engine results they do give extra information to the page