PDA

View Full Version : What are Meta Tags?



virendra
04-09-2014, 03:15 AM
HTML meta tags are usually referred as tags of page data which sits between opening and closing head tags of a document’s HTML code. Actually these are hidden keywords who sits in the code. These are invisible to visitors but are visible and readable by Search Engines.
Example:
<head>
<title>Not considered as Meta Tag, even required anyway</title>
<meta name=”description” content=”Write your description here” />
<meta name=”keywords” content=”Write your keyword here” />
</head>

Chhaya
04-14-2014, 05:24 AM
A special HTML tag that provides information about a Web page. Unlike normal HTML tags, meta tags do not affect how the page is displayed.

rehal
04-17-2014, 01:24 AM
Meta tags are tags within HTML code placed within the <head></head> section of your HTML code that help define the contents of a web page. For example, a description meta tag is used by Internet search engines to display a description about your page in search engine results. Below is a listing of the different types of meta tags that could be used and a description about each meta tag. Today, it is not as important to include all these meta tags in your web page. The most important meta tags any web developer should be concerned with is the Content-Type meta tag and Description meta tag.

jackthomas087
04-17-2014, 01:37 AM
Meta tags are HTML codes that are inserted into the header on a web page, after the title tag. In the context of search engine optimization, when people refer to meta tags, they are usually referring to the meta description tag and the meta keywords tag...Thank you...

guptaabhijit318
04-17-2014, 01:49 AM
Meta tags are used with HTML code; these are used to give a certain type of structure called metadata to a web page. When a webmasters codes their sites they can use the tags in the head area of the HTML page.

brightway89
04-17-2014, 03:30 AM
Meta tag is special tag in HTML. It describe

jayanta1
04-17-2014, 08:00 AM
Meta tags give search engines more information about a web page. Understanding how to use Meta tags can be helpful. Meta tags can be found in the <head> element of a web page.

arianagrand
04-17-2014, 08:04 AM
A meta tag is a line of HTML coding that contains metadata about a webpage. Meta tag information doesn't change how the page looks; it won’t be seen by the website viewer, unless they are viewing your source code.
Thank you..

yepin
04-17-2014, 11:40 PM
Meta tag very important for the site. its provide a information about website title, keywords and description.

elsie12
04-18-2014, 02:34 AM
Meta tag very important for the site. its provide a information about website title, keywords and description.

Yeah I am totally agree with your thoughts Meta tags provide a short introduction about website and it also helps the Google search engine during indexing time. Without these tags search engine not able to index your website and it didn't get right traffic, loss online visibility.

frin
04-18-2014, 04:10 AM
Meta tags are nothing but the information about the page, it consist of descriptions, that is a small summary about the page which the user is going to read.
Meta tags also consists of the keywords, those are use as the targeted keywords for that page, as it is indented to Google that at one point or other, the page is in the SERP for the given meta keywords.

christimathews
04-18-2014, 05:24 AM
Meta tags are the title and description of the webpage which is used for ranking in the SERP. This comes under the On Page Optimization and forms basis of a webpage ranking.

jaysh4922
04-21-2014, 01:29 AM
Meta tags are HTML codes that are inserted into the header on a web page, after the title tag.

shoponics
05-26-2014, 01:52 AM
HTML meta tags are usually referred as tags of page data which sits between opening and closing head tags of a document’s HTML code. Actually these are hidden keywords who sits in the code. These are invisible to visitors but are visible and readable by Search Engines.
Example:
<head>
<title>Not considered as Meta Tag, even required anyway</title>
<meta name=”description” content=”Write your description here” />
<meta name=”keywords” content=”Write your keyword here” />
</head>

i agree with you my friends