Question:
Using META Tags in HTML?
anonymous
2010-02-07 03:26:21 UTC
Please describe me about the use of tag in HTML in detail.
Five answers:
?
2010-02-07 03:38:28 UTC
Meta tags describe the page they are put in.







These two are essential for SEO, as the search engines use them to better understand what your site is about.

Other meta tags are for the browser like these:





And yet others are for the visitor to find out some more about the website that is not put in the content.







Beside describing the page, meta tags can also be used for other things like redirecting

anonymous
2016-12-25 21:35:49 UTC
1
Lisa
2010-02-07 05:01:02 UTC
Meta tags are not just for search engines, as was suggested by another poster.



The W3 defines meta data like this:

--------------------------

"HTML lets authors specify meta data -- information about a document rather than document content -- in a variety of ways.



For example, to specify the author of a document, one may use the META element as follows:







The META element specifies a property (here "Author") and assigns a value to it (here "Dave Raggett").



In general, specifying meta data involves two steps:



1. Declaring a property and a value for that property. This may be done in two ways:

1. From within a document, via the META element.

2. From outside a document, by linking to meta data via the LINK element (see the section on link types).

2. Referring to a profile where the property and its legal values are defined. To designate a profile, use the profile attribute of the HEAD element."

--------------------

Different meta elements are used for different purposes. Contrary to what most people believe, the keyword meta tag basically serves no function any more, as the search engines have stopped using it due to widespread abuse.



The topic of meta tags is a vast one. I suggest you start with wikipedia and/or the W3 site and go from there.
anonymous
2010-02-07 03:35:01 UTC
Meta elements are HTML or XHTML elements used to provide structured metadata about a Web page. Such elements must be placed as tags in the head section of an HTML or XHTML document. Meta elements can be used to specify page description, keywords and any other metadata not provided through the other head elements and attributes.



The meta element has four valid attributes: content, http-equiv, name, and scheme. Of these, only content is a required attribute.



Meta elements provide information about a given Web page, most often to help search engines categorize them correctly. They are inserted into the HTML document, but are often not directly visible to a user visiting the site.



They have been the focus of a field of marketing research known as search engine optimization (SEO), where different methods are explored to provide a user's site with a higher ranking on search engines. In the mid to late 1990s, search engines were reliant on meta data to correctly classify a Web page and webmasters quickly learned the commercial significance of having the right meta element, as it frequently led to a high ranking in the search engines — and thus, high traffic to the website.



As search engine traffic achieved greater significance in online marketing plans, consultants were brought in who were well versed in how search engines perceive a website. These consultants used a variety of techniques (legitimate and otherwise) to improve ranking for their clients.



Meta elements have significantly less effect on search engine results pages today than they did in the 1990s and their utility has decreased dramatically as search engine robots have become more sophisticated. This is due in part to the nearly infinite re-occurrence (keyword stuffing) of meta elements and/or to attempts by unscrupulous website placement consultants to manipulate (spamdexing) or otherwise circumvent search engine ranking algorithms.



While search engine optimization can improve search engine ranking, consumers of such services should be careful to employ only reputable providers. Given the extraordinary competition and technological craftsmanship required for top search engine placement, the implication of the term "search engine optimization" has deteriorated over the last decade. Where it once implied bringing a website to the top of a search engine's results page, for some consumers it now implies a relationship with keyword spamming or optimizing a site's internal search engine for improved performance.



Major search engine robots are more likely to quantify such extant factors as the volume of incoming links from related websites, quantity and quality of content, technical precision of source code, spelling, functional v. broken hyperlinks, volume and consistency of searches and/or viewer traffic, time within website, page views, revisits, click-throughs, technical user-features, uniqueness, redundancy, relevance, advertising revenue yield, freshness, geography, language and other intrinsic characteristics.





Meta Tag Generators:



http://www.ssmedia.com/utilities/meta/

http://www.1stsitefree.com/meta_gen.htm

So, You Want A Meta Command, Huh?: http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479471

Online Meta Tag Generator: http://www.webweaver.nu/tools/meta-generator/



Ron
anonymous
2010-02-07 03:32:18 UTC
meta tags are what search engines looks for.



If you don't want your site to be crawled by search engine spiders then don't use meta tags.



You should include as many keywords in your tags as you can that are relevant to your site.



an easy meta tag is:















This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...