Login Register






The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.
Thread Rating:
  • 0 Vote(s) - 0 Average


What are meta tags and meta description? filter_list
Author
Message
What are meta tags and meta description? #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
[Image: ad-for-game-soft-blog.jpg]

Reply

RE: What are meta tags and meta description? #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.

Reply

RE: What are meta tags and meta description? #3
(11-30-2012, 12:32 PM)bilalgcc Wrote: 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

Metadata or <meta> tag is data (information) about data.

The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.

Example :
<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>

Smile

Reply

RE: What are meta tags and meta description? #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..

Reply

RE: What are meta tags and meta description? #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
[Image: ad-for-game-soft-blog.jpg]

Reply







Users browsing this thread: 1 Guest(s)