Google搜索显示网页名称为首页(当前)而不是网页名称

时间:2019-06-17 06:49:19

标签: html bootstrap-4

我已使用Bootstrap 4来设计我的Web应用程序。当我在google上搜索我的webapp时,google返回Home(current)作为网站名称。但是,在Bing和Yahoo搜索引擎上的相同搜索效果很好,并且按原样呈现了网站名称。我尝试更改引导Navbar失败

当我搜索Google时,这就是我得到的 enter image description here

导航栏代码如下:

<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav mr-auto">
      <li class="nav-item active">
        <a class="nav-link" href="#">Home <span class="sr-only">(current)</span></a>
      </li>
</div>

我希望google返回的是网络应用的名称,而不是Home(当前)。例如,如在bing“ afroscholar-subject”上看到的,如下所示; enter image description here

1 个答案:

答案 0 :(得分:0)

您需要一些SEO才能知道如何显示该信息。

Search Engine Optimization (SEO) Starter Guide

因此,首先,您需要适当的元标记:

Caused by op 'UniqueWithCounts', defined at:
  File "knn.py", line 92, in <module>
    find_u_labels, find_idex, find_counts = tf.unique_with_counts(find_labels_k_closest_tr_products)