Alien Road Company

Google SEO Update 2023 December 13

  • 0 Comments
  • 2023年12月13日:組織のドキュメントを更新し、電話番号とメールアドレスは、contactPointに加えて、組織レベルでも指定できることを説明しました。

組織(Organization)構造化データ

Merchant knowledge panel in Google Search results

組織構造化データを使用して、Googleに組織の管理情報を知らせることができます。たとえば、ロゴ、住所、連絡先情報、ビジネス識別子などです。Googleはこのマークアップをナレッジパネルやその他のビジュアル要素(例えば、帰属)で利用することができ、ユーザーがGoogle検索で組織の詳細を見つけやすくなります。

構造化データの追加方法

構造化データは、ページに関する情報を提供し、ページコンテンツを分類するための標準化された形式です。構造化データに不慣れな場合は、構造化データの仕組みについて詳しく学ぶことができます。

以下は、構造化データを構築、テスト、リリースする方法の概要です。ウェブページに構造化データを追加するためのステップバイステップガイドについては、構造化データのコードラボをチェックしてください。

適用される多くの推奨プロパティを追加してください。必須プロパティはなく、代わりにコンテンツに適用されるプロパティを追加します。使用している形式に基づいて、ページに構造化データを挿入する場所を学んでください。

  • CMSを使用していますか?CMSに統合されたプラグインを使用する方が簡単な場合があります。
  • JavaScriptを使用していますか?JavaScriptで構造化データを生成する方法を学んでください。
  • ガイドラインに従ってください。
  • リッチ結果テストを使用してコードを検証し、重大なエラーを修正します。ツールでフラグが立てられた非重大な問題を修正することも検討してください。これにより、構造化データの品質が向上する可能性があります(ただし、リッチ結果の対象になるためには必ずしも必要ではありません)。
  • 構造化データを含むページを数ページ展開し、URLインスペクションツールを使用してGoogleがページをどのように認識しているかをテストします。ページがGoogleにアクセス可能であり、robots.txtファイルやnoindexタグ、ログイン要件によってブロックされていないことを確認してください。ページが問題ない場合は、GoogleにURLの再クロールを依頼できます。

注意: 再クロールおよび再インデックスの時間を許可してください。ページを公開した後、Googleがそれを見つけてクロールするのに数日かかる場合があります。 将来の変更についてGoogleに通知するために、サイトマップを送信することをお勧めします。これをSearch ConsoleのサイトマップAPIで自動化できます。

以下は、JSON-LDコードでの組織情報の簡単な例です。

<html>
  <head>
    <title>About Us</title>
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "image": "https://www.example.com/example_image.jpg",
      "url": "https://www.example.com",
      "sameAs": ["https://example.net/profile/example1234", "https://example.org/example1234"],
      "logo": "https://www.example.com/images/logo.png",
      "name": "Example Corporation",
      "description": "The example corporation is well-known for producing high-quality widgets",
      "email": "contact@example.com",
      "telephone": "+47-99-999-9999",
      "address": {
        "@type": "PostalAddress",
        "streetAddress": "Rue Improbable 99",
        "addressLocality": "Paris",
        "addressCountry": "FR",
        "addressRegion": "Ile-de-France",
        "postalCode": "75001"
      },
      "vatID": "FR12345678901",
      "iso6523Code": "0199:724500PMK2A2M1SQQ228"
    }
    </script>
  </head>
  <body>
  </body>
</html>

ガイドライン

これらのガイドラインに従うことで、構造化データがGoogle検索結果に含まれる資格を得ることができます。

警告: あなたのサイトがこれらのガイドラインの1つ以上に違反した場合、Googleは手動で対処する可能性があります。問題を修正した後、サイトを再評価のために提出することができます。

技術ガイドライン

  • 検索の基本
  • 一般的な構造化データのガイドライン
  • 技術ガイドライン

この情報は、ホームページまたは組織を説明する単一のページ(例えば、「私たちについて」ページ)に配置することをお勧めします。サイトのすべてのページに含める必要はありません。

組織に最も適したschema.orgのサブタイプを使用することをお勧めします。たとえば、eコマースサイトがある場合は、OnlineBusinessの代わりにOnlineStoreサブタイプを使用することをお勧めします。また、サイトが地元のビジネスに関するものである場合(例えば、レストランや実店舗など)、最も具体的なLocalBusinessのサブタイプを使用して管理情報を提供し、このガイドで推奨されるフィールドに加えて、Local Businessの必要なフィールドと推奨フィールドに従うことをお勧めします。

構造化データのタイプ定義

Googleは、組織に関する以下のプロパティを認識しています。Googleがあなたのページをよりよく理解できるように、ウェブページに適用される推奨プロパティをできるだけ多く含めてください。必須プロパティはありません。代わりに、組織に適用されるプロパティを追加してください。

ユーザーにとって便利なプロパティ(例えば、ビジネス名のためのnameやalternateName、実世界の存在を示す情報(例えば、住所や電話番号)、オンラインの存在(例えば、urlやlogo)に焦点を当てることをお勧めします。

Recommended properties
name TextThe name of your organization. Use the same name and alternateName that you’re using for your site name.
alternateName TextAnother common name that your organization goes by, if applicable.
legalName TextThe registered, legal name of your Organization, if applicable and different from the name property.
description TextA detailed description of your organization, if applicable.
logo URL or ImageObjectA logo that is representative of your organization. Adding this property can help Google better understand which logo you want to show, for example in Search results and knowledge panels.

Image guidelines:

  • The image must be 112x112px, at minimum.
  • The image URL must be crawlable and indexable.
  • The image file format must be supported by Google Images.
  • Make sure the image looks how you intend it to look on a purely white background (for example, if the logo is mostly white or gray, it may not look how you want it to look when displayed on a white background).

If you use the ImageObject type, make sure that it has a valid contentUrl property or url property that follows the same guidelines as a URL type.

url URLThe URL of the website of your organization, if applicable. This helps Google uniquely identify your organization.
sameAs URLThe URL of a page on another website with additional information about your organization, if applicable. For example, a URL to your organization’s profile page on a social media or review site. You can provide multiple sameAs URLs.
telephone TextA business phone number meant to be the primary contact method for customers. Be sure to include the country code and area code in the phone number.
email TextThe email address to contact your business, if applicable.
address PostalAddress

The address (physical or mailing) of your organization, if you have one. Include all properties that apply to your country. The more properties you provide, the higher quality the result is for users. You can provide multiple addresses if you have a location in multiple cities, states, or countries. For example:

"address": [{
  "@type": "PostalAddress",
  "streetAddress": "999 W Example St Suite 99 Unit 9",
  "addressLocality": "New York",
  "addressRegion": "NY",
  "postalCode": "10019",
  "addressCountry": "US"
},{
  "streetAddress": "999 Rue due exemple",
  "addressLocality": "Paris",
  "postalCode": "75001",
  "addressCountry": "FR"
}]
address.streetAddress TextThe full street address of your postal address.
address.addressLocality TextThe city of your postal address.
address.addressRegion TextThe region of your postal address, if applicable. For example, a state.
address.postalCode TextThe postal code for your address.
address.addressCountry TextThe country for your postal address, using the two-letter ISO 3166-1 alpha-2 country code.
contactPoint ContactPointThe best way for a user to contact your business. Include all support methods available to your users following Google recommended best practices. For example:

"contactPoint": {
  "@type": "ContactPoint",
  "telephone": "+9-999-999-9999",
  "email": "contact@example.com"
}
contactPoint.telephone TextThe phone number to contact your business, if applicable. Be sure to include the country code and area code in the phone number. If you are using a LocalBusiness type, specify a primary phone number at the LocalBusiness level before using contactPoint to specify multiple ways to reach your organization.
contactPoint.email TextThe email address to contact your business, if applicable. If you are using a LocalBusiness type, specify a primary email address at the LocalBusiness level before using contactPoint to specify multiple ways to reach your organization.
numberOfEmployees QuantitativeValueThe number of employees in your Organization, if applicable.

Example with a specific number of employees:

"numberOfEmployees": {
  "@type": "QuantitativeValue",
  "value": 2056
  }
    

Example with the number of employees in a range:

"numberOfEmployees": {
  "@type": "QuantitativeValue",
  "minValue": 100,
  "maxValue": 999
}
foundingDate DateThe date your Organization was founded in ISO 8601 date format, if applicable.
iso6523Code TextThe ISO 6523 identifier of your organization, if applicable. The first part of an ISO 6523 identifier is an ICD (International Code Designator) which defines which identification scheme is used. The second part is the actual identifier. We recommend separating the ICD and the identifier with a colon character (U+003A). Common ICD values include:

  • 0060: Dun & Bradstreet Data Universal Numbering System (DUNS)
  • 0088: GS1 Global Location Number (GLN)
  • 0199: Legal Entity Identifier (LEI)
duns TextThe Dun & Bradstreet DUNS number for identifying your Organization, if applicable. We encourage using the iso6523Code field with prefix 0060: instead.
leiCode TextThe identifier for your Organization as defined in ISO 17442, if applicable. We encourage using the iso6523Code field with prefix 0199: instead.
naics TextThe North American Industry Classification System (NAICS) code for your Organization, if applicable.
globalLocationNumber TextThe GS1 Global Location Number identifying the location of your Organization, if applicable.
vatID TextThe VAT (Value Added Tax) code associated with your Organization, if applicable to your country and business. This is an important trust signal for users (for example, users can look up your business in public VAT registries).
taxID TextThe tax ID associated with your Organization, if applicable. Make sure taxID matches the country that you provided in the address field.

トラブルシューティング

構造化データの実装やデバッグに問題がある場合、以下のリソースが役立つかもしれません。

コンテンツ管理システム(CMS)を使用している場合や、他の誰かがサイトを管理している場合は、彼らに助けを求めてください。問題を詳述したSearch Consoleのメッセージを必ず転送してください。 Googleは、構造化データを使用する機能が検索結果に表示されることを保証しません。Googleがあなたのコンテンツをリッチ結果に表示しない一般的な理由のリストについては、一般的な構造化データガイドラインを参照してください。 構造化データにエラーがある可能性があります。構造化データエラーのリストを確認してください。 ページに対して構造化データの手動アクションを受けた場合、そのページの構造化データは無視されます(ただし、ページはGoogle検索結果に表示される可能性があります)。構造化データの問題を修正するには、手動アクションレポートを使用してください。 再度ガイドラインを確認し、コンテンツがガイドラインに準拠していないかを特定してください。問題は、スパムコンテンツやスパムマークアップの使用から生じる可能性があります。ただし、問題は構文エラーではないかもしれないため、リッチ結果テストではこれらの問題を特定できないことがあります。 欠落しているリッチ結果や総リッチ結果の減少をトラブルシューティングしてください。 再クロールと再インデックスのために時間を許可してください。ページを公開した後、Googleが見つけてクロールするまでに数日かかることがあります。クロールとインデックスに関する一般的な質問については、Google検索のクロールとインデックスに関するFAQを確認してください。 Google Search Centralフォーラムに質問を投稿してください。