Error status codes are among one of the status codes that are sent on error pages.エラーステータスコードはエラーページに送信されているステータスコードの間でされています。 However, a lot of custom solutions, and even some CMS solutions are not setup to properly use 404 status codes.しかし、カスタムソリューションの多く、さらにいくつかのCMSソリューションはセットアップが正しく404のステータスコードを使用するようにしている。 What does this mean?これはどういう意味ですか? It means search engines like Google are viewing your error pages as actual content.実際のコンテンツとしてのエラーページを表示しているGoogleなどの検索エンジンを意味します。 Combine that with a lot of errors on your site, and search engines also start seeing that you have a lot of duplicate content.お客様のサイトでのエラーの多くは、検索エンジンとは、また、重複したコンテンツがたくさんあると付き合い始める組み合わせる。 Why exactly does this matter?その名の通り、なぜ重要なのか? Well, take a look at Google’s policy about duplicate content on websites :うーん、ウェブサイト上で重複するコンテンツに関するGoogleのポリシーをご覧ください

“Duplicate content generally refers to substantive blocks of content within or across domains that either completely match other content or are appreciably similar. "重複コンテンツを一般的にコンテンツのブロックを実質的に、またはドメイン間のいずれかが完全にまたはかなり似ている他のコンテンツと一致指します。 Mostly, this is not deceptive in origin.ほとんどが起源で、虚偽ではありません。 Examples of non-malicious duplicate content could include:以外の例としては、悪意のある重複したコンテンツを含む可能性がある:

  • Discussion forums that can generate both regular and stripped-down pages targeted at mobile devicesディスカッションフォーラムの両方を定期的に、モバイル機器をターゲットに剥奪されたページを生成することができます
  • Store items shown or linked via multiple distinct URLsストアのアイテムを表示または複数の異なるURLを介してつながっ
  • Printer-only versions of web pagesプリンタのWebページのみのバージョン

However, in some cases, content is deliberately duplicated across domains in an attempt to manipulate search engine rankings or win more traffic.”しかし、いくつかのケースでは、コンテンツを故意にドメイン間の試みの検索エンジンのランキングを操作したり、より多くのトラフィックを得るには重複しています。 "

If you’ve never heard of setting custom status headers then you’re not alone.場合だけではないカスタム設定のステータスヘッダーを聞いたことがない。 Its a common thing to forget when setting up or designing your own site even if you are familiar with any of the following response codes below:その共通のことを忘れて時を設定するか、自分のサイトの場合でも、任意のコードの下には、次の応答に慣れている設計:

  • 200 OK 200オクラホマ
  • 301 Moved Permanently 301恒久的移動
  • 302 Found 302見つかりません
  • 304 Not Modified 304変更なし
  • 307 Temporary Redirect 307一時的にリダイレクト
  • 400 Bad Request 400不正なリクエスト
  • 401 Unauthorized 401許可されていない
  • 403 Forbidden 403禁止
  • 404 Not Found 404ページが見つかりません
  • 500 Internal Server Error 500内部サーバーエラー
  • 501 Not Implemented 501実装されていない

There’sa lot more than this, but these are the most common ones you’ll come across.たくさんの本がある以上、これらを越えてくるが、最も一般的なものがあります。

Using Error 404 For Marketing & SEOマーケティング&徐在応のエラー404を使用して

Since Google frowns on duplicate page content then you need to be able to do two things.重複ページのコンテンツに必要なGoogleのfrownsその後二つのことができるようにする。

  1. Find out if your website is producing proper error status code pages.お客様のウェブサイトの適切な場合にはエラーステータスコードを生産しているページをして下さい。
  2. If they’re not, know what code to implement to fix them.場合は、それらを修正するものを実装するコードを知っているしていない。

Status Code Checkステータスコードのチェック

The quickest way to test your own pages would be to create a bad link.自分のページをテストするための最短の道は悪いリンクを作成することです。 Easy enough.簡単に十分な。 And use the headers status tool at seologs.com.seologs.comで、ヘッダの状態ツールを使用します。

Alternatively, if you’re using PHP and you don’t mind getting your hands dirty, there is a function which you can use to output the info that a page is sending out.また、 PHPを使用する場合は汚い手を取得しており、お客様の心をしなくても、情報を出力するために使用可能な関数は、ページを送信している。 Here’sa quick example:以下に迅速な例:

  1. $headers = headers_list ( ) ;
  2. foreach ( $headers as $header ) {
  3. echo "<li>$header</li>" ;
  4. }

Applying An Error Status Codeと、エラー状態コードを適用する

If you have a custom solution (Wordpress should already be doing this by default) you’ll want to include code like the following on your error page.場合(ワードプレスはすでにデフォルトでは)自分のエラーページでは、次のようなコードを含めることをお勧めしますこんなことをする必要がありますカスタムソリューションをしている。 Assuming you have a dynamic solution, this should be easy and might only apply to one page:あなたはダイナミックな解決策があると仮定すると、簡単にする必要がありますこのページは1つだけに適用される可能性があります:

<?php header(”HTTP/1.0 404 Not Found”); ?> < ? phpのヘッダー( " HTTP/1.0の404が見つかりません" ) ; ? >

Just Like No Followと同じように従っていない

If you’re already going to the work to painstakingly go around your site and put “no follow” on your duplicate content, then this is just as important!仕事に苦労している場合はあなたのサイトに行くように"ノー"を重複するコンテンツに従うつもりだし、これと同じように重要です! If your error pages have fancy dynamic content (good for keeping mislead visitors on your site) its not good to let search engines waste their time crawling mixed content every time a search bot goes to it.あなたのエラーページが派手な動的なコンテンツの場合(あなたのサイトに訪問者を欺くため)は良くないの検索エンジンの検索ボットに行くたびにその時間を無駄混在したコンテンツをクロールできるように良い。 Depending on the CMS solution you’re using a bad URL might display its own error without redirecting to a common error URL and that’s where we run into the duplicate looking content scenario.あなたは一般的なエラーのURLにリダイレクトすることなく、独自のエラー表示が悪いのURLを使用しているがCMSソリューションによって、我々はどこになるのは、重複してコンテンツのシナリオ。 If its marked as an error page its more understandable to the search engine and you therefore will not be penalized.エラーページの場合は、マークとしては、より多くの検索エンジンに理解しては罰せられることはありません。 Google’s official webmaster central blog has a bit more on how users and search bots look at 404 pages . Googleの公式ブログよりウェブマスターセントラルどのようにユーザーや検索ロボットにはちょっとした404 ページを見てください

Other Thoughts About Error Pagesエラーページについてのその他の考え

Don’t stop there.が停止しないでください。 While you’re implementing this, its a good reason to optimize your error pages.これを実装しているときに、正当な理由のエラーページを最適化する。

  • Logging and then looking up where your 404 errors are coming from is a great way to keep visitors on your site longer. 404エラーログの場所をしてから来ているのルックアップをあなたのサイト訪問者に長く維持するのに最適な方法です。 It also gives you some insight to correct the issues in the first place.また、最初に問題を修正するためいくつかの洞察力を与える。
  • Create a custom 404 page that has a little more to offer than the common error.カスタムは、ほとんどの一般的なエラーの詳細を提供しているよりも404ページを作成します。 Since error pages are common exit points, get your readers interested again by listing of 5 or 6 of your most popular articles in the past month or year.以来、エラーページが共通の出口ポイント、再度の読者からの関心を得る5または6あなたの最も人気のある記事は、過去1カ月や1年で。 Perhaps a clip of your most recent article with a “continue reading” link which will bring them back into the site. "これはサイトにそれらを持ってきて"リンクを続けてあなたの最も最近の記事のクリップかもしれない。

2 Comment(s) On 2コメント(秒)

"SEO & Error 404 Pages - Header Status Checks" " SEOの&エラー404ページ-ヘッダのステータスをチェック"
  1. MyAvatars 0.2 BlogSavvy - Sep 3, 2008 BlogSavvy -0 9月3 、 2 008

    Great way to keep it top of mind, as some of the bloggers out there have no idea what to do to change it.心の、いくつかあるが、ブロガーのトップ何を変更することをしても維持する考えがあるのは素晴らしい方法です。

  2. MyAvatars 0.2 GTAlbert - Sep 25, 2008 GTAlbert -0 9月2 5、 2 008

    nice information you got here sir!, keep it up coming these are very useful to any web developer and web designers especially on SEO matters.すてきな情報がここにサー! 、これらは非常に任意のウェブ開発者やWebデザイナーにSEOの問題、特に今後数を維持する上で有用です。

    thanks Mr. Malonおかげでマロン氏



Leave A Comment:コメントを残す:

Comments RSS Feed コメントのRSSフィード

7 - 2 = 七から二=

Custom Theme by Rob Malon | Content & Design © 2008 - Rob Malon [dot] Com. カスタムテーマロブマロン|コンテンツ&デザイン© 2008 -ロブマロン[ドット]コム。 "));
"));