John John
John John

Reputation: 1

which meta tags are used by google and bing search

I am working on an asp.net mvc web application, and i am using a web templete that have the following metadata:-

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

now i have the following questions:-

enter image description here

Upvotes: -6

Views: 412

Answers (1)

user29671
user29671

Reputation: 782

Google has a list of meta tags they understand :

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

Upvotes: 0

Related Questions