【问题标题】:How do I make my github.io page appear above my github.io repository in google?如何让我的 github.io 页面出现在 google 的 github.io 存储库上方?
【发布时间】: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


    【解决方案1】:

    你没有。

    Google 使用自己的专有算法确定特定查询的排名。

    【讨论】:

    • 如果这不是一个有效的问题 SEO 不是一个有效的行业。
    • @kpie 首先,SEO 公司通常能够将代码放在您试图影响的页面上。在这里,您试图在无法修改 HTML 的 Github.com(回购/提交历史)上对内容进行排序。如果您能够在 repo 页面上添加 rel="canonical" 元标记,这将很容易,但您不能。
    • @kpie 其次,如果你问我,搜索引擎优化几乎不是“一个有效的行业”。到处都是蛇油和坏演员。
    • 感谢您的信息和笑声。
    • 无法阻止 google 索引主分支。见stackoverflow.com/questions/15844905/…
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2014-08-20
    • 1970-01-01
    • 2015-01-27
    • 2021-01-12
    • 2019-10-20
    • 2020-10-30
    相关资源
    最近更新 更多