Sunday, August 5, 2012

Getting Traffic

Now that you have your website going you need to do some SEO or Search Engine Optimization.  Meta Tags are where we should begin.  Meta Tags are one of the most important things we could do to help out our site.  They are essential tags written into the script of the page that tells google what you want to display when they find you.  Below is an example of a meta tags.

<head>
<meta name="description" content="Free Web tutorials" />
<meta name="keywords" content="HTML,CSS,XML,JavaScript" />
<meta name="author" content="Hege Refsnes" />
<meta http-equiv="content-type" content="text/html;charset=UTF-8" />
</head>

No comments:

Post a Comment