网络学院

w3pop.com :: 网络学院 :: WEB设计综合 :: Meta 标签

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

WEB设计综合
HTML基础
连接基础
图像边框
HTML基本原则
基于浏览器类型实..
超链接效果
透明 IFrames
IFrames 简介
开启DW中的无效行..
框架中的“target..
链接效果
定义滚动条样式
指针样式
IP阻止
除去打印脚本
自动刷新、转向
Meta 标签
CSS 常用布局
去掉链接中的下划..
关闭IE中探出的图..

Meta 标签


作者:Axialabs.com 翻译/整理:w3pop.com 发布:2007-05-17 浏览:10704 :: ::

This tutorial shows you how to include meta-tags in your websites. Some people wonder exactly what meta-tags are for, well if you include them in your website it's easier for search engines to pick your site up. Now some people have said they’ve added the tags to there site but there site isn’t on the search engines, if you leave it for a few weeks you will gradualy start to see your site on search engines.

这份教程将教会你如何在网站中添加meta标签。有些人希望精确地知道meta标签到底有什么作用,那么,我可以告诉你,当你在网站中添加meta标签后,就很容易让搜索引擎获取标签中的内容;但是,很多人说,他们已经把标签添加到了网站中,但是搜索引擎并没有搜录他们的网站。不用急,用不了几个星期,你就会在搜索引擎上发现你的站点。


主要的搜索引擎

Step 1
步骤1

It's really simple really, just copy the code below.

很简单,你只要复制下面的代码就可以了

< meta name = "DESCRIPTION"
content = " A discription of the website can go here " />
< meta name = "KEYWORDS"
content = " all, key, words, go, here, seperated, by, a, comma " />

Step 2
步骤2

Then you add the code into the <head> </head> tags on your page, and don’t forget to edit the blue parts like the one ive done below.

你可以将下面的代码添加到页面的<head></head>,不要忘了编辑下面的蓝色字体部分来充分说明你的网站特征。

< meta name = "DESCRIPTION"
content = " Axialabs.com - A webmasters dream home " />
< meta name = "KEYWORDS"
content = " tutorials, html, photoshop, etc, etc, etc " />

评论 (2) 1 All