
One topic that confuses many is search engine optimization: SEO. So fuzzy is this term that many people have a difficult time explaining it. A simple definition of SEO is that it is the process of creating a website in a way that will show it high on the search lists for sites like google or bing. A more practical definition is that it is a method of writing a website so that it will show higher on the list then your rivals for the search terms you wish to target.
To a programmer, it means writing clean code and including the correct tags with the proper parameters. To a site owner, it means having a fundamental understanding of what people search for in regards to to you services. You can have the best bakery in all if Oxnard, but if you don’t mention ‘cakes’ on your site and in your keywords, then you will may be overlooked by someone searching for ‘birthday cakes in Oxnard’!
Meta tags: the basics of SEO
The first step in SEO is usually to male sure you have meta tags. But what is a tag? A tag in html is similar to a sentence: it is a complete idea that the computer understands. Unlike English that ends a sentence with punctuation like a comma or a period, a tag has punctuation at both ends. In html, this punctuation us the less than < and greater-than > signs. These are also referred to as brackets.
So basic meta tag would look like this:
1 | <meta name="keywords" content="oxnard bakery, wedding cake, custom cake, fresh bread" /> |
That’s a good start! Now its also good practice to add a description meta tag. Its similar to the keyword tag, but in the form of a sentence. Google sometimes uses this as the small black sentence underneath the blue title link in its search lists. Its also used as a reference to the content to your site. A for our bakery, a decent example would be:
1 | <meta name="description" content="Missy's Bakery, in Oxnard offers wedding cakes, custom cakes, daily fresh bread." /> |
Dating content is also important when it comes to SEO: older websites with constant fresh content are ranked higher then younger sites. For this reason you may want to use the two following meta tags below:
1 2 |
The first ones instructs sites like Google to revisit your site after 30 days. It helps if you have new content by that time for the machine to consider your site fresh. Dating your page also helps keep it relevant. News articles with a more current date are more pertinent to a user then an old story, which is why they are ranked higher.
Be Descriptive but Don’t go Overboard
Do not fill up your site with the word ‘Bakery’ 300 times. Google will see that as you trying to cheat the system and will knock you down a page or two actually. Just write normal content, and try to use your key words to make them relevant. Do not repeat your meta description, but feel free to paraphrase or elaborate on it.
Also, make sure you use alternate text and titles to your images. Robots don’t have human eyeballs and can’t see that its a pretty cake on your website. This is probably one of the most helpful things that you can do to aid in your SEO, and its also part of being WC3 complaint.
A General SEO Rule of Thumb to Live By
Three things will help you win the SEO game: a constant stream of content, clean compliant html code, and patience. There is a lot of SEO ‘snake oil’ out there–link farms, paid commenters, ‘optimized’ html code with hidden ‘tricks’ to fool Google–but they are only temporary fixes to hide an underlying issue. That issue is the quality and helpfulness of your site. Just like with any other project in life–if you put in the time and effort into it, people will notice.

