It has been established in SEO that meta tags do not benefit a website in terms of search engine ranking. This is because search engines have long removed meta tags as a part of their ranking factor (at least the vast majority of the search engines have).
So why bother with meta tags, you ask? Even without ranking incentives, these HTML header settings can help make a website look better in search engine result pages (SERP). This seemingly aesthetic purpose can actually make your website look more professional and organized, hence more clickable.
Meta data
For the purpose of website optimization, we should only be concerned in tweaking two meta data:
- meta description
- meta keywords
Let’s just say that the other meta attributes are not worth looking into. Besides they’re probably taken care of by your content management software (ie. WordPress).
Meta description
The description attribute provides search engines a proper description for a web page. If this tag is empty, the first paragraph from a static text or the latest blog entry (since the page was last crawled) is usually displayed on the SERP.
Instead of letting the search engines pull a random sentence from you web page, why not create one for them to use?
In the example below, a truncated paragraph is displayed in the result after making a search for seowebsite.com.
For somebody looking for SEO tips and related information, this sentence may not be so convincing to warrant a click.
In the next example, however, a user can have a slight idea of what the website indieescape.com is all about, just by looking at the short data displayed.
To create a meta description. add the following code within the <header> tag:
<meta name="description" content="Write your description here" />
Meta keywords
Meta keywords provide search engines some idea of what your site is about. This used to be a free-for-all keyword stuffing technique, before search engines decided to drop it from their ranking factors.
Today, the keywords attribute may still hold some importance in SEO. It helps search engines pick out a website to display in the results, but not put a website on top of the list. Keyword stuffing in this level may also be considered spam. In the end, just putting the right amount of relevant keywords would do.
To create meta keywords. add the following code within the <header> tag:
<meta name="keywords" content="keyword 1, keyword 2, and so on" />
If it’s too much trouble to create this attribute, then it probably is, because quality content speaks well in itself for a website to get picked and ranked by search engines.
Adding meta data on a website may not be of much importance, but it can still help in your overall SEO efforts.


