【发布时间】:2012-08-21 17:34:27
【问题描述】:
我很紧张。
我最近(大约一个月前)试图让我的网站对谷歌等搜索引擎友好。但结果,我设法创建了完全相反的结果,似乎 我的网站在大约 1.5 个月后没有出现在谷歌搜索结果中的任何地方。我的标题部分如下所示:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Company title</title>
<meta name="description" content="Description of the site">
<meta name="author" content="My own name">
<meta name="keywords" content="keywordX, keywordY, keywordZ">
<meta name="robots" content="Index, NoFollow">
... code continues below ...
我后来尝试通过将 lang="en" 更改为 lang="fi" 来更正我的标题(因为网站仅使用芬兰语)并在尝试阅读更多关于它们的信息后删除了 robots 元标记:https://developers.google.com/webmasters/control-crawl-index/docs/robots_meta_tag
如果有人见过类似的,我有问题需要回答:
-
<meta name="robots" content="Index, NoFollow">- 即使我有“索引”属性,这是否会阻止我的页面被索引?还是使用芬兰语编写的网站时使用了<html lang="en">。?我现在迫切希望正确获取我的网站标题,并希望或请求谷歌进行新的索引轮次?
提前谢谢。 - 鬃毛
【问题讨论】:
标签: html search-engine meta-tags