我正处于紧要关头。
我最近(大约一个月前)试图让我的网站对谷歌等搜索引擎友好。但结果,我设法创建了完全相反的结果,似乎我的网站在 ~1,5months 之后没有出现在谷歌搜索结果的任何地方。我的标题部分如下所示:
<!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/文档/robots_meta_tag
如果有人见过类似的,我还有问题需要回答:
<meta name="robots" content="Index, NoFollow">
- 即使我有“索引”属性,这是否会阻止我的页面被索引?或者它<html lang="en">
是用芬兰语写的网站时的用法。?我现在迫切希望正确获取我的网站标题,并希望或请求谷歌新一轮的索引?
提前谢谢。- 鬃毛