Meta Tags

      Your job is to create a blog with great content, and I'm sure after all your hard work, you would like it to be viewed by more than just your friends!  If you use a few simple techniques, you should be on your way to a more successful blog.  Here is one of those "techniques".


Use Meta Tags
    In a very short explanation, meta tags represent the data that is in your blog or website.  Before inserting meta tags into your HTML, please be sure to back up/save your blog. Here is an example of meta tags (inserted within the <head> tag in your HTML)


    <head>


    <meta name="description" content="This is where your description goes. Do NOT put your blog’s "keywords" here or you can be dismissed from Google's search engine. Put something like: Visit here for the most up to date information about cars and trucks." />


    <meta name="keywords" content="cars, trucks, keywords, blog, etc" />


    </head>




    For a more extensive information about Meta Tags, visit W3Schools at http://www.w3schools.com/tags/tag_meta.asp