diff options
Diffstat (limited to 'files/zh-cn/web/html/element/meta/name/index.html')
| -rw-r--r-- | files/zh-cn/web/html/element/meta/name/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/zh-cn/web/html/element/meta/name/index.html b/files/zh-cn/web/html/element/meta/name/index.html index f0e4c020a3..86f69af359 100644 --- a/files/zh-cn/web/html/element/meta/name/index.html +++ b/files/zh-cn/web/html/element/meta/name/index.html @@ -10,7 +10,7 @@ translation_of: Web/HTML/Element/meta/name --- <div>{{HTMLRef}}</div> -<p><span class="seoSummary">The {{htmlelement("meta")}} 元素可用于提供 名称-值 对形式的文档元数据,{{htmlattrxref("name", "meta")}} 属性为元数据条目提供名称,而 {{htmlattrxref("content", "meta")}} 属性提供值。</span></p> +<p><span class="seoSummary">The {{htmlelement("meta")}} 元素可用于提供 名称 - 值 对形式的文档元数据,{{htmlattrxref("name", "meta")}} 属性为元数据条目提供名称,而 {{htmlattrxref("content", "meta")}} 属性提供值。</span></p> <h3 id="HTML_规范中定义的标准元数据名称">HTML 规范中定义的标准元数据名称</h3> @@ -202,7 +202,7 @@ translation_of: Web/HTML/Element/meta/name <li><code>creator</code>:当前文档的创建者,例如某个组织或者机构。如果有不止一个创建者,则应当使用多个名称为 <code>creator</code> 的 {{HTMLElement("meta")}} 元素。(而不是像关键词一样使用逗号分隔:关键词不应包含逗号,但创建者名称可能含有逗号。)</li> <li><code>googlebot</code>:<code>robots</code> 的替代名称,只被 Googlebot(Google 的网页爬虫/索引搜寻器)使用。</li> <li><code>publisher</code>:当前文档的发布者/出版者。</li> - <li><code>robots</code>:爬虫、协作搜寻器,或者“机器人”,对此页面的处理行为,或者说,应当遵守的规则。是一个使用逗号分隔的、由下列值构成的列表: + <li><code>robots</code>:爬虫、协作搜寻器,或者 “机器人”,对此页面的处理行为,或者说,应当遵守的规则。是一个使用逗号分隔的、由下列值构成的列表: <table class="standard-table"> <caption><code><meta name="robots"></code> 的 <code>content</code> 属性的值</caption> <thead> |
