【发布时间】:2016-08-08 17:00:57
【问题描述】:
所以是的,我认为标题在这里说明了一切,但如果你用谷歌搜索我的 github.io 页面 (krewn.github.io) 的 url,第一个链接是 repo,第二个链接是提交历史,然后是第三个链接是我的 github.io 页面...截至目前,我的元标记如下:
<title>Kevin Nelson</title>
<!-- Standards !-->
<meta charset="utf-8"><!-- html5 version of http-equiv="Content-Type"... -->
<meta name="description" content="The personal web page of Kevin Nelson 11/16/93">
<meta name="keywords" content="developer programming code script ">
<link rel="author" href="https://plus.google.com/u/0/+KevinNelsonBrewster" />
<link rel="canonical" href="https://krewn.github.io/" />
<!-- For Google !-->
<meta itemprop="name" content="Kevin Nelson">
<meta itemprop="description" content="The personal web page of Kevin Nelson 11/16/93">
<meta itemprop="image" content="https://krewn.github.io/ApophysisOutPuts/Origin/adbgPostPost.jpg">
<!-- For Facebook !-->
<meta property="og:url" content="https://krewn.github.io/">
<meta property="og:image" content="https://krewn.github.io/ApophysisOutPuts/Origin/adbgPostPost.jpg">
<meta property="og:description" content="The personal web page of Kevin Nelson 11/16/93">
<meta property="og:title" content="Kevin Nelson">
<meta property="og:site_name" content="krewn io">
<meta property="og:see_also" content="https://krewn.github.io">
<!-- For Twitter !-->
<meta name="twitter:card" content="The personal web page of Kevin Nelson 11/16/93">
<meta name="twitter:url" content="https://krewn.github.io">
<meta name="twitter:title" content="Kevin Nelson">
<meta name="twitter:description" content="The personal web page of Kevin Nelson 11/16/93">
<meta name="twitter:image" content="https://krewn.github.io/ApophysisOutPuts/Origin/adbgPostPost.jpg">
编辑:: 显然没有按钮可以告诉谷歌如何排序他们的结果,但是任何关于如何使我的页面更有可能在搜索 URL 时首先出现的输入都会很棒。例如将 URL 放在描述帮助中?
【问题讨论】:
标签: seo github-pages