Google(雅虎、Bing)元描述不正确

发布于 2024-12-27 20:19:10 字数 462 浏览 3 评论 0原文

我想知道你们是否能明白为什么这个网站的Google结果描述是:

www.eastnorlandrovershow.com

显示为:

当元描述显示:

<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">

谢谢

I wonder whether you chaps can see why the Google results description for this website:

www.eastnorlandrovershow.com

Is showing as:

Google Search Result for Eastnor Land Rover Show

When the Meta Description says:

<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">

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

勿忘初心 2025-01-03 20:19:11

谷歌通常不使用元标记作为其描述,它通常会从正文标记中获取一些文本。

露营图片2a。项目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>

这被用作谷歌的描述的原因是因为您的源仅包含页脚链接和图像映射主图像的替代项。

维护描述元标记很重要,但对谷歌来说则不然。

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

Google does not usually use the meta tag for its description, it will usually take the some text from within the body tag.

campingpic2a. item1. Privacy Policy - Terms and Conditions

Areas of code google is taking your text from:

<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>

The reason this is being used as google's description is because your source only only contains footer links and the alt for your image maps main image.

Maintaining a description meta tag is important, just not for google.

If you want google to be able to read your content easily you need to put your headers in h tags, content in p tags and menus in lists.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文