Twelve Years of Service
Posts: 97
Threads: 33
What are meta tags and meta description? 11-30-2012, 12:32 PM
#1
can any body tell me how meta tags and meta description works. and how can i add them to my blog? please tell me step by step or give me any other site reffernce where i can find this information
•
Twelve Years of Service
Posts: 475
Threads: 78
RE: What are meta tags and meta description? 11-30-2012, 12:48 PM
#2
Meta Tags are lines of HTML code embedded into web pages that are used by search engines to store information about your site. These "tags" contain keywords, descriptions, copyright information, site titles and more. They are among the numerous things that the search engines look for, when trying to evaluate a web site.
This is what the description tag looks like:
< meta name="description" content="Description">
Ideally, your description should be no longer than 155 characters (including spaces). However, check the search engine results page (SERP) of choice to confirm this. Some are longer and some are shorter. This is only a rule of thumb, not a definite “best practice” anymore.
•
Twelve Years of Service
Posts: 299
Threads: 53
RE: What are meta tags and meta description? 12-05-2012, 04:35 PM
#4
HTML Tags are used in website to be crawled and get high ranking in Search Engines. Basically 6 tags of HTML are used in websites and blogs. Meta tags gives information to Search Engine about the website. It consists of website title, description, language, keywords, author and etc..
•
Twelve Years of Service
Posts: 97
Threads: 33
RE: What are meta tags and meta description? 12-06-2012, 04:25 PM
#5
<head>
<meta name="description" content="Free Web tutorials">
<meta name="keywords" content="HTML,CSS,XML,JavaScript">
<meta name="author" content="Ståle Refsnes">
<meta charset="UTF-8">
</head>
who can tell me where i can put this code after adding my own words in it on my blogs template. before <head> tag or where can i put please someone tell me
•