The Mighty Meta Tag – An Intro to Using HTML and Meta Tags for SEO
by Carrie Hinkel on March 5th, 2008
Ready to take your website to the next level by increasing traffic and raising its ranking on search engines? If so, then a quick lesson in search engine optimization (SEO) and meta tags is a must. Below is a sample of the HTML code (with meta tags) used for each page of a basic website: <HTML> <HEAD> <title>Enter the Title here</title> <meta name=”keywords” content=”Enter the keywords here”> <meta name=”description” content=”Enter the description here”> </HEAD> <BODY>Enter the page’s body text here There are literally dozens of SEO tips and tricks – ranging from anyone-can-do-it simple to need-a-graduate-degree-from-MIT difficult. Here are some... Read more »