-
11月29日:
新しい「組織」ドキュメントを追加しました。このドキュメントはロゴに関するドキュメントを統合し、連絡先情報、法的名称、ビジネス識別子などのより多くの組織情報を含んでいます。
あなたは、組織の管理情報(例えば、ロゴ、住所、連絡先情報、ビジネス識別子など)を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
のサブタイプを使用して管理情報を提供し、このガイドで推奨されるフィールドに加えて、地元ビジネスのための必須および推奨フィールドに従うことをお勧めします。
構造化データの種類の定義
Googleは、組織の以下のプロパティを認識しています。Googleがページをよりよく理解できるように、ウェブページに適用される推奨プロパティをできるだけ多く含めてください。必須のプロパティはなく、代わりに組織に適用されるプロパティを追加してください。
ユーザーにとって有用なプロパティ(例えば、ビジネス名に対するname
やalternateName
、実世界の存在を示す情報(例えば、address
やtelephone
)、オンラインの存在(例えば、url
やlogo
)に焦点を当てることをお勧めします。
Recommended properties | |
---|---|
name |
Text The name of your organization. Use the same name and alternateName that you’re using for your site name. |
alternateName |
Text Another common name that your organization goes by, if applicable. |
legalName |
Text The registered, legal name of your Organization , if applicable and different from the name property. |
description |
Text A detailed description of your organization, if applicable. |
logo |
URL or ImageObject A 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:
If you use the |
url |
URL The URL of the website of your organization, if applicable. This helps Google uniquely identify your organization. |
sameAs |
URL The 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 |
Text A 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 |
Text The 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. |
Text The full street address of your postal address. |
address. |
Text The city of your postal address. |
address. |
Text The region of your postal address, if applicable. For example, a state. |
address. |
Text The postal code for your address. |
address. |
Text The country for your postal address, using the two-letter ISO 3166-1 alpha-2 country code. |
contactPoint |
ContactPoint The 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. |
Text The 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. |
Text The 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 |
QuantitativeValue The 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 |
Date The date your Organization was founded in ISO 8601 date format, if applicable. |
iso6523Code |
Text The 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:
|
duns |
Text The Dun & Bradstreet DUNS number for identifying your Organization , if applicable. We encourage using the iso6523Code field with prefix 0060: instead. |
leiCode |
Text The identifier for your Organization as defined in ISO 17442, if applicable. We encourage using the iso6523Code field with prefix 0199: instead. |
naics |
Text The North American Industry Classification System (NAICS) code for your Organization , if applicable. |
globalLocationNumber |
Text The GS1 Global Location Number identifying the location of your Organization , if applicable. |
vatID |
Text The 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 |
Text The tax ID associated with your Organization , if applicable. Make sure taxID matches the country that you provided in the address field. |
トラブルシューティング
構造化データの実装やデバッグに問題がある場合、以下のリソースが役立つかもしれません。
もしコンテンツ管理システム(CMS)を使用している場合や、他の誰かがあなたのサイトを管理している場合は、彼らに助けを求めてください。問題の詳細を示す検索コンソールのメッセージを必ず転送してください。 Googleは、構造化データを使用する機能が検索結果に表示されることを保証しません。Googleがあなたのコンテンツをリッチ結果に表示しない一般的な理由のリストについては、一般的な構造化データガイドラインを参照してください。 構造化データにエラーがあるかもしれません。構造化データエラーのリストを確認してください。 ページに対して構造化データの手動アクションを受けた場合、ページ上の構造化データは無視されます(ただし、ページはGoogle検索結果に表示されることがあります)。構造化データの問題を修正するには、手動アクションレポートを使用してください。 もう一度ガイドラインを確認して、コンテンツがガイドラインに準拠していないかを確認してください。問題は、スパムコンテンツやスパムマークアップの使用によって引き起こされる可能性があります。ただし、問題が構文の問題でない場合、リッチ結果テストではこれらの問題を特定できないことがあります。 リッチ結果の欠落や総リッチ結果の減少をトラブルシュートします。 再クロールと再インデックスに時間をかけてください。ページを公開した後、Googleがそれを見つけてクロールするまでに数日かかる場合があります。クロールとインデックスに関する一般的な質問については、Google検索のクロールとインデックスに関するFAQを確認してください。 Google Search Centralフォーラムで質問を投稿してください。
Recent Comments