谷歌(雅虎,必应)元描述不正确

时间:2012-01-18 09:34:14

标签: html search meta-tags

我想知道你们是否可以看到为什么谷歌的网站结果描述:

www.eastnorlandrovershow.com

显示为:

Google Search Result for Eastnor Land Rover Show

当元描述说:

<meta name="Description" content="Eastnor Land Rover Show, it's time to welcome you and the best 4x4 by far to it's ancestral home, Eastnor Castle. Taking place over 25th-26th August 2012">

由于

1 个答案:

答案 0 :(得分:2)

Google通常不会将meta标签用于其描述,它通常会从body标签中获取一些文字。

  

campingpic2a。物品1。隐私政策 - 条款和条件

谷歌的代码区域正在从您的文字中获取:

<img src="Resources/campingpic2a.jpeg" border=0 width=256 height=110
alt="campingpic2a" style="float:left">
             
<div id="item9" style="position:absolute; left:10px; top:818px; width:93px; height:15px; z-index:2; overflow:visible">
    <p class="f-lp"><span class="style3"><strong><span class="style11"><a href="privacypolicy.html"><span class="style30" style="text-decoration:underline">Privacy Policy</span></a></span></strong></span></p>
</div>
<div id="item9a" style="position:absolute; left:108px; top:818px; width:109px; height:13px; z-index:3; overflow:visible">
    <p class="f-lp"><span class="style3"><strong><span class="style11"><a href="termsandconditio.html"><span class="style30" style="text-decoration:underline">Terms and Conditions</span></a></span></strong></span></p>
</div>

这被用作谷歌描述的原因是因为你的源只包含页脚链接和你的图像映射主图像的alt。

维护描述元标记很重要,不适用于谷歌。

如果您希望谷歌能够轻松阅读您的内容,您需要将标题放在h标签,p标签中的内容和列表中的菜单中。