Google上的HTML标题包含图片替代文字

时间:2015-06-22 03:37:18

标签: html google-search

我的网站出现奇怪的情况,只要它出现在Google搜索上,即使不属于<title>标记,也会显示其中一个图片的替代文字。

在我的网站(sparen.github.io)上,我有以下标题:

    <head>
    <meta content="text/html; charset=utf-8" http-equiv="content-type">
    <title>Andrew Fan's Code Dump: The Embodiment of Code and Hacks (AFCDTECH)</title>
    <link rel="stylesheet" type="text/css" href="blah.css">
    <meta content="Andrew Fan's Code Dump: The Embodiment of Code and Hacks (AFCDTECH)"
      name="description">
    <meta name="keywords" content="Sparen, Touhou, Danmakufu, ph3, Tutorial, Script, Project">
    <meta name="viewport" content="initial-scale=1">
  <script>
  <!-- Removed Google Analytics stuff for purposes of StackOverflow Question-->
  </script>
  </head>
  <body id="mhome">
    <div class="yui-t1" id="top">
      <center><a href="http://sparen.github.io"><img alt="&quot;Site Logo&quot;" src="images/logo.png" style="width:90%"></a></center>

但是,在Google搜索中,标题显示如下: Google

***这实际上是一个不同的页面,但我网站上的所有页面似乎都有相同的问题,并且都有相同的标题结构。

我不知道为什么它会有额外的网站标识&#39;东西,它只出现在我的横幅中的图像alt文本的一部分(它甚至不是在头部而是在页面的主体中)。

在过去的几个月里它并没有消失,而且知道在我最初建立我的网站时是否有一些我从未考虑过的事情或是否有其他问题我很高兴。在我迁移之前,BlueGriffon做了些什么。

1 个答案:

答案 0 :(得分:0)

Google似乎对替代文字中的引号感到困惑。只需删除它们或使用

<img alt='"Site Logo"' src="images/logo.png" style="width:90%">

我错了,或者这可能是Google搜索中的漏洞(漏洞?)?