In HTML, meta tags or meta elements are tags placed at the top of your code that help define the content of a web page. For example, a description meta tag is used by Internet search engines to display a description of your page in their search results. Each meta element must have an opening and closing <meta> tag. The sections below list and describe the different types of meta tags.
https://www.craigslistdirectory.net/operating-system_279749.html
- Content-Type meta tag
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
Identifies the content type and charset of the web page as it defines how the page is to be displayed.
https://www.beegdirectory.com/my-computer-hardware_301465.html
- No-cache meta tag
<meta http-equiv="cache-control" content="no-cache">
Tell the Internet browser that it should not cache the page. The use of this tag ensures that the latest information is displayed to the visitor. It is only recommended that this tag be used on a page that updates frequently as well as increasing the loading time.
https://www.advancedseodirectory.com/operating-system_292324.html
- Audience meta tag
<meta name="audience" content="all">
https://www.advancedseodirectory.com/my-computer-hardware_292328.html
- Author meta tag
<meta name="author" content="www.computerhope.com">
Description of the author of the page.
https://silverinsf.blogspot.com/2009/02/flickr-assignment.html
- Content-Language meta tag
<meta name="Content-Language" content="english">
The language in which the page is written. The example above specifies English. Today, if you classify the language into an HTML tag, this tag can be omitted. For example, <html lang="en"> at the beginning of your page.
http://www.upperwestsidemom.com/2015/08/i-am-on-constant-quest-to-improve-my.html
- Description meta tag
<meta name="description" content="Helping you with ALL your computer questions">
The description meta tag includes the type of information contained in a web page. Description Meta tag is the most important tag, which is used by search engines to rank your page in search results. The length of the description should be between 150 and 160 characters.
- Generator meta tag
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
Software used to create web pages.
Comments
Post a Comment