﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>语源科技BlogJava-Vanessa</title><link>http://www.blogjava.net/Vanessa/</link><description>Vanessa</description><language>zh-cn</language><lastBuildDate>Sun, 12 Apr 2026 06:03:41 GMT</lastBuildDate><pubDate>Sun, 12 Apr 2026 06:03:41 GMT</pubDate><ttl>60</ttl><item><title>What Are HTML Meta Tags? (Meta Tag Tutorial)</title><link>http://www.blogjava.net/Vanessa/archive/2010/09/10/331689.html</link><dc:creator>Vanessa</dc:creator><author>Vanessa</author><pubDate>Fri, 10 Sep 2010 09:08:00 GMT</pubDate><guid>http://www.blogjava.net/Vanessa/archive/2010/09/10/331689.html</guid><wfw:comment>http://www.blogjava.net/Vanessa/comments/331689.html</wfw:comment><comments>http://www.blogjava.net/Vanessa/archive/2010/09/10/331689.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Vanessa/comments/commentRss/331689.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Vanessa/services/trackbacks/331689.html</trackback:ping><description><![CDATA[<p>&nbsp;&nbsp;&nbsp;&nbsp;Meta tags are hidden html  tags of an html document that are not displayed in a browser but provide  a browser or search engine robot with useful information.</p>
<p><strong>Using Meta Tags?</strong></p>
<p>&nbsp;&nbsp;&nbsp; Meta tags are html tags that are included in the <span style="font-family: Arial; font-size: x-small;"><strong>&lt;head&gt;</strong></span> tag along with the <span style="font-family: Arial; font-size: x-small;"><strong>&lt;title&gt;</strong></span> tag. A meta tag is formatted in the following way,</p>
<p><span style="font-family: Arial; font-size: x-small;">&lt;meta <span style="color: #0000ff;">type</span>="<span style="color: #339900;">name</span>" content="<span style="color: #ff0000;">value</span>"&gt;</span></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;The colored parts of the meta  tag shown above will change depending on what type of meta tag you are  writing. Meta tags used by search engines have the <span style="color: #0000ff; font-family: Arial; font-size: x-small;">type</span> value of <span style="color: #0000ff; font-family: Arial; font-size: x-small;"><strong>name</strong></span> and meta tags used by browsers have the <span style="color: #0000ff; font-family: Arial; font-size: x-small;">type</span> value of <strong><span style="color: #0000ff; font-family: Arial; font-size: x-small;">http-equiv</span></strong>. The example below deminstrates where a meta tag is placed in an html document.</p>
<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tbody>
<tr>
<td>
<p><span style="font-family: Arial; font-size: x-small;">&lt;html&gt;<br /> &nbsp;&nbsp;&lt;head&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;&lt;title&gt;Meta Tags Are Us&lt;/title&gt;<br /> &nbsp;&nbsp;&nbsp;&nbsp;<span style="color: #0000ff;">&lt;meta name="description" content="How to use meta tags"&gt;</span><br /> &nbsp;&nbsp;&lt;/head&gt;</span><br /> &nbsp;&nbsp;&lt;body&gt;<br /> &nbsp;&nbsp;&lt;/body&gt;<br /> &lt;/html&gt;</p>
</td>
</tr>
</tbody>
</table>
<p><strong>Search Engine Meta Tags</strong></p>
<p>&nbsp;&nbsp;&nbsp; In the early days of the internet, search engines use to visit web sites and extract the <strong><span style="font-family: Arial; font-size: x-small;">&lt;title&gt;</span></strong> tag as the title of a web page along with the first 200 characters as  the description of the webpage. The problem which occurred was that the  first 200 characters of a webpage didn't really describe the page  correctly and most of the descriptions found in the search engines were  very hard to read or understand. To solve this problem search engines  defined a series of meta tags that they would index and use when they  crawled websites.</p>
<p>&nbsp;&nbsp;&nbsp; The meta tags defined by  search engines that would be used when searching through the search  engine's index (database) are the meta-description and meta keywords.  The meta description tag allows webmasters to describe the web page in  their own words and this description will be displayed underneath the  webpage's title in the search engine listings. The meta keywords tag  allows webmasters to include key-words  and key-phrases (two or more  keywords) that describe the content of the webpage as a meta tag indexed  by the search engine. Below is an example of the <span style="color: #0000ff;">meta-description</span> and <span style="color: #ff0000;">meta-keywords</span> found in this html document.</p>
<table border="0" cellspacing="0" cellpadding="0" width="90%" align="center">
<tbody>
<tr>
<td><span style="color: #0000ff; font-family: Arial; font-size: x-small;">&lt;meta  name="description" content="HTML Meta Tag tutorial on what are meta  tags, writing meta tags, and using them to improve search engine  placement, position and ranking"&gt;</span><span style="font-family: Arial; font-size: x-small;"><br /> <span style="color: #ff0000;">&lt;meta name="keywords"  content="html, meta, tag, tags, tutorial, search, engine, engines,  keywords, key words, key phrase, description, position, placement,  listing, ranking, promotion, web, website, page"&gt;</span></span></td>
</tr>
</tbody>
</table>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Search engines have also  defined another meta tag known as the meta robots that will allow  website developers to decide whether they want the webpage to be  indexed, archived, or crawled. The meta robots tag looks similar to the  below,</p>
<p><span style="font-family: Arial; font-size: x-small;">&lt;meta name="robots" content="<span style="color: #ff0000;">value</span>"&gt;</span></p>
<p>&nbsp;&nbsp;&nbsp; The value of <span style="color: #ff0000; font-family: Arial; font-size: x-small;">value</span> will vary depending on what a webmaster wishes the crawler to do. If a webmaster doesnt want the webpage to be indexed, then <span style="color: #ff0000; font-family: Arial; font-size: x-small;">value</span> would be <span style="color: #ff0000; font-family: Arial; font-size: x-small;"><strong>noindex</strong></span>. If the webpage is not to placed in the search engines cache, then <span style="color: #ff0000; font-family: Arial; font-size: x-small;">value</span> would be <span style="color: #ff0000; font-family: Arial; font-size: x-small;"><strong>noarchive</strong></span>. If the links on the page are not to be crawled by the search engine, then <span style="color: #ff0000; font-family: Arial; font-size: x-small;">value</span> would be <span style="color: #ff0000; font-family: Arial; font-size: x-small;"><strong>nofollow</strong></span>. To use two or more of these values, each value would be separted by a comma (ex. <strong><span style="color: #ff0000; font-family: Arial; font-size: x-small;">noarchive, nofollow</span></strong> ).</p>
<p>&nbsp;&nbsp;&nbsp; To assist in the addition and  modification of meta description and meta keywords, I have developed a  Windows program to insert and replace meta tags in html files. This  program can be found <a href="http://www.theemiratesnetwork.com/computers/webmaster/metatag3.htm">here</a>.</p>
<p><strong>Browser Meta Tags</strong></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp;Meta tags used by the browser  define particular things about the document, like what character set to  use when displaying the characters on the page, or what language the  html document is written it, or how many long should be waited before  refreshing the page or redirecting to another webpage. Below are  examples of these different meta tags.</p>
<table border="0" cellspacing="0" cellpadding="0" width="95%" align="center">
<tbody>
<tr>
<td>
<p>Setting the page's language<br /> <span style="font-family: Arial; font-size: x-small;">&lt;meta http-equiv="Content-Language" content="en"&gt;</span></p>
<p>Setting the page's character set<br /> <span style="font-family: Arial; font-size: x-small;">&lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"&gt;</span></p>
<p>Meta Refresh - Refreshing the page after 10 seconds<br /> &lt;meta http-equiv="Refresh" content="10"&gt;</p>
<p>Meta Redirect - Redirecting the page to hotmail.com after 10 seconds<br /> <span style="font-family: Arial; font-size: x-small;">&lt;meta http-equiv="Refresh" content="10; URL=http://www.hotmail.com"&gt;</span></p>
<p>Meta Cache - Instruct the browser not to cache the page<br /> <span style="font-family: Arial; font-size: x-small;">&lt;meta http-equiv="pragma" CONTENT="no-cache"&gt;</span></p>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;&nbsp;&nbsp; There are other browser related meta tags, but the main ones have been included above.</p>
<p><strong>Search Engine Placement &amp; Ranking</strong></p>
<p>&nbsp;&nbsp;&nbsp; Meta tags are a useful tool  for webmaster who wish to customize their web page listing in the search  engines. Meta tags also help improve the placement or ranking of a  website in search engines. It should be noted that not all search  engines use meta tags, some old search engines still haven't taken the  step forward to include this wonderful feature to their search engines  (ex. Lycos.com).</p>
<p><strong>HTML Title Tag</strong></p>
<p>&nbsp;&nbsp;&nbsp; Though the <span style="font-family: Arial; font-size: x-small;"><strong>&lt;title&gt;</strong></span> tag isn't a meta tag, it is normally associated with the  meta-description and meta-keywords because search engines display it on  search result pages as the title of a webpage. The meta-description tag  is normally displayed below the title tag in search engine results and  an example is shown below.</p>
<p><span style="font-family: Arial; font-size: x-small;"><span style="text-decoration: underline;"><span style="color: #0000ff;">Webmaster Resources - The Emirates Network</span></span><br /> Good collection free webmaster resources, tools, and articles for  webmasters to assist them to improve and promote their website...<br /> <span style="color: #666666;">http://www.theemiratesnetwork.com/computers/webmaster/</span></span></p><p><span style='font: italic normal normal 11px Verdana'>本文是使用 <a href='http://b3log-solo.googlecode.com/'>B3log Solo</a> 从 <a href='http://b3log-vanessa.appspot.com:80'>☆繠蝶冰緣☆</a> 进行同步发布的。</span></p><img src ="http://www.blogjava.net/Vanessa/aggbug/331689.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Vanessa/" target="_blank">Vanessa</a> 2010-09-10 17:08 <a href="http://www.blogjava.net/Vanessa/archive/2010/09/10/331689.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Solo 发布的第一篇测试文章</title><link>http://www.blogjava.net/Vanessa/archive/2010/09/09/331442.html</link><dc:creator>Vanessa</dc:creator><author>Vanessa</author><pubDate>Wed, 08 Sep 2010 16:47:00 GMT</pubDate><guid>http://www.blogjava.net/Vanessa/archive/2010/09/09/331442.html</guid><wfw:comment>http://www.blogjava.net/Vanessa/comments/331442.html</wfw:comment><comments>http://www.blogjava.net/Vanessa/archive/2010/09/09/331442.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.blogjava.net/Vanessa/comments/commentRss/331442.html</wfw:commentRss><trackback:ping>http://www.blogjava.net/Vanessa/services/trackbacks/331442.html</trackback:ping><description><![CDATA[<p>Solo 发布的第一篇测试文章正文</p><p><span style='font: italic normal normal 11px Verdana'>本文是使用 <a href='http://b3log-solo.googlecode.com/'>B3log Solo</a> 从 <a href='http://b3log-vanessa.appspot.com:80'>☆繠蝶冰緣☆</a> 进行同步发布的。</span></p><img src ="http://www.blogjava.net/Vanessa/aggbug/331442.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/Vanessa/" target="_blank">Vanessa</a> 2010-09-09 00:47 <a href="http://www.blogjava.net/Vanessa/archive/2010/09/09/331442.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>