FAQのスキーマをマークアップします.org
私は最近、デジタルオーシャンのAPPプラットフォームにアプリを展開する経験としてUKAreaCodes.infoを構築しました.
この記事では、SERPsに表示するリッチなスニペット/構造化データFAQ(よくある質問)スキーマをどのように利用したかを説明するつもりです.
他の中のスキーマはschema.orgによって定義されて、以下の検索強化を許します
これを得るために、あなたは単にここの例のようなJSONスニペットを加える必要があります.
この記事では、SERPsに表示するリッチなスニペット/構造化データFAQ(よくある質問)スキーマをどのように利用したかを説明するつもりです.
他の中のスキーマはschema.orgによって定義されて、以下の検索強化を許します
An "accordion" of your question and answer directly on Googles SERP.
これを得るために、あなたは単にここの例のようなJSONスニペットを加える必要があります.
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [{
"@type": "Question",
"name": "Can you find out who called me from this number?",
"acceptedAnswer": {
"@type": "Answer",
"text": "<p>Often we get asked whether we can identify callers by their phone number, whislt some sites offer this functionality we do not at this point, it may be added in future. We simply help you identify the geographic location the call originated from.</p>"
}
}, {
"@type": "Question",
"name": "Why does UK Area Codes site exist?",
"acceptedAnswer": {
"@type": "Answer",
"text": "We created UKAreaCodes.info to help people look up area code locations for number that are calling them."
}
}]
}
</script>
Reference
この問題について(FAQのスキーマをマークアップします.org), 我々は、より多くの情報をここで見つけました https://dev.to/styxofdynamite/marking-up-faq-s-with-schema-org-ncdテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol