Meta Tags- What are They?
When you’re building a website or writing a blog post, sooner or later you decide you can make your life a lot easier if you just learn a little bit about HTML code and things like meta tags. If you are making a decent living, you can outsource this need in a heartbeat, but if you’re working to pay the bills and still a bit nervous about Christmas coming, you might as well learn it and save the money you’re paying a virtual assistant to do if for you.
The purpose of HTML code is so the programs in the browsers and other software can read them and understand what your page is about. If you want to see a quick example of HTML code, just open your browser, click on View>Page>Source and you’ll see a page of code. No matter what page you’ve opened, the page has tags on it. Look for the < sign and then the > sign. Everything in between the two is a “tag”, which gives a blueprint to the browser as to what to display. It’s how you see the same thing no matter what computer you are on or how you are accessing the Internet. Tags provide order, style and control to the page.
Some of the tags you may want to learn include the HTML, head, title and body tags. You can find the head tag and the title tag at the top of a document and the body and HTML tags at the bottom of the document. The characters inside the opening and closing brackets (< >) specify the font and or graphics as well as the words used for that part of the document.
Meta tags are the tags added to the HTML tag of your site. They provide additional information to the spiders the search engines use to search your page. Three of the important meta tags on your page are the mega title tag, the meta description tag and the meta keyword tag. You can learn how to use these particular tags to increase the search engine rankings of your site.
While there are many tags used on each web page, you can create your site without knowing too much about a lot of them. In fact, many text editors use what is called WYSIWYG or “What You See Is What You Get.” These types of editors do just what they say- what you type in shows up on the web page exactly how you type it. WYSIWYG text editors create the tags and meta tags for you and eliminate the learning curve required to understand HTML code. Thanks to them, learning how to use just the most basic tags is all most website owners ever need to know.
