0

Google は私のウェブサイトのタグや説明をインデックスに登録しておらず、URL に基づいて独自に生成していません。

検索結果へのリンクは次のとおりです: https://www.google.com/#fp=771e16ed773001d1&q=mediatree&safe=off

また、ここに HTML ヘッダーがあります。

    <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <meta name="description" content="Since 1995, MediaTree has been the leader in providing both innovative promotions and flexible solutions that are designed to motivate and reward consumer behavior. MediaTree's promotional strategies help drive performance and increase brand loyalty by offering recipients the latest in digital promotions and cutting-edge incentives. From Music Downloads to Movie Tickets there's a reward to fit any demographic or industry. ">
<title>MediaTree: Custom Branded Music Download, Movie Ticket, Magazine Subscription Cards and more!</title>

        <!-- CSS -->

    ...
4

1 に答える 1

1

あなたのhttp://www.mediatreegroup.com/robots.txtファイルには次のように書かれています:

User-agent: *
Disallow: /

これは基本的に、サイトのどのページにもアクセスしてはならないことを検索エンジンに伝えます。そのため、Google はこれに従い、ページにアクセスせず、メタ ディスクリプションを読み取りません。

こちらをご覧ください:ウェブロボットページ

できるだけ早く次のように変更します。

User-agent: *
Disallow:

検索エンジンにすべてをクロールさせたい場合、または RTM に実際に許可しないものを見つけてもらいたい場合。

于 2013-08-22T20:43:22.390 に答える