【问题标题】:which meta tags are used by google and bing search谷歌和必应搜索使用哪些元标签
【发布时间】:2015-11-10 18:15:38
【问题描述】:

我正在开发一个 asp.net mvc Web 应用程序,并且我正在使用一个具有以下元数据的 Web 模板:-

<html>
<head>   

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta name="format-detection" content="telephone=no" />
    <meta name="description" content="Your description">
    <meta name="keywords" content="Your keywords">
    <meta name="author" content="My web Site">
    <title>Edama - @ViewBag.Title  </title>

现在我有以下问题:-

  • 这些元标记在 google 和 bing 搜索引擎中会被同等对待吗?

  • 提供content="telephone=no" 的目的是什么? google 和 bing 搜索引擎将如何理解它?

  • 最后一个问题。在某些网站上,当我搜索它们时,我得到了诸如 About、contact 等链接。那么我如何将这些信息提供给搜索引擎?

【问题讨论】:

  • 我投票结束这个问题作为离题,因为它太宽泛而且关于 SEO

标签: search seo search-engine meta


【解决方案1】:

谷歌有一个他们理解的元标签列表:

https://support.google.com/webmasters/answer/79812?hl=en

【讨论】:

  • 必应有类似的列表吗?
  • 我不知道,尽管我认为元标记通常是相同的。
猜你喜欢
  • 2019-06-11
  • 2012-04-10
  • 1970-01-01
  • 2013-01-12
  • 2023-02-18
  • 1970-01-01
  • 1970-01-01
  • 2015-04-29
  • 2014-05-25
相关资源
最近更新 更多